mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-15 23:53:51 +00:00
![]() When the rseq UAPI header is included, 'union rseq' clashes with 'struct
rseq'. It's not the case in the rseq selftests but it does break the KVM
selftests that also include this file.
Rename 'union rseq' to 'union rseq_tls' to fix this.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
basic_percpu_ops_test.c | ||
basic_test.c | ||
compiler.h | ||
Makefile | ||
param_test.c | ||
rseq-abi.h | ||
rseq-arm64-bits.h | ||
rseq-arm64.h | ||
rseq-arm-bits.h | ||
rseq-arm.h | ||
rseq-bits-reset.h | ||
rseq-bits-template.h | ||
rseq-generic-thread-pointer.h | ||
rseq-mips-bits.h | ||
rseq-mips.h | ||
rseq-or1k-bits.h | ||
rseq-or1k-thread-pointer.h | ||
rseq-or1k.h | ||
rseq-ppc-bits.h | ||
rseq-ppc-thread-pointer.h | ||
rseq-ppc.h | ||
rseq-riscv-bits.h | ||
rseq-riscv.h | ||
rseq-s390-bits.h | ||
rseq-s390.h | ||
rseq-thread-pointer.h | ||
rseq-x86-bits.h | ||
rseq-x86-thread-pointer.h | ||
rseq-x86.h | ||
rseq.c | ||
rseq.h | ||
run_param_test.sh | ||
run_syscall_errors_test.sh | ||
settings | ||
syscall_errors_test.c |