[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49704903.8050301@gmail.com>
Date: Fri, 16 Jan 2009 09:44:51 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: Heiko Carstens <heiko.carstens@...ibm.com>
CC: Greg KH <greg@...ah.com>, Greg KH <gregkh@...e.de>,
Domenico Andreoli <cavokz@...il.com>,
Randy Dunlap <rdunlap@...otime.net>, alan@...rguk.ukuu.org.uk,
Eugene Teo <eteo@...hat.com>,
Chris Wedgwood <reviews@...cw.f00f.org>,
Michael Krufky <mkrufky@...uxtv.org>, stable@...nel.org,
Rodrigo Rubira Branco <rbranco@...checkpoint.com>,
Chuck Wolber <chuckw@...ntumlinux.com>,
Zwane Mwaikambo <zwane@....linux.org.uk>,
Justin Forbes <jmforbes@...uxtx.org>, Jake Edge <jake@....net>,
Dave Jones <davej@...hat.com>, Theodore Ts'o <tytso@....edu>,
linux-kernel@...r.kernel.org, Ralf Baechle <ralf@...ux-mips.org>,
Chuck Ebbert <cebbert@...hat.com>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
akpm@...ux-foundation.org, torvalds@...ux-foundation.org,
Willy Tarreau <w@....eu>,
Dave Young <hidave.darkstar@...il.com>
Subject: Re: [stable] [patch 27/85] [PATCH 07/44] [CVE-2009-0029] System call
wrapper infrastructure
On 01/16/2009 09:37 AM, Heiko Carstens wrote:
> On Thu, Jan 15, 2009 at 03:42:37PM -0800, Greg KH wrote:
>> 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.
>
> Compiles fine for me on s390 with gcc 3.4.6 on git head.
> Could you send the .config please?
Hi,
it's not matter of .config. It's matter of compiler. I can't reproduce it on my
own, I just know, that Dave had problems with inline prototypes and using of the
function they declare before the body itself was available with some gcc 3.4.6.
Dave, don't you remember where did you get the compiler from and what was the
platform?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists