Re: [PATCH 1/2] security/selinux: fix /proc/sys/ labeling

From: Lucian Adrian Grijincu
Date: Tue Feb 01 2011 - 14:47:09 EST


On Tue, Feb 1, 2011 at 9:33 PM, Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:
> What kernel has a dentry_path_raw? ÂPerhaps you mean __dentry_path?


See the function here:
https://github.com/mirrors/linux-2.6/blob/70d1f365568e0cdbc9f4ab92428e1830fdb09ab0/fs/dcache.c

The last patches were against 2.6.38-rc2 because the dcache layer got
rewritten in 2.6.38 http://lwn.net/Articles/421784/

__dentry_path is now static (in fs/dcache.c) and does not take the
necessary locks.

dentry_path_raw is __dentry_path with locks

ec2447c278ee973d35f38e53ca16ba7f965ae33d
hostfs: simplify locking

Remove dcache_lock locking from hostfs filesystem, and move it into dcache
helpers. All that is required is a coherent path name. Protection from
concurrent modification of the namespace after path name generation is not
provided in current code, because dcache_lock is dropped before the path is
used.

Signed-off-by: Nick Piggin <npiggin@xxxxxxxxx>



--
Â.
..: Lucian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/