From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Didelot Subject: Re: [PATCH net-next] net: unbreak CONFIG_RETPOLINE=n builds Date: Mon, 17 Dec 2018 12:47:46 -0500 Message-ID: <20181217124746.GB3980@slim.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, "David S. Miller" To: Paolo Abeni Return-path: Received: from mail-qt1-f193.google.com ([209.85.160.193]:40521 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726415AbeLQRrs (ORCPT ); Mon, 17 Dec 2018 12:47:48 -0500 Received: by mail-qt1-f193.google.com with SMTP id k12so15034649qtf.7 for ; Mon, 17 Dec 2018 09:47:48 -0800 (PST) In-Reply-To: Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hi Paolo, On Mon, 17 Dec 2018 12:39:02 +0100, Paolo Abeni wrote: > The kbuild bot reported a build breakage with CONFIG_RETPOLINE=n > due to commit aaa5d90b395a ("net: use indirect call wrappers at > GRO network layer"). > I screwed the wrapper implementation for such config. > Fix the issue properly ignoring the builtin symbols arguments, > when retpoline is not enabled. > > Reported-by: kbuild test robot > Fixes: aaa5d90b395a ("net: use indirect call wrappers at GRO network layer") > Signed-off-by: Paolo Abeni This fixes my build on latest net-next: Tested-by: Vivien Didelot Thanks, Vivien