Skip to content
Commit 92f4d400 authored by David Woodhouse's avatar David Woodhouse
Browse files

KVM: x86/xen: Fix __user pointer handling for hypercall page installation



The address we give to memdup_user() isn't correctly tagged as __user.
This is harmless enough as it's a one-off use and we're doing exactly
the right thing, but fix it anyway to shut the checker up. Otherwise
it'll whine when the (now legacy) code gets moved around in a later
patch.

Signed-off-by: default avatarDavid Woodhouse <dwmw@amazon.co.uk>
parent 1232f8e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment