lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20120731024236.GB5027@thunk.org> Date: Mon, 30 Jul 2012 22:42:36 -0400 From: Theodore Ts'o <tytso@....edu> To: "Nelson, John R" <John_Nelson@...dent.uml.edu> Cc: "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org> Subject: Re: Serious bug? On Tue, Jul 31, 2012 at 02:17:03AM +0000, Nelson, John R wrote: > Hi, > I created a big 400GB file image and formatted it with mkfs.ext4. the format failed with > > Warning: could not erase sector 2: Attempt to write block to filesystem resulted in short write > > i then checked my dmesg and found error on my sda3 partition > [ 119.578077] EXT4-fs error (device sda3): ext4_ext_map_blocks:3769: inode #32243725: comm mkfs.ext4: bad extent address lblock: 53, depth: 2 pblock 0 All of the errors indicate that an extent tree block in inode #32243725 was corrupted. When you deleted the image file, that destroyed the evidence, so that's why fsck didn't reveal any problems. In terms of how and why the extent tree block got corrupted, that is a mystery. It could have been a memory corruption, due to hardware or software bug in the kernel. It could be a disk corruption, again due to hardware or software bug. So we can note what happened, and see if we see anything else similar, ut unless you can replicate it, I'm not sure we can do much more at the moment. Regardless, thank you for the report. We'll keep an eye out.... - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists