mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 23:59:33 -04:00
Merge tag 'core-rseq-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull rseq updates from Thomas Gleixner: "Two trivial updates for RSEQ: - Add the recently added new test binaries to .gitignore - Fix a trivial typo in a comment" * tag 'core-rseq-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: selftests/rseq: Add missing test binaries to .gitignore selftests/rseq: Fix spelling of accommodate
This commit is contained in:
2
tools/testing/selftests/rseq/.gitignore
vendored
2
tools/testing/selftests/rseq/.gitignore
vendored
@@ -11,3 +11,5 @@ param_test_mm_cid_benchmark
|
||||
param_test_mm_cid_compare_twice
|
||||
syscall_errors_test
|
||||
slice_test
|
||||
legacy_check
|
||||
check_optimized
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user