Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3029554pxb; Sun, 8 Nov 2020 23:57:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJyQLo5T5LGINVkinPO4m7+LWrJRGwlSJuEaS9aX7jhPQjQo/CSsz/hNjvdxvZXF21MWKZ7u X-Received: by 2002:a05:6402:b35:: with SMTP id bo21mr14603566edb.52.1604908651588; Sun, 08 Nov 2020 23:57:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604908651; cv=none; d=google.com; s=arc-20160816; b=UcSvlMf1q/cGsllncicIXcWqdaDZjRtbL3A9xuBlBHhyUQ2C9NMBS26BD/65LLTFhH H53NBqj/5P6g6lGR9HQOGAffSuaCYreobMLL+HYGS7iigEbmnp8+oggMvuQsCqUI0qSy qos+cgppM7VLAz9nAUKs4ujaalKtO9S7fnzPstBVELTh89QpZlljLCUmacPHIGObtNax ERrEW+49L/9hRC4lpJWGR26behjRQ3og5u0BtEl566v+1MMqEqXk99TDIvI8pBdVobPd dJVC+o6C64bxipqnth+R9TH1UYK4ZaLP1XsLTzujxMAKfrdRjMDq+9yexYMKXF09iwbX M6rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=E5g2DutC7McxpFzid3imcMG0eoVXKNHbyQhlFentU60=; b=jvcmm4Dj2Fl64e+crE08Mn8iAkkgqqh54POH18D7vn4i+U49YXj9W/XVQ5ctiEruxo tuJNhLdth4x6HNr4YpnPa+tPEdOjLcrgZkJxTR6IzcYTSC9RlEMHFfDvjA2y1ookNyAv YvGeThb28Miu6rSwU1jotuV6yzSTJb79yfaEaBMqQkniFNn0X+xoVv2kySJyzikPx/Eb 4bK+X48Yc35464twreCzkGNIEVlK0kSW9Sc0/4/j3VnkqywbsghsDeFbhY/qbMyPCE0j v4cROYWrkU5WcFP7T4SVBRtyqJnVmw4zKsuIi7iD3B5hI88Vprf8hAkdM1oU4gbMJjyr 5Wdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l20si138861eje.737.2020.11.08.23.57.08; Sun, 08 Nov 2020 23:57:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729709AbgKIHzD (ORCPT + 99 others); Mon, 9 Nov 2020 02:55:03 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:46949 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728904AbgKIHzD (ORCPT ); Mon, 9 Nov 2020 02:55:03 -0500 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 0A97sANl013929; Mon, 9 Nov 2020 08:54:10 +0100 Date: Mon, 9 Nov 2020 08:54:10 +0100 From: Willy Tarreau To: Amit Klein Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, stable@vger.kernel.org, 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: <20201109075410.GA13916@1wt.eu> References: <20201027135450.497324313@linuxfoundation.org> <20201027135520.535662993@linuxfoundation.org> <20201109062012.GA48368@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 09, 2020 at 08:54:13AM +0200, Amit Klein wrote: > Unfortunately, I'm just a security researcher, not a kernel developer... > > Does that mean you don't plan to back-port the patch? I could possibly have a look, but quite frankly I'm not convinced that we need to backport this at all. I think that what we've done is mostly to be future-proof and that the likelihood of practical attacks against live systems with the previous fix are close to zero. Cheers, Willy