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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 34461C55ABD for ; Mon, 9 Nov 2020 06:20:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DE47D20706 for ; Mon, 9 Nov 2020 06:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604902820; bh=bTq2cLa5dePi3NqfekZbpDUItcW8FhP1ey794csIs3s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LXy+qa8hHW0Ih7Tgudc4eUu/z9s6n8zZwuKZpl+vU2CC7HagmVeGh2MlAhgpvq8I9 wmJeoicmuEQrsn0/JcSXb6PAP9jog2eGfabgO0Z/zLESH74WUj7HyDBRN+Azl7JiiY cRPmuAYcqaNwSfz0aDUqzx7dCJ8LqsiDQObgjT/4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729092AbgKIGUS (ORCPT ); Mon, 9 Nov 2020 01:20:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:60166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728951AbgKIGUS (ORCPT ); Mon, 9 Nov 2020 01:20:18 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 697462068D; Mon, 9 Nov 2020 06:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604902817; bh=bTq2cLa5dePi3NqfekZbpDUItcW8FhP1ey794csIs3s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DzndP1IX39P72v8wRIZnWmyXyJKm8YJRO4tYMndGlFRLKSyCTxxYybC+fA9psUuHm c0PoYBkLHg2LZoyhwkbrpWpb5KIHwPp+j7Mu3bABcb4l1TlcDv9nWN0IJ3IioZCeJF cGtZt2oww215xlIo4sx00pyTMVMxekGZ0Eb/oaFA= Date: Mon, 9 Nov 2020 07:20:12 +0100 From: Greg Kroah-Hartman To: Amit Klein Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Willy Tarreau , Eric Dumazet , "Jason A. Donenfeld" , Andy Lutomirski , Kees Cook , Thomas Gleixner , Peter Zijlstra , Linus Torvalds , tytso@mit.edu, Florian Westphal , Marc Plumb , George Spelvin , Sasha Levin Subject: Re: [PATCH 5.9 639/757] random32: make prandom_u32() output unpredictable Message-ID: <20201109062012.GA48368@kroah.com> References: <20201027135450.497324313@linuxfoundation.org> <20201027135520.535662993@linuxfoundation.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, Nov 09, 2020 at 07:16:25AM +0200, Amit Klein wrote: > Dear all > > Quick question: what's the plan for back-porting this security patch to LTS > branches? If you have working and tested backports, to older kernels, I'll be glad to accept them if you think they are needed. thanks, greg k-h