Show patches with: Submitter = Kees Cook       |    Archived = No       |   272 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/15] selftests/seccomp: Refactor arch register macros to avoid xtensa special case selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[02/15] selftests/seccomp: Provide generic syscall setting macro selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[04/15] selftests/seccomp: arm: Define SYSCALL_NUM_SET macro selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[05/15] selftests/seccomp: arm64: Define SYSCALL_NUM_SET macro selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[06/15] selftests/seccomp: mips: Remove O32-specific macro selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[07/15] selftests/seccomp: Remove syscall setting #ifdefs selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[08/15] selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[09/15] selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREG selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[1/2] exec: Restore EACCES of S_ISDIR execve() Fix S_ISDIR execve() errno - 2 1 --- 2020-08-13 Kees Cook Mainlined
[1/2] fortify: Add run-time WARN for cross-field memcpy() fortify: Add run-time WARN for cross-field memcpy() - - - --- 2022-09-01 Kees Cook New
[1/2] kunit: test: Add vm_mmap() allocation resource manager usercopy: Convert test_user_copy to KUnit test - - - --- 2024-05-19 Kees Cook brendanhiggins New
[1/2] module: Correctly truncate sysfs sections output module: Correctly truncate sysfs sections output 1 1 - --- 2020-08-07 Kees Cook Mainlined
[1/2] selftests: Extract run_kselftest.sh and generate stand-alone test list selftests: Extract run_kselftest.sh and generate stand-alone test list - - - --- 2020-09-25 Kees Cook New
[1/2] selftests: Remove forced unbuffering for test running selftests: Remove forced unbuffering for test running - - 1 --- 2019-05-20 Kees Cook Mainlined
[1/2] selftests/harness: Run TEARDOWN for ASSERT failures selftests/harness: Run TEARDOWN for ASSERT failures - 1 - --- 2022-03-24 Kees Cook Accepted
[1/2] selftests/lkdtm: Add way to repeat a test lkdtm/bugs: Check that a per-task stack canary exists - - - --- 2021-10-22 Kees Cook Accepted
[1/2] selftests/seccomp: Move test child waiting logic selftests/harness: Handle timeouts cleanly - - - --- 2020-03-11 Kees Cook Changes Requested
[1/2] selftests/seccomp: Prepare for exclusive seccomp flags seccomp: Make NEW_LISTENER and TSYNC flags exclusive 1 1 - --- 2019-04-24 Kees Cook Mainlined
[1/2] selftests/seccomp: Stop USER_NOTIF test if kcmp() fails selftests/seccomp: Report event mismatches more clearly - - - --- 2021-11-03 Kees Cook Accepted
[1/3] selftests/exec: Build both static and non-static load_address tests binfmt_elf: Honor PT_LOAD alignment for static PIE - - - --- 2024-05-08 Kees Cook New
[1/3] selftests/harness: Clean up kern-doc for fixtures Check ENOSYS under tracing - 1 - --- 2020-07-05 Kees Cook Mainlined
[1/4] lkdtm: Avoid more compiler optimizations for bad writes lkdtm: Various clean ups - - - --- 2020-05-29 Kees Cook New
[1/4] lkdtm/bugs: Add ARRAY_BOUNDS to selftests LKDTM: Various CI improvements - - - --- 2021-08-18 Kees Cook Accepted
[1/6] selftests: Extract single-test shell logic from lib.mk selftests: Move test output to diagnostic lines - - - --- 2019-04-09 Kees Cook New
[1/7] selftests/clone3: Reorder reporting output selftests/harness: Switch to TAP output 1 - - --- 2020-06-11 Kees Cook New
[1/9] selftests/lkdtm: Avoid needing explicit sub-shell LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[10/15] selftests/seccomp: Avoid redundant register flushes selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[11/15] selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[12/15] selftests/seccomp: powerpc: Fix seccomp return value testing selftests/seccomp: Refactor change_syscall() - 1 - --- 2020-09-12 Kees Cook New
[13/15] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit selftests/seccomp: Refactor change_syscall() - - - --- 2020-09-12 Kees Cook New
[14/15] selftests/clone3: Avoid OS-defined clone_args selftests/seccomp: Refactor change_syscall() - - - --- 2020-09-12 Kees Cook New
[15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-12 Kees Cook New
[2/2] lkdtm: Update tests for memcpy() run-time warnings fortify: Add run-time WARN for cross-field memcpy() - - - --- 2022-09-01 Kees Cook Accepted
[2/2] lkdtm/bugs: Check that a per-task stack canary exists lkdtm/bugs: Check that a per-task stack canary exists - - - --- 2021-10-22 Kees Cook Accepted
[2/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive seccomp: Make NEW_LISTENER and TSYNC flags exclusive 1 - - --- 2019-04-24 Kees Cook Mainlined
[2/2] selftests: splice: Check behavior of full and short splices module: Correctly truncate sysfs sections output - - - --- 2020-08-07 Kees Cook Mainlined
[2/2] selftests/exec: Add file type errno tests Fix S_ISDIR execve() errno - - - --- 2020-08-13 Kees Cook Mainlined
[2/2] selftests/harness: Handle timeouts cleanly selftests/harness: Handle timeouts cleanly - - - --- 2020-03-11 Kees Cook Changes Requested
[2/2] selftests/harness: Pass variant to teardown selftests/harness: Run TEARDOWN for ASSERT failures 1 2 - --- 2022-03-24 Kees Cook Accepted
[2/2] selftests/run_kselftest.sh: Make each test individually selectable selftests: Extract run_kselftest.sh and generate stand-alone test list - - - --- 2020-09-25 Kees Cook New
[2/2] selftests/seccomp: Report event mismatches more clearly selftests/seccomp: Report event mismatches more clearly - - - --- 2021-11-03 Kees Cook Accepted
[2/2] selftests/timers: Add missing fflush(stdout) calls selftests: Remove forced unbuffering for test running - - - --- 2019-05-20 Kees Cook Mainlined
[2/2] usercopy: Convert test_user_copy to KUnit test usercopy: Convert test_user_copy to KUnit test - - - --- 2024-05-19 Kees Cook New
[2/3] binfmt_elf: Calculate total_size earlier binfmt_elf: Honor PT_LOAD alignment for static PIE - - - --- 2024-05-08 Kees Cook New
[2/3] selftests/seccomp: Refactor to use fixture variants Check ENOSYS under tracing 1 - - --- 2020-07-05 Kees Cook Mainlined
[2/4] lkdtm/fortify: Consolidate FORTIFY_SOURCE tests LKDTM: Various CI improvements - - - --- 2021-08-18 Kees Cook Accepted
[2/4] lkdtm/heap: Avoid edge and middle of slabs lkdtm: Various clean ups - - - --- 2020-05-29 Kees Cook New
[2/6] selftests: Use runner.sh for emit targets selftests: Move test output to diagnostic lines - - - --- 2019-04-09 Kees Cook New
[2/7] selftests: Remove unneeded selftest API headers selftests/harness: Switch to TAP output 1 - - --- 2020-06-11 Kees Cook New
[2/9] selftests/lkdtm: Fix expected text for CR4 pinning LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[3/3] binfmt_elf: Honor PT_LOAD alignment for static PIE binfmt_elf: Honor PT_LOAD alignment for static PIE - - - --- 2024-05-08 Kees Cook New
[3/3] selftests/seccomp: Check ENOSYS under tracing Check ENOSYS under tracing - - - --- 2020-07-05 Kees Cook Mainlined
[3/4] lkdtm: Add kernel version to failure hints LKDTM: Various CI improvements - - - --- 2021-08-18 Kees Cook Accepted
[3/4] selftests/lkdtm: Reset WARN_ONCE to avoid false negatives lkdtm: Various clean ups 1 - - --- 2020-05-29 Kees Cook New
[3/6] selftests: Extract logic for multiple test runs selftests: Move test output to diagnostic lines - - - --- 2019-04-09 Kees Cook New
[3/7] selftests/binderfs: Fix harness API usage selftests/harness: Switch to TAP output 1 - - --- 2020-06-11 Kees Cook New
[3/9] selftests/lkdtm: Fix expected text for free poison LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[4/4] lkdtm: Make arch-specific tests always available lkdtm: Various clean ups - - - --- 2020-05-29 Kees Cook New
[4/4] lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOW LKDTM: Various CI improvements - - - --- 2021-08-18 Kees Cook Accepted
[4/6] selftests/runner: Add plan line and fix result line syntax selftests: Move test output to diagnostic lines - - - --- 2019-04-09 Kees Cook New
[4/7] selftests: Add header documentation and helpers selftests/harness: Switch to TAP output - - - --- 2020-06-11 Kees Cook New
[4/9] lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITE LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[5/6] selftests/runner: Distinguish between missing and non-executable selftests: Move test output to diagnostic lines - - - --- 2019-04-09 Kees Cook New
[5/7] selftests/harness: Switch to TAP output selftests/harness: Switch to TAP output - - - --- 2020-06-11 Kees Cook New
[5/9] lkdtm/heap: Add vmalloc linear overflow test LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[6/6] selftests: Move test output to diagnostic lines selftests: Move test output to diagnostic lines - - - --- 2019-04-09 Kees Cook New
[6/7] selftests/harness: Fully track XFAIL reports selftests/harness: Switch to TAP output - - - --- 2020-06-11 Kees Cook New
[6/9] lkdtm: Enable DOUBLE_FAULT on all architectures LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[63/82] mm: Refactor intentional wrap-around test Untitled series #818871 - - - --- 2024-01-23 Kees Cook New
[7/7] selftests/harness: Display signed values correctly selftests/harness: Switch to TAP output - - - --- 2020-06-11 Kees Cook New
[7/9] lkdtm: Add CONFIG hints in errors where possible LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[8/9] selftests/lkdtm: Enable various testable CONFIGs LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[9/9] lkdtm/heap: Add init_on_alloc tests LKDTM: Improvements for kernelci.org - - - --- 2021-06-23 Kees Cook Accepted
[drivers/misc,v2,1/4] lkdtm: Avoid more compiler optimizations for bad writes lkdtm: Various clean ups - - - --- 2020-06-25 Kees Cook Mainlined
[drivers/misc,v2,2/4] lkdtm/heap: Avoid edge and middle of slabs lkdtm: Various clean ups - - - --- 2020-06-25 Kees Cook Mainlined
[drivers/misc,v2,3/4] selftests/lkdtm: Reset WARN_ONCE to avoid false negatives lkdtm: Various clean ups - - - --- 2020-06-25 Kees Cook Mainlined
[drivers/misc,v2,4/4] lkdtm: Make arch-specific tests always available lkdtm: Various clean ups - - - --- 2020-06-25 Kees Cook Mainlined
[for-next/seccomp,v2,1/2] selftests/seccomp: Add SKIPs for failed unshare() selftests/seccomp: SKIP tests requiring root 1 - - --- 2020-07-10 Kees Cook Mainlined
[for-next/seccomp,v2,2/2] selftests/seccomp: Set NNP for TSYNC ESRCH flag test selftests/seccomp: SKIP tests requiring root 1 1 - --- 2020-07-10 Kees Cook Mainlined
[GIT,PULL,drivers/misc] lkdtm updates for next [GIT,PULL,drivers/misc] lkdtm updates for next - - - --- 2022-04-16 Kees Cook Accepted
[GIT,PULL] execve updates for v6.9-rc1 [GIT,PULL] execve updates for v6.9-rc1 - - - --- 2024-03-11 Kees Cook New
[GIT,PULL] seccomp updates for v5.17-rc1 [GIT,PULL] seccomp updates for v5.17-rc1 - - - --- 2022-01-05 Kees Cook New
[GIT,PULL] seccomp updates for v5.19-rc1 [GIT,PULL] seccomp updates for v5.19-rc1 - - - --- 2022-05-23 Kees Cook New
[GIT,PULL] seccomp updates for v5.5-rc1 [GIT,PULL] seccomp updates for v5.5-rc1 - - - --- 2019-11-26 Kees Cook New
[RESEND] selftests: splice: Adjust for handler fallback removal [RESEND] selftests: splice: Adjust for handler fallback removal - - - --- 2021-05-27 Kees Cook Accepted
[RFC] selftests/lib.mk: Move test output to diagnostic lines [RFC] selftests/lib.mk: Move test output to diagnostic lines - - - --- 2019-04-08 Kees Cook New
[RFC] signal: Add KUnit tests [RFC] signal: Add KUnit tests - - - --- 2023-08-14 Kees Cook New
[v2,1/2] selftests/harness: Move test child waiting logic selftests/harness: Handle timeouts cleanly - - - --- 2020-03-13 Kees Cook Mainlined
[v2,1/3] selftests: Extract run_kselftest.sh and generate stand-alone test list Extract run_kselftest.sh and generate stand-alone test list - - 1 --- 2020-09-28 Kees Cook Accepted
[v2,1/4] selftests/seccomp: Record syscall during ptrace entry selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-19 Kees Cook New
[v2,1/8] selftests: Extract single-test shell logic from lib.mk selftests: Move test output to diagnostic lines - - - --- 2019-04-24 Kees Cook Mainlined
[v2,1/8] selftests/clone3: Reorder reporting output selftests/harness: Switch to TAP output 1 - - --- 2020-06-22 Kees Cook Mainlined
[v2,2/2] selftests/harness: Handle timeouts cleanly selftests/harness: Handle timeouts cleanly - - - --- 2020-03-13 Kees Cook Mainlined
[v2,2/3] selftests/run_kselftest.sh: Make each test individually selectable Extract run_kselftest.sh and generate stand-alone test list - - 1 --- 2020-09-28 Kees Cook Accepted
[v2,2/4] selftests/seccomp: Allow syscall nr and ret value to be set separately selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-19 Kees Cook New
[v2,2/8] selftests: Remove unneeded selftest API headers selftests/harness: Switch to TAP output 1 - - --- 2020-06-22 Kees Cook Mainlined
[v2,2/8] selftests: Use runner.sh for emit targets selftests: Move test output to diagnostic lines - - - --- 2019-04-24 Kees Cook Mainlined
[v2,3/3] doc: dev-tools: kselftest.rst: Update examples and paths Extract run_kselftest.sh and generate stand-alone test list - 1 - --- 2020-09-28 Kees Cook Accepted
[v2,3/4] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit selftests/seccomp: Refactor change_syscall() 1 - - --- 2020-09-19 Kees Cook New
« 1 2 3 »