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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2CADC433EF for ; Fri, 3 Jun 2022 14:48:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245206AbiFCOsZ (ORCPT ); Fri, 3 Jun 2022 10:48:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235709AbiFCOsU (ORCPT ); Fri, 3 Jun 2022 10:48:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 747671EEF2 for ; Fri, 3 Jun 2022 07:48:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 24432B82345 for ; Fri, 3 Jun 2022 14:48:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F568C385A9; Fri, 3 Jun 2022 14:48:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1654267696; bh=/H9yJxEMAXzzN9whbvNJ91OI8NrQVv0WDrHTA/ZBd1s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a1fSlMaxkaVj1eOhpNaiGskS5zsrv5++gtcW6USzWGoSICBzNyDLFQkFQ0yT4X/mq BeUh+uaiEhKMWRaQIg4Eao/1XAsplBs/WSyKT6BKIIo21B+F50XLJsq+NCtbIHVciw E8oXstVk//h/Z9dGbUdd8zdd7Uy++xnE22d62cQI= Date: Fri, 3 Jun 2022 16:48:13 +0200 From: Greg KH To: "Jason A. Donenfeld" Cc: stable@vger.kernel.org Subject: Re: [PATCH stable 5.15.y 0/5] missing random.c-related stable patches Message-ID: References: <20220602202327.281510-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220602202327.281510-1-Jason@zx2c4.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 02, 2022 at 10:23:22PM +0200, Jason A. Donenfeld wrote: > Hi Greg, > > I forgot two things when doing the 5.15 backport. The first is a patch > from Justin fixing a bug in some of the lib/crypto Kconfig changes, > which Pablo (CC'd) pointed out was missed. The second is that the > backport of 5acd35487dc9 ("random: replace custom notifier chain with > standard one") isn't quite right without Nicolai's patches there too, > since the drbg module is removable. > > I'll continue to monitor all the channels I possibly can for chatter > about problems, but so far this is all I've run into. All now queued up, thanks. greg k-h