Message ID | 20241017020708.1728620-1-maobibo@loongson.cn |
---|---|
Headers | show |
Series | linux-headers: loongarch: Add kvm_para.h and unistd_64.h | expand |
在 2024/10/17 上午10:07, Bibo Mao 写道: > linux-headers/asm/unistd.h:3:10: fatal error: asm/unistd_64.h: No such file or directory > #include <asm/unistd_64.h> > > Also update linux-headers to v6.12-rc3 > > --- > v1 ... v2: > 1. update header files in directory linux-headers to v6.12-rc3 > --- > Bibo Mao (2): > linux-headers: loongarch: Add kvm_para.h and unistd_64.h > linux-headers: Update to Linux v6.12-rc3 > > include/standard-headers/drm/drm_fourcc.h | 43 +++ > include/standard-headers/linux/const.h | 17 + > include/standard-headers/linux/ethtool.h | 226 +++++++++++++ > include/standard-headers/linux/fuse.h | 22 +- > .../linux/input-event-codes.h | 2 + > include/standard-headers/linux/pci_regs.h | 41 ++- > .../standard-headers/linux/virtio_balloon.h | 16 +- > include/standard-headers/linux/virtio_gpu.h | 1 + > linux-headers/asm-arm64/mman.h | 9 + > linux-headers/asm-arm64/unistd.h | 25 +- > linux-headers/asm-generic/unistd.h | 6 +- > linux-headers/asm-loongarch/kvm.h | 24 ++ > linux-headers/asm-loongarch/kvm_para.h | 21 ++ > linux-headers/asm-loongarch/unistd.h | 4 +- > linux-headers/asm-loongarch/unistd_64.h | 320 ++++++++++++++++++ > linux-headers/asm-riscv/kvm.h | 7 + > linux-headers/asm-riscv/unistd.h | 41 +-- > linux-headers/asm-x86/kvm.h | 2 + > linux-headers/asm-x86/unistd_64.h | 1 + > linux-headers/asm-x86/unistd_x32.h | 1 + > linux-headers/linux/bits.h | 3 + > linux-headers/linux/const.h | 17 + > linux-headers/linux/iommufd.h | 143 ++++++-- > linux-headers/linux/kvm.h | 23 +- > linux-headers/linux/mman.h | 1 + > linux-headers/linux/psp-sev.h | 28 ++ > scripts/update-linux-headers.sh | 4 + > 27 files changed, 955 insertions(+), 93 deletions(-) > create mode 100644 linux-headers/asm-loongarch/kvm_para.h > create mode 100644 linux-headers/asm-loongarch/unistd_64.h > > > base-commit: 7e3b6d8063f245d27eecce5aabe624b5785f2a77 Acked-by: Song Gao <gaosong@loongson.cn> Thanks. Song Gao