On Thu, Sep 09, 2021 at 01:38:02AM +0000, Raghavendra Rao Ananta wrote: > Bring-in the kernel's arch/arm64/include/asm/sysreg.h > into selftests to make use of all the standard > register definitions in consistence with the kernel. > Signed-off-by: Raghavendra Rao Ananta > --- > .../selftests/kvm/include/aarch64/sysreg.h | 1278 +++++++++++++++++ > 1 file changed, 1278 insertions(+) > create mode 100644 tools/testing/selftests/kvm/include/aarch64/sysreg.h Can we arrange to copy this at build time rather than having a duplicate copy we need to keep in sync? We have some stuff to do this for uapi headers already.