Re: [PATCH] MIPS: fix vdso different address spaces

2020-07-16 Thread Thomas Bogendoerfer
On Tue, Jul 14, 2020 at 02:07:47PM +0800, Guoyun Sun wrote: > From: Sunguoyun > > sparse report build warning as follows: > arch/mips/vdso/vdso-n32-image.c:13:35: > incorrect type in assignment (different address spaces) @@ > expected void *[usertype] vdso @@ got void [noderef] * @@ > > Rep

[PATCH] MIPS: fix vdso different address spaces

2020-07-13 Thread Guoyun Sun
From: Sunguoyun sparse report build warning as follows: arch/mips/vdso/vdso-n32-image.c:13:35: incorrect type in assignment (different address spaces) @@ expected void *[usertype] vdso @@ got void [noderef] * @@ Reported-by: kernel test robot Signed-off-by: Sunguoyun --- arch/mips/vdso/