Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-10-21 16:44:04 to 2025-10-23 13:25:43 UTC [more...]

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 13:25 UTC  (4+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

[PATCH net v3 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-23 12:54 UTC  (4+ messages)
` [PATCH net v3 1/3] net,mptcp: fix proto fallback detection with BPF sockmap
` [PATCH net v3 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap
` [PATCH net v3 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH bpf-next 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
 2025-10-23 11:26 UTC  (9+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add test "

[PATCH 00/32] ns: support file handles
 2025-10-23 10:46 UTC  (3+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 10:24 UTC  (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking

[PATCH net v2 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-23 10:18 UTC  (3+ messages)
` [PATCH net v2 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH nf-next v8 0/3] Add IPIP flowtable SW acceleration
 2025-10-23  8:50 UTC  (4+ messages)
` [PATCH nf-next v8 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v8 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v8 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest

[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
 2025-10-23  8:01 UTC  (9+ messages)
` [PATCH 1/3] "

[PATCH bpf-next v1] selftests/bpf: Guard addr_space_cast code with __BPF_FEATURE_ADDR_SPACE_CAST
 2025-10-23  7:49 UTC  (6+ messages)

[PATCHv7 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-23  7:32 UTC  (16+ messages)
` [PATCHv7 1/7] kho: allow to drive kho from within kernel
` [PATCHv7 2/7] kho: make debugfs interface optional
` [PATCHv7 3/7] kho: drop notifiers
` [PATCHv7 4/7] kho: add interfaces to unpreserve folios and page ranges
` [PATCHv7 5/7] kho: don't unpreserve memory during abort
` [PATCHv7 6/7] liveupdate: kho: move to kernel/liveupdate
` [PATCHv7 7/7] liveupdate: kho: move kho debugfs directory to liveupdate

[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-23  2:45 UTC  (12+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v3 2/3] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE

[PATCH 0/9] mm/damon: support pin-point targets removal
 2025-10-23  1:25 UTC  (5+ messages)
` [PATCH 6/9] selftests/damon/_damon_sysfs: support obsolete_target file
` [PATCH 7/9] drgn_dump_damon_status: dump damon_target->obsolete
` [PATCH 8/9] sysfs.py: extend assert_ctx_committed() for monitoring targets
` [PATCH 9/9] selftests/damon/sysfs: add obsolete_target test

[PATCH net v2 0/2] netconsole: Fix userdata race condition
 2025-10-23  1:01 UTC  (4+ messages)
` [PATCH net v2 1/2] netconsole: Fix race condition in between reader and writer of userdata
` [PATCH net v2 2/2] selftests: netconsole: Add race condition test for userdata corruption

[PATCH net-next 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-10-23  1:00 UTC  (13+ messages)
` [PATCH net-next 01/12] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next 04/12] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next 09/12] selftests/vsock: add BUILD=0 definition
` [PATCH net-next 10/12] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next 11/12] selftests/vsock: add 1.37 to tested virtme-ng versions
` [PATCH net-next 12/12] selftests/vsock: add vsock_loopback module loading

[PATCH net-next 0/5] psp: track stats from core and provide a driver stats api
 2025-10-23  0:56 UTC  (7+ messages)
` [PATCH net-next 1/5] psp: report basic stats from the core
` [PATCH net-next 2/5] selftests: drv-net: psp: add assertions on core-tracked psp dev stats
` [PATCH net-next 3/5] psp: add stats from psp spec to driver facing api
` [PATCH net-next 4/5] net/mlx5e: Add PSP stats support for Rx/Tx flows
` [PATCH net-next 5/5] netdevsim: implement psp device stats

[PATCH net-next v14 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-10-23  0:50 UTC  (9+ messages)
` [PATCH net-next v14 1/7] bonding: Adding struct bond_arp_target
` [PATCH net-next v14 2/7] bonding: Adding extra_len field to struct bond_opt_value
` [PATCH net-next v14 3/7] bonding: arp_ip_target helpers
` [PATCH net-next v14 4/7] bonding: Processing extended arp_ip_target from user space
` [PATCH net-next v14 5/7] bonding: Update to bond_arp_send_all() to use supplied vlan tags
` [PATCH net-next v14 6/7] bonding: Update for extended arp_ip_target format
` [PATCH net-next v14 7/7] bonding: Selftest and documentation for the arp_ip_target parameter

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-22 23:30 UTC  (6+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2

[PATCH net-next v8 1/2] net/tls: support setting the maximum payload size
 2025-10-22 21:51 UTC  (4+ messages)
` [PATCH net-next v8 2/2] selftests: tls: add tls record_size_limit test

[PATCH 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-22 18:07 UTC  (16+ messages)
` [PATCH 2/4] KVM: selftests: Use a loop to walk guest page tables
` [PATCH 3/4] KVM: selftests: Add VM_MODE_PXXV57_4K VM mode
` [PATCH 4/4] KVM: selftests: Add a VMX test for LA57 nested state

[RFC PATCH 00/21] VFIO live update support
 2025-10-22 17:53 UTC  (9+ messages)
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public

[RFC PATCH v2 0/3] Add testable code specifications
 2025-10-22 17:13 UTC  (17+ messages)
` [RFC v2 PATCH 1/3] Documentation: add guidelines for writing "
` [RFC v2 PATCH 3/3] selftests/devmem: initial testset

[PATCH bpf-next v2 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-22 16:44 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: add tc helpers
` [PATCH bpf-next v2 2/4] selftests/bpf: make test_tc_tunnel.bpf.c compatible with big endian platforms
` [PATCH bpf-next v2 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
` [PATCH bpf-next v2 4/4] selftests/bpf: remove test_tc_tunnel.sh

[PATCH net 0/2] netconsole: Fix userdata race condition
 2025-10-22 15:31 UTC  (4+ messages)
` [PATCH net 1/2] selftests: netconsole: Add race condition test for userdata corruption

[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
 2025-10-22 15:28 UTC  (2+ messages)

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-10-22 15:27 UTC  (3+ messages)

[PATCH v4 00/23] ARM64 PMU Partitioning
 2025-10-22 15:05 UTC  (3+ messages)
` [PATCH v4 04/23] perf: arm_pmuv3: Introduce method to partition the PMU

next-20251020: selftests: helpers.h:10:10: fatal error: kselftest.h: No such file or directory
 2025-10-22 15:02 UTC  (3+ messages)
` [PATCH] selftests/x86: Add selftests include path for kselftest.h after centralization

[PATCH] selftest: net: prevent use of uninitialized variable
 2025-10-22 14:33 UTC  (2+ messages)

[PATCH nf-next v7 0/3] Add IPIP flowtable SW acceleration
 2025-10-22 14:14 UTC  (6+ messages)
` [PATCH nf-next v7 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v7 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v7 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest

[PATCH bpf-next v1 0/2] bpf: Add kfuncs and selftests for detecting execution context and selftests
 2025-10-22 12:55 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add kfuncs for detecting execution context
` [PATCH bpf-next v1 2/2] selftests/bpf: Add selftests for context detection kfuncs

Zwrot
 2025-10-22  8:11 UTC 

[PATCH net 0/5] mptcp: handle late ADD_ADDR + selftests skip
 2025-10-22  0:50 UTC  (2+ messages)

[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
 2025-10-22  0:18 UTC  (29+ messages)
` [PATCH net-next v7 01/26] vsock: a per-net vsock NS mode state
` [PATCH net-next v7 02/26] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v7 03/26] vsock: add netns to vsock skb cb
` [PATCH net-next v7 04/26] vsock: add netns to vsock core
` [PATCH net-next v7 05/26] vsock/loopback: add netns support
` [PATCH net-next v7 06/26] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v7 07/26] vhost/vsock: add netns support
` [PATCH net-next v7 08/26] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v7 09/26] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v7 10/26] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v7 11/26] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v7 12/26] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v7 13/26] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v7 14/26] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v7 15/26] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v7 16/26] selftests/vsock: add namespace initialization function
` [PATCH net-next v7 17/26] selftests/vsock: remove namespaces in cleanup()
` [PATCH net-next v7 18/26] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v7 19/26] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v7 20/26] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next v7 21/26] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v7 22/26] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v7 23/26] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v7 24/26] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v7 25/26] selftests/vsock: add tests for module loading order
` [PATCH net-next v7 26/26] selftests/vsock: add 1.37 to tested virtme-ng versions

[PATCH net-next v7 1/2] net/tls: support setting the maximum payload size
 2025-10-21 23:31 UTC  (5+ messages)

[PATCH bpf v6] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-21 22:14 UTC  (5+ messages)
` strace log before the fix, with fsync fix and with fclose fix

[PATCH v2 0/6] riscv: vector: misc ptrace fixes for debug use-cases
 2025-10-21 22:07 UTC  (10+ messages)
` [PATCH v2 4/6] riscv: vector: allow to force vector context save
` [PATCH v2 6/6] riscv: vector: initialize vlenb on the first context switch

[PATCH] Fix up 'make versioncheck' issues
 2025-10-21 17:49 UTC  (2+ messages)

[PATCH nf-next v6 0/2] Add IPIP flowtable SW acceleratio
 2025-10-21 17:46 UTC  (4+ messages)
` [PATCH nf-next v6 1/2] net: netfilter: Add IPIP flowtable SW acceleration

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-21 17:19 UTC  (7+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
` [PATCH v6 07/15] iommupt: Add map_pages op


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