Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752845AbYJTHhL (ORCPT ); Mon, 20 Oct 2008 03:37:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751255AbYJTHgv (ORCPT ); Mon, 20 Oct 2008 03:36:51 -0400 Received: from ms0.nttdata.co.jp ([163.135.193.231]:51607 "EHLO ms0.nttdata.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbYJTHgu (ORCPT ); Mon, 20 Oct 2008 03:36:50 -0400 Message-Id: <20081020073423.024299308@nttdata.co.jp> User-Agent: quilt/0.45-1 Date: Mon, 20 Oct 2008 16:34:23 +0900 From: Kentaro Takeda To: Stephen Smalley , James Morris , Chris Wright Cc: "Serge E. Hallyn" , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, Toshiharu Harada , Andrew Morton Subject: [TOMOYO #11 (linux-next) 00/11] TOMOYO Linux X-OriginalArrivalTime: 20 Oct 2008 07:36:46.0175 (UTC) FILETIME=[9AD9EEF0:01C93286] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 32 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/