+ Song Gao

On 4/27/26 09:00, Song Gao wrote:
Update headers to retrieve the latest KVM caps for LoongArch.
This commit was created automatically by update-linux-headers.sh.

Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Song Gao <[email protected]>
---
  include/standard-headers/drm/drm_fourcc.h     |  28 +-
  include/standard-headers/linux/const.h        |  18 +
  include/standard-headers/linux/ethtool.h      |  28 +-
  .../linux/input-event-codes.h                 |  13 +
  include/standard-headers/linux/pci_regs.h     |  71 ++-
  include/standard-headers/linux/typelimits.h   |   8 +
  include/standard-headers/linux/virtio_ring.h  |   3 +-
  include/standard-headers/linux/virtio_rtc.h   | 237 ++++++++++
  include/standard-headers/linux/vmclock-abi.h  |  20 +
  linux-headers/asm-arm64/kvm.h                 |   1 +
  linux-headers/asm-arm64/unistd_64.h           |   1 +
  linux-headers/asm-generic/unistd.h            |   5 +-
  linux-headers/asm-loongarch/kvm.h             |   5 +
  linux-headers/asm-loongarch/kvm_para.h        |   1 +
  linux-headers/asm-loongarch/unistd_64.h       |   2 +
  linux-headers/asm-mips/unistd_n32.h           |   1 +
  linux-headers/asm-mips/unistd_n64.h           |   1 +
  linux-headers/asm-mips/unistd_o32.h           |   1 +
  linux-headers/asm-powerpc/unistd_32.h         |   1 +
  linux-headers/asm-powerpc/unistd_64.h         |   1 +
  linux-headers/asm-riscv/kvm.h                 |  11 +-
  linux-headers/asm-riscv/ptrace.h              |  37 ++
  linux-headers/asm-riscv/unistd_32.h           |   1 +
  linux-headers/asm-riscv/unistd_64.h           |   1 +
  linux-headers/asm-s390/unistd_32.h            | 446 ------------------
  linux-headers/asm-s390/unistd_64.h            |   1 +
  linux-headers/asm-x86/kvm.h                   |  21 +-
  linux-headers/asm-x86/unistd_32.h             |   1 +
  linux-headers/asm-x86/unistd_64.h             |   1 +
  linux-headers/asm-x86/unistd_x32.h            |   1 +
  linux-headers/linux/const.h                   |  18 +
  linux-headers/linux/iommufd.h                 |  48 ++
  linux-headers/linux/kvm.h                     |  46 +-
  linux-headers/linux/mshv.h                    |   4 +-
  linux-headers/linux/psp-sev.h                 |   2 +-
  linux-headers/linux/stddef.h                  |   4 +
  linux-headers/linux/vduse.h                   |  85 +++-
  linux-headers/linux/vfio.h                    |  30 +-
  38 files changed, 711 insertions(+), 493 deletions(-)
  create mode 100644 include/standard-headers/linux/typelimits.h
  create mode 100644 include/standard-headers/linux/virtio_rtc.h
  delete mode 100644 linux-headers/asm-s390/unistd_32.h


Reviewed-by: Cédric Le Goater <[email protected]>

Thanks,

C.


Reply via email to