Commit 56908dc5 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 6e083c0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -392,5 +392,6 @@
#define __NR_clone3 (__NR_SYSCALL_BASE + 435)
#define __NR_openat2 (__NR_SYSCALL_BASE + 437)
#define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438)
#define __NR_faccessat2 (__NR_SYSCALL_BASE + 439)

#endif /* _ASM_ARM_UNISTD_COMMON_H */
+3 −2
Original line number Diff line number Diff line
@@ -408,14 +408,15 @@ struct kvm_vmx_nested_state_data {
};

struct kvm_vmx_nested_state_hdr {
	__u32 flags;
	__u64 vmxon_pa;
	__u64 vmcs12_pa;
	__u64 preemption_timer_deadline;

	struct {
		__u16 flags;
	} smm;

	__u32 flags;
	__u64 preemption_timer_deadline;
};

struct kvm_svm_nested_state_data {