[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5176A5F7.6000609@zytor.com>
Date: Tue, 23 Apr 2013 08:17:11 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
CC: arjan@...radead.org, james.hogan@...tec.com, rusty@...tcorp.com.au,
linux-kernel@...r.kernel.org, andy.shevchenko@...il.com
Subject: Re: [PATCH] x86_32: Fix module version table mismatch.
On 04/23/2013 05:40 AM, Tetsuo Handa wrote:
>
> -#define memcmp __builtin_memcmp
> +int memcmp(const void *cs, const void *ct, size_t count);
>
Yuck. I really don't like this option unless it truly can't be
avoided... it might be a fix for 3.9/stable but a better way to do this
would be much more appreciated.
-hpa
--
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