From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmicros1.altlinux.org ([194.107.17.57]:47206 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726603AbeKCPB5 (ORCPT ); Sat, 3 Nov 2018 11:01:57 -0400 Date: Sat, 3 Nov 2018 08:51:45 +0300 From: Vitaly Chikunov To: Herbert Xu Cc: "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, Mimi Zohar , Dmitry Kasatkin Subject: Re: [PATCH v2 0/2] crypto: streebog - add Streebog hash function Message-ID: <20181103055145.ndvxd7nbnoqtwrk5@sole.flsd.net> References: <20181010121254.12220-1-vt@altlinux.org> <20181012061659.mextetc3v7urqkzx@gondor.apana.org.au> <20181012064105.bchujbwoaszrcu3l@sole.flsd.net> <20181017060851.r5mxvpq3l2ycvpio@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20181017060851.r5mxvpq3l2ycvpio@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: Herbert, On Wed, Oct 17, 2018 at 02:08:51PM +0800, Herbert Xu wrote: > On Fri, Oct 12, 2018 at 09:41:05AM +0300, Vitaly Chikunov wrote: > > > > It is the first part of attempts to add to the Integrity subsystem > > ability of verifying file and module signatures by Russian GOST > > algorithms. > > It would be better if these patches are posted together. That > way we don't end up with a situation where the algorithm goes into > the kernel but the ultimate user is rejected. IMA does not need any particular patching inside of their subtree to support new hash, because it is using any hash registered in Hash Info which is still under crypto subtree. I added appropriate patch into v3 which is already posted a week ago, and tested it to work correctly with ima_appraise=fix. Thanks,