Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756586Ab3DWWIO (ORCPT ); Tue, 23 Apr 2013 18:08:14 -0400 Received: from terminus.zytor.com ([198.137.202.10]:34660 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756027Ab3DWWIL (ORCPT ); Tue, 23 Apr 2013 18:08:11 -0400 Message-ID: <51770634.2060806@zytor.com> Date: Tue, 23 Apr 2013 15:07:48 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Andy Shevchenko CC: Tetsuo Handa , arjan , "james.hogan" , Rusty Russell , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86_32: Fix module version table mismatch. References: <201304222326.IJB21395.FOtVJFHFQMOOSL@I-love.SAKURA.ne.jp> <201304232140.FGF73904.QJOFOVtHFFMSOL@I-love.SAKURA.ne.jp> <5176A5F7.6000609@zytor.com> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 26 On 04/23/2013 08:41 AM, Andy Shevchenko wrote: > On Tue, Apr 23, 2013 at 6:17 PM, H. Peter Anvin wrote: >> 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. > > What about my proposal to supply parameters for __builtin_memcmp in > memcmp macro. > I don't see it anywhere. -hpa -- 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/