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=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 30E0BC433E6 for ; Thu, 4 Feb 2021 16:00:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA85D61477 for ; Thu, 4 Feb 2021 16:00:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237675AbhBDQAl (ORCPT ); Thu, 4 Feb 2021 11:00:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:38516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237279AbhBDQAA (ORCPT ); Thu, 4 Feb 2021 11:00:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E102961477; Thu, 4 Feb 2021 15:59:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612454360; bh=VNqcEDt8Zreb5i6SAVqO2ZC/dbmMeeu5CNyA6xfGbSY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tWgQrE8MM0nu1QtIP1ffhUPqvkkEd2O658aSFmnvWhkexewcMOfEsTRW0Tjqwfhjh g6bcICEYkHjX6xn2VbH+wjUlpC6qe+hgV3q6yc6wNpfmqsNW4ZVrl0e2PKa3Y5mF2S m1lvqMaSCVN3MnYhSodP3YgWAqXtrj0vBGXxOKos= Date: Thu, 4 Feb 2021 16:59:17 +0100 From: Greg KH To: Eric Biggers Cc: Andrew Morton , linux-kernel@vger.kernel.org, stable@vger.kernel.org, linux-crypto@vger.kernel.org, Andy Lutomirski , Jann Horn , Theodore Ts'o Subject: Re: [PATCH RESEND] random: fix the RNDRESEEDCRNG ioctl Message-ID: References: <20210112192818.69921-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Feb 01, 2021 at 02:43:51PM -0800, Eric Biggers wrote: > On Tue, Jan 12, 2021 at 11:28:18AM -0800, Eric Biggers wrote: > > From: Eric Biggers > > > > The RNDRESEEDCRNG ioctl reseeds the primary_crng from itself, which > > doesn't make sense. Reseed it from the input_pool instead. > > > > Fixes: d848e5f8e1eb ("random: add new ioctl RNDRESEEDCRNG") > > Cc: stable@vger.kernel.org > > Cc: linux-crypto@vger.kernel.org > > Cc: Andy Lutomirski > > Cc: Jann Horn > > Cc: Theodore Ts'o > > Reviewed-by: Jann Horn > > Signed-off-by: Eric Biggers > > --- > > > > Andrew, please consider taking this patch since the maintainer has been > > ignoring it for 4 months > > (https://lkml.kernel.org/lkml/20200916041908.66649-1-ebiggers@kernel.org/T/#u). > > Ping. Given the lack of response, I'll take this now... thanks, greg k-h