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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 AFD18C433DF for ; Tue, 4 Aug 2020 03:07:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE4532073E for ; Tue, 4 Aug 2020 03:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726916AbgHDDHe (ORCPT ); Mon, 3 Aug 2020 23:07:34 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:39357 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725975AbgHDDHe (ORCPT ); Mon, 3 Aug 2020 23:07:34 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 07436bNa016624; Tue, 4 Aug 2020 05:06:37 +0200 Date: Tue, 4 Aug 2020 05:06:37 +0200 From: Willy Tarreau To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Amit Klein , Linus Torvalds , Eric Dumazet , "Jason A. Donenfeld" , Andy Lutomirski , Kees Cook , Thomas Gleixner , Peter Zijlstra , Stephen Rothwell , Michael Ellerman Subject: Re: [PATCH 5.7 021/120] random32: update the net random state on interrupt and activity Message-ID: <20200804030637.GA16602@1wt.eu> References: <20200803121902.860751811@linuxfoundation.org> <20200803121903.882259078@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200803121903.882259078@linuxfoundation.org> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Mon, Aug 03, 2020 at 02:17:59PM +0200, Greg Kroah-Hartman wrote: > From: Willy Tarreau > > commit f227e3ec3b5cad859ad15666874405e8c1bbc1d4 upstream. > > This modifies the first 32 bits out of the 128 bits of a random CPU's > net_rand_state on interrupt or CPU activity to complicate remote > observations that could lead to guessing the network RNG's internal > state. (...) Stephen reported at least one powerpc build breakage with this one, and Michael suggested a yet unmerged fix. Thus I'm wondering if we shouldn't postpone inclusion of these 3 random32 backports to stable to give some time to stabilize them and avoid breaking setups. Just my two cents, Willy