Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp324753ybi; Tue, 18 Jun 2019 23:41:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqxAq+T5nyyZtuMCI7mSBOQQTDJ9T7oLL90VfsN80AnqyGyVDjEKoL0kqgNI/g5eq5tqluo2 X-Received: by 2002:a63:374a:: with SMTP id g10mr6220378pgn.31.1560926488124; Tue, 18 Jun 2019 23:41:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560926488; cv=none; d=google.com; s=arc-20160816; b=zY5SLlw+g21RxESMfQV9Zx6iB9xDmnktMyho8uXou6w32Olk1IMG6f+NFRzzlC1vhq N67Rn3Vm9a1n7kwpFh0hyxGSTSwaGDc1HJ3fDoYluaEk459LQMrm+MQw/hm8w465O+5o 4T72BLc3xLZpHbRbFtRWwQIxZ7tSLSzdoM8dYoicM/+tjKUB8FDPA59tMEG513z5D5+B OYkqBBHjwsEKnHeVrh+jgxDHg26Kd8FUTs/3yYD3v5CMQAXqpBMYdbxiEaLZRZ7BzJ15 QJ8Th76Wciwcr3K/ZAfpKal49Vw+9E+VQq/GmEY8ufJX18gzG+Fu3EAV+skU3P2CFXlT d0dA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=r3cm+feWzmbpVIVqe9qaT3jHfOjPv+kFb9ycScho2lw=; b=Zn9Q4Eu8WeNOVJR9N/0+a2dcP5Ax6BeU12+dIrzEzlskDDTNb3GatVA9oUHK1ugTOX NTag6OnxNvorMD9cyP7S3P2ObtMDrdyt5Y/zdHE4UkK8rQr5R2eu/FYV7/6Khpl1f0Sp /HWsyWHPqzxjrspY2Fd0YacbpFkq63PpQGXmvd9smLimE2NiyW273whDuIOg4Ku38/1W 7Ar1ZRQxQZbjZaEyMH/hguNQN4UvP3Ua18LqpXg7JoCurtibff4BCL1tsQMSOthcZmFS 7/zZ3VMpUKbQhlGLOXzluOnDWybarAqHeKe+UaAuAjb+tavECxZRJeuBWFoXP16kH+RV gZhQ== 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 q7si2447605pgc.374.2019.06.18.23.41.12; Tue, 18 Jun 2019 23:41:28 -0700 (PDT) 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 S1731080AbfFSGkj (ORCPT + 99 others); Wed, 19 Jun 2019 02:40:39 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:39020 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725881AbfFSGkj (ORCPT ); Wed, 19 Jun 2019 02:40:39 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hdUGl-0003qn-Ho; Wed, 19 Jun 2019 14:40:31 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1hdUGh-0005pC-Mx; Wed, 19 Jun 2019 14:40:27 +0800 Date: Wed, 19 Jun 2019 14:40:27 +0800 From: Herbert Xu To: Arnd Bergmann Cc: Steffen Klassert , "David S. Miller" , Florian Westphal , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [v2] ipsec: select crypto ciphers for xfrm_algo Message-ID: <20190619064027.qlvdfmohlp3zmtx6@gondor.apana.org.au> References: <20190618112227.3322313-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190618112227.3322313-1-arnd@arndb.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 18, 2019 at 01:22:13PM +0200, Arnd Bergmann wrote: > kernelci.org reports failed builds on arc because of what looks > like an old missed 'select' statement: > > net/xfrm/xfrm_algo.o: In function `xfrm_probe_algs': > xfrm_algo.c:(.text+0x1e8): undefined reference to `crypto_has_ahash' > > I don't see this in randconfig builds on other architectures, but > it's fairly clear we want to select the hash code for it, like we > do for all its other users. As Herbert points out, CRYPTO_BLKCIPHER > is also required even though it has not popped up in build tests. > > Fixes: 17bc19702221 ("ipsec: Use skcipher and ahash when probing algorithms") > Signed-off-by: Arnd Bergmann > --- > net/xfrm/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Herbert Xu -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt