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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 894FCC433EF for ; Tue, 21 Jun 2022 20:26:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354099AbiFUU0s (ORCPT ); Tue, 21 Jun 2022 16:26:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235086AbiFUU0r (ORCPT ); Tue, 21 Jun 2022 16:26:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED03C2A73B; Tue, 21 Jun 2022 13:26:46 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 87A0B6177B; Tue, 21 Jun 2022 20:26:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 494B9C3411C; Tue, 21 Jun 2022 20:26:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655843206; bh=Iv7WrPExU3s0MnkfQxFXTcvrqffkxEjLNITUpV9WDZ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QjAH+6v+BLZOFXyeSbf34WfglSewe50UzYMMuRcB/g8L0KNuhl/q7DA/TTgb/+w2v 2VS9z2dCQYWQZUm6Mm+cQlYqQsYKgd8PzSGqMakjTQhPGdiDlkIGm84MWNpElAlLBy muSZF/Gcl4hVPDFEDSjjJXs5WcGOI0owEcZLc92A= Date: Tue, 21 Jun 2022 22:26:42 +0200 From: Greg KH To: Haiyang Zhang Cc: Jakub Kicinski , "linux-hyperv@vger.kernel.org" , "netdev@vger.kernel.org" , Dexuan Cui , KY Srinivasan , Stephen Hemminger , Paul Rosswurm , Shachar Raindel , "olaf@aepfle.de" , vkuznets , "davem@davemloft.net" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH net-next, 1/2] net: mana: Add handling of CQE_RX_TRUNCATED Message-ID: References: <1644014745-22261-1-git-send-email-haiyangz@microsoft.com> <1644014745-22261-2-git-send-email-haiyangz@microsoft.com> <20220207091212.0ccccde7@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> 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 Tue, Jun 21, 2022 at 07:55:26PM +0000, Haiyang Zhang wrote: > > > > -----Original Message----- > > From: Jakub Kicinski > > Sent: Monday, February 7, 2022 12:12 PM > > To: Haiyang Zhang > > Cc: linux-hyperv@vger.kernel.org; netdev@vger.kernel.org; Dexuan Cui > > ; KY Srinivasan ; Stephen > > Hemminger ; Paul Rosswurm > > ; Shachar Raindel ; > > olaf@aepfle.de; vkuznets ; davem@davemloft.net; > > linux-kernel@vger.kernel.org > > Subject: Re: [PATCH net-next, 1/2] net: mana: Add handling of > > CQE_RX_TRUNCATED > > > > On Sat, 5 Feb 2022 22:32:41 +0000 Haiyang Zhang wrote: > > > Since the proper handling of CQE_RX_TRUNCATED type is important, could > > any > > > of you backport this patch to the stable branches: 5.16 & 5.15? > > > > Only patches which are in Linus's tree can be backported to stable. > > You sent this change for -next so no, it can't be backported now. > > You need to wait until 5.17 final is released and then ask Greg KH > > to backport it. > > @Greg KH > > Hi Greg, > > This patch is on 5.18 now: > net: mana: Add handling of CQE_RX_TRUNCATED > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.18.5&id=e4b7621982d29f26ff4d39af389e5e675a4ffed4 > > Could you backport it to 5.15? This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.