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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 AFC49C433E2 for ; Tue, 8 Sep 2020 16:46:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 74E60206E6 for ; Tue, 8 Sep 2020 16:46:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599583584; bh=xS5gJ+BhArkAvUdVBgKONZGLYr7TFoMwwPM2bQMe1fM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1xerctknp5kV5QF3TTTzAzVlc1nZCiOKo2zrOk+qH1gwWlKEZ5JRSuhvWrhbapHd4 P3dCWO1cnifqKJ7hVkFOQPTte321MmTeaLxiGWx6cyOHHHkpE3qmZedBf8TsYV+HAG gWQEsll15SXbITnGgwJbiK2O032uefQdbCxt+cCI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731934AbgIHQqV (ORCPT ); Tue, 8 Sep 2020 12:46:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:33880 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731988AbgIHQac (ORCPT ); Tue, 8 Sep 2020 12:30:32 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C6E123BDB; Tue, 8 Sep 2020 13:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599571138; bh=xS5gJ+BhArkAvUdVBgKONZGLYr7TFoMwwPM2bQMe1fM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PUs3C+/PKJ/CUL2BdGcA/LLybKfRgAq6QKYNgbjYeA2gAJ4H0dmU0dQ2xeYEhN+MS 9Uq/6ty0VpXNcTBHP8v4s3PwqVgqnLfnA+pHlMTZySoj8qiNmMc+04BzQwdAMUdQdT nLWDjxgbJTbysxJ1Ts2JG9RIBQ+G4GQkivSUj1S4= Date: Tue, 8 Sep 2020 15:19:11 +0200 From: Greg KH To: Tim Froidcoeur Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, matthieu.baerts@tessares.net, davem@davemloft.net Subject: Re: [PATCH 4.9 0/2] net: initialize fastreuse on inet_inherit_port Message-ID: <20200908131911.GC3173498@kroah.com> References: <20200902140545.867718-1-tim.froidcoeur@tessares.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200902140545.867718-1-tim.froidcoeur@tessares.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 02, 2020 at 04:05:43PM +0200, Tim Froidcoeur wrote: > Fix for TPROXY initialization of fastreuse flag. > upstream patch was backported by Greg K-H to 4.14 and higher stable version. > > see also https://lore.kernel.org/stable/20200818072007.GA9254@kroah.com/ > > code in inet_csk_get_port for 4.9 (and 4.4) is different from > the upstream version, so these backports had to be adapted (a bit) > > Tim Froidcoeur (2): > net: refactor bind_bucket fastreuse into helper > net: initialize fastreuse on inet_inherit_port > > include/net/inet_connection_sock.h | 4 ++++ > net/ipv4/inet_connection_sock.c | 37 ++++++++++++++++++++---------- > net/ipv4/inet_hashtables.c | 1 + > 3 files changed, 30 insertions(+), 12 deletions(-) > > -- > 2.25.1 Both now queued up, thanks. greg k-h