The Linux kernel has published CVE-2026-31447 for an ext4 mount-time validation flaw, and the fix is narrow but important: reject filesystems that combine bigalloc with a nonzero s_first_data_block. In plain terms, ext4 already does not support that geometry, so the kernel now refuses to mount...