CVE-2026-31688
The CVE-2026-31688 issue concerns the Linux kernel driver core: driver_match_device() was called without the device_lock in two code paths (bind_store and __driver_attach), risking a race with bus match callbacks and a use-after-free when driver_override uses the lock. The fix introduces driver_m...