Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1895112imu; Sun, 16 Dec 2018 11:16:48 -0800 (PST) X-Google-Smtp-Source: AFSGD/UC7UBuJ9bsG82hX6Nt3/ieRbYU5tH/hyW2pcM21sFaSs9sxYbE0lyxsCWJ2r/JBIsmiHIl X-Received: by 2002:a63:e655:: with SMTP id p21mr9606602pgj.70.1544987808091; Sun, 16 Dec 2018 11:16:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544987808; cv=none; d=google.com; s=arc-20160816; b=m5yPTLzoW4xevQocvdC7IpZavLySpZ386LPjHemHf3rnYiabIXpigqXuQnQzYvw8LL zELQuyFmgEUFHoMdN+NO4A+P+zrvXTXRHIbl37UGFEjMuT7ZiOGpGML0LIOSSfufTd4G 7/r6cD05Vdbp0oDSvnYp/RojsWHQieMUdZn1h4Q7SKxVbjMs60mnDdQ1hyPpXsDSWg9+ /J5Ex+4KxPUPGJFm4ktBW7SkuBtCxozhGblFb00ttIbN6o/3eAfjyQZyNlFBjcfDUE60 xseGjzT5af35pluNS9LiORCAcR5cKaYrBZhKj2TbFusJ3bbs8ykR/SIB3da/pAQ2yp6F 4DBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=MeIZBidf42N+1cDGmWooiBmfXWFHYK9ev4tAOQC1ys0=; b=ptHhKJLv04NOe5L9Jyg13LbgJ5GHJizrLieOe2NjM7iohK9j9H75pa4fa/dDNmD/1v E65TRe1KwSm3z2C8BzgLFp136nyLeXPg4OQtthnqw3VZpfulbjJmLnzylTURjGD7AC/A aacXb7m89UZXD9MjpSq7MSl8znvepWhtfN5UI3/6+fZrgdFP6iq95xHYb0KqhzqkBUmS iLHn2hvrnTUVj6fsfvnJCQe63YhrMzCc1RiLh6kWib0cuubb7mb33qdGUWjZ7Cq0bZCS cmglaOHyNehmRXHLG4uM0CU57w0MOE0jk4JT3HGS2UY+cVpp+y14/JDk9Wqb7wlxTeGk /J6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i64si8994930pge.361.2018.12.16.11.16.32; Sun, 16 Dec 2018 11:16:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730838AbeLPTNm (ORCPT + 99 others); Sun, 16 Dec 2018 14:13:42 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:46382 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730688AbeLPTNm (ORCPT ); Sun, 16 Dec 2018 14:13:42 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::cf9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 8DACD14EE058D; Sun, 16 Dec 2018 11:13:41 -0800 (PST) Date: Sun, 16 Dec 2018 11:13:40 -0800 (PST) Message-Id: <20181216.111340.1916211375637201418.davem@davemloft.net> To: pabeni@redhat.com Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com, pjt@google.com, linux-kernel@vger.kernel.org, ecree@solarflare.com, dwmw2@infradead.org Subject: Re: [PATCH net-next v3 0/4] net: mitigate retpoline overhead From: David Miller In-Reply-To: <2444a44091ae292166c6cad1e31fd85ed2b77fe7.camel@redhat.com> References: <20181215.132333.867660599141318055.davem@davemloft.net> <2444a44091ae292166c6cad1e31fd85ed2b77fe7.camel@redhat.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 16 Dec 2018 11:13:41 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Paolo Abeni Date: Sun, 16 Dec 2018 19:55:40 +0100 > Again, I messed it! I'm really sorry to waste everybody's time. > I was unable to give proper coverage with different configs. I tested > vs.: > > CONFIG_IPV6=ymn > CONFIG_INET=yn > > but > > # CONFIG_RETPOLINE is not set > > fooled me. The following patch should fix. Please submit this formally with a proper signoff and let's see where it goes.