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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 DBBA1C48BE8 for ; Wed, 16 Jun 2021 09:33:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B21C06128C for ; Wed, 16 Jun 2021 09:33:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232328AbhFPJfY (ORCPT ); Wed, 16 Jun 2021 05:35:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:58076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231316AbhFPJfX (ORCPT ); Wed, 16 Jun 2021 05:35:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BFB5C6128B; Wed, 16 Jun 2021 09:33:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623835997; bh=DkZ8F2jSZs+3/pVPCNqnHTKCaKdlQDSzZt4q7RgCxdk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AJ6pMKDE9t9ZnZJRvJOjB4INP3E6lxEZacDyI63j15PQs+GrXNLD1xuSmRCl54aQF 0plm4KV56D9nLN1K0A6l7KYG5n5AkDVQaNSEHkzRxSCsCYMyn7nHUk5T+CzcAwiEWd 6ug+HopT9Ky8ET+8pxSaJyjsipcEIeJCngmlqJrY= Date: Wed, 16 Jun 2021 11:33:14 +0200 From: Greg Kroah-Hartman To: Amit Klein Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Eric Dumazet , Willy Tarreau , "David S. Miller" , Sasha Levin Subject: Re: [PATCH 5.4 175/244] inet: use bigger hash table for IP ID generation Message-ID: References: <20210512144743.039977287@linuxfoundation.org> <20210512144748.600206118@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 16, 2021 at 11:32:41AM +0200, Greg Kroah-Hartman wrote: > On Wed, Jun 16, 2021 at 12:16:52PM +0300, Amit Klein wrote: > > Here is the patch (minus headers, description, etc. - I believe these > > can be copied as is from the 5.x patch, but not sure about the > > rules...). It can be applied to 4.14.236. If this is OK, I can move on > > to 4.9 and 4.4. > > I do not know "the patch" is here. > > Please resend it in a format that I can apply it in. Look at the stable > list archives for lots of examples of backported patches, they need to > have the original changelog description as well as the git commit id of > the patch you are backporting, which I do not see here at all. Also, did you test this on 4.14.y and prove that it is both needed, and works properly? thanks, greg k-h