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,URIBL_BLOCKED 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 4F6E9C433E1 for ; Tue, 18 Aug 2020 07:08:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2490520786 for ; Tue, 18 Aug 2020 07:08:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597734491; bh=G/8N0cyepG/eTlTHPYw4TAYe1CusVk1NDFUUZ9JeqOE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KQosxg6y4SKZJeMxJyW7wZz0jZ/3TYlczDR4tHrMEihx6M2aPxsMXKXnb17lSGBh9 zVrOGmwA8RhmYFxvh9uMujIKUGjEUODbdzX67+VzDxhOXGDNHiInIVXkcxVCW6aM1X JKGuL5fZJ9gOo0uWj6lOVUo6FsM9KgfqBuPkVzeg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726451AbgHRHIJ (ORCPT ); Tue, 18 Aug 2020 03:08:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:41396 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726043AbgHRHII (ORCPT ); Tue, 18 Aug 2020 03:08:08 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 7360A20658; Tue, 18 Aug 2020 07:08:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597734488; bh=G/8N0cyepG/eTlTHPYw4TAYe1CusVk1NDFUUZ9JeqOE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qjNokWz0hvLLb7r20sSxC2wrvyMDEqWddcv4Jcahbt83PbPFo9qxX6CySfIrYRxw8 R02Cp7aDlQlCzHwNVYdmhkLrUK9xvQleHwE8uvtiJv0t76BserfL7UyEiR8MNSrnOQ hRu+DGjh3IGd1aFqlMbuvxo81q5dSw83CKCb7zuY= Date: Tue, 18 Aug 2020 09:08:31 +0200 From: Greg KH To: Matthieu Baerts Cc: davem@davemloft.net, tim.froidcoeur@tessares.net, stable-commits@vger.kernel.org, stable Subject: Re: Patch "net: refactor bind_bucket fastreuse into helper" has been added to the 4.14-stable tree Message-ID: <20200818070831.GB3333@kroah.com> References: <159765838685222@kroah.com> <9f27fa03-b205-9195-758c-c9c67b384a21@tessares.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9f27fa03-b205-9195-758c-c9c67b384a21@tessares.net> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 17, 2020 at 09:28:48PM +0200, Matthieu Baerts wrote: > Hi Greg, > > On 17/08/2020 11:59, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > net: refactor bind_bucket fastreuse into helper > > > > to the 4.14-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > net-refactor-bind_bucket-fastreuse-into-helper.patch > > and it can be found in the queue-4.14 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > (...) > > > Patches currently in stable-queue which might be from tim.froidcoeur@tessares.net are > > > > queue-4.14/net-refactor-bind_bucket-fastreuse-into-helper.patch > > Thank you for backporting this patch! > > It seems the backport of the companion patch -- d76f3351cea2 ("net: > initialize fastreuse on inet_inherit_port") -- was lost somewhere for 4.14 > version. It was backported in all other newer stable versions: 5.8, 5.7, > 5.4, 4.19 but not in 4.14. > The patch backported here is a preparation for the real fix which is the > missing patch. > > I guess the intention is to backport d76f3351cea2 to v4.14 as well. If not, > this refactoring is maybe not needed :) Ugh, that was my fault, thanks for catching this. I've now queued this up to 4.14.y. greg k-h