[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240807203724.2686144-1-pedro.falcato@gmail.com>
Date: Wed, 7 Aug 2024 21:37:24 +0100
From: Pedro Falcato <pedro.falcato@...il.com>
To: pedro.falcato@...il.com,
akpm@...ux-foundation.org
Cc: Liam.Howlett@...cle.com,
jeffxu@...omium.org,
kees@...nel.org,
linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org,
linux-mm@...ck.org,
shuah@...nel.org
Subject: [PATCH] fixup! selftests/mm: Add mseal test for no-discard madvise
Adjust the mseal test's plan.
Signed-off-by: Pedro Falcato <pedro.falcato@...il.com>
---
Andrew, please squash this small fix into "selftests/mm: Add mseal test for no-discard madvise".
Thank you!
tools/testing/selftests/mm/mseal_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/mm/mseal_test.c b/tools/testing/selftests/mm/mseal_test.c
index 2dcda7440eb..7eec3f0152e 100644
--- a/tools/testing/selftests/mm/mseal_test.c
+++ b/tools/testing/selftests/mm/mseal_test.c
@@ -1775,7 +1775,7 @@ int main(int argc, char **argv)
if (!pkey_supported())
ksft_print_msg("PKEY not supported\n");
- ksft_set_plan(80);
+ ksft_set_plan(82);
test_seal_addseal();
test_seal_unmapped_start();
--
2.46.0
Powered by blists - more mailing lists