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 X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F5CCC433E2 for ; Sun, 30 Aug 2020 22:33:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 38B4B208A9 for ; Sun, 30 Aug 2020 22:33:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726388AbgH3WdR (ORCPT ); Sun, 30 Aug 2020 18:33:17 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:37624 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726179AbgH3WdO (ORCPT ); Sun, 30 Aug 2020 18:33:14 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1kCVsm-0000Lm-KD; Mon, 31 Aug 2020 08:33:05 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Mon, 31 Aug 2020 08:33:04 +1000 Date: Mon, 31 Aug 2020 08:33:04 +1000 From: Herbert Xu To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: [GIT PULL] Crypto Fixes for 5.9 Message-ID: <20200830223304.GA16882@gondor.apana.org.au> References: <20200803044024.GA6429@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200803044024.GA6429@gondor.apana.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Linus: This push fixes the following issues: - Regression in af_alg that affects iwd. - Restore polling delay in qat. - Double free in ingenic on error path. - Potential build failure in sa2ul due to missing Kconfig dependency. The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus for you to fetch changes up to c195d66a8a75c60515819b101975f38b7ec6577f: crypto: af_alg - Work around empty control messages without MSG_MORE (2020-08-27 23:20:36 +1000) ---------------------------------------------------------------- Giovanni Cabiddu (1): crypto: qat - add delay before polling mailbox Herbert Xu (1): crypto: af_alg - Work around empty control messages without MSG_MORE Randy Dunlap (1): crypto: sa2ul - add Kconfig selects to fix build error Wei Yongjun (1): crypto: ingenic - Drop kfree for memory allocated with devm_kzalloc crypto/af_alg.c | 13 ++++++++++--- drivers/char/hw_random/ingenic-rng.c | 9 ++------- drivers/crypto/Kconfig | 3 +++ drivers/crypto/qat/qat_common/adf_admin.c | 7 ++++--- 4 files changed, 19 insertions(+), 13 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt