Hi Will, this patch series is meant to address the various compilation issues you reported about arm64 vdso32. (This time for real I hope ;))
Please let me know if there is still something missing. Thanks, Vincenzo Cc: Will Deacon <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Thomas Gleixner <[email protected]> --- v2: - Fixed binutils detection - Addressed review comments Vincenzo Frascino (4): arm64: vdso32: Introduce COMPAT_CC_IS_GCC arm64: vdso32: Detect binutils support for dmb ishld arm64: vdso32: Fix compilation warning arm64: Remove gettimeofday.S arch/arm64/Kbuild | 6 ++++++ arch/arm64/Kconfig | 5 ++++- arch/arm64/Makefile | 15 ++------------- arch/arm64/include/asm/memory.h | 5 +++++ arch/arm64/include/asm/vdso/compat_barrier.h | 2 +- arch/arm64/kernel/vdso/gettimeofday.S | 0 arch/arm64/kernel/vdso32/Makefile | 9 +++++++++ 7 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 arch/arm64/kernel/vdso/gettimeofday.S -- 2.23.0

