View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009818 | Kali Linux | Kali Package Bug | public | 2026-08-04 06:32 | 2026-08-04 06:32 |
| Reporter | ManFuckYoBitchAss | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0009818: linux 7.0.12 ntfs3 BUG in iomap_write_end leaves processes unkillable | ||||
| Description | Package: linux-image-7.0.12+kali-amd64 Kali's current kernel encounters a known NTFS3 7.0.x regression during ordinary buffered writes. Installed packages: linux-image-7.0.12+kali-amd64 7.0.12-2kali1 amd64 Running kernel: 7.0.12+kali-amd64 The affected filesystem is NTFS mounted with the in-kernel ntfs3 driver through a VeraCrypt/dm-crypt mapping: /dev/mapper/veracrypt1 on /media/veracrypt1 type ntfs3 At 2026-08-04 01:13:43, an ordinary Python buffered write triggered: kernel BUG at fs/iomap/buffered-io.c:1061! Call trace: iomap_file_buffered_write+0x20f/0x420 After the Oops, filesystem operations became blocked. Python remained in uninterruptible D state in vfs_rename and could not be terminated even with SIGKILL. Thunar also entered D state in iterate_dir. Recovery required a full reboot. This matches the known upstream and Debian reports: Kernel Bugzilla #221446: Debian #1141137: Upstream NTFS3 patch: CachyOS report reproducing it on Linux 7.0.12: The proposed upstream patch prevents oversized resident data from reaching the one-page IOMAP_INLINE path and triggering the BUG_ON in iomap_write_end_inline(). This failure is known across several 7.0.x releases, while Kali still ships 7.0.12 as the current linux-image-amd64 kernel. Cyka blyat: an ordinary filesystem write should return an error, not Oops the kernel, strand processes permanently in D state, and force a reboot. Please backport the upstream fix to Kali's 7.0.12 kernel package, move to a kernel version containing the fix, or disable CONFIG_NTFS3_FS until the regression is resolved. The present behavior risks interrupted writes and turns normal filesystem activity into a system-level failure. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-08-04 06:32 | ManFuckYoBitchAss | New Issue |