index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
exec
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
selftests/exec: test the pre-opened interpreter limit
Christian Brauner
4
-0
/
+309
2026-08-03
selftests/exec: test interpreters bound to a 'B' entry
Christian Brauner
4
-9
/
+349
2026-08-03
selftests/exec: share the bpf handler preconditions
Christian Brauner
1
-16
/
+27
2026-08-03
selftests/exec: test registering an entry disabled
Christian Brauner
3
-0
/
+215
2026-08-03
selftests/exec: let binfmt_flag_supported() return a bool
Christian Brauner
3
-5
/
+5
2026-08-03
selftests/exec: check that a binfmt_misc instance cannot be pinned
Christian Brauner
3
-0
/
+171
2026-08-03
selftests/exec: test binfmt_misc loader substitution
Christian Brauner
7
-22
/
+764
2026-08-03
selftests/exec: test the transparent binfmt_misc mode
Christian Brauner
7
-4
/
+399
2026-08-03
selftests/exec: convert the binfmt_misc bpf test to the kselftest harness
Christian Brauner
4
-141
/
+185
2026-08-03
selftests/exec: add binfmt_misc bpf-backed handler test
Farid Zakaria
7
-0
/
+642
2025-11-27
selftests: complete kselftest include centralization
Bala-Vignesh-Reddy
6
-6
/
+6
2025-01-31
Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-2
/
+9
2025-01-27
selftests: Handle old glibc without execveat(2)
Mickaël Salaün
1
-2
/
+9
2025-01-22
Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
6
-1
/
+690
2024-12-18
samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
Mickaël Salaün
3
-2
/
+219
2024-12-18
selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
Mickaël Salaün
5
-0
/
+472
2024-12-16
selftests/exec: add a test for execveat()'s comm
Tycho Andersen
1
-3
/
+72
2024-09-30
selftests: exec: update gitignore for load_address
Javier Carrasco
1
-1
/
+2
2024-07-31
selftests/exec: Fix grammar in an error message.
Chang Yu
1
-1
/
+1
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
2024-07-10
selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
Edward Liaw
1
-1
/
+0
2024-06-19
binfmt_elf: Honor PT_LOAD alignment for static PIE
Kees Cook
1
-1
/
+1
2024-06-19
selftests/exec: Build both static and non-static load_address tests
Kees Cook
2
-20
/
+66
2024-05-06
selftests: exec: Use new ksft_exit_fail_perror() helper
Muhammad Usama Anjum
1
-5
/
+5
2024-03-18
selftests/exec: Convert remaining /bin/sh to /bin/bash
Kees Cook
1
-2
/
+2
2024-03-18
selftests/exec: execveat: Improve debug reporting
Kees Cook
1
-5
/
+7
2024-03-13
selftests/exec: recursion-depth: conform test to TAP format output
Muhammad Usama Anjum
1
-27
/
+26
2024-03-13
selftests/exec: load_address: conform test to TAP format output
Muhammad Usama Anjum
1
-19
/
+15
2024-03-13
selftests/exec: binfmt_script: Add the overall result line according to TAP
Muhammad Usama Anjum
1
-1
/
+9
2024-03-05
selftests/exec: Perform script checks with /bin/bash
Kees Cook
1
-1
/
+1
2023-10-05
selftests/exec: Convert execveat test to generate KTAP output
Mark Brown
1
-35
/
+52
2022-03-23
Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
3
-1
/
+3
2022-03-21
Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-0
/
+79
2022-03-03
selftests/exec: add generated files to .gitignore
Muhammad Usama Anjum
1
-0
/
+2
2022-03-01
selftests/exec: Test for empty string on NULL argv
Kees Cook
2
-0
/
+79
2022-02-23
selftests/exec: Rename file binfmt_script to binfmt_script.py
Muhammad Usama Anjum
2
-1
/
+1
2022-02-11
selftests/exec: Add non-regular to TEST_GEN_PROGS
Muhammad Usama Anjum
1
-2
/
+2
2022-01-27
selftests/exec: Remove pipe from TEST_GEN_FILES
Muhammad Usama Anjum
1
-1
/
+1
2021-05-22
tools/testing/selftests/exec: fix link error
Yang Yingliang
1
-3
/
+3
2020-10-16
tools/testing/selftests: add self-test for verifying load alignment
Chris Kennelly
3
-2
/
+76
2020-08-14
selftests/exec: add file type errno tests
Kees Cook
3
-2
/
+200
2020-06-09
Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
3
-1
/
+10
2020-05-22
selftests/exec: Verify execve of non-regular files fail
Kees Cook
3
-1
/
+10
2020-05-21
selftests/exec: Add binfmt_script regression test
Kees Cook
2
-0
/
+172
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
Thomas Gleixner
1
-2
/
+1
2019-05-14
exec selftests: test ->recursion_depth
Alexey Dobriyan
3
-1
/
+73
2018-05-30
selftests: exec: return Kselftest Skip code for skipped tests
Shuah Khan (Samsung OSG)
1
-2
/
+4
2017-11-15
selftests/exec: include cwd in long path calculation
Steve Muckle
1
-8
/
+19
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]