在 2024/10/28 上午10:38, Bibo Mao 写道:
> Add unistd_64.h on arm64,loongarch and riscv platform, and update
> linux headers to Linux v6.12-rc5.
>
> Pass to compile on aarch64, arm, loongarch64, x86_64, i386, riscv64,
> riscv32 softmmu and linux-user.
>
> ---
> v2 ... v3:
> 1. Add unistd_64.h on arm64 and riscv platform also
> 2. Update header files to Linux v6.12-rc5
>
> v1 ... v2:
> 1. update header files in directory linux-headers to v6.12-rc3
> ---
>
> Bibo Mao (3):
> linux-headers: Add unistd_64.h
> linux-headers: loongarch: Add kvm_para.h
> linux-headers: Update to Linux v6.12-rc5
>
> 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-arm64/unistd_64.h | 324 +++++++++++++++++
> 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-riscv/unistd_32.h | 315 +++++++++++++++++
> linux-headers/asm-riscv/unistd_64.h | 325 ++++++++++++++++++
> 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 | 7 +
> 30 files changed, 1922 insertions(+), 93 deletions(-)
> create mode 100644 linux-headers/asm-arm64/unistd_64.h
> create mode 100644 linux-headers/asm-loongarch/kvm_para.h
> create mode 100644 linux-headers/asm-loongarch/unistd_64.h
> create mode 100644 linux-headers/asm-riscv/unistd_32.h
> create mode 100644 linux-headers/asm-riscv/unistd_64.h
>
>
> base-commit: cea8ac78545a83e1f01c94d89d6f5a3f6b5c05d2
Acked-by: Song Gao <gaosong@loongson.cn>
Thanks.
Song Gao