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 C6F8C28D85F; Tue, 17 Jun 2025 13:55:40 +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=1750168540; cv=none; b=D1uiuZAShKs7hRNSkPGKAt3+K7cJPrxCBIpN0nBYXUchXcbnCZeH/zGgjhC0ZY+9RvcmBXncrWwzcFkIRG4RfEO+sy4D1oRtYTferOJ71Dxy9zDDv2wzava0DT7DX/kjv+YuSbJ3M/9TT/AJM/M4vvAI1ez75ju4XHKdeldQf+I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750168540; c=relaxed/simple; bh=RqrNnIEvgWWx+6RBJEEqQrNxBks+dMkYMUTBqrCW+Pg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LoJ07a+Myqtxfp016J8S4ZmsjCR/1EGYyy6GezqWbvq2BJt0t3sv+R61zas98VHzABKsXvjbUkDGtCgLJEuxACbxnaMNv7uJNkjh+A3QpnaQzLaWkvYHUwwXHG4LrgqYZzkKVKw/UFTMwREQpkwJwVgMa5ZRm6HW+bAzFWobNsw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=WBzq/1Tz; 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="WBzq/1Tz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32334C4CEE7; Tue, 17 Jun 2025 13:55:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1750168540; bh=RqrNnIEvgWWx+6RBJEEqQrNxBks+dMkYMUTBqrCW+Pg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WBzq/1TzxYjDKsFFnMbZ2U5lW+CkeL6f1Qs0L9rNTti2UNUtomDiURAzi7an/ZFZc LDqUHxphXUTW4+lghznirJHy/FfhKKo3b/WTycYvgQKI3CqzhF0Oolx8UR8RYZ6Jx2 hryE9j85nb8l5xOcpLTkXovZ2HmCshb8SgfrbPLo= Date: Tue, 17 Jun 2025 15:55:37 +0200 From: Greg KH To: Cong Wang Cc: Petr Machata , stable@vger.kernel.org, stable-commits@vger.kernel.org, petrm@mellanox.com, Jamal Hadi Salim , Jiri Pirko , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman Subject: Re: Patch "net: sch_ets: Add a new Qdisc" has been added to the 5.4-stable tree Message-ID: <2025061736-laurel-anointer-4232@gregkh> References: <20250615131317.1089541-1-sashal@kernel.org> <871prjvl32.fsf@nvidia.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Jun 16, 2025 at 06:07:02PM -0700, Cong Wang wrote: > On Mon, Jun 16, 2025 at 7:05 AM Petr Machata wrote: > > > > > > Sasha Levin writes: > > > > > This is a note to let you know that I've just added the patch titled > > > > > > net: sch_ets: Add a new Qdisc > > > > > > to the 5.4-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-sch_ets-add-a-new-qdisc.patch > > > and it can be found in the queue-5.4 subdirectory. > > > > > > If you, or anyone else, feels it should not be added to the stable tree, > > > please let know about it. > > > > Not sure what the motivation is to include a pure added feature to a > > stable tree. But if you truly want the patch, then there were a couple > > follow up fixes over the years. At least the following look like patches > > to code that would be problematic in 5.4.y as well: > > I blindly guess it got accidentally pulled into -stable due to Fixes tag? > > Could we drop this please? Now dropped. thanks, greg k-h