[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] kconfig: remove references to docs/misc/kconfig{,-language}.txt files
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>
- Date: Wed, 29 Oct 2025 13:38:30 +0000
- Accept-language: en-US, uk-UA, ru-RU
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WIbI4qbOf9rCB0d5CTNEPvbK++/EFYj/AMDKCJiDaBE=; b=P+KE9z4kQIwlKfNFfvRT+NlBbrBk8jq23KuIWQohJkWdI0QtXVtZSwnV0RgBl3SYsWY13gy4zKUIz+COVDV+qVyqAdU1FefDJyM88RsQeNC3IWrdlhhDCi+RSY+sNriUAYaM65qllpf0bvQ7AypLHtrRQTYkdTPyHSLjyzgOxGClteIogsD7kcnmWdf9vhqmJ8CtmECA8ygQb0XjmBnBKOlEppOsRXgop7OEJ4j+Hb/2IC1w7EZ9WefQFdxQaN6ZPNMhtC4BZCtmBIFjTSXPINfQ5OurZHvmelYqq6syNgCtffKMFbgKQkOarh4qoHu2tusJdF7nriDU1bZin5lJwg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=SwJkG0afAR5cWdQ2hpNpTXjmQkX2JoujXqUFQJalxGbWAAAXf+r0TmHV2eMJ5MB0Y6OZXFUA+0CNiJi9tRFwYVP/WNYCLSzCFnHINFE7l0EWagLwZXIJ6cMpOmyjxkr5USIikxKe1jyFz+VobG5V/GR2dx8kOkezXQxB1b9JAIVX2PO9ZmDBXMpBubn1qD4ViWpxCO1OhpXO6Gqym017R7E3EHipHUImPyVCBA3AbY2An60Z0oKrSggs130PTxUYVJqsOA/kymfNAK4BhKmGSmpYWJPAy09oqyp3rW8SfoC0XdA0GHOOvUN5tRJV8mSOnVj9Kwbs8NesaQCV7XqA3w==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Wed, 29 Oct 2025 13:38:37 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcSNlQlJpHEC5jN02048Fc+YbROQ==
- Thread-topic: [PATCH] kconfig: remove references to docs/misc/kconfig{,-language}.txt files
These files 'docs/misc/kconfig{,-language}.txt' were deleted, but
references are still present in Xen. Remove them to clean-up.
Fixes: f80fe2b34f08 ("xen: Update Kconfig to Linux v5.4")
Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@xxxxxxxx>
---
INSTALL | 2 +-
MAINTAINERS | 1 -
xen/Kconfig | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index eadf108aa5..fbf7bcbcf1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,7 @@ Xen Hypervisor
==============
Xen itself is configured via a `kconfig' system borrowed from Linux.
-See docs/misc/kconfig.txt.
+See https://www.kernel.org/doc/html/latest/kbuild/.
Note that unlike with Linux, and contrary to that document, you cannot
look at Kconfig files, or the default or generated config files etc.,
diff --git a/MAINTAINERS b/MAINTAINERS
index ecd3f40df8..190da0cddb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -389,7 +389,6 @@ F: xen/include/xen/iommu.h
KCONFIG
M: Doug Goldstein <cardoe@xxxxxxxxxx>
S: Supported
-F: docs/misc/kconfig{,-language}.txt
F: xen/tools/kconfig/
KDD DEBUGGER
diff --git a/xen/Kconfig b/xen/Kconfig
index 07c4accf88..444b022699 100644
--- a/xen/Kconfig
+++ b/xen/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see docs/misc/kconfig-language.txt
+# see https://www.kernel.org/doc/html/latest/kbuild/
#
mainmenu "Xen/$(SRCARCH) $(XEN_FULLVERSION) Configuration"
--
2.43.0
|