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 319EE229B38; Wed, 27 May 2026 01:15:15 +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=1779844516; cv=none; b=ALuDGAhBRDCWiIFmMjZZ66ELFVvvC8vPTN8qENe8XOYOvasclY8BPN2bWiQf1nc/3VNYQxF4tW/hQTwaRsdnLbcfib3Z08KWh+gGTXTXrhTqy512AIF1MxF2MF/LOc7LKWnccbNc4P5JCbERY9kNL94IqZI3k6YJbrgCEzZlszc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779844516; c=relaxed/simple; bh=2afu/DAqau8OVFZa+36KtBLQJw0NP2/Pbbd/O7RKvvE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=KGgw68HfTKr1zOfR6PPXTQzs+d+U559IOM9TRMkTNWepF3q03x85KNu0xVQ3DPo1xuleMqIPhvO/EOkhhPcDXjxqd8wcC9r3+cJB9rUMXRgRjPPiiTsFuIlXTp4zPqecZ9+ri1helowWa3DLZiCAFq57Fp8YqnwvvNd1C2qjWBY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QCV39/qk; 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="QCV39/qk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 551661F000E9; Wed, 27 May 2026 01:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779844514; bh=2afu/DAqau8OVFZa+36KtBLQJw0NP2/Pbbd/O7RKvvE=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=QCV39/qkH0LZLjgYQfDDKf+U0NHE5Dn18uqgIPSIfOFz+5QjOU/WoUzK0hYGMMWzY p6vPh7z5bF6DVAlkh2MHBdsFJvGO31yn9okkQlJhxEN57p0k7DuZTRyi2RU9y5EjXQ 7fTHDfKoJhqo4RZFz1QjWJd9ZWi1WqHudGcWELou+8Q3HT8s3PC1RbcsVrhmC39CpS yjVcTKvS0Y5ioCI3HpY5TssQ54XsBpaszrxva79DgXoErLfA4KciPSN8NGaSUhFroH u9bYeC+v/XLmMXiPKuGfEwimkpvJk97GaxJrxq+KcV4Wq9IFXxDURJyqEBKkpOuXEg ZuRB1kZJjKZKA== Date: Tue, 26 May 2026 18:15:13 -0700 From: Jakub Kicinski To: Randy Dunlap Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, corbet@lwn.net, vladimir.oltean@nxp.com, willemb@google.com, sdf.kernel@gmail.com, ecree.xilinx@gmail.com, jesse.brandeburg@intel.com, linux-doc@vger.kernel.org Subject: Re: [PATCH net-next 00/10] docs: net: updates for old and cobwebbed docs Message-ID: <20260526181513.0393ca46@kernel.org> In-Reply-To: <9757813c-dfc2-4979-80da-c3bbf962dc4c@infradead.org> References: <20260526160151.2793354-1-kuba@kernel.org> <1c341b25-e720-4f63-9db1-99348c8ebed9@infradead.org> <20260526153719.7261b7f2@kernel.org> <20260526154001.4a8d30bf@kernel.org> <9757813c-dfc2-4979-80da-c3bbf962dc4c@infradead.org> 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-Transfer-Encoding: 7bit On Tue, 26 May 2026 17:51:45 -0700 Randy Dunlap wrote: > It's in today's linux-next (20260526), line 1950 of > include/linux/netdevice.h: linux-next is useful, but we try not to merge broken code, not just notice it after the fact. So it'd be great if the fix made its way to Linus and therefore propagate to subsystem -next trees, not just linux-next.