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 26B22C433F5 for ; Fri, 20 May 2022 02:09:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233011AbiETCJU (ORCPT ); Thu, 19 May 2022 22:09:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231640AbiETCJS (ORCPT ); Thu, 19 May 2022 22:09:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E3FD69CC6; Thu, 19 May 2022 19:09:17 -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 1727061BBD; Fri, 20 May 2022 02:09:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57067C385AA; Fri, 20 May 2022 02:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653012556; bh=gl4KrzZh297pzyRBGrg99DuXFVso9aKDezZKbkvLka8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YZqZgOM2RS1anErK0S9CnH5Hy111XLdQfjNiLiXSmXHTxCZhBVa0rSQpE/QmbHmI4 VKTtX5cnaC1DiUP/9oLVs2WTxw4rM/O9y+05jgNPcH0gK9ru6CNlhGvknW1LsUS8Y3 M/+j78CGPRttCfuwcEBqo8xrpKRXefD6saeMuin2clcuEgKekeyqZPWgdFgKQSwnjJ Syd6bepO59Ikezl4tD8JsaWRKenKNyrjRH2xttUWWzPoKMNDVVMypMocKiJFKP/JRV bCNFnnPPDR1hE0KfS1g3+Wwrbd4dYSZnWatsKnMIbgS8UeHBC+29vgFpYYdhMC52gA FGqNtQs05mIiA== Date: Thu, 19 May 2022 19:09:15 -0700 From: Jakub Kicinski To: Menglong Dong Cc: LKML , netdev Subject: Re: [PATCH net-next v3 4/4] net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv() Message-ID: <20220519190915.086d4c89@kernel.org> In-Reply-To: References: <20220513030339.336580-1-imagedong@tencent.com> <20220513030339.336580-5-imagedong@tencent.com> <20220519084851.4bce4bdd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 20 May 2022 09:46:49 +0800 Menglong Dong wrote: > > This patch is in net, should this fix have been targeting net / 5.18? > > Yeah, I think it should have. What do I need to do? CC someone? Too late now, I was just double checking. It can make its way to the current release via stable in a week or two. BTW I'm about to send a fixup to patch 4, stay tuned.