kernel tls

  1. Linux Kernel TLS Race Fix CVE-2026-23240: Use disable_delayed_work_sync

    The Linux kernel has received a small but important patch that fixes a timing (race) bug in the kernel TLS implementation: CVE-2026-23240 addresses a race in tls_sw_cancel_work_tx() where a worker can be scheduled after the kernel believes the delayed work has been cancelled, allowing the worker...