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 B5F3E1B29A7; Wed, 31 Jul 2024 16:12:38 +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=1722442358; cv=none; b=GizKV0jOnd9nXz9txnSv+I9ZkpX5yXnXR2A6oGcI/mxSf4DWGwQCFrCh/QFZK0FKt4MoVCtqXJjnsxkNCILc01W8aEBIo4LCVnGEHZSo+9zydhA/OB2nYPxIS+YPueqsa3O7nBO/8UtSlBrUpFXo2Y2w8Sn3Y2b1QHWXXSOq7LM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722442358; c=relaxed/simple; bh=gq5iza4NF9H19lEIhd/P8tk5lcjFT21LKlLzDAN6oGw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lFjjyryl5tZ8kVORYcGTNSNCV71JuEb/YSwBuPRY5hiyPFIqQ0blU+zGtkiW+jLj6dMZEhZKm5UwVGBArvYiwFbQPU4MBMlNrUt1njR89eSp5WZgs5DdAqOTYid2Hys8npP4C3g5MdpP2peYLUpCjhCSuG4unHW8mxqhjJ2gYNw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nohRCWVl; 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="nohRCWVl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC11CC116B1; Wed, 31 Jul 2024 16:12:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1722442358; bh=gq5iza4NF9H19lEIhd/P8tk5lcjFT21LKlLzDAN6oGw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nohRCWVl5+POoi2RtpgMJ+9ZceSmjHK6QcI7T25B8eSInqPT8UXQE/TDfi5FMQXH/ 9y7RBhaaRjRLCUh6rIpgAMvagxIv5/L3VSQzEJtNYSLf3Vdcyi26PMeU7yjZyURl5y 2lYXF/d3A/XYidR6fcGExI6bbHwXfP0+8kPimBeM= Date: Wed, 31 Jul 2024 18:12:35 +0200 From: Greg Kroah-Hartman To: Jiri Pirko Cc: "Michael S. Tsirkin" , stable@vger.kernel.org, patches@lists.linux.dev, Jakub Kicinski , Sasha Levin Subject: Re: [PATCH 6.10 259/809] virtio_net: add support for Byte Queue Limits Message-ID: <2024073128-emergency-backspin-11ff@gregkh> References: <20240730151724.637682316@linuxfoundation.org> <20240730151734.824711848@linuxfoundation.org> <20240730153217-mutt-send-email-mst@kernel.org> <2024073119-gentleman-busybody-8091@gregkh> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jul 31, 2024 at 06:09:58PM +0200, Jiri Pirko wrote: > Wed, Jul 31, 2024 at 07:46:26AM CEST, gregkh@linuxfoundation.org wrote: > >On Tue, Jul 30, 2024 at 03:33:18PM -0400, Michael S. Tsirkin wrote: > >> On Tue, Jul 30, 2024 at 05:42:15PM +0200, Greg Kroah-Hartman wrote: > >> > 6.10-stable review patch. If anyone has any objections, please let me know. > >> > >> Wow. > >> > >> It's clearly a feature, not a bugfix. And a risky one, at that. > >> > >> Applies to any stable tree. > > > >Now dropped, thanks. > > I wonder, how this got into the stable queue? Stable-dep-of: f8321fa75102 ("virtio_net: Fix napi_skb_cache_put warning")