refcount patch

About this tag
The refcount patch tag on WindowsForum.com covers Linux kernel security fixes that use reference-counting mechanisms to prevent driver crashes. A key example is CVE-2025-40005, which affects the Cadence QuadSPI SPI controller driver. The vulnerability could cause a kernel crash when the driver is unbound while indirect read or write operations are still in progress. The upstream fix introduces a refcount mechanism to ensure the controller waits for attached device operations to complete before removing the driver. This tag is relevant for developers and system administrators working with Linux kernel stability, driver reliability, and security patches.
  1. CVE-2025-40005: Cadence QuadSPI Driver Crash Fixed with Refcount in Linux Kernel

    A newly recorded Linux kernel vulnerability, tracked as CVE-2025-40005, affects the Cadence QuadSPI (cadence-quadspi) SPI controller driver and can cause a kernel crash when the driver is unbound while ongoing indirect read or write operations are in progress; the upstream fix implements a...