[GIT pull] core/rseq for v7.2-rc1
From: Thomas Gleixner
Date: Sat Jun 13 2026 - 17:24:56 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-06-13
up to: 5a0daaff6ed9: selftests/rseq: Add config fragment
A trivial update for RSEQ selftests to provide the config fragments which
contain the config options required to actually run the tests.
Thanks,
tglx
------------------>
Mark Brown (1):
selftests/rseq: Add config fragment
tools/testing/selftests/rseq/config | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 tools/testing/selftests/rseq/config
diff --git a/tools/testing/selftests/rseq/config b/tools/testing/selftests/rseq/config
new file mode 100644
index 000000000000..a64608043ace
--- /dev/null
+++ b/tools/testing/selftests/rseq/config
@@ -0,0 +1,3 @@
+CONFIG_EXPERT=y
+CONFIG_RSEQ=y
+CONFIG_RSEQ_SLICE_EXTENSION=y