CVE-2024-43889
CVE-2024-43889 affects the Linux kernel: a not easily reproducible divide-by-0 panic in padata_mt_helper() can occur at boot due to ps->chunk_size being 0 when min_chunk is 0. The fix ensures chunk_size is at least 1 regardless of input parameters, preventing the divide-by-zero panic. Connecte...