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 B6798C4332F for ; Thu, 9 Nov 2023 04:30:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231512AbjKIEat (ORCPT ); Wed, 8 Nov 2023 23:30:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbjKIEaq (ORCPT ); Wed, 8 Nov 2023 23:30:46 -0500 Received: from abb.hmeau.com (abb.hmeau.com [144.6.53.87]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFEE7269E; Wed, 8 Nov 2023 20:30:43 -0800 (PST) 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 1r0wge-00Fd8s-OA; Thu, 09 Nov 2023 12:30:37 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Thu, 09 Nov 2023 12:30:43 +0800 Date: Thu, 9 Nov 2023 12:30:43 +0800 From: Herbert Xu To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: [GIT PULL] Crypto Fixes for 6.7 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-kernel@vger.kernel.org Hi Linus: The following changes since commit a312e07a65fb598ed239b940434392721385c722: crypto: adiantum - flush destination page before unmapping (2023-11-01 12:58:42 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.7-p2 for you to fetch changes up to 9aedd10fe38418319bd8ed55dc68a40ec04aaa05: crypto: ahash - Set using_shash for cloned ahash wrapper over shash (2023-11-07 16:44:36 +0800) ---------------------------------------------------------------- This push fixes a regression in ahash and hides the Kconfig sub-options for the jitter RNG. ---------------------------------------------------------------- Dmitry Safonov (1): crypto: ahash - Set using_shash for cloned ahash wrapper over shash Herbert Xu (1): crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT crypto/Kconfig | 28 +++++++++++++++++++++++++--- crypto/ahash.c | 1 + 2 files changed, 26 insertions(+), 3 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt