[PATCH] tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define

2024-06-26 Thread Sidhartha Kumar
("KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko") Signed-off-by: Sidhartha Kumar --- This patch is based on next-20240626 tools/testing/radix-tree/idr-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/radix-tree/idr-test.c b/tools/testing/radi

Re: [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings

2025-07-31 Thread Sidhartha Kumar
ts.c:44:15: warning: duplicate 'inline' declaration specifier [-Wduplicate-decl-specifier] static inline __always_inline Signed-off-by: Muhammad Usama Anjum Reviewed-by: Sidhartha Kumar --- tools/testing/selftests/mm/Makefile| 1 + tools/testing/selftests/mm/hmm-tes

Re: [PATCH v2 2/8] selftests/mm: protection_keys: Fix dead code

2025-07-31 Thread Sidhartha Kumar
ch that it gets executed nr_iterations times. Simplify the code a bit as well. Signed-off-by: Muhammad Usama Anjum Reviewed-by: Sidhartha Kumar --- tools/testing/selftests/mm/protection_keys.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/testing/se