Skip to content
Commit d7df6f28 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user



Tidy-up vgic_get_common_attr() and vgic_set_common_attr() to use
{get,put}_user() instead of the more complex (and less type-safe)
copy_{from,to}_user().

Reviewed-by: default avatarReiji Watanabe <reijiw@google.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 7e9f723c
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