Skip to content

Commit 56908dc

Browse files
committed
linux-headers: update again to 5.8
5.8-rc1 inadvertently broke userspace ABI compatibility. Merge again with latest kvm/master to undo that. Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 6e083c0 commit 56908dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

linux-headers/asm-arm/unistd-common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,6 @@
392392
#define __NR_clone3 (__NR_SYSCALL_BASE + 435)
393393
#define __NR_openat2 (__NR_SYSCALL_BASE + 437)
394394
#define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438)
395+
#define __NR_faccessat2 (__NR_SYSCALL_BASE + 439)
395396

396397
#endif /* _ASM_ARM_UNISTD_COMMON_H */

linux-headers/asm-x86/kvm.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,14 +408,15 @@ struct kvm_vmx_nested_state_data {
408408
};
409409

410410
struct kvm_vmx_nested_state_hdr {
411-
__u32 flags;
412411
__u64 vmxon_pa;
413412
__u64 vmcs12_pa;
414-
__u64 preemption_timer_deadline;
415413

416414
struct {
417415
__u16 flags;
418416
} smm;
417+
418+
__u32 flags;
419+
__u64 preemption_timer_deadline;
419420
};
420421

421422
struct kvm_svm_nested_state_data {

0 commit comments

Comments
 (0)