Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp589534pxk; Sun, 30 Aug 2020 15:33:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx1Onq1/pC7A0bi50RlJu00TAF7QmxkBsb4KQ/qibdJVGwv4GSjC24VBTIrSUFxMZRfcG3f X-Received: by 2002:a05:6402:1299:: with SMTP id w25mr8981330edv.349.1598826835545; Sun, 30 Aug 2020 15:33:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598826835; cv=none; d=google.com; s=arc-20160816; b=n+98NfmAQcDOCYn/zBLDzaSYJP3PImuOv24CBTgmgA/L9nv23b2f9kKA1cqRcjf0jT 0gBNWnMJb1VFs49XJczekkiSjFYaLchlj2ws5dxhpLfuU+HaHx9yWmq2U0yI51qTDvn1 FEt5KvpiOGkpfqc0s/q0KlCM2DVNOfCeDlkvSU/0q8Ktyu4iZlIs4eAqCun9DumQexgq ogcNwZ0caIKxhyFvBLOW6SXXx1gynN+8K/WvK/yhsWria0LWtsV0iT6kbj/Xy19nVTRP D0+RtUhLVU+9iSFLKyBoIcctEWYvwUCBqD9n4U2tDQvECWKOgenUsZZwLfxrQUDGUko8 pTAQ== 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:to :from:date; bh=1SEkmomUtjYxaecV3oF3yZWvYlZ2+pMmxEHBsnXyIH4=; b=ZjHsBYh0CgoGMXi1eWiYu0OJseMz+tzh86QLBQLBbyjeDe6tysWt1JP1dT8Vja6R4x n+E0pIl/qhRpNOUTbExUaViisZqjKOTACPokllrof35PhaWCEbeTLc1YoNmMo7Fhzy/6 Z1VTD5+Im8sr7ULoVjthut6a+WH88GBqCDD1lC4QNzAEEyFOJFxIV4wlebaybnN3hjW0 E3ugR0MGc1mHKH9NeQ0f4eXESasVTzqbAl+V6sHF/mf6NaLGN9izFH3ZYM+pyHleFTJO GfZ8Oc46FiS1mn6DGEz991hUNONb4NVbbvwLFLYorBsiLidaeOrT51Yv5l2dopIyQ4H9 Fw+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v23si4108725edr.395.2020.08.30.15.33.18; Sun, 30 Aug 2020 15:33:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726388AbgH3WdR (ORCPT + 99 others); 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