index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
lib.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: error out if kernel header files are not yet built
John Hubbard
2023-06-19
1
-3
/
+37
*
selftests: fix LLVM build for i386 and x86_64
Guillaume Tucker
2023-03-10
1
-0
/
+2
*
kselftest: Fix error message for unconfigured LLVM builds
Mark Brown
2023-01-12
1
-1
/
+1
*
Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-12-12
1
-0
/
+5
|
\
|
*
selftests: Use optional USERCFLAGS and USERLDFLAGS
Mickaël Salaün
2022-10-20
1
-0
/
+5
*
|
selftests: net: Fix cross-tree inclusion of scripts
Benjamin Poirier
2022-10-20
1
-2
/
+2
|
/
*
selftests/landlock: Fix out-of-tree builds
Mickaël Salaün
2022-09-14
1
-0
/
+4
*
selftests/vm: fix inability to build any vm tests
Axel Rasmussen
2022-08-19
1
-0
/
+1
*
selftests: drop KSFT_KHDR_INSTALL make target
Guillaume Tucker
2022-07-11
1
-38
/
+0
*
selftests: Fix clang cross compilation
Mark Brown
2022-06-14
1
-2
/
+23
*
kbuild: Make $(LLVM) more flexible
Nathan Chancellor
2022-03-31
1
-1
/
+7
*
selftests: cgroup: build error multiple outpt files
Anders Roxell
2021-12-10
1
-1
/
+1
*
selftests: be sure to make khdr before other targets
Li Zhijian
2021-09-15
1
-0
/
+1
*
selftests: lib.mk: Also install "config" and "settings"
Kees Cook
2021-06-07
1
-0
/
+1
*
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
1
-0
/
+4
|
\
|
*
selftests: Set CC to clang in lib.mk if LLVM is set
Yonghong Song
2021-04-15
1
-0
/
+4
*
|
selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
Ilya Leoshkevich
2021-03-26
1
-1
/
+2
|
/
*
selftests: filter kselftest headers from command in lib.mk
Tommi Rantala
2020-10-27
1
-1
/
+1
*
selftests: Extract run_kselftest.sh and generate stand-alone test list
Kees Cook
2020-10-07
1
-3
/
+2
*
selftests: use "$(MAKE)" instead of "make" for headers_install
Denys Vlasenko
2020-08-31
1
-2
/
+2
*
selftests: fix condition in run_tests
Yauheni Kaliuta
2020-07-07
1
-1
/
+1
*
selftests: do not use .ONESHELL
Yauheni Kaliuta
2020-07-07
1
-11
/
+9
*
Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-04-01
1
-1
/
+2
|
\
|
*
selftests: enforce local header dependency in lib.mk
Shuah Khan
2020-03-26
1
-1
/
+2
*
|
selftests: fix too long argument
Jiri Benc
2020-02-10
1
-10
/
+13
|
/
*
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2019-07-11
1
-2
/
+2
*
selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
Shuah Khan
2019-05-13
1
-9
/
+3
*
selftests: Move test output to diagnostic lines
Kees Cook
2019-04-25
1
-1
/
+2
*
selftests: Extract logic for multiple test runs
Kees Cook
2019-04-25
1
-17
/
+8
*
selftests: Use runner.sh for emit targets
Kees Cook
2019-04-25
1
-13
/
+2
*
selftests: Extract single-test shell logic from lib.mk
Kees Cook
2019-04-25
1
-30
/
+7
*
selftests: fix headers_install circular dependency
Shuah Khan
2019-04-19
1
-2
/
+36
*
selftests: Fix test errors related to lib.mk khdr target
Shuah Khan
2018-12-13
1
-4
/
+4
*
selftests: add headers_install to lib.mk
Anders Roxell
2018-09-05
1
-0
/
+12
*
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-10
1
-0
/
+4
|
\
|
*
selftests/lib.mk: Introduce OVERRIDE_TARGETS
Mathieu Desnoyers
2018-06-06
1
-0
/
+4
*
|
selftests: lib.mk: add test execute bit check to EMIT_TESTS
Shuah Khan (Samsung OSG)
2018-05-30
1
-1
/
+6
*
|
selftests: lib.mk: add SKIP handling and test suite name to EMIT_TESTS
Shuah Khan (Samsung OSG)
2018-05-30
1
-2
/
+6
*
|
selftests: lib.mk: Include test suite name in the RUN_TESTS output
Shuah Khan (Samsung OSG)
2018-05-30
1
-9
/
+10
*
|
selftests: lib.mk: move running and printing result to a new function
Shuah Khan (Samsung OSG)
2018-05-30
1
-24
/
+28
*
|
selftests: lib.mk: add SKIP handling to RUN_TESTS define
Shuah Khan (Samsung OSG)
2018-05-30
1
-2
/
+13
*
|
selftests: lib.mk: cleanup RUN_TESTS define and make it readable
Shuah Khan (Samsung OSG)
2018-05-30
1
-3
/
+5
|
/
*
selftests: Fix lib.mk run_tests target shell script
Mathieu Desnoyers
2018-04-27
1
-4
/
+4
*
selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers
Shuah Khan
2018-03-05
1
-0
/
+1
*
selftests: Fix loss of test output in run_kselftests.sh
Michael Ellerman
2018-01-16
1
-1
/
+1
*
selftests: lib.mk: print individual test results to console by default
Shuah Khan
2017-10-31
1
-1
/
+5
*
selftests: lib.mk: copy test scripts and test files for make O=dir run
Shuah Khan
2017-09-21
1
-0
/
+11
*
selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install
Shuah Khan
2017-09-21
1
-5
/
+11
*
selftests: lib.mk: fix test executable status check to use full path
Shuah Khan
2017-09-21
1
-1
/
+1
*
selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir case
Shuah Khan
2017-09-21
1
-0
/
+15
[next]