[PATCH v3 02/22] compat: provide compat_ptr() on all architectures
H. Peter Anvin
hpa at zytor.com
Tue Jan 7 19:19:53 AEDT 2020
<linuxppc-dev at lists.ozlabs.org>,oprofile-list at lists.sf.net,linux-s390 <linux-s390 at vger.kernel.org>,sparclinux <sparclinux at vger.kernel.org>
From: hpa at zytor.com
Message-ID: <41625F06-D755-4C82-86DF-A9415FEEE13D at zytor.com>
On January 7, 2020 12:08:31 AM PST, Arnd Bergmann <arnd at arndb.de> wrote:
>On Tue, Jan 7, 2020 at 3:05 AM Michael Ellerman <mpe at ellerman.id.au>
>wrote:
>> Arnd Bergmann <arnd at arndb.de> writes:
>> > +
>> > +static inline compat_uptr_t ptr_to_compat(void __user *uptr)
>> > +{
>> > + return (u32)(unsigned long)uptr;
>> > +}
>>
>> Is there a reason we cast to u32 directly instead of using
>compat_uptr_t?
>
>Probably Al found this to be more explicit at the time when he
>introduced
>it on all the architectures in 2005. I just moved it here and kept the
>definition.
>
> Arnd
Did compat_uptr_t exist back then?
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
More information about the Linuxppc-dev
mailing list