From mboxrd@z Thu Jan 1 00:00:00 1970 From: Major Hayden Subject: Re: [net-next] net: unbreak CONFIG_RETPOLINE=n builds Date: Mon, 17 Dec 2018 11:20:38 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "David S. Miller" To: Paolo Abeni , netdev@vger.kernel.org Return-path: Received: from mail-qk1-f177.google.com ([209.85.222.177]:44529 "EHLO mail-qk1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732718AbeLQRUl (ORCPT ); Mon, 17 Dec 2018 12:20:41 -0500 Received: by mail-qk1-f177.google.com with SMTP id n12so7757263qkh.11 for ; Mon, 17 Dec 2018 09:20:40 -0800 (PST) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 12/17/18 5:39 AM, 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. This fixed aarch64 builds for me. Thank you!