From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from abb.hmeau.com (abb.hmeau.com [180.181.231.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7351F39D6F3; Wed, 8 Apr 2026 08:09:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=180.181.231.80 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775635750; cv=none; b=sxTKRTD0MzEAmkWkEPnmc+CRaxanSYFvkmO4cJye7MFinCm16lR0+0/joUPXv+kyI9xMSQOXc0Gf4/btLaTO2ZkzkOrHAzIS8NP0GGZmU/gRDrjRF1OtCeIbxpJL3RXFBkwR6mmaN/CmtoXTW4wGF7QY/1F8ayx9t4F+S2oGI+U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775635750; c=relaxed/simple; bh=koSehwWSxjU3ovsKT7f36DXu4y6eMsgpzShZGFK93+0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HAS80yalPCjXxpfXU5CSo6KY1Ix0WRezfdMH5BZe/Ql4+Zfyad9StDgLtJHbp+IO+vsvh7+KNHzwkl9e50NTAUiEQowKpCXaL0QkQzfMIEjIx9cSK0i6V0Z1NHG82bQ1BNP5FouLF2L5Tx88NtELzJmEmMQsl9os7RIVN015nns= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=gondor.apana.org.au; spf=pass smtp.mailfrom=gondor.apana.org.au; dkim=pass (2048-bit key) header.d=gondor.apana.org.au header.i=@gondor.apana.org.au header.b=slUEtJ/a; arc=none smtp.client-ip=180.181.231.80 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=gondor.apana.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gondor.apana.org.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gondor.apana.org.au header.i=@gondor.apana.org.au header.b="slUEtJ/a" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gondor.apana.org.au; s=h01; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:cc:to:subject:message-id:date: from:content-type:reply-to; bh=l8aaaehgysH2hcfIZINOSwreJrwK4RdOvdUPlIC0mwY=; b=slUEtJ/asWbPK7wnHP/gklNlHvd8xYUVOgV7KqsctVF0ppZufBjaEoKrx4uKCIFoT0WdMnVKWh+ bJAWhVlVJTOA2HTDu1xujmh/z0mzsLtscPH+w7p04GhBOG4vIVpWC43em4L/bs3MVLhwN2L8J8SDD repz4041mk82cl6wgKpsEeZ6FX6WL3UWSpv4kYaVUjqnQLkCk0+Gg/R9BK+mz4c4CLwahZtGZaFmS A+uTUvQhzSAR8Zjjo65NbuJaSYXxhjM/0tPbVstNxH5expWzTHbzCIX3xFDHfAxqIZzmlbFLLjFjW kzGcG3agrG34DXtK3DBleJ1Bz6moytH7I1Hw==; Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.96 #2 (Debian)) id 1wANYN-004dIK-1B; Wed, 08 Apr 2026 16:08:43 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Wed, 08 Apr 2026 16:08:42 +0800 Date: Wed, 8 Apr 2026 16:08:42 +0800 From: Herbert Xu To: Hamza Mahfooz Cc: linux-crypto@vger.kernel.org, "David S. Miller" , Maxime Coquelin , Alexandre Torgue , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jeff Barnes , Paul Monson Subject: Re: [PATCH] crypto: tstmgr - guard xxhash tests Message-ID: References: <20260407192859.270745-1-hamzamahfooz@linux.microsoft.com> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260407192859.270745-1-hamzamahfooz@linux.microsoft.com> On Tue, Apr 07, 2026 at 12:28:59PM -0700, Hamza Mahfooz wrote: > If the kernel isn't built with CONFIG_CRYPTO_XXHASH and booted with FIPS > mode enabled it will currently panic. So, only benchmark xxhash64 if > CRYPTO_XXHASH is enabled. > > Cc: Jeff Barnes > Cc: Paul Monson > Signed-off-by: Hamza Mahfooz > --- > crypto/testmgr.c | 2 ++ > 1 file changed, 2 insertions(+) Please show me the panic. Normally it's not an issue if an algorithm is not present while the test vectors are. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt