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 B73462836BD; Fri, 20 Jun 2025 10:33:15 +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=1750415595; cv=none; b=d3qavcVdq3tixf+0LZVClpgm5nj5OeUlIjoTFQXi04PPHIiuJf96txSMwC+MVhdejt+cU8xk6zvrv1r0tG/t1Td+hBu0+DN7M/QWSDvEYAIWM0JgBT2IraKezZClQ2Pr9Hpp4wOo+/IRWebE687AsMwMXsc0gJF6CfbwduiCfIM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750415595; c=relaxed/simple; bh=e4Nci4ObCLP/J168AOudxulBu8JAi13G6X2rnZmFmNM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lNod2RjJqhB1NImObqJVK155VQe5kIRdoCM5mRPbZ+4gZ5ASCcwi9TuPjw6LV4iRsJSePyvONp9Zo45J+ct8n2HtmLPjDex7v0WICzLyuZZmVwfrIpOAaIrn8aT8KDAITzLc4mG67iL6DsgAEFIeBoh8Fy3Six8WQnyebqtwEgM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MKgssu6o; 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="MKgssu6o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0FD5C4CEED; Fri, 20 Jun 2025 10:33:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750415595; bh=e4Nci4ObCLP/J168AOudxulBu8JAi13G6X2rnZmFmNM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MKgssu6ogl7jUd9OZGxsz+FxvZt/4rCLDZMj5tp2rHSXd9MudHroAioiMqYinUPPx iVkVw2vj3pAONsfaR2QPoojKBYkqqu8yFuBjksjuu5x4/+5BH+6Ui+cIjRh+GkCYmR 7w9z/GmA/KLHboWleyI3DfQF8CV9tmkpQGLdpQaEsye5Qimn3gZq/AUfDO5Hrnp9/m m94BWhbGT1ixTe7AcbdEbrzDmVYLu0i8NWPeM7SunppnqZPcs4SZbhm3c3T4dvq6Fo k9eARlAxB/MldRfsQUroH8WSlMNBKGljn0xp1Cz7kh1dnXS2pBwzQQwaTDjyRypCuP yhVCcvmhDGEMw== Date: Fri, 20 Jun 2025 12:33:04 +0200 From: Mauro Carvalho Chehab To: Donald Hunter Cc: Linux Doc Mailing List , Jonathan Corbet , linux-kernel@vger.kernel.org, Akira Yokosawa , "David S. Miller" , Ignacio Encinas Rubio , Marco Elver , Shuah Khan , Eric Dumazet , Jan Stancek , Paolo Abeni , Ruben Wauters , joel@joelfernandes.org, linux-kernel-mentees@lists.linux.dev, lkmm@lists.linux.dev, netdev@vger.kernel.org, peterz@infradead.org, stern@rowland.harvard.edu, Breno Leitao , Randy Dunlap Subject: Re: [PATCH v7 00/17] Don't generate netlink .rst files inside $(srctree) Message-ID: <20250620123304.4ab7bb99@sal.lan> In-Reply-To: References: X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: lkmm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Em Thu, 19 Jun 2025 09:29:19 +0100 Donald Hunter escreveu: > Mauro Carvalho Chehab writes: > > > > v7: > > ETOOFAST Heh, I'm now working on a v8 ;-) I guess I'll send it next week to give Jon some time to apply the non-related YAML stuff. > > https://docs.kernel.org/process/maintainer-netdev.html#resending-after-review > > I didn't complete reviewing v6 yet :( > > > - Added a patch to cleanup conf.py and address coding style issues; > > - Added a docutils version check logic to detect known issues when > > building the docs with too old or too new docutils version. The > > actuall min/max vesion depends on Sphinx version. > > It seems to me that patches 15-17 belong in a different series. Yes. I'm splitting it on two separate series: the first one with changes that are independent of YAML parser. The second one with specific stuff. It will depend on the first one, due to the changes inside Documentation/conf.py that the first series does. Regards, Mauro