Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265996AbUJHWHm (ORCPT ); Fri, 8 Oct 2004 18:07:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265978AbUJHWHm (ORCPT ); Fri, 8 Oct 2004 18:07:42 -0400 Received: from viper.oldcity.dca.net ([216.158.38.4]:26335 "HELO viper.oldcity.dca.net") by vger.kernel.org with SMTP id S265971AbUJHWHk (ORCPT ); Fri, 8 Oct 2004 18:07:40 -0400 Subject: Re: [PATCH] Realtime LSM From: Lee Revell To: Chris Wright Cc: Andrew Morton , Jody McIntyre , linux-kernel , torbenh@gmx.de, "Jack O'Quin" In-Reply-To: <20041008145252.M2357@build.pdx.osdl.net> References: <87k6ubcccl.fsf@sulphur.joq.us> <1096663225.27818.12.camel@krustophenia.net> <20041001142259.I1924@build.pdx.osdl.net> <1096669179.27818.29.camel@krustophenia.net> <20041001152746.L1924@build.pdx.osdl.net> <877jq5vhcw.fsf@sulphur.joq.us> <1097193102.9372.25.camel@krustophenia.net> <1097269108.1442.53.camel@krustophenia.net> <20041008144539.K2357@build.pdx.osdl.net> <1097272140.1442.75.camel@krustophenia.net> <20041008145252.M2357@build.pdx.osdl.net> Content-Type: text/plain Message-Id: <1097273105.1442.78.camel@krustophenia.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 08 Oct 2004 18:05:06 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1048 Lines: 31 On Fri, 2004-10-08 at 17:52, Chris Wright wrote: > * Lee Revell (rlrevell@joe-job.com) wrote: > > On Fri, 2004-10-08 at 17:45, Chris Wright wrote: > > > > --- linux-2.6.8.1/security/realtime.c Wed Dec 31 18:00:00 1969 > > > > +++ linux-2.6.8.1-rt02/security/realtime.c Mon Oct 4 21:35:41 2004 > > > > +static int any = 0; /* if TRUE, any process is realtime */ > > > > > > unecessary init to 0 > > > > > > > I think gcc 3.4 complains otherwise. > > Nah, it's fine. > > $ grep 'int any' security/realtime.c > static int any; /* if TRUE, any process is realtime */ > $ make security/realtime.o > CC security/realtime.o > $ gcc --version > gcc (GCC) 3.4.2 20040907 (Red Hat 3.4.2-2) So MODULE_PARM_DESC is neccesary even when using module_param instear of MODULE_PARM? Lee - 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/