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: <20150919150225.GG2921@thunk.org> Date: Sat, 19 Sep 2015 11:02:25 -0400 From: Theodore Ts'o <tytso@....edu> To: Johan Harvyl <johan@...vyl.se> Cc: Dave Chinner <david@...morbit.com>, Andreas Dilger <adilger@...ger.ca>, "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org> Subject: Re: resize2fs: Should never happen: resize inode corrupt! - lost key inodes On Sat, Sep 19, 2015 at 04:11:50PM +0200, Johan Harvyl wrote: > > Should this be reported in a bug tracker rather than here? Yes, please do. I can reproduce this using e2fsprogs 1.43's next branch, so there is definitely a real bug in e2fsprogs's resize2fs. The fastest way to reproduce this is using tmpfs (it only requires 275MB of ram): #!/bin/bash FS=/tmp/foo.img touch $FS mkfs.ext4 $FS -i 262144 -m 0 -O 64bit 15627548672k resize2fs -p $FS 19534435840k resize2fs -p $FS 23441323008k debugfs -c $FS -R "stat <2>" Cheers, - 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