Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756932Ab3DWPlG (ORCPT ); Tue, 23 Apr 2013 11:41:06 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:45224 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756597Ab3DWPlE (ORCPT ); Tue, 23 Apr 2013 11:41:04 -0400 MIME-Version: 1.0 In-Reply-To: <5176A5F7.6000609@zytor.com> References: <201304222326.IJB21395.FOtVJFHFQMOOSL@I-love.SAKURA.ne.jp> <201304232140.FGF73904.QJOFOVtHFFMSOL@I-love.SAKURA.ne.jp> <5176A5F7.6000609@zytor.com> Date: Tue, 23 Apr 2013 18:41:01 +0300 Message-ID: Subject: Re: [PATCH] x86_32: Fix module version table mismatch. From: Andy Shevchenko To: "H. Peter Anvin" Cc: Tetsuo Handa , arjan , "james.hogan" , Rusty Russell , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 764 Lines: 22 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. -- With Best Regards, Andy Shevchenko -- 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/