From nobody Thu Oct 9 10:50:41 2025 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 C637D2BEC3F; Wed, 18 Jun 2025 11:46:51 +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=1750247211; cv=none; b=Ekq+KSpA5UU8xoDa807Xq0si3+OaWtiXqppaHQvXM+fbikICAmwFikZ51iiyRG6rVuJtMlHCfJuKYaXwFv08Hc/EbW508SZvLdu+AhTdxKDBIJ25UoYiqPVLESqMsaxx2uYzStiDo2MBtLf8VzjTieRf+R8Lw5GQbbK2JUdMkPE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750247211; c=relaxed/simple; bh=Hv3gLw50JLGG5g7ccl776oKGKqF7lxHBB7tVJrn/eaQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TRpctvHH2+ueL0QUqKiIjmUBIY2e2driYeyL1IYfLjtyLxKSeStsilRGLWM/zeQ3qoSZLGHz7qvLQM40pMHItbIJkHWW5/VNPTsh568OESQN8z5dk+xyWzsRXr3lKGjT0Ch1UTCCyXLJKYBX7J5r/In1Ptf3OVbO5Tv0Puogf7A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Hr6Z57a3; 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="Hr6Z57a3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66690C4CEF4; Wed, 18 Jun 2025 11:46:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750247211; bh=Hv3gLw50JLGG5g7ccl776oKGKqF7lxHBB7tVJrn/eaQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Hr6Z57a3juhMa/tARGa4WTOcB7PeTRPuzl0CYxiGCCurhYGvSo74ISWo6DVkJgdpl 6dohbAY9J+ERcWMPgLhJ0Je0N3xc6Eyg29g6rva8tyHW0tjWQwjtDcpjhPo/sKRX+1 dVfSKv1a26OE7M16QzqZus9XAUlfYUG3D4mmlx3eYDnnps2JVT2RtFYYSl2VLEjM2m ws+yPl7YkMvKBz604fXe4t814XndrOn+WRlo/8lJgakSMsuMe2Q3GnZxRIkRVoFOEb SPzntBSBlq3xItX6uqfvP2tGGdKFx7lq2YiKmYbgkBfnAazJppPHZxcL5IKlesvxgu jvO+Gs9iAF1Iw== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uRrFh-000000036UZ-2Luw; Wed, 18 Jun 2025 13:46:49 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , "Akira Yokosawa" , "Breno Leitao" , "David S. Miller" , "Donald Hunter" , "Eric Dumazet" , "Ignacio Encinas Rubio" , "Jan Stancek" , "Marco Elver" , "Mauro Carvalho Chehab" , "Paolo Abeni" , "Ruben Wauters" , "Shuah Khan" , Jakub Kicinski , Simon Horman , joel@joelfernandes.org, linux-kernel-mentees@lists.linux.dev, linux-kernel@vger.kernel.org, lkmm@lists.linux.dev, netdev@vger.kernel.org, peterz@infradead.org, stern@rowland.harvard.edu Subject: [PATCH v6 05/15] docs: netlink: index.rst: add a netlink index file Date: Wed, 18 Jun 2025 13:46:32 +0200 Message-ID: <468efe892aecc585288a3fcdbecc1db7d4871196.1750246291.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" Instead of generating the index file, use glob to automatically include all data from yaml. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Donald Hunter --- Documentation/netlink/specs/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/netlink/specs/index.rst diff --git a/Documentation/netlink/specs/index.rst b/Documentation/netlink/= specs/index.rst new file mode 100644 index 000000000000..7f7cf4a096f2 --- /dev/null +++ b/Documentation/netlink/specs/index.rst @@ -0,0 +1,13 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. _specs: + +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D +Netlink Family Specifications +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D + +.. toctree:: + :maxdepth: 1 + :glob: + + * --=20 2.49.0