Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 23:14:13 to 2024-06-14 08:38:21 UTC [more...]

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-14  8:36 UTC  (19+ 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 v12 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v12 12/13] net: add devmem TCP documentation
` [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v2 0/3] Userspace controls soft-offline pages
 2024-06-14  8:35 UTC  (8+ 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 v2 0/6] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-14  2:30 UTC  (7+ messages)
` [PATCH v2 1/6] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH v2 2/6] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
` [PATCH v2 3/6] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
` [PATCH v2 4/6] selftests/mm: fix vm_util.c build failures: add snapshot of fs.h
` [PATCH v2 5/6] selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"
` [PATCH v2 6/6] selftests/mm: remove local __NR_* definitions

[PATCH bpf-next v2 0/4] use network helpers, part 7
 2024-06-14  2:14 UTC  (6+ 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] sefltests: net: Add on/off checks for network interface non fixed features
 2024-06-14  1:49 UTC  (2+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-06-14  0:52 UTC  (49+ 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 13/25] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields
` [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests

[PATCH v15 9/9] selftests/udmabuf: Add tests to verify data after page migration
 2024-06-13 21:42 UTC 

[PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-13 21:27 UTC  (6+ messages)

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-13 20:55 UTC  (15+ messages)
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[RFC net-next 0/7] selftests: net: Switch pmtu.sh to use the internal ovs script
 2024-06-13 20:37 UTC  (9+ messages)
` [RFC net-next 1/7] selftests: openvswitch: Support explicit tunnel port creation
` [RFC net-next 2/7] selftests: openvswitch: Refactor actions parsing
` [RFC net-next 3/7] selftests: openvswitch: Add set() and set_masked() support
` [RFC net-next 4/7] selftests: openvswitch: Add support for tunnel() key
` [RFC net-next 5/7] selftests: openvswitch: Support implicit ipv6 arguments
` [RFC net-next 6/7] selftests: net: Use the provided dpctl rather than the vswitchd for tests
` [RFC net-next 7/7] selftests: net: add config for openvswitch

[PATCH 1/2] selftests: kvm: remove print_skip()
 2024-06-13 18:57 UTC  (7+ messages)
` [PATCH 2/2] selftests: kvm: replace exit() with ksft_exit_fail_msg()

[PATCH bpf-next 0/2] Fixes for kfunc prototype generation
 2024-06-13 18:20 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf: selftests: Do not use generated kfunc prototypes for arena progs

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

[PATCH 0/2] kselftest: devices: Allow running test on more platforms
 2024-06-13 15:14 UTC  (3+ messages)
` [PATCH 1/2] kselftest: devices: Allow specifying boards directory through parameter
` [PATCH 2/2] kselftest: devices: Add of-fullname-regex property

[PATCH v2 00/13] riscv: Add support for xtheadvector
 2024-06-13 14:40 UTC  (11+ messages)
` [PATCH v2 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v2 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore

[PATCH net-next 5/5] selftests: forwarding: Add test for minimum and maximum MTU
 2024-06-13 14:07 UTC 

selftests: arm64: fp-stress: KERNEL-1-0/3-0/4-0/6-0 - gcc-13 - Failed - clang-pass
 2024-06-13 13:51 UTC 

selftests: ftrace: WARNING: at arch/arm64/kernel/stacktrace.c:112 arch_stack_walk
 2024-06-13 13:15 UTC 

[PATCH][next] kselftest/arm64: Fix a couple of spelling mistakes
 2024-06-13  9:51 UTC  (3+ messages)

[PATCH v2 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-06-13  9:19 UTC  (7+ messages)
` [PATCH v2 2/2] selftests: Add a test mangling with uc_sigmask

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

[PATCH v9 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-06-13  8:23 UTC  (4+ messages)
` [PATCH v9 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v9 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v9 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v5 00/11] clk: Add kunit tests for fixed rate and parent data
 2024-06-13  7:56 UTC  (9+ messages)
` [PATCH v5 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v5 05/11] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v5 06/11] platform: Add test managed platform_device/driver APIs
` [PATCH v5 11/11] clk: Add KUnit tests for clks registered with struct clk_parent_data

[PATCH v3 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-06-13  5:03 UTC  (5+ 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 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 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 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 v2] selftests: seccomp: fix format-zero-length warnings
 2024-06-12 18:44 UTC  (3+ messages)
` [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] 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 02/14] net: page_pool: create hooks for custom page providers
 2024-06-12 15:47 UTC  (12+ messages)

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

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

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

[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  (7+ 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  (4+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts

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  (3+ messages)
` [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect

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 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


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).