Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765843AbYCFNdl (ORCPT ); Thu, 6 Mar 2008 08:33:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751400AbYCFNdd (ORCPT ); Thu, 6 Mar 2008 08:33:33 -0500 Received: from namei.org ([69.55.235.186]:37175 "EHLO us.intercode.com.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756058AbYCFNdc (ORCPT ); Thu, 6 Mar 2008 08:33:32 -0500 Date: Fri, 7 Mar 2008 00:31:58 +1100 (EST) From: James Morris X-X-Sender: jmorris@us.intercode.com.au To: "Ahmed S. Darwish" cc: Chris Wright , Stephen Smalley , Eric Paris , Casey Schaufler , Paul Moore , Alexey Dobriyan , Andrew Morton , Linus , LKML , LSM-ML Subject: Re: [PATCH -v8 -rc3] Security: Introduce security= boot parameter In-Reply-To: <20080306121913.GA8506@ubuntu> Message-ID: References: <20080306121913.GA8506@ubuntu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 20 On Thu, 6 Mar 2008, Ahmed S. Darwish wrote: > Handle Andrew's concerns: > - Use __init and __initdata in appropriate places. > - Do not rely upon dummy_ops layout, use C99 initializations. > - Use DEFINE_SPINLOCK instead of dynamic initialization. The spinlock is not needed now, if security_module_enable() can only be called during boot via an initcall. - James -- James Morris -- 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/