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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250211003136.2860503-6-kees@kernel.org>
Date: Mon, 10 Feb 2025 16:31:34 -0800
From: Kees Cook <kees@...nel.org>
To: David Gow <davidgow@...gle.com>
Cc: Kees Cook <kees@...nel.org>,
	Gabriela Bittencourt <gbittencourt@...amp.dev>,
	Pedro Orlando <porlando@...amp.dev>,
	Danilo Pereira <dpereira@...amp.dev>,
	Gabriel Krisman Bertazi <krisman@...e.de>,
	Shuah Khan <skhan@...uxfoundation.org>,
	Rae Moar <rmoar@...gle.com>,
	Luis Felipe Hernandez <luis.hernandez093@...il.com>,
	Nicolas Pitre <npitre@...libre.com>,
	Diego Vieira <diego.daniel.professional@...il.com>,
	"Steven Rostedt (Google)" <rostedt@...dmis.org>,
	Jakub Kicinski <kuba@...nel.org>,
	"Masami Hiramatsu (Google)" <mhiramat@...nel.org>,
	Vlastimil Babka <vbabka@...e.cz>,
	Bruno Sobreira França <brunofrancadevsec@...il.com>,
	linux-kernel@...r.kernel.org,
	linux-hardening@...r.kernel.org,
	linux-kselftest@...r.kernel.org,
	kunit-dev@...glegroups.com
Subject: [PATCH v2 6/6] unicode: kunit: change tests filename and path

From: Gabriela Bittencourt <gbittencourt@...amp.dev>

Change utf8 kunit test filename and path to follow the style
convention on Documentation/dev-tools/kunit/style.rst

Co-developed-by: Pedro Orlando <porlando@...amp.dev>
Signed-off-by: Pedro Orlando <porlando@...amp.dev>
Co-developed-by: Danilo Pereira <dpereira@...amp.dev>
Signed-off-by: Danilo Pereira <dpereira@...amp.dev>
Signed-off-by: Gabriela Bittencourt <gbittencourt@...amp.dev>
Reviewed-by: David Gow <davidgow@...gle.com>
Acked-by: Gabriel Krisman Bertazi <krisman@...e.de>
Reviewed-by: Shuah Khan <skhan@...uxfoundation.org>
Reviewed-by: Rae Moar <rmoar@...gle.com>
Link: https://lore.kernel.org/r/20241202075545.3648096-7-davidgow@google.com
Signed-off-by: Kees Cook <kees@...nel.org>
---
 fs/unicode/Makefile                                | 2 +-
 fs/unicode/{ => tests}/.kunitconfig                | 0
 fs/unicode/{utf8-selftest.c => tests/utf8_kunit.c} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename fs/unicode/{ => tests}/.kunitconfig (100%)
 rename fs/unicode/{utf8-selftest.c => tests/utf8_kunit.c} (100%)

diff --git a/fs/unicode/Makefile b/fs/unicode/Makefile
index 37bbcbc628a1..d95be7fb9f6b 100644
--- a/fs/unicode/Makefile
+++ b/fs/unicode/Makefile
@@ -4,7 +4,7 @@ ifneq ($(CONFIG_UNICODE),)
 obj-y			+= unicode.o
 endif
 obj-$(CONFIG_UNICODE)	+= utf8data.o
-obj-$(CONFIG_UNICODE_NORMALIZATION_KUNIT_TEST) += utf8-selftest.o
+obj-$(CONFIG_UNICODE_NORMALIZATION_KUNIT_TEST) += tests/utf8_kunit.o
 
 unicode-y := utf8-norm.o utf8-core.o
 
diff --git a/fs/unicode/.kunitconfig b/fs/unicode/tests/.kunitconfig
similarity index 100%
rename from fs/unicode/.kunitconfig
rename to fs/unicode/tests/.kunitconfig
diff --git a/fs/unicode/utf8-selftest.c b/fs/unicode/tests/utf8_kunit.c
similarity index 100%
rename from fs/unicode/utf8-selftest.c
rename to fs/unicode/tests/utf8_kunit.c
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ