[GIT pull] core/rseq for v7.3-rc1
From: Thomas Gleixner
Date: Mon Aug 17 2026 - 07:23:38 EST
Linus,
please pull the latest core/rseq branch from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-rseq-2026-08-17
up to: 2a98ffac7733: selftests/rseq: Add missing test binaries to .gitignore
Two trivial updates for RSEQ:
- Add the recently added new test binaries to .gitignore
- Fix a trivial typo in a comment.
Thanks,
tglx
------------------>
Cihan Karadag (1):
selftests/rseq: Add missing test binaries to .gitignore
Ding Junlin (1):
selftests/rseq: Fix spelling of accommodate
tools/testing/selftests/rseq/.gitignore | 2 ++
tools/testing/selftests/rseq/rseq.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
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
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 {