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: <5230D739.9010109@redhat.com> Date: Wed, 11 Sep 2013 15:48:57 -0500 From: Eric Sandeen <sandeen@...hat.com> To: David Lang <david@...g.hm> CC: "Theodore Ts'o" <tytso@....edu>, Andreas Dilger <adilger@...ger.ca>, Thavatchai Makphaibulchoke <thavatchai.makpahibulchoke@...com>, T Makphaibulchoke <tmac@...com>, Al Viro <viro@...iv.linux.org.uk>, "linux-ext4@...r.kernel.org List" <linux-ext4@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, "linux-fsdevel@...r.kernel.org Devel" <linux-fsdevel@...r.kernel.org>, aswin@...com, Linus Torvalds <torvalds@...ux-foundation.org>, aswin_proj@...ts.hp.com Subject: Re: [PATCH v3 0/2] ext4: increase mbcache scalability On 9/11/13 3:32 PM, David Lang wrote: > On Wed, 11 Sep 2013, Eric Sandeen wrote: > >>> The reason why I'm pushing here is that mbcache shouldn't be showing >>> up in the profiles at all if there is no external xattr block. And so >>> if newer versions of SELinux (like Adnreas, I've been burned by >>> SELinux too many times in the past, so I don't use SELinux on any of >>> my systems) is somehow causing mbcache to get triggered, we should >>> figure this out and understand what's really going on. >> >> selinux, from an fs allocation behavior perspective, is simply setxattr. > > what you are missing is that Ted is saying that unless you are using xattrs, the mbcache should not show up at all. > > The fact that you are using SElinux, and SELinux sets the xattrs is > what makes this show up on your system, but other people who don't > use SELinux (and so don't have any xattrs set) don't see the same > bottleneck. Sure, I understand that quite well. But Ted was also saying that perhaps selinux had "gotten piggy" and was causing this. I've showed that it hasn't. This matters because unless the selinux xattrs go out of the inode into their own block, mbcache should STILL not come into it at all. And for attrs < 100 bytes, they stay in the inode. And on inspection, my SELinux boxes have no external attr blocks allocated. mbcache only handles extended attributes that live in separately-allocated blocks, and selinux does not cause that on its own. Soo... selinux by itself should not be triggering any mbcache codepaths. Ted suggested that "selinux had gotten piggy" so I checked, and showed that it hadn't. That's all. So at this point I think it's up to Mak to figure out why on his system, aim7 is triggering mbcache codepaths. -Eric > David Lang -- 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