From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758718AbcLOQHt (ORCPT ); Thu, 15 Dec 2016 11:07:49 -0500 Received: from helcar.hengli.com.au ([209.40.204.226]:37882 "EHLO helcar.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758652AbcLOQHr (ORCPT ); Thu, 15 Dec 2016 11:07:47 -0500 Date: Fri, 16 Dec 2016 00:07:32 +0800 From: Herbert Xu To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: Crypto Fixes for 4.10 Message-ID: <20161215160732.GA16580@gondor.apana.org.au> References: <20161119102748.GA4277@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161119102748.GA4277@gondor.apana.org.au> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus: This push fixes the following issues: - A crash regression in the new skcipher walker. - Incorrect return value in public_key_verify_signature. - Fix for in-place signing in the sign-file utility. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Alex Yashchenko (1): sign-file: Fix inplace signing when src and dst names are both specified Ard Biesheuvel (1): crypto: skcipher - fix crash in virtual walk Pan Bian (1): crypto: asymmetric_keys - set error code on failure crypto/asymmetric_keys/public_key.c | 1 + crypto/skcipher.c | 4 +++- scripts/sign-file.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt