Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932178AbZAPJ6p (ORCPT ); Fri, 16 Jan 2009 04:58:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761684AbZAPJ6e (ORCPT ); Fri, 16 Jan 2009 04:58:34 -0500 Received: from mtagate5.de.ibm.com ([195.212.29.154]:38852 "EHLO mtagate5.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754120AbZAPJ6c (ORCPT ); Fri, 16 Jan 2009 04:58:32 -0500 Date: Fri, 16 Jan 2009 10:57:47 +0100 From: Heiko Carstens To: Christian Borntraeger Cc: Jiri Slaby , Greg KH , linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Ralf Baechle , Martin Schwidefsky Subject: Re: [patch 27/85] [PATCH 07/44] [CVE-2009-0029] System call wrapper infrastructure Message-ID: <20090116095747.GE5157@osiris.boeblingen.de.ibm.com> References: <20090115215237.906089480@mini.kroah.org> <20090115215950.GB17227@kroah.com> <496FBCD1.5050608@gmail.com> <200901160944.59773.borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901160944.59773.borntraeger@de.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 28 On Fri, Jan 16, 2009 at 09:44:59AM +0100, Christian Borntraeger wrote: > Am Donnerstag 15 Januar 2009 schrieb Jiri Slaby: > > 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: > > I see two possible quick fixes: > -funit-at-a-time will allow these inline constructs (tested with 3.4.6 on i386 > with enabled syscall wrappers. x86_64 already sets this flag) If that helps: care to send a patch that enables this? Dependent on CONFIG_HAVE_SYSCALL_WRAPPERS? That is, if this is really a problem. -- 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/