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: <20120528175316.GJ19152@thunk.org> Date: Mon, 28 May 2012 13:53:16 -0400 From: Ted Ts'o <tytso@....edu> To: Eric Sandeen <sandeen@...hat.com> Cc: ext4 development <linux-ext4@...r.kernel.org> Subject: Re: [PATCH V2] ext4: force ro mount if ext4_setup_super() fails On Thu, May 24, 2012 at 12:01:43PM -0500, Eric Sandeen wrote: > If ext4_setup_super() fails i.e. due to a too-high revision, > the error is logged in dmesg but the fs is not mounted RO as > indicated. > > Tested by: > > # mkfs.ext4 -r 4 /dev/sdb6 > # mount /dev/sdb6 /mnt/test > # dmesg | grep "too high" > [164919.759248] EXT4-fs (sdb6): revision level too high, forcing read-only mode > # grep sdb6 /proc/mounts > /dev/sdb6 /mnt/test2 ext4 rw,seclabel,relatime,data=ordered 0 0 > > Signed-off-by: Eric Sandeen <sandeen@...hat.com> Thanks, applied. - 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