[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2] kconfig: remove references to docs/misc/kconfig{,-language}.txt files


  • To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>
  • Date: Fri, 31 Oct 2025 13:24:10 +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=92UQgZfy6zd/34QJFmLoFlxHFsewVbBktWC27QeQ3Hw=; b=I/hVH0ANU8oO/gf0YXVQqeFiw5DDHhFutlGWkhx8QXVr8GvqC5kLSsnHWxZBQhRvlLXH5AdDmLPH++sdw7aTh5nfhOepj+IP9mBQU+kJdi63Tql62BSsSqehjWtKmGjmFHdfGkxFcgSkzvkSadaiGV7/IV8sMDb0MrXGqz2lTLRL6tbQujhEVBtH/fB9twSai7HQs6fJT8IteTtAq5gJfyeegYqIu4MkxXGKLt0BzLp6x1bsPPTkvqZWDAVUVokGQnW5dBTq9fA/LbCu97e0qUpr1K/F8g9DniAPaDLYnklIvWFTX3whRAvmkKdPWKSpS0u9PUxDA7U+W4BoBw6MkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=C4QbHaYTbyTvO4FLIl+r/6ChM0xcJmQfhSwxKQSxDjE0GbVGgYJnooFBoX9LfcWi4zfmVechkE+TiHieTYux+ltkTJdICED4TcE2i0Vs0Kp+BtTTRIs6+Y25Q19BfvBEHCwmMIOSAcf11/kiThZz3US2b0KRMOtmGHUkQdyLbkp1rNf+EYhJm0pMqQcJO7UOk9xmm0/YVrz1lTPKEjT9d6wV6GDL2r2Ohpvmf4mgTuaqNqAG0pxDkyOcC/46xOdPy1/sbSGRO1dzVw4h7tC7FlPxoYR3J0p6O+i8ocTRBRKXuGBlmDjGiH6zqCC+uYlzd2bPZcFvDPUyB0k2XkVToQ==
  • 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: Fri, 31 Oct 2025 13:24:23 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHcSmmkIQ80coKXgUesf7WJ2gZ4Pg==
  • Thread-topic: [PATCH v2] 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: 044503f61c95 ("docs: Delete kconfig docs to fix licensing violation")
Fixes: f80fe2b34f08 ("xen: Update Kconfig to Linux v5.4")
Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@xxxxxxxx>
---
Changes in v2:
- specified two commits that are fixed
- provided links with specific Kernel version v5.4 (not latest)

Link to v1:
https://patchew.org/Xen/6f72dcebf5dbb69e9496b7f0ef96198e9bb9f1e9.1761745058.git.dmytro._5Fprokopchuk1@xxxxxxxx/
---
 INSTALL     | 2 +-
 MAINTAINERS | 1 -
 xen/Kconfig | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index eadf108aa5..c2e756bf4b 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/v5.4/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..a5e5af3b76 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/v5.4/kbuild/kconfig-language.html
 #
 mainmenu "Xen/$(SRCARCH) $(XEN_FULLVERSION) Configuration"
 
-- 
2.43.0



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.