linux-kernel October 2008 archive
Main Archive Page > Month Archives  > linux-kernel archives
linux-kernel: [TOMOYO #11 (linux-next) 00/11] TOMOYO Linux

[TOMOYO #11 (linux-next) 00/11] TOMOYO Linux

From: Kentaro Takeda <takedakn_at_nospam>
Date: Mon Oct 20 2008 - 07:34:23 GMT
To: Stephen Smalley <sds@tycho.nsa.gov>, James Morris <jmorris@namei.org>, Chris Wright <chrisw@sous-sol.org>


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