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 E932726ED31 for ; Tue, 17 Feb 2026 11:01:09 +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=1771326070; cv=none; b=R5Q+fcmcqRNPap+PBLT64sAmpXVLTHmMyEWErSQzH+RLsk5jKDxJv+mR3ocqPjVNJL6gelxTUObAk8NH0DLqCOZqzXORZGU54cyT2PxNmMDHOWdDLvGjCX42j4dYCewO7aSWcMRkMs9FY0SNsovnkjPPdK2NnLxLm2PtOitgHjc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771326070; c=relaxed/simple; bh=cY6RArae1vSHTU3hpPf13Z3D4ryuyAgsdqP704una7s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CxjKCDEcKNRaUVGBSXMEt9/45FbN3dMcxjmgpeBjLDRtDTxWdsl8Tp7vIEnY4Bd21RGVCRqYUd12VXEIwWYHG015r4bv3T4+iklYKfS6j8yz3iWFBsVl65twUokZt5DzQPatRdXU2cYR/vbTG7/kLP4j6sI20+1yZnJhDsT46KU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UyTsIDI1; 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="UyTsIDI1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EEE2CC4CEF7; Tue, 17 Feb 2026 11:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771326069; bh=cY6RArae1vSHTU3hpPf13Z3D4ryuyAgsdqP704una7s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UyTsIDI1W+37KUPyEEdgyqwj1w1D1BtGTDB8xO2OSUvZB9vo/Ftx1GjPgmV6Zd5OR V8bETHvp3dHHJcND1uU8riRuoJLPLm43KXxvf0p9R3lLofRUpTnbBgpOeBiVECV7Uv o6pBligbxCnx7ActWvk+Nti59xc36kSRs9Ix5imU= Date: Tue, 17 Feb 2026 12:01:06 +0100 From: Greg KH To: Joshua Washington Cc: stable@vger.kernel.org, Ankit Garg , Jordan Rhee , Harshitha Ramamurthy , Paolo Abeni Subject: Re: [PATCH 6.6.y] gve: defer interrupt enabling until NAPI registration Message-ID: <2026021745-sweep-dioxide-a823@gregkh> References: <20260213211702.447894-1-joshwash@google.com> <20260213211702.447894-4-joshwash@google.com> <2026021654-catsup-occupier-6753@gregkh> Precedence: bulk X-Mailing-List: stable@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: On Mon, Feb 16, 2026 at 11:00:01AM -0800, Joshua Washington wrote: > Hello, > > I was also wondering if the way I'd sent the patches was okay, with > major.minory.y patches for each of the stable kernels, or if I should > send them differently in V2. Lore seems to have grouped all 4 patches > into a series, which seemed a bit odd to me, but was probably related > to the fact that I'd only used a single send-email command. Either is fine, that's the least of our worries when taking stable backports :) thanks, greg k-h