Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-12-01 02:38:06 to 2022-12-06 15:24:10 UTC [more...]

[PATCH v5 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:23 UTC  (2+ messages)
` [PATCH v5 1/6] mm/memfd: add F_SEAL_EXEC

[PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:10 UTC 

[PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:08 UTC 

[PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:05 UTC 

[PATCH v4 0/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:02 UTC  (7+ messages)
` [PATCH v4 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v4 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v4 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v4 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v4 6/6] mm/memfd: security hook for memfd_create

[PATCH net-next] selftests: net: Fix O=dir builds
 2022-12-06 10:28 UTC 

[PATCH v2 0/2] kunit: add macro to allow conditionally exposing static symbols to tests
 2022-12-06 10:12 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] apparmor: test: make static symbols visible during kunit testing

[PATCH bpf-next,v6 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-06  7:13 UTC  (7+ messages)
` [PATCH bpf-next,v6 1/4] xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
` [PATCH bpf-next,v6 2/4] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
` [PATCH bpf-next,v6 3/4] tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
` [PATCH bpf-next,v6 4/4] selftests/bpf: add xfrm_info tests

[PATCH] dma-mapping: benchmark: Fix compile error in user-space tool
 2022-12-06  3:13 UTC  (2+ messages)

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2022-12-05 23:23 UTC  (7+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
` [V2 PATCH 6/6] KVM: selftests: x86: Add selftest for private memory

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-05 23:08 UTC  (2+ messages)
` [PATCH 09/11] selftests/damon/sysfs: test filters directory

[PATCH mm-unstable v1 0/4] selftests/vm: fix some tests on 32bit
 2022-12-05 19:37 UTC  (5+ messages)
` [PATCH mm-unstable v1 1/4] mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmem
` [PATCH mm-unstable v1 2/4] selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitions
` [PATCH mm-unstable v1 3/4] selftests/vm: cow: fix compile warning on 32bit
` [PATCH mm-unstable v1 4/4] selftests/vm: ksm_functional_tests: fixes for 32bit

[PATCH v2 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
 2022-12-05 17:40 UTC  (14+ messages)

[PATCH v1 0/2] kunit: add macro to allow conditionally exposing static symbols to tests
 2022-12-05 17:23 UTC  (6+ messages)
` [PATCH v1 2/2] apparmor: test: make static symbols visible during kunit testing

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-12-05 15:39 UTC  (10+ messages)

[RESEND PATCH V2 0/2] Add speedometer new test cases for amd-pstate-ut
 2022-12-05  9:18 UTC  (4+ messages)
` [RESEND PATCH V2 2/2] Documentation: amd-pstate: Add speedometer test introduction

[PATCH] selftests/powerpc: Fix resource leaks
 2022-12-05  8:44 UTC 

[PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-12-05  4:27 UTC  (8+ messages)
` [PATCH v4 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v4 3/3] mm: slub: test: Use the kunit_get_current_test() function

[PATCH bpf-next v2] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
 2022-12-05  3:10 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-12-05  1:19 UTC  (8+ messages)
` [PATCH bpf-next v3 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension

[PATCH bpf-next,v4 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-03  7:35 UTC  (12+ messages)
` [PATCH bpf-next,v4 1/4] xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
` [PATCH bpf-next,v4 2/4] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
` [PATCH bpf-next,v4 3/4] tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
` [PATCH bpf-next,v4 4/4] selftests/bpf: add xfrm_info tests

[PATCH bpf-next,v5 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-03  7:30 UTC  (5+ messages)
` [PATCH bpf-next,v5 1/4] xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
` [PATCH bpf-next,v5 2/4] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
` [PATCH bpf-next,v5 3/4] tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
` [PATCH bpf-next,v5 4/4] selftests/bpf: add xfrm_info tests

[PATCH] selftests: net: Use "grep -E" instead of "egrep"
 2022-12-03  5:30 UTC  (2+ messages)

[PATCH net] selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
 2022-12-03  5:30 UTC  (3+ messages)

[PATCH v2] selftests/tls: Fix tls selftests dependency to correct algorithm
 2022-12-03  5:30 UTC  (2+ messages)

[PATCH v3] mm/memfd: MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-03  2:29 UTC  (16+ messages)
` [PATCH v3] mm/memfd: add F_SEAL_EXEC
` [PATCH v3] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v3] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v3] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v3] mm/memfd: security hook for memfd_create
` [PATCH v3] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd

[PATCH] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
 2022-12-03  0:53 UTC  (6+ messages)

[PATCH] selftests/bpf: add GCC compatible builtins to bpf_legacy.h
 2022-12-03  0:30 UTC  (3+ messages)

kselftest/next kselftest-lkdtm: 5 runs, 5 regressions (v6.1-rc1-24-gd5ba85d6d8be)
 2022-12-02 21:31 UTC 

kselftest/next kselftest-seccomp: 5 runs, 4 regressions (v6.1-rc1-24-gd5ba85d6d8be)
 2022-12-02 21:31 UTC 

kselftest/next kselftest-livepatch: 3 runs, 2 regressions (v6.1-rc1-24-gd5ba85d6d8be)
 2022-12-02 21:31 UTC 

kselftest/next kselftest-cpufreq: 2 runs, 2 regressions (v6.1-rc1-24-gd5ba85d6d8be)
 2022-12-02 21:31 UTC 

kselftest/next kselftest-lib: 5 runs, 4 regressions (v6.1-rc1-24-gd5ba85d6d8be)
 2022-12-02 21:31 UTC 

kselftest/next build: 8 builds: 0 failed, 8 passed (v6.1-rc1-24-gd5ba85d6d8be)
 2022-12-02 20:32 UTC 

[PATCH][next] KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
 2022-12-02 20:24 UTC  (7+ messages)

[PATCH] selftests/ftrace: Use long for synthetic event probe test
 2022-12-02 18:29 UTC  (3+ messages)

[PATCH V2] selftests/vDSO: Add riscv getcpu & gettimeofday test
 2022-12-02 18:03 UTC  (2+ messages)

fw_fallback.sh test failed in Debian 11
 2022-12-02 16:29 UTC  (10+ messages)

[PATCH v1 0/6] kselftest/alsa: pcm-test improvements
 2022-12-02 13:22 UTC  (9+ messages)

[PATCH v2 0/3] kselftest/arm64: fp-stress performance improvements
 2022-12-02 11:17 UTC  (2+ messages)

[PATCH net-next 00/11] mptcp: PM listener events + selftests cleanup
 2022-12-02 10:33 UTC  (4+ messages)

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-02  9:00 UTC  (10+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions

[PATCH v3 0/7] kselftest/alsa: pcm-test improvements
 2022-12-02  8:58 UTC  (9+ messages)
` [PATCH v3 1/7] kselftest/alsa: pcm - Drop recent coverage improvement changes
` [PATCH v3 2/7] kselftest/alsa: pcm - move more configuration to configuration files
` [PATCH v3 3/7] kselftest/alsa: pcm - Always run the default set of tests
` [PATCH v3 4/7] kselftest/alsa: pcm - skip tests when we fail to set params
` [PATCH v3 5/7] kselftest/alsa: pcm - Support optional description for tests
` [PATCH v3 6/7] kselftest/alsa: pcm - Provide descriptions for the default tests
` [PATCH v3 7/7] kselftest/alsa: pcm - Add more coverage by default

[PATCH bpf-next,v3 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-02  8:09 UTC  (8+ messages)
` [PATCH bpf-next,v3 1/4] xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
` [PATCH bpf-next,v3 2/4] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
` [PATCH bpf-next,v3 3/4] tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
` [PATCH bpf-next,v3 4/4] selftests/bpf: add xfrm_info tests

[PATCH -next] selftests/ptrace: Fix Test terminated by timeout in ptrace_attach
 2022-12-02  0:48 UTC  (3+ messages)

[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-12-02  0:26 UTC  (5+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "

[PATCH] kselftests/alsa: pcm - move more configuration to configuration files
 2022-12-01 22:55 UTC  (4+ messages)

[PATCH] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections
 2022-12-01 20:48 UTC  (2+ messages)

[PATCH ipsec-next,v2 0/3] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-01 20:48 UTC  (15+ messages)
` [PATCH ipsec-next,v2 2/3] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
` [PATCH ipsec-next,v2 3/3] selftests/bpf: add xfrm_info tests

[PATCH v2 0/6] kselftest/alsa: pcm-test improvements
 2022-12-01 19:06 UTC  (8+ messages)
` [PATCH v2 1/6] kselftest/alsa: Refactor pcm-test to list the tests to run in a struct
` [PATCH v2 2/6] kselftest/alsa: Report failures to set the requested sample rate as skips
` [PATCH v2 3/6] kselftest/alsa: Report failures to set the requested channels "
` [PATCH v2 4/6] kselftest/alsa: Don't any configuration in the sample config
` [PATCH v2 5/6] kselftest/alsa: Provide more meaningful names for tests
` [PATCH v2 6/6] kselftest/alsa: Add more coverage of sample rates and channel counts

[PATCH v4 0/5] Some improvements of resctrl selftest
 2022-12-01 18:12 UTC  (9+ messages)
` [PATCH v4 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[PATCH] selftests/damon: test removed scheme sysfs dir access bug
 2022-12-01 17:08 UTC 

[PATCH v2 01/17] drm/tests: helpers: Move the helper header to include/drm
 2022-12-01 13:03 UTC  (5+ messages)
  ` [PATCH v2 15/17] drm/vc4: tests: Introduce a mocking infrastructure

[PATCH ipsec-next 0/3] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-01  7:12 UTC  (7+ messages)
` [PATCH ipsec-next 2/3] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF

[PATCH] selftests: powerpc: Use "grep -E" instead of "egrep"
 2022-12-01  2:49 UTC 


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