From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8F7D8367284; Wed, 17 Jun 2026 11:40:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781696431; cv=none; b=FFBzXZ5phF6OwDOHfixB9nqAfyFssdZoch5Fjm16mnzVgVyhZRAIVOEasd2fhWHhsMxV5aoHMBh7sBpc/GAeZ0dYkh+lrb8iwT1h5EA6MA4yuI3DohJnSy7zVyOMb/yhKGl+MNefwl7cgWciz0r9tOo1NK8xpwufREcDI2zJgiE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781696431; c=relaxed/simple; bh=1IzuiLCpgVRzDiaaTNKjsTHwmM0Wz/vmapGdB9UF+cE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VQFKcKFG0DIteGedfUsrqV5amJfIUPvu1HERvLmbcvE6PpGhlea77qNc0DIN5Tx7W4mx8pln3qdYybDIRivfnbm6djUlu994XNMclSfyKjrvG8Skf+wAAtJvqZgDnCJio8Mxm2Rv9dECGvcxpyH3A0+mFFH11X25Oyl5IkpWtA0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SRueWrjP; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SRueWrjP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B363E1F000E9; Wed, 17 Jun 2026 11:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781696430; bh=NDUXhknvkX+D31MgIY8BSQWwYVKJ7dn/MYNRb8Qxhp4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=SRueWrjPO+bv6Me59Q/y6ggB25gVmPSMXA5+YsVrhDa67961Rs+x7ABSfblBbaEDm AotjIBISkaCAwChMKHpqUNkyVfsNyko7MeMECbLycRPFri/cVlSf1fCDRpUTfACiJY aUyC9w6hHG9jPM18YbnfxxLLq1hl7My+FPWnGoexL6faH3K7HHh5+CGsF8EZmKptXD pePJBmwEOqw9hmuvogxWPe/WvRgdObP7Zxyhf/N7cMpP0zwMryObOGQf6H4g3QaVp5 oyzgrm7r3e6acOLlQUPMryyWbQmwc0fqH6K9olt/KhZSMLeGg+lDE2NPfwh7ID0PBW V2L+QaDh1Vdow== Date: Wed, 17 Jun 2026 14:40:24 +0300 From: Leon Romanovsky To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, johannes@sipsolutions.net, corbet@lwn.net, skhan@linuxfoundation.org, workflows@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH net-next] docs: exclude driver and netdevsim bugs Message-ID: <20260617114024.GW327369@unreal> References: <20260603162943.2406080-1-kuba@kernel.org> <20260615091436.GP327369@unreal> <20260615091909.78ad2b03@kernel.org> Precedence: bulk X-Mailing-List: workflows@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: <20260615091909.78ad2b03@kernel.org> On Mon, Jun 15, 2026 at 09:19:09AM -0700, Jakub Kicinski wrote: > On Mon, 15 Jun 2026 12:14:36 +0300 Leon Romanovsky wrote: > > > +Unless explicitly excluded all bug fixes should be targeting the ``net`` > > > +tree and contain an appropriate Fixes tag. > > > + > > > +Obvious exclusions: > > > + > > > + - fixes for bugs which only exist in ``net-next`` should target ``net-next`` > > > + (please still include the Fixes tag in the commit message) > > > + - bugs which cannot be reached, e.g. in code paths not executed given > > > + current in-tree callers > > > + - fixes for compiler warnings and typos > > > > If you decide to resubmit this patch, could you please remove "fixes for > > compiler warnings" from the exclusion list? > > > > It is quite frustrating to receive a compiler warning originating from a > > different subsystem after the merge window, knowing it will not be > > addressed until the next merge window (around eight weeks later). > > Agreed, FWIW, but not planning to resubmit. > I think people misunderstood that I'm __documenting what I already do__ > rather than trying to have a discussion :/ I'm pretty sure that people aren't aware of it. Thanks