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 4F21C2E8DEF; Tue, 12 Aug 2025 09:29:59 +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=1754990999; cv=none; b=JvDCsns3Rb+ZeU5UUeJoq4ZufduC/nA4YR1Zo9p7zBCciqViFjlU54QI2KKTuO36e/Z66jSFMWbF0P7+ANDQW8sH2PPBA52SS6dSVvO0Ph//X5SLwUfxMmmHpIZM+fp1W+81ROC2fHiC4Jt/fvBPJeKrlwqx4aKktjaxJKIVrNs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754990999; c=relaxed/simple; bh=cl13ks3RMDMRkenBirnwLiT2Adt0+X+IQNuEJFe/zlk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=rMn2IsxzLTKlISGFsPvKgWad7NXOO4iR6j3rZqVHdLoKV8HCYl0KNfxTIJOlu5R/okGvBSfrAddro3XCJvgym89Uxjy3+v1BsrPxgayANIzMmxVLw1iuMSb+gnDSae7aKYKyMqjMGndHLMjWII6Spsut5wbJC+mwaQ3nVhKZJRc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MvfpCxXs; 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="MvfpCxXs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63DBAC4CEF0; Tue, 12 Aug 2025 09:29:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754990998; bh=cl13ks3RMDMRkenBirnwLiT2Adt0+X+IQNuEJFe/zlk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MvfpCxXspMYE27SmyghqGuBXQlOP4OBMm4AUikjzBeTJqd8Rzo79mARKyhtBiWej/ Lc+6ZwZkG4JSSIEXGWW1dQ92lVtiLc7hM/I7Yqb16MnEgOwOi8oSqZEGcmkCYCewhL 2qrcznGaUHYmY0qpS8xfTRWx1yt/n0oiKsX/byfrxkgzGM4j6UNCCe60QpCQkZOigQ 3qIFKlMYjOqWsPFGFxU6uw5RFUwXlDmXeJzLTbhXJYedsvF96cH4QiHbV1/Z1l/tJb IlkV2E5Mcn5djqW/CzLHlxqBIYvC7GOXNVQkIWBfRSEDzhhnjE3fGUySydT81mH7Yq LWqYpnVzcgHSQ== Date: Tue, 12 Aug 2025 11:29:50 +0200 From: Mauro Carvalho Chehab To: Jakub Kicinski Cc: Jonathan Corbet , Linux Doc Mailing List , linux-kernel@vger.kernel.org, Akira Yokosawa , "David S. Miller" , Ignacio Encinas Rubio , Marco Elver , Shuah Khan , Donald Hunter , 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 , Simon Horman Subject: Re: [PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree) Message-ID: <20250812112950.0de576fc@foz.lan> In-Reply-To: <20250811175648.04ccd9de@kernel.org> References: <87ms85daya.fsf@trenco.lwn.net> <20250811175648.04ccd9de@kernel.org> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-doc@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 Mon, 11 Aug 2025 17:56:55 -0700 Jakub Kicinski wrote: > On Mon, 11 Aug 2025 11:28:45 -0600 Jonathan Corbet wrote: > > Mauro Carvalho Chehab writes: > > > That's the v10 version of the parser-yaml series, addressing a couple of > > > issues raised by Donald. > > > > > > It should apply cleanly on the top of docs-next, as I just rebased on > > > the top of docs/docs-next. > > > > > > Please merge it via your tree, as I have another patch series that will > > > depend on this one. > > > > I intend to do that shortly unless I hear objections; are the netdev > > folks OK with this work going through docs-next? > > No objections. > > Would you be willing to apply these on top of -rc1, and create a merge > commit? YNL is fairly active, if there's a conflict we may be testing > our luck if Linus has to resolve Python conflicts. > > Happy to do that on our end (we have a script:)), or perhaps Mauro could > apply and send us both a PR? Whatever works best for you. In case you decide for the PR, I'm sending one right now for you both. It is on a stable signed tag: https://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-docs.git/tag/?h=docs/v6.17-1 So, if both of you pick from it, we should be able to avoid conflicts on the next merge window, as I don't have any patches changing the Sphinx yaml parser plugin nor netlink tools. It should be noticed that I have a patch series that does a major cleanup at Documentation/Makefile. It is based after this series. So, better to have the series merged at linux-docs to avoid merge conflicts at linux-next and during the next merge window. Thanks, Mauro