[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190926133805.52348-1-vincenzo.frascino@arm.com>
Date: Thu, 26 Sep 2019 14:38:01 +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 v2 0/4] arm64: vdso32: Address various issues
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 <will@...nel.org>
Cc: Catalin Marinas <catalin.marinas@....com>
Cc: Thomas Gleixner <tglx@...utronix.de>
---
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
Powered by blists - more mailing lists