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 0A680101DE; Wed, 19 Feb 2025 08:00:37 +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=1739952038; cv=none; b=Hy0ynxZlAZqRB1OAln1r7eCwdDYFFZH5+uTt9GJkc0iZhvE2G/CklJc0h0LRwsjaErm4finB0xqkZAl1/qZI6F0BAfXQk617dgXWpnX3Ek5JI2jyL8H9f658lgVDSGNyUTgFm0xmTMqd0Xj203/8weYSaX4oXvzOxLqpbKGIuKY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739952038; c=relaxed/simple; bh=4mcDkZDRYRLpL+KKvlRqof3jKTG0c70xlIDRxwonwLs=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=oc3c/wxQzc4oxJqtpBTsAF72AhSzLceCXYEbtazSf3lbVb1IPsK3ZmsJ39gMGHt7Bf7PeuDcpOSLhM+ud9nW0CoJ3FsxKLPzMNq4hz5u3WovovESWCbdc+gPqMF1MfFf/tHHVg55i+Uzo+8wI0rhTq193qr/myZMm5x2YopMuLk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lbjp1PYO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Lbjp1PYO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EA98C4CED1; Wed, 19 Feb 2025 08:00:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739952037; bh=4mcDkZDRYRLpL+KKvlRqof3jKTG0c70xlIDRxwonwLs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Lbjp1PYO7qONQrpnklGq1hCyFdfjpnUakQpnab9xmkJTyCGE86ZqVG1ZoIIqTxE87 tCcH8EV2TFm1DlcKOdEnPl3DTfoP64Ui4mLy7Q4JSAwuuST8+/EQ7AFYx3VPQsOWg1 yKa5R9xO/fpNUw/Z8zqwMkqvxO0RGa2XDNObwX+9Sod/YdnRpnxHBpbp/dSM42k2sX 0EcXKe5tcBlx1OmR1Tn28LK10y8PvgtNGwlmNb+d1CtAzpA3Y7axysB94YwjOgEqPl OenUhC40/YxtR7Myra8DTQ7bhcC6QVBXMR2eTR2IF39271CQ/DQsF7JVq93WdHDdEB RfbvEe2cJ7Dgg== Date: Wed, 19 Feb 2025 09:00:33 +0100 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts/kernel-doc: remove an obscure logic from kernel-doc Message-ID: <20250219090033.03a7b170@foz.lan> In-Reply-To: <87wmdnm0kh.fsf@trenco.lwn.net> References: <87wmdt6bv5.fsf@trenco.lwn.net> <20250214032457.6444ee93@foz.lan> <87wmdnm0kh.fsf@trenco.lwn.net> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Em Tue, 18 Feb 2025 13:59:10 -0700 Jonathan Corbet escreveu: > Mauro Carvalho Chehab writes: > > > With regards to the Python transition, since our Makefile allows > > switching to a different script since ever[1], I'm playing with > > the idea of sending a patch series with: > > > > Patch 1: > > - drops Sphinx version check from both kerneldoc > > (-sphinx-version parameter) and the corresponding Sphinx extension; > > > > patch 2: > > - renames kerneldoc to kerneldoc.pl > > - creates a symlink: > > kerneldoc.pl -> kerneldoc > > > > patch 3: > > - adds kerneldoc.py: > > > > patch 4: > > - add info messages on both versions related to the transition, > > and instructions about using KERNELDOC=