Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965816AbcJYLhg convert rfc822-to-8bit (ORCPT ); Tue, 25 Oct 2016 07:37:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33282 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934132AbcJYLhe (ORCPT ); Tue, 25 Oct 2016 07:37:34 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20161025102637.GB1768@shodan.usersys.redhat.com> References: <20161025102637.GB1768@shodan.usersys.redhat.com> <20161006080021.GD19785@shodan.usersys.redhat.com> <1473179547-12101-1-git-send-email-k.marinushkin@gmail.com> <32083.1473167516@warthog.procyon.org.uk> <25951.1473185773@warthog.procyon.org.uk> <32688.1477320654@warthog.procyon.org.uk> To: Artem Savkov Cc: dhowells@redhat.com, Kirill Marinushkin , paul.gortmaker@windriver.com, james.l.morris@oracle.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] security/keys: make BIG_KEYS dependent on stdrng. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10061.1477395451.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 25 Oct 2016 12:37:31 +0100 Message-ID: <10062.1477395451@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 25 Oct 2016 11:37:33 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 433 Lines: 16 Artem Savkov wrote: > > Which suggested patch? One of Kirill's (there are at least two) or yours? > > I suggest mine, since it is more flexible. Fine by me. > > Note that we *also* need the "KEYS: Sort out big_key initialisation" patch - > > just changing the Kconfig is not sufficient a fix in and of itself. > > Right, I see it also changes the Kconfig No, it doesn't. It only changes big_key.c David