| Main Archive Page > Month Archives > linux-kernel archives |
TOMOYO Linux is a pathname-based MAC extension (LSM module) for the
Linux kernel.
This patchset is for linux-next (-next-20081017).
Differences from previous version (http://lkml.org/lkml/2008/10/9/46) are as follows.
*About locking:
-reduced global locks.
-added comments to explain what lock protects.
*About singly-linked-list:
-moved declaration of singly-linked-list from
security/tomoyo/common.h to include/linux/list1.h .
-added rcu_dereference() and rcu_assign_pointer() call properly.
*Others:
-added MAINTAINERS entry of TOMOYO SECURITY MODULE .
-inserted a blank line between variable declaration and start of
code.
Stephen, James, Chris, please review and respond (hopefully Ack).
Regards, -- -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html