Hi Will, this patch series is meant to address the various compilation issues you reported about arm64 vdso32.
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]> --- v3: - Exposed COMPATCC - Addressed Review Comments v2: - Fixed binutils detection - Addressed review comments Vincenzo Frascino (5): arm64: vdso32: Introduce COMPAT_CC_IS_GCC arm64: vdso32: Detect binutils support for dmb ishld arm64: vdso32: Fix compilation warning arm64: Remove gettimeofday.S arm64: vdso32: Remove jump label config option in Makefile arch/arm64/Kconfig | 5 ++++- arch/arm64/Makefile | 18 +++++------------- arch/arm64/include/asm/memory.h | 3 +++ arch/arm64/include/asm/vdso/compat_barrier.h | 2 +- arch/arm64/kernel/vdso/gettimeofday.S | 0 arch/arm64/kernel/vdso32/Makefile | 14 +++++++++----- 6 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 arch/arm64/kernel/vdso/gettimeofday.S -- 2.23.0

