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

From: Kentaro Takeda
Date: Mon Oct 20 2008 - 03:37:11 EST


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-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/