Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-10 22:57:03 to 2024-06-13 01:36:17 UTC [more...]

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-13  1:35 UTC  (9+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 08/13] net: support non paged skb frags

[PATCH net-next v11 00/13] Device Memory TCP
 2024-06-13  0:10 UTC  (3+ messages)
` [PATCH net-next v11 05/13] page_pool: convert to use netmem

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-06-12 23:55 UTC  (26+ messages)
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
` [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs()

[PATCH net-next v7 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-06-12 23:40 UTC  (4+ messages)
` [PATCH net-next v7 1/2] tls: receive msg again for sk_redirect
` [PATCH net-next v7 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap

[PATCH] selftests/ftrace: Add required dependency for kprobe tests
 2024-06-12 22:12 UTC 

[PATCH v3 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-06-12 19:59 UTC  (3+ messages)
` [PATCH v3 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH v3 2/2] usercopy: Convert test_user_copy to KUnit test

[PATCH v2 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-06-12 19:47 UTC  (9+ messages)
` [PATCH v2 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH v2 2/2] usercopy: Convert test_user_copy to KUnit test

[PATCH 1/2] selftests: kvm: remove print_skip()
 2024-06-12 19:01 UTC  (5+ messages)
` [PATCH 2/2] selftests: kvm: replace exit() with ksft_exit_fail_msg()

[PATCH] selftests: seccomp: fix format-zero-length warnings
 2024-06-12 18:44 UTC  (7+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-12 18:10 UTC  (10+ messages)
` [PATCH bpf-next v5 02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype
` [PATCH bpf-next v5 03/12] bpf: selftests: Fix fentry test kfunc prototypes
` [PATCH bpf-next v5 04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
` [PATCH bpf-next v5 05/12] bpf: selftests: Fix bpf_map_sum_elem_count() "
` [PATCH bpf-next v5 07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
` [PATCH bpf-next v5 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
` [PATCH bpf-next v5 10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes
` [PATCH bpf-next v5 11/12] bpf: selftests: xfrm: "

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-12 17:29 UTC  (15+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH 1/2] list: introduce a new cutting helper
 2024-06-12 17:24 UTC  (5+ messages)
` [PATCH 2/2] nvme: fix namespace removal list

[PATCH] selftests: arm64: Fix redundancy of a testcase
 2024-06-12 16:08 UTC  (2+ messages)

[PATCH] kselftest/arm64: Include kernel mode NEON in fp-stress
 2024-06-12 16:08 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-12 15:47 UTC  (26+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

[PATCH bpf-next v2 0/4] use network helpers, part 7
 2024-06-12 14:41 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v2 2/4] selftests/bpf: Drop noconnect "
` [PATCH bpf-next v2 3/4] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next v2 4/4] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user

[PATCH v2 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-06-12 13:16 UTC  (8+ messages)
` [PATCH v2 1/2] selftests: Rename sigaltstack to generic signal
` [PATCH v2 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-12 12:41 UTC  (9+ messages)
` [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
` [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype

[PATCH] selftests: mm: Make map_fixed_noreplace test names stable
 2024-06-12 10:43 UTC  (3+ messages)

[RFC PATCH v1 0/2] KVM: arm64: Making BT Field in ID_AA64PFR1_EL1 writable
 2024-06-12 10:07 UTC  (5+ messages)
` [RFC PATCH v1 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1

[RFC PATCH v2 0/2] Add a test to verify device probing on ACPI platforms
 2024-06-12 10:07 UTC  (2+ messages)

[PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-12  8:24 UTC  (17+ messages)
` [PATCH 1/5] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH 4/5] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
` [PATCH 5/5] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS

[PATCH v2 0/4] kselftests: vdso: conform tests to TAP output
 2024-06-12  8:22 UTC  (6+ messages)
` [PATCH v2 1/4] kselftests: vdso: vdso_test_clock_getres: conform test "

[PATCH] selftests/resctrl: Fix noncont_cat_run_test for AMD
 2024-06-12  7:33 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] selftests/resctrl: Fix non-contiguous CBM "

[PATCH v2] selftests: Add information about TAP conformance in tests
 2024-06-12  7:27 UTC 

[PATCH] selftests: Add information about TAP conformance in tests
 2024-06-12  7:27 UTC  (3+ messages)

[PATCH bpf-next 0/5] use network helpers, part 7
 2024-06-12  3:39 UTC  (10+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next 2/5] selftests/bpf: Drop noconnect "
` [PATCH bpf-next 3/5] selftests/bpf: Drop must_fail "
` [PATCH bpf-next 4/5] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next 5/5] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user

kselftest/next kselftest-seccomp: 5 runs, 5 regressions (v6.10-rc1-2-g64f5bc57b24e)
 2024-06-12  3:09 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 2 regressions (v6.10-rc1-2-g64f5bc57b24e)
 2024-06-12  3:09 UTC 

kselftest/next kselftest-livepatch: 2 runs, 1 regressions (v6.10-rc1-2-g64f5bc57b24e)
 2024-06-12  3:09 UTC 

kselftest/next kselftest-cpufreq: 4 runs, 1 regressions (v6.10-rc1-2-g64f5bc57b24e)
 2024-06-12  3:09 UTC 

kselftest/fixes build: 5 builds: 0 failed, 5 passed, 1 warning (linux_kselftest-fixes-6.10-rc3-4-ged3994ac847e)
 2024-06-12  3:00 UTC 

[PATCH net-next 0/6] selftests: mptcp: use net/lib.sh to manage netns
 2024-06-12  3:00 UTC  (2+ messages)

[PATCH V3] rcutorture: Add CFcommon.arch for the various arch's need
 2024-06-12  2:57 UTC  (2+ messages)

[PATCH net-next v6 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-06-12  2:17 UTC  (4+ messages)
` [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect
` [PATCH net-next v6 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap

kselftest/next build: 5 builds: 0 failed, 5 passed, 1 warning (v6.10-rc1-2-g64f5bc57b24e)
 2024-06-12  2:11 UTC 

[PATCH v2] KVM: selftest: Add a common check to identify AMD cpu in perf event filter test
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH v2 0/3] Userspace controls soft-offline pages
 2024-06-12  0:25 UTC  (5+ messages)
` [PATCH v2 1/3] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v2 2/3] selftest/mm: test enable_soft_offline behaviors
` [PATCH v2 3/3] docs: mm: add enable_soft_offline sysctl

[PATCH v3 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-11 23:14 UTC  (2+ messages)
` [PATCH v3 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH v2 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-11 23:03 UTC  (4+ messages)
` [PATCH v2 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH v2 0/2] selftests/openat2, fchmodat2: fix clang build failures
 2024-06-11 21:01 UTC  (2+ messages)

[PATCH] selftests/sched: fix code format issues
 2024-06-11 20:48 UTC  (2+ messages)

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-06-11 20:06 UTC  (9+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range

[PATCH v2 00/13] riscv: Add support for xtheadvector
 2024-06-11 19:47 UTC  (9+ messages)
` [PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v2 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v2 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v2 12/13] selftests: riscv: Fix vector tests
` [PATCH v2 13/13] selftests: riscv: Support xtheadvector in "

[PATCH v2] selftests/vDSO: fix clang build errors and warnings
 2024-06-11 18:30 UTC  (2+ messages)

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-11 18:12 UTC  (7+ messages)

[PATCH 00/13] riscv: Add support for xtheadvector
 2024-06-11 17:51 UTC  (4+ messages)
` [PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-11 16:57 UTC  (4+ messages)
` [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access

[PATCH] selftests: filesystems: add return value checks
 2024-06-11 15:31 UTC  (2+ messages)

[PATCH] selftests: filesystems: fix warn_unused_result build warnings
 2024-06-11 15:23 UTC  (5+ messages)

[PATCH] selftests: proc: remove unreached code and fix build warning
 2024-06-11 15:04 UTC  (5+ messages)

[PATCH net-next 1/2] selftests: openvswitch: fix action formatting
 2024-06-11 15:03 UTC  (7+ messages)
` [PATCH net-next 2/2] selftests: openvswitch: set value to nla flags

[PATCH 0/5] Reorganize string-stream and assert tests
 2024-06-11 13:10 UTC  (4+ messages)
` [PATCH 5/5] kunit: Merge assertion test into kunit-test.c

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2024-06-11  9:18 UTC  (2+ messages)

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-06-11  8:41 UTC  (3+ messages)
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5

[PATCH v2 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-06-11  7:49 UTC  (4+ messages)
` [PATCH v2 1/2] selftests: Rename sigaltstack to generic signal
` [PATCH v2 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH v1 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-11  3:32 UTC  (4+ messages)
` [PATCH v1 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH net 0/4] mptcp: various fixes
 2024-06-11  3:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Enable INET_XFRM_TUNNEL in config
 2024-06-11  2:27 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Close netns in error paths in test_tunnel

[PATCH bpf-next] selftests/bpf: Enable INET_XFRM_TUNNEL in config
 2024-06-11  2:12 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).