public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-15 15:07:45 to 2023-12-20 04:13:44 UTC [more...]

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-20  4:13 UTC  (8+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

[PATCH v11 00/19] KVM: xen: update shared_info and vcpu_info handling
 2023-12-20  2:40 UTC  (22+ messages)
` [PATCH v11 01/19] KVM: pfncache: Add a map helper function
` [PATCH v11 02/19] KVM: pfncache: remove unnecessary exports
` [PATCH v11 03/19] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v11 04/19] KVM: pfncache: add a mark-dirty helper
` [PATCH v11 05/19] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v11 06/19] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v11 07/19] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v11 08/19] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v11 09/19] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v11 10/19] KVM: xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v11 11/19] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v11 12/19] KVM: xen: allow vcpu_info "
` [PATCH v11 13/19] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v11 14/19] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v11 15/19] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v11 16/19] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v11 17/19] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v11 18/19] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v11 19/19] KVM: xen: allow vcpu_info content to be 'safely' copied

[PATCH bpf-next v5 0/4] bpf: support to track BPF_JNE
 2023-12-20  1:30 UTC  (9+ messages)
` [PATCH bpf-next v5 1/4] bpf: make the verifier tracks the "not equal" for regs
` [PATCH bpf-next v5 2/4] selftests/bpf: remove reduplicated s32 casting in "crafted_cases"
` [PATCH bpf-next v5 3/4] selftests/bpf: activate the OP_NE logic in range_cond()
` [PATCH bpf-next v5 4/4] selftests/bpf: add testcase to verifier_bounds.c for BPF_JNE

[net-next v1 00/16] Device Memory TCP
 2023-12-19 23:55 UTC  (9+ messages)
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider

[PATCH 1/2] kunit: Allow passing function pointer to kunit_activate_static_stub()
 2023-12-19 23:15 UTC  (4+ messages)
` [PATCH 2/2] kunit: Add example of kunit_activate_static_stub() with pointer-to-function

[PATCH net-next 0/4] mptcp: cleanup and support more ephemeral ports sockopts
 2023-12-19 21:31 UTC  (5+ messages)
` [PATCH net-next 1/4] mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
` [PATCH net-next 2/4] mptcp: rename mptcp_setsockopt_sol_ip_set_transparent()
` [PATCH net-next 3/4] mptcp: sockopt: support IP_LOCAL_PORT_RANGE and IP_BIND_ADDRESS_NO_PORT
` [PATCH net-next 4/4] selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGE

[PATCH 0/2] kselftest/seccomp: Convert to KTAP output
 2023-12-19 21:21 UTC  (3+ messages)
` [PATCH 1/2] kselftest/seccomp: Use kselftest output functions for benchmark
` [PATCH 2/2] kselftest/seccomp: Report each expectation we assert as a KTAP test

[PATCH] kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
 2023-12-19 21:03 UTC  (2+ messages)

[PATCH] selftests/seccomp: Try to fit runtime of benchmark into timeout
 2023-12-19 19:15 UTC 

[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
 2023-12-19 18:22 UTC  (6+ messages)
` [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test

selftests/livepatch fails on s390
 2023-12-19 15:23 UTC  (6+ messages)

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-19 12:16 UTC  (11+ messages)

[PATCH] kselftest/arm64: Don't probe the current VL for unsupported vector types
 2023-12-19 11:18 UTC  (2+ messages)

[PATCH net-next v11 00/10] net: ethernet: am65-cpsw: Add mqprio, frame preemption & coalescing
 2023-12-19 10:58 UTC  (11+ messages)
` [PATCH net-next v11 01/10] selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
` [PATCH net-next v11 02/10] selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC stats
` [PATCH net-next v11 03/10] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
` [PATCH net-next v11 04/10] net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
` [PATCH net-next v11 05/10] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH net-next v11 06/10] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
` [PATCH net-next v11 07/10] net: ethernet: am65-cpsw: Move register definitions to header file
` [PATCH net-next v11 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH net-next v11 09/10] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
` [PATCH net-next v11 10/10] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers

[PATCH v14 10/12] selftests/landlock: Add network tests
 2023-12-19 10:38 UTC 

[PATCH net-next 0/8] Convert net selftests to run in unique namespace (last part)
 2023-12-19  9:48 UTC  (9+ messages)
` [PATCH net-next 1/8] selftests/net: convert gre_gso.sh to run it in unique namespace
` [PATCH net-next 2/8] selftests/net: convert netns-name.sh "
` [PATCH net-next 3/8] selftests/net: convert rtnetlink.sh "
` [PATCH net-next 4/8] selftests/net: convert stress_reuseport_listen.sh "
` [PATCH net-next 5/8] selftests/net: convert xfrm_policy.sh "
` [PATCH net-next 6/8] selftests/net: use unique netns name for setup_loopback.sh setup_veth.sh
` [PATCH net-next 7/8] selftests/net: convert pmtu.sh to run it in unique namespace
` [PATCH net-next 8/8] kselftest/runner.sh: add netns support

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-12-19  9:26 UTC  (3+ messages)

[PATCH v1] selftests/mm: Log run_vmtests.sh results in TAP format
 2023-12-19  8:33 UTC  (11+ messages)

[PATCH] selftests/net: remove unneeded semicolon
 2023-12-19  5:54 UTC 

[PATCH net-next] selftest/tcp-ao: Rectify out-of-tree build
 2023-12-19  2:03 UTC 

[PATCH v4] tracing/selftests: Add test to test the trace_marker
 2023-12-18 20:53 UTC  (4+ messages)

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-12-18 20:47 UTC  (11+ messages)
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH][next] selftests/net: Fix various spelling mistakes in TCP-AO tests
 2023-12-18 19:24 UTC  (3+ messages)

[PATCH net-next v10 00/10] net: ethernet: am65-cpsw: Add mqprio, frame preemption & coalescing
 2023-12-18 17:20 UTC  (12+ messages)
` [PATCH net-next v10 01/10] selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
` [PATCH net-next v10 02/10] selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC stats
` [PATCH net-next v10 03/10] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
` [PATCH net-next v10 04/10] net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
` [PATCH net-next v10 05/10] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH net-next v10 06/10] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
` [PATCH net-next v10 07/10] net: ethernet: am65-cpsw: Move register definitions to header file
` [PATCH net-next v10 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH net-next v10 09/10] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
` [PATCH net-next v10 10/10] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers

[PATCH net-next v9 00/10] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
 2023-12-18 15:34 UTC  (14+ messages)
` [PATCH net-next v9 02/10] selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC stats
` [PATCH net-next v9 03/10] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
` [PATCH net-next v9 04/10] net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
` [PATCH net-next v9 05/10] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH net-next v9 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode

[PATCH] KVM: s390: selftest: memop: Fix undefined behavior
 2023-12-18 14:58 UTC  (4+ messages)

[PATCH 00/12] selftests/net: Add TCP-AO tests
 2023-12-18  9:36 UTC  (22+ messages)
` [PATCH 02/12] selftests/net: Verify that TCP-AO complies with ignoring ICMPs
` [PATCH 03/12] selftests/net: Add TCP-AO ICMPs accept test
` [PATCH 04/12] selftests/net: Add a test for TCP-AO keys matching
` [PATCH 05/12] selftests/net: Add test for TCP-AO add setsockopt() command
` [PATCH 06/12] selftests/net: Add TCP-AO + TCP-MD5 + no sign listen socket tests
` [PATCH 07/12] selftests/net: Add test/benchmark for removing MKTs
` [PATCH 08/12] selftests/net: Add TCP_REPAIR TCP-AO tests
` [PATCH 09/12] selftests/net: Add SEQ number extension test
` [PATCH 10/12] selftests/net: Add TCP-AO RST test
` [PATCH 11/12] selftests/net: Add TCP-AO selfconnect/simultaneous connect test

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2023-12-18  8:21 UTC  (9+ messages)
` [PATCH v8 11/24] security: Introduce inode_post_removexattr hook
` [PATCH v8 13/24] security: Introduce file_release hook
` [PATCH v8 21/24] evm: Move to LSM infrastructure
` [PATCH v8 23/24] ima: Make it independent from 'integrity' LSM

[PATCH] kselftest: alsa: fixed a print formatting warning
 2023-12-18  8:15 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
 2023-12-18  2:54 UTC  (12+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
        ` [xdp-hints] "

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2023-12-18  2:40 UTC  (15+ messages)
` [RFC PATCH net-next v5 01/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v5 02/14] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v5 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v5 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v5 09/14] net: support non paged skb frags
` [RFC PATCH net-next v5 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v5 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v5 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v5 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-12-17 23:28 UTC  (10+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

[PATCH] kselftest: Add basic test for probing the rust sample modules
 2023-12-17 23:22 UTC  (2+ messages)

[PATCH net 0/4] mptcp: misc. fixes for v6.7
 2023-12-17 21:01 UTC  (6+ messages)
` [PATCH net 1/4] selftests: mptcp: join: fix subflow_send_ack lookup
` [PATCH net 2/4] mptcp: fix inconsistent state on fastopen race
` [PATCH net 3/4] mptcp: fill in missing MODULE_DESCRIPTION()
` [PATCH net 4/4] mailmap: add entries for Geliang Tang

[PATCH] selftest: kvm: kvm_page_table_test: change default guest memory down to 128MB
 2023-12-17  9:41 UTC 

[PATCH bpf-next 0/3] Various BPF exception improvements
 2023-12-16 22:47 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: selftests: Add bpf_assert_if() and bpf_assert_with_if() macros

[PATCH 0/2] kunit: Reset test->priv after each param iteration
 2023-12-16  1:20 UTC  (5+ messages)
` [PATCH 1/2] kunit: Add example for using test->priv
` [PATCH 2/2] kunit: Reset test->priv after each param iteration

[PATCH v4 00/29] selftests/resctrl: CAT test improvements & generalized test framework
 2023-12-15 23:45 UTC  (24+ messages)
` [PATCH v4 01/29] selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
` [PATCH v4 06/29] selftests/resctrl: Refactor fill_buf functions
` [PATCH v4 07/29] selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
` [PATCH v4 13/29] selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
` [PATCH v4 15/29] selftests/resctrl: Consolidate naming of perf event related things
` [PATCH v4 16/29] selftests/resctrl: Improve perf init
` [PATCH v4 17/29] selftests/resctrl: Convert perf related globals to locals
` [PATCH v4 18/29] selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
` [PATCH v4 19/29] selftests/resctrl: Open perf fd before start & add error handling
` [PATCH v4 20/29] selftests/resctrl: Replace file write with volatile variable
` [PATCH v4 21/29] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH v4 22/29] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH v4 23/29] selftests/resctrl: Restore the CPU affinity after CAT test
` [PATCH v4 24/29] selftests/resctrl: Create struct for input parameters
` [PATCH v4 25/29] selftests/resctrl: Introduce generalized test framework
` [PATCH v4 26/29] selftests/resctrl: Pass write_schemata() resource instead of test name
` [PATCH v4 27/29] selftests/resctrl: Add helper to convert L2/3 to integer
` [PATCH v4 28/29] selftests/resctrl: Rename resource ID to domain ID
` [PATCH v4 29/29] selftests/resctrl: Get domain id from cache id

[PATCH v4 0/5] kunit: Add helpers for creating test-managed devices
 2023-12-15 22:48 UTC  (5+ messages)
` [PATCH v4 1/5] kunit: Add APIs for managing devices
` [PATCH v4 5/5] drm/tests: Switch to kunit devices

[PATCH 0/5] tools: selftests: riscv: Fix compiler warnings
 2023-12-15 15:38 UTC  (3+ messages)
` [PATCH 3/5] tools: selftests: riscv: Add missing include for vector test


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