From 7148c0a02e09994cfede32bf0b63f3ef9724f6f5 Mon Sep 17 00:00:00 2001 From: Ding Junlin <1746193727@qq.com> Date: Sun, 5 Jul 2026 23:47:46 +0800 Subject: [PATCH 1/2] selftests/rseq: Fix spelling of accommodate It's spelled with two 'm'. Signed-off-by: Ding Junlin <1746193727@qq.com> Signed-off-by: Thomas Gleixner Reviewed-by: Paul E. McKenney Link: https://patch.msgid.link/tencent_BAB26179A92C5CE28657C0451540E6EE4B05@qq.com --- tools/testing/selftests/rseq/rseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/rseq/rseq.c b/tools/testing/selftests/rseq/rseq.c index be0d0a97031e..1cd633923b1d 100644 --- a/tools/testing/selftests/rseq/rseq.c +++ b/tools/testing/selftests/rseq/rseq.c @@ -73,7 +73,7 @@ static int rseq_ownership; #define ORIG_RSEQ_ALLOC_SIZE 32 /* - * Use a union to ensure we allocate a TLS area of 1024 bytes to accomodate an + * Use a union to ensure we allocate a TLS area of 1024 bytes to accommodate an * rseq registration that is larger than the current rseq ABI. */ union rseq_tls { From 2a98ffac7733e77a178af7240f9fa9392ca45aad Mon Sep 17 00:00:00 2001 From: Cihan Karadag Date: Sun, 5 Jul 2026 15:53:40 -0600 Subject: [PATCH 2/2] selftests/rseq: Add missing test binaries to .gitignore legacy_check and check_optimized are built by this Makefile via TEST_GEN_PROGS_EXTENDED but are not listed in .gitignore, causing them to show up as untracked files after a build. Signed-off-by: Cihan Karadag Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/20260705215346.1132764-1-cihan.cihan@gmail.com --- tools/testing/selftests/rseq/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/rseq/.gitignore b/tools/testing/selftests/rseq/.gitignore index ec01d164c1f0..9b6eb6c3922f 100644 --- a/tools/testing/selftests/rseq/.gitignore +++ b/tools/testing/selftests/rseq/.gitignore @@ -11,3 +11,5 @@ param_test_mm_cid_benchmark param_test_mm_cid_compare_twice syscall_errors_test slice_test +legacy_check +check_optimized