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 28C8CC43334 for ; Mon, 13 Jun 2022 08:08:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239877AbiFMIIV (ORCPT ); Mon, 13 Jun 2022 04:08:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239618AbiFMIH7 (ORCPT ); Mon, 13 Jun 2022 04:07:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DC6112D34 for ; Mon, 13 Jun 2022 01:07:55 -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 dfw.source.kernel.org (Postfix) with ESMTPS id CC9546106F for ; Mon, 13 Jun 2022 08:07:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7D18C34114; Mon, 13 Jun 2022 08:07:53 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="LN1/n5o5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1655107672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Wh2dLy/6R9YrPWI+zhjPk5XSRwil3DxvMu+ExE+R/g8=; b=LN1/n5o5nRhLHZO0kZsN2vKDK2IddAVreE+VCI/Wlstn9lpG4nAW3Ovbnb5tdGqBQWLyRY D6KsUjto2sz2/+D/KG9Pl8LrC1Pt/gC0Hy14Z9GFFWzKEAsIJXrxFl+0qdwOLvsc0y1/KZ 0btXHe+IJK+YVd+83JlZeGNADV6VaSk= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 930a3a39 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 13 Jun 2022 08:07:52 +0000 (UTC) From: "Jason A. Donenfeld" To: stable@vger.kernel.org, gregkh@linuxfoundation.org Subject: [PATCH stable 5.18 5.17 5.15 5.10 0/3] rng stable patches from 5.19-rc2 Date: Mon, 13 Jun 2022 10:07:46 +0200 Message-Id: <20220613080749.153222-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg, These three patches from 5.19-rc2 failed to automatically apply. The following series should work okay. Note that these are already part of the 4.9, 4.14, 4.19, 5.4 backport I did for later this week. Jason Jason A. Donenfeld (3): random: avoid checking crng_ready() twice in random_init() random: mark bootloader randomness code as __init random: account for arch randomness in bits drivers/char/random.c | 15 +++++++-------- include/linux/random.h | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) -- 2.35.1