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 A0800229B21; Tue, 12 Aug 2025 00:56:57 +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=1754960217; cv=none; b=Cryy6QG08zjVwjawCxlH+1LP5L9U2CesLnyzW9ePVSl4QBuNXj9Z+k2SFn7vZK9/uOf4EkrZqaS+MkkJkesfZezMkw1hJbBmWDRxQ14BuUU5QycGUcMGmIbZJWN5Wcm6gjPOY9JDmaVSgQrucSLVS73Qca6Ccwqm3olkG+OJgjU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754960217; c=relaxed/simple; bh=w6RoAic6vmLc6hitiMVy67ml85p5T/2lzJYTlNxsFf8=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tstkjC8+R/cLCmN1BFKR2hufLRl4O9GevRbJ+XIuZ6GfTayWKyPX3DL89wlpvTpoGPMdHVO3XnAIkA0mDsv1s1yV44b5HiorjpViHLttC1huG4/ZEV/XMMzrPnp93gC2vkCfRV+MgEWXdViwyjkmx6v+/oZAnFTbNe+q7mOH/zc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZL5ZkKr0; 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="ZL5ZkKr0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 573D7C4CEED; Tue, 12 Aug 2025 00:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754960217; bh=w6RoAic6vmLc6hitiMVy67ml85p5T/2lzJYTlNxsFf8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZL5ZkKr0Oy9ZMeRuwLucq3F8Ej8wzuDfCQfSDU1GkBrDqLAed1wyDLkBIW98IYCIV zJmN9yUnzOo5tRhfwKKRiB5ZYgnZJjdRXSiXbMYtnkshSQ2wf3V6AGplesrinHrSXv 3jpoFWcDpBHMgAO4JqvBpiZD+Scx21C1kObewD4/1zeQrenvwH8h+CCUQHid2UJ3Jp MWSIzb9ITMMttgqFStJcMvXAYM7pljobcED1a7kOU3mTek72dyBZaPwfrPoe1UocdT x/Z3DWXqbISsDflw6bRrTzzant1FIbjZgUMJzjHGKT7P2FinAGFfCBaYrjmg+L6iAl 3PbixuRh5CrpQ== Date: Mon, 11 Aug 2025 17:56:55 -0700 From: Jakub Kicinski To: Jonathan Corbet Cc: Mauro Carvalho Chehab , 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: <20250811175648.04ccd9de@kernel.org> In-Reply-To: <87ms85daya.fsf@trenco.lwn.net> References: <87ms85daya.fsf@trenco.lwn.net> 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 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?