You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
solarflare ef100
About this tag
The Solarflare ef100 tag on WindowsForum.com covers discussions about the Solarflare ef100 network adapter driver, particularly the Linux kernel sfc driver. Recent content focuses on CVE-2025-37860, a security vulnerability that caused a NULL pointer dereference crash in the ef100 driver. The patch fixes an ordering issue where netif pointers were accessed before the network device was created, leading to kernel crashes. The remedy moves netif calls into ef100_probe_netdev and replaces netif_err with pci_err in the design-parameter parsing path, ensuring deterministic failure handling. This tag is relevant for users interested in Linux networking, driver stability, and security patches for Solarflare adapters.
The Linux kernel patch tracked as CVE-2025-37860 fixes a small but consequential ordering and defensive‑coding error in the Solarflare/ef100 sfc driver: ef100_process_designparam could dereference netif pointers before the network device had been created, producing kernel NULL pointer...