Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-07-11 07:35:07 to 2024-07-15 19:25:06 UTC [more...]

[PATCH v7 0/8] clk: Add kunit tests for fixed rate and parent data
 2024-07-15 19:25 UTC  (9+ messages)
` [PATCH v7 1/8] of/platform: Allow overlays to create platform devices from the root node
` [PATCH v7 2/8] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v7 3/8] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v7 4/8] of: Add a KUnit test for overlays and test managed APIs

[PATCH-cgroup v2 0/5] cgroup/cpuset: Fix miscellaneous issues
 2024-07-15 19:17 UTC  (4+ messages)
` [PATCH-cgroup v2 4/5] cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus

next-20240715: WARNING: at kernel/cpu.c:527 lockdep_assert_cpus_held (kernel/cpu.c:527 (discriminator 7) kernel/cpu.c:516 (discriminator 7))
 2024-07-15 18:23 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fexit_sleep: fix stack allocation for arm64
 2024-07-15 17:33 UTC 

[PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
 2024-07-15 17:32 UTC  (21+ messages)

[PATCH] kselftest/alsa: Use card name rather than number in test names
 2024-07-15 17:31 UTC  (14+ messages)

[PATCH net-next] selftests: mptcp: lib: fix shellcheck errors
 2024-07-15 16:44 UTC  (6+ messages)

Converting kselftest test modules to kunit
 2024-07-15 16:40 UTC  (2+ messages)

[PATCH] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-07-15 16:15 UTC  (7+ messages)

[PATCH v2 0/2] selftests/bpf: convert test_xdp_veth to test_progs framework
 2024-07-15 12:27 UTC  (4+ messages)
` [PATCH v2 1/2] selftests/bpf: update xdp_redirect_map prog sections for libbpf
` [PATCH v2 2/2] selftests/bpf: integrate test_xdp_veth into test_progs

[PATCH] selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off
 2024-07-15 12:11 UTC  (3+ messages)

[PATCH] kselftest: missing arg in ptrace.c
 2024-07-15 12:02 UTC  (3+ messages)

[PATCH v4 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-07-15 11:49 UTC  (4+ messages)
` [PATCH v4 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH net-next] selftests: net: py: support verbose printing, display executed commands
 2024-07-15 10:45 UTC  (2+ messages)

[PATCH 0/3] selftests/bpf: convert test_xdp_veth to test_progs framework
 2024-07-15  7:42 UTC  (6+ messages)
` [PATCH 1/3] selftests/bpf: update xdp_redirect_map prog sections for libbpf
` [PATCH 2/3] selftests/bpf: integrate test_xdp_veth into test_progs
` [PATCH 3/3] bpf/selftests: drop old version of test_xdp_veth.sh

[PATCH bpf-next v4 00/20] Add return value range check for BPF LSM
 2024-07-13  8:11 UTC  (23+ messages)
` [PATCH bpf-next v4 01/20] lsm: Refactor return value of LSM hook vm_enough_memory
` [PATCH bpf-next v4 02/20] lsm: Refactor return value of LSM hook inode_need_killpriv
` [PATCH bpf-next v4 03/20] lsm: Refactor return value of LSM hook inode_getsecurity
` [PATCH bpf-next v4 04/20] lsm: Refactor return value of LSM hook inode_listsecurity
` [PATCH bpf-next v4 05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr
` [PATCH bpf-next v4 06/20] lsm: Refactor return value of LSM hook getselfattr
` [PATCH bpf-next v4 07/20] lsm: Refactor return value of LSM hook setprocattr
` [PATCH bpf-next v4 08/20] lsm: Refactor return value of LSM hook getprocattr
` [PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
` [PATCH bpf-next v4 10/20] lsm: Refactor return value of LSM hook audit_rule_match
` [PATCH bpf-next v4 11/20] bpf, lsm: Add disabled BPF LSM hook list
` [PATCH bpf-next v4 12/20] bpf, lsm: Enable BPF LSM prog to read/write return value parameters

[PATCH] selftests/bpf:fix a resource leak in main()
 2024-07-13  0:59 UTC  (4+ messages)

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-07-12 23:29 UTC  (2+ messages)

[PATCH v2 0/3] kselftest: Add test to report device log errors
 2024-07-12 20:51 UTC  (9+ messages)

[PATCH net-next v1 0/3] selftests: rds selftest
 2024-07-12 20:16 UTC  (4+ messages)
` [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-07-12 19:30 UTC  (9+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[PATCH bpf-next v2 0/5] use network helpers, part 9
 2024-07-12 17:36 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: Drop type of connect_to_fd_opts
` [PATCH bpf-next v2 2/5] selftests/bpf: Drop must_fail from network_helper_opts
` [PATCH bpf-next v2 3/5] selftests/bpf: Add connect_to_addr_str helper
` [PATCH bpf-next v2 4/5] selftests/bpf: Use connect_to_addr_str in sk_lookup
` [PATCH bpf-next v2 5/5] selftests/bpf: Drop make_socket "

[PATCH bpf-next v2 0/3] handle errno ENOTSUPP
 2024-07-12 14:24 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: verifier: Fix return value of fixup_call_args
` [PATCH bpf-next v2 2/3] libbpf: handle ENOTSUPP in libbpf_strerror_r
` [PATCH bpf-next v2 3/3] selftests/bpf: Drop duplicate ENOTSUPP definitions

Testing Quality Call notes - 2024-07-11
 2024-07-12  9:11 UTC 

[PATCH v4 0/2] selftests/resctrl: SNC kernel support discovery
 2024-07-12  9:04 UTC  (3+ messages)
` [PATCH v4 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled
` [PATCH v4 2/2] selftests/resctrl: Adjust SNC support messages

[PATCH v3 0/4] selftest: x86: remove manual counting and increase maintainability
 2024-07-12  8:53 UTC  (5+ messages)
` [PATCH v3 1/4] selftests: x86: check_initial_reg_state: "
` [PATCH v3 2/4] selftests: x86: corrupt_xstate_header: "
` [PATCH v3 3/4] selftests: x86: fsgsbase_restore: "
` [PATCH v3 4/4] selftests: x86: entry_from_vm86: "

[PATCH v2 0/4] selftest: x86: conform tests to TAP format output
 2024-07-12  8:46 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: x86: check_initial_reg_state: remove manual counting and increase maintainability
` [PATCH v2 2/4] selftests: x86: corrupt_xstate_header: "
` [PATCH v2 3/4] selftests: x86: fsgsbase_restore: "
` [PATCH v2 4/4] selftests: x86: entry_from_vm86: "

[PATCH v7 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test
 2024-07-12  8:38 UTC 

[PATCH 1/2] selftests: x86: vdso_restorer: remove manual counting of pass/fail tests
 2024-07-12  7:30 UTC  (2+ messages)
` [PATCH 2/2] selftests: x86: vdso_restorer: Return correct exit statuses

[PATCH v2] selftests: x86: conform test to TAP format output
 2024-07-12  7:28 UTC  (8+ messages)

[PATCH v2 0/3] kunit: Improve the readability and functionality of macro
 2024-07-12  6:31 UTC  (7+ messages)
` [PATCH v2 1/3] kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertion
` [PATCH v2 2/3] kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readability
` [PATCH v2 3/3] kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macros

[RESEND bpf-next v2] selftests/bpf:fix a resource leak
 2024-07-12  1:59 UTC 

[PATCH v23 4/4] selftests/vDSO: add tests for vgetrandom
 2024-07-12  1:40 UTC 

[PATCH v2] selftests:Fix printf format string in kselftest_harness.h
 2024-07-12  1:39 UTC 

[PATCH net-next v2] selftests: openvswitch: retry instead of sleep
 2024-07-12  1:20 UTC  (5+ messages)
` [ovs-dev] "

[PATCH bpf-next 0/5] use network helpers, part 9
 2024-07-12  0:57 UTC  (3+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: Drop must_fail from network_helper_opts

kselftest/next build: 1 build: 0 failed, 1 passed (v6.10-rc7-33-gbb408dae9e73)
 2024-07-11 22:00 UTC 

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-11 21:41 UTC  (11+ messages)
` [PATCH net-next v16 05/13] page_pool: devmem support
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP

kselftest/next kselftest-seccomp: 6 runs, 2 regressions (v6.10-rc7-29-gdf09b0bb09ea)
 2024-07-11 20:15 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 1 regressions (v6.10-rc7-29-gdf09b0bb09ea)
 2024-07-11 20:15 UTC 

[RFC 0/5] SEV Kernel Selftests
 2024-07-11 20:02 UTC  (20+ messages)
` [RFC 1/5] selftests: KVM: Add a basic SNP smoke test
` [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts
` [RFC 3/5] selftests: KVM: SEV IOCTL test
` [RFC 4/5] selftests: KVM: SNP "
` [RFC 5/5] selftests: KVM: SEV-SNP test for KVM_SEV_INIT2

[PATCH 2/3] kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_ASSERT for readability
 2024-07-11 19:48 UTC  (2+ messages)

[PATCH v2 0/4] add tests to verify IFS (In Field Scan) driver functionality
 2024-07-11 19:30 UTC  (3+ messages)

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.10-rc7-29-gdf09b0bb09ea)
 2024-07-11 19:17 UTC 

[PATCH 1/2] selftests: arm64: tags_test: conform test to TAP output
 2024-07-11 18:48 UTC  (2+ messages)

[PATCH] kunit: executor: Simplify string allocation handling
 2024-07-11 16:54 UTC  (3+ messages)

[PATCH v2] kunit: executor: Simplify string allocation handling
 2024-07-11 16:54 UTC 

[PATCH] KVM: selftests: Add SEV-ES shutdown test
 2024-07-11 16:37 UTC  (3+ messages)

[PATCH 0/4] selftest: x86: conform tests to TAP format output
 2024-07-11 16:14 UTC  (8+ messages)

[PATCH] kselftest: cpufreq: Add RTC wakeup alarm
 2024-07-11 15:18 UTC  (3+ messages)

[PATCH v1 0/9] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-07-11 12:48 UTC  (7+ messages)
` [PATCH v1 5/9] selftests: kvm: s390: Add debug print functions
` [PATCH v1 8/9] selftests: kvm: s390: Add uc_skey VM test case

[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
 2024-07-11 11:38 UTC  (8+ messages)
` [PATCH bpf-next v4 14/20] bpf: Prevent tail call between progs attached to different hooks
` [PATCH bpf-next v4 15/20] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
` [PATCH bpf-next v4 17/20] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v4 18/20] selftests/bpf: Add return value checks for failed tests
` [PATCH bpf-next v4 19/20] selftests/bpf: Add test for lsm tail call
` [PATCH bpf-next v4 20/20] selftests/bpf: Add verifier tests for bpf lsm

[syzbot] [mm?] INFO: rcu detected stall in sys_wait4 (4)
 2024-07-11 11:11 UTC 

[PATCH] bpf, selftests: fix a resource leak in main()
 2024-07-11  7:52 UTC  (2+ messages)

[PATCH] bpf, selftests: fix a resource leak in main()
 2024-07-11  7:51 UTC 

[PATCH] selftests/bpf:fix a resource leak in main()
 2024-07-11  7:34 UTC 


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