From nobody Fri Oct 10 15:45:39 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 515B62E7F0F; Fri, 13 Jun 2025 11:42:47 +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=1749814967; cv=none; b=rbMuC7LKECJq31ONP5gDUveeHAYqys4lcjHO2xkXm0oozI0LSWI8h8tSkggwFpXe0/i0/EP1vguOUke0pyLnBZ9V9260nyceKvs+99ys1we6vR4KyooM8QcIEwJgXMc69lq4EX6GYfU5jTx62OeD3YGsmrxSbFM1IbXkLfGiJx0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749814967; c=relaxed/simple; bh=00F9KG3FuikbC/77I/aVEWzxRtC/68GGYQsrs3gqu00=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=laln4MRMV3hGNvcdyRR90Zr1Sz6NYjr8dxhl1oO2iekxO3YaijWVkxp6kyZwo5skzmJ/UyPR6+4Hfqmv2TvkvI6eJaV6sPbskPef4X80aq0CJsyfWytrHQ8sGJnt7rlRsO0E7iTye6+xwLv9wheSefLyL5EW7I5XH0I2XPl5XOo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n8V4C1BO; 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="n8V4C1BO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14BC6C4CEF6; Fri, 13 Jun 2025 11:42:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749814967; bh=00F9KG3FuikbC/77I/aVEWzxRtC/68GGYQsrs3gqu00=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n8V4C1BOOz9J6Zod51ygicZmxKyH3Khf5Pv8hbZKDvaB/EvM123i+8YFtOHvuJkln cPbUTMlosX01zhHV3VN9ISky9oGSo8FAE62NPWmUZMDwTA40CvZ1nC6mtObLgSWKJt Jx0Bce5fy+UtAwKfTfTkkdsk06+k5YCQDzyu/dMh40yRCCf664Lo5rOI+gFQJiwEp/ HsIZXRYx68TN08DlVOJXC2lyEPmpvvmuhp1heCKw1HMsEns6pH9zWEO1l+/PF0hMXz 5sBAvIbmWx8sYZRezi6GGoO49S93GE0mlMBJuvkeY8MrKPUtCGSYn4qbyn377f/Lz2 xkhMs1f0sz6wg== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uQ2o1-00000005dFb-1IEG; Fri, 13 Jun 2025 13:42:45 +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 v3 14/16] docs: uapi: netlink: update netlink specs link Date: Fri, 13 Jun 2025 13:42:35 +0200 Message-ID: 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" With the recent parser_yaml extension, and the removal of the auto-generated ReST source files, the location of netlink specs changed. Update uAPI accordingly. Signed-off-by: Mauro Carvalho Chehab --- Documentation/userspace-api/netlink/index.rst | 2 +- Documentation/userspace-api/netlink/specs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/userspace-api/netlink/index.rst b/Documentation/= userspace-api/netlink/index.rst index c1b6765cc963..83ae25066591 100644 --- a/Documentation/userspace-api/netlink/index.rst +++ b/Documentation/userspace-api/netlink/index.rst @@ -18,4 +18,4 @@ Netlink documentation for users. =20 See also: - :ref:`Documentation/core-api/netlink.rst ` - - :ref:`Documentation/networking/netlink_spec/index.rst ` + - :ref:`Documentation/netlink/specs/index.rst ` diff --git a/Documentation/userspace-api/netlink/specs.rst b/Documentation/= userspace-api/netlink/specs.rst index 1b50d97d8d7c..debb4bfca5c4 100644 --- a/Documentation/userspace-api/netlink/specs.rst +++ b/Documentation/userspace-api/netlink/specs.rst @@ -15,7 +15,7 @@ kernel headers directly. Internally kernel uses the YAML specs to generate: =20 - the C uAPI header - - documentation of the protocol as a ReST file - see :ref:`Documentation/= networking/netlink_spec/index.rst ` + - documentation of the protocol as a ReST file - see :ref:`Documentation/= netlink/specs/index.rst ` - policy tables for input attribute validation - operation tables =20 --=20 2.49.0