Re: [PATCH v3 3/5] arm64: vdso32: Fix compilation warning

2019-10-01 Thread Vincenzo Frascino
On 10/1/19 2:21 PM, Will Deacon wrote: > On Thu, Sep 26, 2019 at 10:43:40PM +0100, Vincenzo Frascino wrote: >> As reported by Will Deacon the following compilation warning appears >> during the compilation of the vdso32: >> >> In file included from ./arch/arm64/include/asm/thread_info.h:17:0, >>

Re: [PATCH v3 3/5] arm64: vdso32: Fix compilation warning

2019-10-01 Thread Will Deacon
On Thu, Sep 26, 2019 at 10:43:40PM +0100, Vincenzo Frascino wrote: > As reported by Will Deacon the following compilation warning appears > during the compilation of the vdso32: > > In file included from ./arch/arm64/include/asm/thread_info.h:17:0, > from

Re: [PATCH v3 3/5] arm64: vdso32: Fix compilation warning

2019-09-27 Thread Catalin Marinas
On Thu, Sep 26, 2019 at 10:43:40PM +0100, Vincenzo Frascino wrote: > Note: This fix is meant to be temporary, a more comprehensive solution > based on the refactoring of the generic headers will be provided with a > future patch set. At that point it will be possible to revert this patch. With

[PATCH v3 3/5] arm64: vdso32: Fix compilation warning

2019-09-26 Thread Vincenzo Frascino
As reported by Will Deacon the following compilation warning appears during the compilation of the vdso32: In file included from ./arch/arm64/include/asm/thread_info.h:17:0, from ./include/linux/thread_info.h:38, from ./arch/arm64/include/asm/preempt.h:5,