From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C448BCDB465 for ; Thu, 12 Oct 2023 02:33:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233946AbjJLCdH (ORCPT ); Wed, 11 Oct 2023 22:33:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234053AbjJLCdG (ORCPT ); Wed, 11 Oct 2023 22:33:06 -0400 Received: from abb.hmeau.com (abb.hmeau.com [144.6.53.87]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F14CA4 for ; Wed, 11 Oct 2023 19:33:03 -0700 (PDT) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1qqlVR-006DQC-Jj; Thu, 12 Oct 2023 10:32:58 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Thu, 12 Oct 2023 10:33:02 +0800 Date: Thu, 12 Oct 2023 10:33:02 +0800 From: Herbert Xu To: Denis Kenzior Cc: Linux Crypto Mailing List , Marcel Holtmann , James Prestwood Subject: Re: Linux 6.5 broke iwd Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Oct 12, 2023 at 08:38:14AM +0800, Herbert Xu wrote: > > > Narrowing down further didn't work due to: > > /usr/bin/ld: crypto/asymmetric_keys/x509_public_key.o: in function > > `x509_get_sig_params': > > x509_public_key.c:(.text+0x363): undefined reference to `sm2_compute_z_digest' > > collect2: error: ld returned 1 exit status I wonder if this is a bug in the bisection process. The reference to sm2_compute_z_digest is protected by an IS_REACHABLE test on SM2 which is presumably disabled in your configuration. Can you please do a clean rebuild from the first buggy commit with the same config file and see if it still triggers the build failure? Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt