lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5ae387c1465f54768b51a5a1ca87be7934c4b2ad.1739976387.git.geert+renesas@glider.be>
Date: Wed, 19 Feb 2025 15:47:58 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Jens Axboe <axboe@...nel.dk>,
	Pavel Begunkov <asml.silence@...il.com>,
	David Wei <dw@...idwei.uk>,
	Jakub Kicinski <kuba@...nel.org>
Cc: io-uring@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH] io_uring: Rename KConfig to Kconfig

Kconfig files are traditionally named "Kconfig".

Fixes: 6f377873cb239050 ("io_uring/zcrx: add interface queue and refill queue")
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
 Kconfig                       | 2 +-
 io_uring/{KConfig => Kconfig} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename io_uring/{KConfig => Kconfig} (100%)

diff --git a/Kconfig b/Kconfig
index 529ea7694ba984b6..307e581144de32a0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -31,4 +31,4 @@ source "lib/Kconfig.debug"
 
 source "Documentation/Kconfig"
 
-source "io_uring/KConfig"
+source "io_uring/Kconfig"
diff --git a/io_uring/KConfig b/io_uring/Kconfig
similarity index 100%
rename from io_uring/KConfig
rename to io_uring/Kconfig
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ