Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-05-24 09:46:28 to 2024-05-29 19:49:24 UTC [more...]

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-29 19:49 UTC  (9+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-05-29 18:05 UTC  (8+ messages)
` [PATCH v4 1/7] mm/Kconfig: Add LRU_GEN_WALKS_SECONDARY_MMU
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 3/7] KVM: Add lockless memslot walk to KVM
` [PATCH v4 4/7] KVM: Move MMU lock acquisition for test/clear_young to architecture
` [PATCH v4 5/7] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v4 6/7] KVM: arm64: "
` [PATCH v4 7/7] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH v4 00/16] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-05-29 17:52 UTC  (38+ messages)
` [PATCH v4 01/16] selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of loops
` [PATCH v4 02/16] selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only
` [PATCH v4 03/16] selftests/resctrl: Make "bandwidth" consistent in comments & prints
` [PATCH v4 04/16] selftests/resctrl: Consolidate get_domain_id() into resctrl_val()
` [PATCH v4 05/16] selftests/resctrl: Use correct type for pids
` [PATCH v4 06/16] selftests/resctrl: Cleanup bm_pid and ppid usage & limit scope
` [PATCH v4 07/16] selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & document
` [PATCH v4 08/16] selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM tests
` [PATCH v4 09/16] selftests/resctrl: Add ->measure() callback to resctrl_val_param
` [PATCH v4 10/16] selftests/resctrl: Add ->init() callback into resctrl_val_param
` [PATCH v4 11/16] selftests/resctrl: Simplify bandwidth report type handling
` [PATCH v4 12/16] selftests/resctrl: Make some strings passed to resctrlfs functions const
` [PATCH v4 13/16] selftests/resctrl: Convert ctrlgrp & mongrp to pointers
` [PATCH v4 14/16] selftests/resctrl: Remove mongrp from MBA test
` [PATCH v4 15/16] selftests/resctrl: Remove mongrp from CMT test
` [PATCH v4 16/16] selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()

[PATCH] selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addresses
 2024-05-29 14:22 UTC  (2+ messages)
` [PATCH] selftests: hsr: Extend the hsr_redbox.sh "

[PATCH v2] selftests: livepatch: Test atomic replace against multiple modules
 2024-05-29 14:05 UTC  (3+ messages)

[PATCH v5] kunit: Cover 'assert.c' with tests
 2024-05-29 13:27 UTC  (3+ messages)

[PATCH net v2] selftests: hsr: Fix "File exists" errors for hsr_ping
 2024-05-29 13:20 UTC  (4+ messages)

[PATCH 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-05-29 12:17 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v2] selftests: timers: clocksource-switch: Adapt progress to kselftest framework
 2024-05-29 12:13 UTC 

[PATCH net-next 4/4] selftests: forwarding: router_mpath_hash: Add a new selftest
 2024-05-29 11:18 UTC 

[PATCH] selftests/openat2: Fix build warnings on ppc64
 2024-05-29  8:23 UTC  (3+ messages)

[PATCH v2] selftests/vDSO: fix clang build errors and warnings
 2024-05-29  8:05 UTC  (2+ messages)

[PATCH HID 00/13] HID: convert HID-BPF into using bpf_struct_ops
 2024-05-29  7:38 UTC  (16+ messages)
` [PATCH HID 01/13] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID 02/13] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID 03/13] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID 04/13] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID 05/13] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID 06/13] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID 07/13] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID 08/13] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID 09/13] selftests/hid: add subprog call test
` [PATCH HID 10/13] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID 11/13] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID 12/13] HID: bpf: Artist24: remove unused variable
` [PATCH HID 13/13] HID: bpf: error on warnings when compiling bpf objects

[PATCH 0/4] kselftests: vdso: conform tests to TAP output
 2024-05-29  7:24 UTC  (5+ messages)
` [PATCH 1/4] kselftests: vdso: vdso_test_clock_getres: conform test "
` [PATCH 2/4] kselftests: vdso: vdso_test_correctness: "
` [PATCH 3/4] kselftests: vdso: vdso_test_getcpu: "
` [PATCH 4/4] kselftests: vdso: vdso_test_gettimeofday: "

[PATCH bpf-next v5 0/7] use network helpers, part 5
 2024-05-29  5:21 UTC  (10+ messages)
` [PATCH bpf-next v5 1/7] selftests/bpf: Drop struct post_socket_opts
` [PATCH bpf-next v5 2/7] selftests/bpf: Add start_server_str helper
` [PATCH bpf-next v5 3/7] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v5 4/7] selftests/bpf: Use post_socket_cb in start_server_str
` [PATCH bpf-next v5 5/7] selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca
` [PATCH bpf-next v5 6/7] selftests/bpf: Use connect_to_fd_opts "
` [PATCH bpf-next v5 7/7] selftests/bpf: Add post_connect_cb callback

[PATCH net 1/2] net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()
 2024-05-29  2:56 UTC  (4+ messages)
` [PATCH net 2/2] net/sched: taprio: extend minimum interval restriction to entire cycle too

[PATCH v2 0/3] selftests/futex: clang-inspired fixes
 2024-05-29  2:29 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/futex: don't redefine .PHONY targets (all, clean)
` [PATCH v2 2/3] selftests/futex: don't pass a const char* to asprintf(3)
` [PATCH v2 3/3] selftests/futex: pass _GNU_SOURCE without a value to the compiler

[PATCH 0/2] selftests/lib.mk: LLVM=1, CC=clang, and warnings
 2024-05-29  2:08 UTC  (3+ messages)
` [PATCH 1/2] selftests/lib.mk: handle both LLVM=1 and CC=clang builds
` [PATCH 2/2] selftests/lib.mk: silence some clang warnings that gcc already ignores

[PATCH bpf-next] selftests/bpf: Enable INET_XFRM_TUNNEL in config
 2024-05-29  0:01 UTC  (3+ messages)

[PATCH 0/3] selftests/futex: clang-inspired fixes
 2024-05-28 22:43 UTC  (5+ messages)
` [PATCH 3/3] selftests/futex: pass _GNU_SOURCE without a value to the compiler

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.10-rc1)
 2024-05-28 22:04 UTC 

kselftest/next kselftest-seccomp: 4 runs, 4 regressions (v6.10-rc1)
 2024-05-28 22:04 UTC 

kselftest/next kselftest-cpufreq: 7 runs, 1 regressions (v6.10-rc1)
 2024-05-28 22:04 UTC 

kselftest/fixes kselftest-lkdtm: 5 runs, 1 regressions (v6.10-rc1)
 2024-05-28 21:14 UTC 

kselftest/fixes kselftest-livepatch: 2 runs, 1 regressions (v6.10-rc1)
 2024-05-28 21:14 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.10-rc1)
 2024-05-28 21:06 UTC 

[PATCH v2] selftests/net: suppress clang's "variable-sized type not at the end" warning
 2024-05-28 20:56 UTC  (3+ messages)

[PATCH v2] selftests/user_events: silence a clang warning: address of packed member
 2024-05-28 20:54 UTC  (4+ messages)

kselftest/fixes build: 6 builds: 0 failed, 6 passed, 1 warning (v6.10-rc1)
 2024-05-28 20:15 UTC 

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-05-28 17:56 UTC  (11+ messages)

[PATCH net-next 0/2] net: visibility of memory limits in netns
 2024-05-28 15:02 UTC  (4+ messages)
` [PATCH net-next 1/2] net: make net.core.{r,w}mem_{default,max} namespaced
` [PATCH net-next 2/2] selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netns

[PATCH v3 0/5] Add support for the Idle HLT intercept feature
 2024-05-28 10:22 UTC  (9+ messages)
` [PATCH v3 1/5] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v3 2/5] KVM: SVM: Add Idle HLT intercept support
` [PATCH v3 3/5] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v3 4/5] KVM: selftests: Add an interface to read the data of named vcpu stat
` [PATCH v3 5/5] KVM: selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH] KVM: selftest: Add family and model check for zen4 in PMU filter test
 2024-05-28  5:31 UTC  (3+ messages)

[PATCH] selftests: tpm2: conform test to TAP output
 2024-05-28  5:05 UTC  (2+ messages)

[PATCH v2] selftests: x86: conform test to TAP format output
 2024-05-28  5:05 UTC  (2+ messages)

[PATCH 0/4] selftest: x86: conform tests to TAP format output
 2024-05-28  5:04 UTC  (3+ messages)

[PATCH 0/8] selftests: x86: build suite with clang
 2024-05-28  5:04 UTC  (2+ messages)

[PATCH bpf-next 0/8] fixes for test_sockmap
 2024-05-28  4:12 UTC  (15+ messages)
` [PATCH bpf-next 1/8] selftests/bpf: Fix tx_prog_fd values in test_sockmap
` [PATCH bpf-next 2/8] selftests/bpf: Drop duplicate definition of i "
` [PATCH bpf-next 3/8] selftests/bpf: Use bpf_link attachments "
` [PATCH bpf-next 6/8] selftests/bpf: Fix size of map_fd "
` [PATCH bpf-next 7/8] selftests/bpf: Check length of recv "
` [PATCH bpf-next 8/8] selftests/bpf: Drop duplicate bpf_map_lookup_elem "

[PATCH net 0/4] selftests: mptcp: mark unstable subtests as flaky
 2024-05-28  0:20 UTC  (6+ messages)
` [PATCH net 1/4] selftests: mptcp: lib: support flaky subtests
` [PATCH net 2/4] selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky
` [PATCH net 3/4] selftests: mptcp: join: mark 'fastclose' "
` [PATCH net 4/4] selftests: mptcp: join: mark 'fail' "

[PATCH v2 0/6] selftests/x86: fix build errors and warnings found via clang
 2024-05-27 21:00 UTC  (7+ messages)
` [PATCH v2 1/6] selftests/x86: build test_FISTTP.c with clang
` [PATCH v2 2/6] selftests/x86: build fsgsbase_restore.c "
` [PATCH v2 3/6] selftests/x86: build sysret_rip.c "
` [PATCH v2 4/6] selftests/x86: avoid -no-pie warnings from clang during compilation
` [PATCH v2 5/6] selftests/x86: remove (or use) unused variables and functions
` [PATCH v2 6/6] selftests/x86: fix printk warnings reported by clang

[PATCH v2] selftests/timers: remove unused irqcount variable
 2024-05-27 20:36 UTC 

[PATCH v2] selftest/timerns: fix clang build failures for abs() calls
 2024-05-27 20:31 UTC 

[PATCH v2] selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
 2024-05-27 20:08 UTC 

[PATCH v7 00/10] Fix Kselftest's vfork() side effects
 2024-05-27 19:07 UTC  (3+ messages)
` [PATCH v7 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions

[RFC PATCH v4 5/5] KVM: riscv: selftests: Add Svadu Extension to get-reg-list testt
 2024-05-27 16:29 UTC  (2+ messages)

[PATCH 0/3] tools/nolibc: implement strerror()
 2024-05-27 16:11 UTC  (3+ messages)
` [PATCH 3/3] selftests: kselftest: also use strerror() on nolibc

[PATCH AUTOSEL 5.4 1/6] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:19 UTC 

[PATCH AUTOSEL 5.10 01/13] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 02/13] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 5.10 08/13] kselftest: arm64: Add a null pointer check

[PATCH AUTOSEL 5.15 01/13] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 02/13] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 5.15 08/13] kselftest: arm64: Add a null pointer check

[PATCH AUTOSEL 6.1 01/17] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:16 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 02/17] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.1 10/17] kselftest: arm64: Add a null pointer check

[PATCH AUTOSEL 6.6 02/21] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 03/21] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.6 13/21] kselftest: arm64: Add a null pointer check

[PATCH AUTOSEL 6.8 02/30] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:13 UTC  (5+ messages)
` [PATCH AUTOSEL 6.8 03/30] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.8 18/30] kselftest: arm64: Add a null pointer check
` [PATCH AUTOSEL 6.8 28/30] bpf: avoid uninitialized warnings in verifier_global_subprogs.c
` [PATCH AUTOSEL 6.8 29/30] selftests: net: fix timestamp not arriving in cmsg_time.sh

[PATCH AUTOSEL 6.9 02/35] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:11 UTC  (5+ messages)
` [PATCH AUTOSEL 6.9 03/35] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.9 21/35] kselftest: arm64: Add a null pointer check
` [PATCH AUTOSEL 6.9 32/35] bpf: avoid uninitialized warnings in verifier_global_subprogs.c
` [PATCH AUTOSEL 6.9 33/35] selftests: net: fix timestamp not arriving in cmsg_time.sh

[PATCH] selftests/mm: hugetlb_madv_vs_map: Avoid test skipping by querying hugepage size at runtime
 2024-05-27 13:39 UTC  (2+ messages)

[RESEDN PATCH v2] selftests: introduce additional eventfd test coverage
 2024-05-27  0:02 UTC 

[PATCH v5 0/5] pids controller events rework
 2024-05-26 18:47 UTC  (2+ messages)

[PATCH] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-05-25 15:40 UTC  (13+ messages)

[PATCH] selftests/mm: Fix build warnings on ppc64
 2024-05-25  4:32 UTC  (2+ messages)

[PATCH 0/2] selftests/ftrace: Fix config related issues
 2024-05-25  4:28 UTC  (5+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to check required event file
` [PATCH 2/2] selftests/ftrace: Update required config

[PATCH bpf-next v4 0/6] use network helpers, part 5
 2024-05-24 23:18 UTC  (6+ messages)
` [PATCH bpf-next v4 3/6] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v4 4/6] selftests/bpf: Use start_server_str in bpf_tcp_ca

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-24 19:11 UTC  (4+ messages)
` [PATCH v3 22/29] riscv sigcontext: adding cfi state field in sigcontext

[PATCH v10 0/5] Introduce mseal
 2024-05-24 15:19 UTC  (6+ messages)

[PATCH v2 0/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable
 2024-05-24 14:15 UTC  (3+ messages)
` [PATCH v2 1/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable by default

selftests: clone3: clone3_cap_checkpoint_restore fails - Could not set CAP_CHECKPOINT_RESTORE
 2024-05-24 10:59 UTC  (2+ messages)

[linus:master] [kunit] 3a35c13007: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail
 2024-05-24 10:14 UTC 


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