Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1792812pxk; Tue, 1 Sep 2020 07:58:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzyjArsfRL2GHR41a6tte+1AEjxWSH+SwCsBzNbleT3CH+s/yDA87EdiXJ2hWHFnH7vHsaQ X-Received: by 2002:a17:906:8695:: with SMTP id g21mr1733623ejx.504.1598972312481; Tue, 01 Sep 2020 07:58:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598972312; cv=none; d=google.com; s=arc-20160816; b=ZqqhH5FMm8HExw9EGQ/76iC6FOkqJHeV8iUe4wtW9/aR6zhJ+Ae090idVhso3x8b/a U9etEzO7lt1Tf/Vb9PmL5spu/HcafK+VDwcImVRF1+8ksOIJDOHreTxSzeETKgO9El1e KF+K7yIFumn7j0tPuhxMEfZV6M69mkUoHJn6Y9H7PKgXDDVpoPHZ09zbTOQ09jOyeBQK hnI+c1LSnQ17qqDzFbqRBDKiBx7vDUKzjB3O0/r5AHnBqU8zIg5EBiL9zHU72ZtuC2w9 Y6RhacBL+GkK3CHGVU4W/X+tdjkCeOHh2fHMapIuTvEirLPi5I26AizpbK2aqPvZEn3P 0rYg== 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=/POyeNgqgnvRyTRbbSH8z5pZtJNLk6xyo0MqZHK+soU=; b=WeWlSV5P/Gej38NsxxRYbuVYSJL3ur/jSxxCmKCom23elItZRQzSgCdHDghWg/MCpL FRJBHcKNxVdJI+PpjlJmCSFHcHL3l+BXcYLevMC+mVTtDagAvWf10Avt3nKlav6y3mqe Jxvx3xMSpOCy6vwWoBCcZHzV9wSD0O3l6635NW65iqOpUV8oGMz9Moyok9RE8GiF8PLo DIWNwZK8TA6nyUIuO+Stajj2IvlINqepcN3AnVx9RO4FG0NLo8nqaxZMypu7oxihMF4P lSo+BKWVVFQNu+Qa6zaVFDA8eHgpHJE+FjQx5R6BzorNd1aaK35ss2pPoogC04ZSslwh aL1Q== 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 bu14si649203edb.128.2020.09.01.07.58.09; Tue, 01 Sep 2020 07:58:32 -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 S1726892AbgIAO5f (ORCPT + 99 others); Tue, 1 Sep 2020 10:57:35 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:41251 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726984AbgIAO53 (ORCPT ); Tue, 1 Sep 2020 10:57:29 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 081Et9cK001156; Tue, 1 Sep 2020 16:55:09 +0200 Date: Tue, 1 Sep 2020 16:55:09 +0200 From: Willy Tarreau To: Sedat Dilek Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, George Spelvin , Amit Klein , 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 0/2] prandom_u32: make output less predictable Message-ID: <20200901145509.GC1059@1wt.eu> References: <20200901064302.849-1-w@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 Tue, Sep 01, 2020 at 04:41:13PM +0200, Sedat Dilek wrote: > I have tested with the patchset from [1]. > ( Later I saw, you dropped "WIP: tcp: reuse incoming skb hash in > tcp_conn_request()". ) Yes because it's a bit out of the cope of this series and makes sense even without these patches, thus I assume Eric will take care of it separately. Willy