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 8B20F372EEF; Wed, 27 May 2026 14:48:41 +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=1779893323; cv=none; b=At1zEHU3PBp0q+Vdmig6EZHJt20XOdXA8TnfzZMe6AupeJCkg9Lf1r/xv+UjC1vZzFRbauCN3bR3jpshUibUPQkTOESLGrRTFcmSghloMd9sEhOjPLhVM693/KlXtYU4nvNNh+RzOA9WGv9aQpjC73wH8o+Dwi+AKNPQOyYaMec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779893323; c=relaxed/simple; bh=zwW2rAEt7nG/+CS+RCbPei65ZtLlg0tMdqdEAZbTFTQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ngrV6+GibGqqlwWjcqvhaTIkNNYFyMIYDGPZA3XASOQQPUMoqJXERDm1K2XSzffvn/3fIbfLgXCE0/m38D9UivjaqT9GhI4WBTigVUATTVBzjGF4nhJ7WXp4QFVRNSytiIY5JRhoToHcN+NNEaJ0TY5Z/dmB0wzwcv1LhySR3qE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IWGhodmj; 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="IWGhodmj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C83D51F000E9; Wed, 27 May 2026 14:48:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779893320; bh=XeeLia+7inK0SVjRYACi7xr71lILIT4nkxIekXATx6M=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=IWGhodmjdQTijclsRkmlDapLOBDo6nNksHHivZSdTVG96YlEP+8+tuFaVMJ7QDZtY pKjhytkg5rzOEqjSWNa4tUBIzdaKfM+XQis474+XZ3PtWfBYUQzR2xpjyy93Gn0JOj enbk8AkvkHuzbaWTvWZVYyIH+medmu502S/kk3mjtZ8+XxEEWsQ0G2n+Dvuiz78PZZ rQqw9iJWVdDYRNxRwPRk3P7EehgfO6+0f2WaEyr775wMhWNjFMwLdLQYyRyXiNPGk0 9rMJs3VGGfGcr/K34Qie8+f1tmG+W6aFs5OIKUeSS69/xdbgh7iyRGKYuMgCu9h6nI fDobtz4yyW+EA== Date: Wed, 27 May 2026 07:48:39 -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: <20260527074839.7a78f1c2@kernel.org> In-Reply-To: <72e0f118-5fa5-4ca7-b443-b472e7ba317d@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> <20260526181513.0393ca46@kernel.org> <72e0f118-5fa5-4ca7-b443-b472e7ba317d@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 19:39:47 -0700 Randy Dunlap wrote: > On 5/26/26 6:15 PM, Jakub Kicinski wrote: > > 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. > > OK. I don't quite know what you mean by that, but I just checked the > current net-next tree and it's still there at line 1950. Sorry, I'm talking about the regression in the kernel-doc _script_ which was recently fixed, and which hid the "excess kdoc" warnings. I'm guessing that it's fixed now in linux-next. That's why you see the warning in linux-next and I don't in networking trees. What I was trying to argue was that that script fix should be sent to Linus, not sit in linux-next.