diff options
| author | Mathieu Desnoyers <[email protected]> | 2022-01-24 12:12:39 -0500 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2022-02-02 13:11:33 +0100 |
| commit | 5c105d55a9dc9e01535116ccfc26e703168a574f (patch) | |
| tree | 684ee72d42560ae6fe215f19832b5062ba979cbb /scripts/gdb/linux/clk.py | |
| parent | ec2444530612a886b406e2830d7f314d1a07d4bb (diff) | |
selftests/rseq: introduce own copy of rseq uapi header
The Linux kernel rseq uapi header has a broken layout for the
rseq_cs.ptr field on 32-bit little endian architectures. The entire
rseq_cs.ptr field is planned for removal, leaving only the 64-bit
rseq_cs.ptr64 field available.
Both glibc and librseq use their own copy of the Linux kernel uapi
header, where they introduce proper union fields to access to the 32-bit
low order bits of the rseq_cs pointer on 32-bit architectures.
Introduce a copy of the Linux kernel uapi headers in the Linux kernel
selftests.
Signed-off-by: Mathieu Desnoyers <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions