From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E86220D4E2; Tue, 29 Apr 2025 05:26:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745904366; cv=none; b=Fk+7exSJCiWrHeqYWwNCzgoIMe7neW5wT5qi+j1AdFR3JHOSo9g6Ls0b7TAD6je1dupb5jl66Nc0ldg9FwoIh4LYPImUUnUtv056E2ThW+L96/smjWCdXv9bic/hO1SnFRHtuLdQkC0xIipDnUnFqxiTy+2JraodDb/h3AbcXP0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745904366; c=relaxed/simple; bh=4MUBUkoGJl4Bv5nfEzeKWaFYA0vnWu4Vn3SkigflzUk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ddAMIxLSadeICqkB3U3wbLczXIY9LdeSD+iokiC+isITZAuXAKxBjoAiDmMlOATfhHh/yaHGp+UQ6KEe/pP90TDmB/kxcbVa/JpvMn5K8B8IkNbYM8LlvCxo5M6u2BZqQzdddqEnw0FlZTh7e2+lC5gQkhThisQimsks0NRu5s8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BSpWPQH6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="BSpWPQH6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8517C4CEE3; Tue, 29 Apr 2025 05:26:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1745904365; bh=4MUBUkoGJl4Bv5nfEzeKWaFYA0vnWu4Vn3SkigflzUk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BSpWPQH6o5cG2ChcPFT+OsrrYUU+oIFjr5s8tA/ta6yM9Dm9kwVtu53tAxmPQIdHi gYvf0VaWNdoruDgt7J2+LO4Wd98+gBMfHuIxQ6t1Sii2pvIVltZhOAlhH6H101wxs1 4sqvx6hRfP4Tcj8M+I43olzb3IV4EgrOujMvHSj4= Date: Tue, 29 Apr 2025 07:26:02 +0200 From: Greg KH To: "Ren, Jianqi (Jacky) (CN)" Cc: "stable@vger.kernel.org" , "patches@lists.linux.dev" , "linux-kernel@vger.kernel.org" , "jhs@mojatatu.com" , "xiyou.wangcong@gmail.com" , "jiri@resnulli.us" , "davem@davemloft.net" , "kuba@kernel.org" , "pabeni@redhat.com" , "netdev@vger.kernel.org" , "michal.swiatkowski@linux.intel.com" , "He, Zhe" Subject: Re: [PATCH 6.1.y v2] net/sched: act_mirred: don't override retval if we already lost the skb Message-ID: <2025042928-vessel-mulled-fbf3@gregkh> References: <20250428080103.4158144-1-jianqi.ren.cn@windriver.com> <2025042844-pavestone-fringe-1478@gregkh> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Apr 29, 2025 at 02:07:54AM +0000, Ren, Jianqi (Jacky) (CN) wrote: > Hello, > I have already dropped the first v2 patch for incorrect comments(Maybe you missed the dropping email). This v2 patch is just I want to send. Thanks! You can not send two different "v2" patches, that defeats the purpose of versioning them entirely :) thanks, greg k-h