Re: [PATCH v2 2/2] arm64/vdso: fix flip/flop vdso build bug

2019-07-12 Thread Will Deacon
On Fri, Jul 12, 2019 at 07:15:56PM +0900, Naohiro Aota wrote: > Running "make" on an already compiled kernel tree will rebuild the kernel > even without any modifications: > > $ make ARCH=arm64 CROSS_COMPILE=/usr/bin/aarch64-unknown-linux-gnu- > arch/arm64/Makefile:58: CROSS_COMPILE_COMPAT not

Re: [PATCH v2 2/2] arm64/vdso: fix flip/flop vdso build bug

2019-07-12 Thread Masahiro Yamada
On Fri, Jul 12, 2019 at 7:16 PM Naohiro Aota wrote: > > Running "make" on an already compiled kernel tree will rebuild the kernel > even without any modifications: > > $ make ARCH=arm64 CROSS_COMPILE=/usr/bin/aarch64-unknown-linux-gnu- > arch/arm64/Makefile:58: CROSS_COMPILE_COMPAT not defined or

Re: [PATCH v2 2/2] arm64/vdso: fix flip/flop vdso build bug

2019-07-12 Thread Vincenzo Frascino
On 12/07/2019 11:15, Naohiro Aota wrote: > Running "make" on an already compiled kernel tree will rebuild the kernel > even without any modifications: > > $ make ARCH=arm64 CROSS_COMPILE=/usr/bin/aarch64-unknown-linux-gnu- > arch/arm64/Makefile:58: CROSS_COMPILE_COMPAT not defined or empty, the

[PATCH v2 2/2] arm64/vdso: fix flip/flop vdso build bug

2019-07-12 Thread Naohiro Aota
Running "make" on an already compiled kernel tree will rebuild the kernel even without any modifications: $ make ARCH=arm64 CROSS_COMPILE=/usr/bin/aarch64-unknown-linux-gnu- arch/arm64/Makefile:58: CROSS_COMPILE_COMPAT not defined or empty, the compat vDSO will not be built CALL