[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240827145454.3317093-1-Jason@zx2c4.com>
Date: Tue, 27 Aug 2024 16:54:24 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: linux-kernel@...r.kernel.org,
adhemerval.zanella@...aro.org,
christophe.leroy@...roup.eu
Cc: "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH] selftests/vDSO: remove unnecessary command line defs from chacha test
CONFIG_FUNCTION_ALIGNMENT=0 is no longer necessary and BULID_VDSO wasn't
spelled right while BUILD_VDSO isn't necessary, so just remove these.
Reported-by: Adhemerval Zanella Netto <adhemerval.zanella@...aro.org>
Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
---
tools/testing/selftests/vDSO/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/testing/selftests/vDSO/Makefile b/tools/testing/selftests/vDSO/Makefile
index 834aa862ba2c..d1452c7d6d4f 100644
--- a/tools/testing/selftests/vDSO/Makefile
+++ b/tools/testing/selftests/vDSO/Makefile
@@ -46,5 +46,4 @@ $(OUTPUT)/vdso_test_chacha: LDLIBS += $(SODIUM_LIBS)
$(OUTPUT)/vdso_test_chacha: CFLAGS += -idirafter $(top_srcdir)/tools/include \
-idirafter $(top_srcdir)/arch/$(ARCH)/include \
-idirafter $(top_srcdir)/include \
- -D__ASSEMBLY__ -DBULID_VDSO -DCONFIG_FUNCTION_ALIGNMENT=0 \
- -Wa,--noexecstack $(SODIUM_CFLAGS)
+ -D__ASSEMBLY__ -Wa,--noexecstack $(SODIUM_CFLAGS)
--
2.46.0
Powered by blists - more mailing lists