diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-15 13:14:36 +0530 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-15 13:14:36 +0530 |
| commit | a04c8472b0bc99963283e379f4ca2c775be4949b (patch) | |
| tree | 19fc2e685f0d8c5ae725b047175583af0b1aafce | |
| parent | 36808d5e983985bbda87e01059cccc071fe3ec8d (diff) | |
| parent | 5a0daaff6ed9c1177d58b7367451ef9714dac81d (diff) | |
| download | linux-next-a04c8472b0bc99963283e379f4ca2c775be4949b.tar.gz linux-next-a04c8472b0bc99963283e379f4ca2c775be4949b.zip | |
Merge tag 'core-rseq-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Pull rseq update from Thomas Gleixner:
"A trivial update for RSEQ selftests to provide the config fragments
which contain the config options required to actually run the tests"
* tag 'core-rseq-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip:
selftests/rseq: Add config fragment
| -rw-r--r-- | tools/testing/selftests/rseq/config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
