]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
KVM: selftests: Remove __NR_userfaultfd syscall fallback
authorSean Christopherson <seanjc@google.com>
Wed, 1 Sep 2021 20:30:30 +0000 (13:30 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 22 Sep 2021 14:24:02 +0000 (10:24 -0400)
commit2da4a23599c263bd4a7658c2fe561cb3a73ea6ae
tree1ba6f6d79f80f71373b3b966c52f81936aa9def8
parent61e52f1630f54713f5dffa1ab4bb49772235aa5a
KVM: selftests: Remove __NR_userfaultfd syscall fallback

Revert the __NR_userfaultfd syscall fallback added for KVM selftests now
that x86's unistd_{32,63}.h overrides are under uapi/ and thus not in
KVM selftests' search path, i.e. now that KVM gets x86 syscall numbers
from the installed kernel headers.

No functional change intended.

Reviewed-by: Ben Gardon <bgardon@google.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210901203030.1292304-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/arch/x86/include/uapi/asm/unistd_64.h