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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 18D29C43461 for ; Mon, 14 Sep 2020 16:31:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D2578214F1 for ; Mon, 14 Sep 2020 16:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726448AbgINQbM (ORCPT ); Mon, 14 Sep 2020 12:31:12 -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: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@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