[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <58d6167b-e1bd-df9f-5518-3173a9ab0581@redhat.com>
Date: Tue, 25 Oct 2022 11:42:37 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Alexander Graf <graf@...zon.com>
Cc: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: Re: [GIT PULL] KVM patches for Linux 6.1-rc2
On 10/24/22 00:15, Linus Torvalds wrote:
>
> compat_ptr() also happens to get the address space right (ie it
> returns a "void __user *" pointer). But since the non-compat 'struct
> kvm_msr_filter_range' bitmap member doesn't get that right either
> (because it uses the same type for kernel pointers as for user
> pointers - ugly uglt), that isn't such a big deal. The kvm code
> clearly doesn't do proper user pointer typing, and just uses random
> casts instead.
In general KVM ioctl arguments very rarely have __user pointers in them,
so there's not much need for compat ioctls at all. KVM_GET_DIRTY_LOG
and KVM_CLEAR_DIRTY_LOG get it right, but this one indeed can be
improved with compat_ptr(). Will do for 6.2, thanks for the review.
Paolo
Powered by blists - more mailing lists