Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] selftests: Do not skip BPF selftests by default
@ 2024-10-04  9:53 Björn Töpel
  2024-10-04 13:07 ` Mark Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Björn Töpel @ 2024-10-04  9:53 UTC (permalink / raw)
  To: Mark Brown, Shuah Khan, linux-kselftest, bpf, Andrii Nakryiko,
	Eduard Zingerman, Mykola Lysenko
  Cc: Björn Töpel, linux-kernel

From: Björn Töpel <bjorn@rivosinc.com>

This effectively is a revert of commit 7a6eb7c34a78 ("selftests: Skip
BPF seftests by default"). At the time when this was added, BPF had
"build time dependencies on cutting edge versions". Since then a
number of BPF capable tests has been included in net, hid, sched_ext.

There is no reason not to include BPF by default in the build.

Remove BPF from the selftests skiplist.

Signed-off-by: Björn Töpel <bjorn@rivosinc.com>
---
 tools/testing/selftests/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index b38199965f99..88f59a5fef96 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -129,10 +129,8 @@ ifeq ($(filter net/lib,$(TARGETS)),)
 endif
 endif
 
-# User can optionally provide a TARGETS skiplist.  By default we skip
-# BPF since it has cutting edge build time dependencies which require
-# more effort to install.
-SKIP_TARGETS ?= bpf
+# User can optionally provide a TARGETS skiplist.
+SKIP_TARGETS ?=
 ifneq ($(SKIP_TARGETS),)
 	TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS))
 	override TARGETS := $(TMP)

base-commit: 0c559323bbaabee7346c12e74b497e283aaafef5
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-05 12:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04  9:53 [PATCH] selftests: Do not skip BPF selftests by default Björn Töpel
2024-10-04 13:07 ` Mark Brown
2024-10-04 13:34   ` Björn Töpel
2024-10-04 14:46     ` Mark Brown
2024-10-04 18:52       ` Shuah Khan
2024-10-05 10:12       ` Björn Töpel
2024-10-05 12:10         ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox