[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190926214342.34608-1-vincenzo.frascino@arm.com>
Date: Thu, 26 Sep 2019 22:43:37 +0100
From: Vincenzo Frascino <vincenzo.frascino@....com>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: vincenzo.frascino@....com, ard.biesheuvel@...aro.org,
ndesaulniers@...gle.com, catalin.marinas@....com, will@...nel.org,
tglx@...utronix.de
Subject: [PATCH v3 0/5]arm64: vdso32: Address various issues
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 <will@...nel.org>
Cc: Catalin Marinas <catalin.marinas@....com>
Cc: Thomas Gleixner <tglx@...utronix.de>
---
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
Powered by blists - more mailing lists