Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2299265pxk; Mon, 14 Sep 2020 09:34:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwoGFawV09shYhygnYkHyUDon2XHzwVeWdS8u2+OMati/ptK1gwQjVwwtE/G3NGZ9YuZGdp X-Received: by 2002:a17:906:119b:: with SMTP id n27mr15369916eja.124.1600101264608; Mon, 14 Sep 2020 09:34:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600101264; cv=none; d=google.com; s=arc-20160816; b=TkTklPscdQFWQqV9IC9RdMNDuZdXWKZv68aRTEGI4B9CM56xN3Wfi+D7wmREbT5Uj5 XPk63cSvXhbaM/fvk1WudvVRQEeut9Sl9p1GGyQqTnQckNvR4d0tI28q/OyFITdSTyUH uatkBsiaesL69g+5VEsXdfJgypS345kjfJH2CZ7pXIhnAV91fHnxUQ+jQYozAhOH7kZy i1qywA9HP60p/z+PKgn+7Zj3S0v445yah1o/8D13NIy13CBEjUmib+wKTYe8pZz1u5gT epwrVd8ho1NB7nUpZ4FQ1nqDBv0ladVEKQQxuKZ9VQTv+2IgvX2h5UKTdwCdIkWqGEiV dp4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=OO24hmjwQ1DWlUV1JAvBWxDyug/DTGUnNiuboXK2olE=; b=wy6fIcwT8mqgkxyxVVNK4I9SzoaMSgG5PpaLZyXRcBMGqsBd/DxyUkrwkse+jA+D0w s9kVDeGr5JaBH2QQ+xVri5Mbmqijhzhz2/4T1qQuMUuyZMioCP7GSNhkzd7bk0BhGSaa pjxz1rdP26Ljb6X2rpTjtd6LUfeNEyj2f6rNBnpurUxwGQjqDy/rOiJrmZVdNkVZ1ryj RaUuleV1cryl5IqjneoxkAD/ZlHL9La1FxbZ1HVRnPjzRkEyXkKv77/JXUVIUW8iTX/u Sfvk84iirPdtoAgjpZKOEgLRWRP7JbOf1H92qn80gmAcBTMspmvk8WwsooEn0eU7UVD8 YApQ== 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 e23si3934012edc.428.2020.09.14.09.34.01; Mon, 14 Sep 2020 09:34:24 -0700 (PDT) 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 S1726003AbgINQbR (ORCPT + 99 others); Mon, 14 Sep 2020 12:31:17 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:41804 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726396AbgINQah (ORCPT ); Mon, 14 Sep 2020 12:30:37 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 08EGT9Np012442; Mon, 14 Sep 2020 18:29:09 +0200 Date: Mon, 14 Sep 2020 18:29:09 +0200 From: Willy Tarreau To: Sedat Dilek Cc: Amit Klein , David Laight , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , George Spelvin , Eric Dumazet , "Jason A. Donenfeld" , Andy Lutomirski , Kees Cook , Thomas Gleixner , Peter Zijlstra , Linus Torvalds , "tytso@mit.edu" , Florian Westphal , Marc Plumb Subject: Re: [PATCH 1/2] random32: make prandom_u32() output unpredictable Message-ID: <20200914162909.GA12439@1wt.eu> References: <20200901064302.849-1-w@1wt.eu> <20200901064302.849-2-w@1wt.eu> <20200901131623.GB1059@1wt.eu> 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) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 14, 2020 at 06:16:40PM +0200, Sedat Dilek wrote: > On Mon, Sep 14, 2020 at 4:53 PM Amit Klein wrote: > > > > Hi > > > > Is this patch being pushed to any branch? I don't see it deployed anywhere (unless I'm missing something...). > > > > It's here: > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/prandom.git/log/?h=20200901-siphash-noise By the way I didn't get any feedback from those who initially disagreed with the one that was mergd, so for now I'm not doing anything on it anymore. I can propose it again for 5.10-rc1 but will not push anymore if there's no interest behind it. Cheers, Willy