[PATCH 0/3] compat vdso cleanups

Nick Desaulniers ndesaulniers at google.com
Tue Oct 12 16:46:03 PDT 2021


Three fixes for compat vdso, the first two are related, the third is
standalone.

The first two fix a warning observed for `mrproper` targets when
$(CROSS_COMPILE_COMPAT)gcc is not in the $PATH.

The third makes is so that CROSS_COMPILE_COMPAT is not necessary to
select COMPAT_VDSO when using clang+lld.

Based on arm64/linux.git/for-next/misc.

Nick Desaulniers (3):
  arm64: vdso32: drop the test for dmb ishld
  arm64: vdso32: lazily invoke COMPAT_CC
  arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd

 arch/arm64/Kconfig                           |  3 +-
 arch/arm64/include/asm/vdso/compat_barrier.h |  2 +-
 arch/arm64/kernel/vdso32/Makefile            | 33 ++++++--------------
 3 files changed, 12 insertions(+), 26 deletions(-)


base-commit: de56379f21c70196ff18c48790e8e43865893869
-- 
2.33.0.882.g93a45727a2-goog




More information about the linux-arm-kernel mailing list