Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935132AbZAOXpe (ORCPT ); Thu, 15 Jan 2009 18:45:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758046AbZAOXpR (ORCPT ); Thu, 15 Jan 2009 18:45:17 -0500 Received: from kroah.org ([198.145.64.141]:33547 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752760AbZAOXpP (ORCPT ); Thu, 15 Jan 2009 18:45:15 -0500 Date: Thu, 15 Jan 2009 15:42:37 -0800 From: Greg KH To: Jiri Slaby Cc: Greg KH , Heiko Carstens , Domenico Andreoli , Randy Dunlap , alan@lxorguk.ukuu.org.uk, Eugene Teo , Chris Wedgwood , Michael Krufky , stable@kernel.org, Rodrigo Rubira Branco , Chuck Wolber , Zwane Mwaikambo , Justin Forbes , Jake Edge , Dave Jones , "Theodore Ts'o" , linux-kernel@vger.kernel.org, Ralf Baechle , Chuck Ebbert , Martin Schwidefsky , akpm@linux-foundation.org, torvalds@linux-foundation.org, Willy Tarreau Subject: Re: [stable] [patch 27/85] [PATCH 07/44] [CVE-2009-0029] System call wrapper infrastructure Message-ID: <20090115234237.GA20132@kroah.com> References: <20090115215237.906089480@mini.kroah.org> <20090115215950.GB17227@kroah.com> <496FBCD1.5050608@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496FBCD1.5050608@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 25 On Thu, Jan 15, 2009 at 11:46:41PM +0100, Jiri Slaby wrote: > On 01/15/2009 10:59 PM, Greg KH wrote: > > + > > +#ifdef CONFIG_HAVE_SYSCALL_WRAPPERS > > + > > +#define SYSCALL_DEFINE(name) static inline long SYSC_##name > > +#define SYSCALL_DEFINEx(x, name, ...) \ > > + asmlinkage long sys_##name(__SC_DECL##x(__VA_ARGS__)); \ > > + static inline long SYSC_##name(__SC_DECL##x(__VA_ARGS__)); \ > > Hmm, we don't support at least gcc 3.4.6 anymore :/. It seems to be the same as in: > http://lkml.org/lkml/2007/12/6/385 > > It doesn't like inline prototypes. Hm, Heiko, any ideas? thanks, greg k-h -- 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/