Impact
The issue was that the kernel used WARN_ON to report failures of kthread_run when __kthread_create_on_node returned -EINTR upon SIGKILL. This caused unnecessary warning logs, but did not expose sensitive data, allow privilege escalation, or degrade system integrity. The patch simply removes the warning trigger for this error condition.
Affected Systems
This update applies to the Linux kernel across all distributions that ship older kernel versions. The issue was present in any release that contained the BUGgy WARN_ON usage in the kernel thread startup path. The vendors affected are all Linux kernel maintainers, including the upstream Linux kernel project and downstream distributors that have not yet applied the patch.
Risk and Exploitability
There is no CVSS score listed, the EPSS score is not available, and the vulnerability is not listed in CISA KEV, indicating that it is not a known security exploit vector. The change eliminates a spurious warning but does not create or mitigate exploitation paths. Consequently, the risk of exploitation is negligible and the severity of any potential impact is effectively zero.
OpenCVE Enrichment