Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-10-19 21:29:09 to 2025-10-21 23:47:20 UTC [more...]

[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
 2025-10-21 23:47 UTC  (21+ 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 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-21 23:40 UTC  (17+ messages)
` [PATCH 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH 2/4] KVM: selftests: Use a loop to walk "
` [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

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

[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 v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-21 20:53 UTC  (7+ 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 v3 3/3] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
 2025-10-21 19:24 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDS
` [PATCH 3/3] coredump: Use __counted_by_ptr for struct core_name::corename

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

[PATCH nf-next v7 0/3] Add IPIP flowtable SW acceleration
 2025-10-21 17:48 UTC  (4+ 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 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

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

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-21 17:19 UTC  (13+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v6 07/15] iommupt: Add map_pages op
` [PATCH v6 12/15] iommupt: Add the x86 64 bit page table format

[PATCH] selftest: net: prevent use of uninitialized variable
 2025-10-21 16:54 UTC 

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-21 16:13 UTC  (5+ messages)
` [PATCH v4 3/3] Documentation: kvm: new UAPI for handling SEA

[PATCH v6 00/10] liveupdate: Rework KHO for in-kernel users & Fix memory corruption
 2025-10-21 16:08 UTC  (17+ messages)
` [PATCH v6 01/10] kho: allow to drive kho from within kernel
` [PATCH v6 08/10] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v6 09/10] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE
` [PATCH v6 10/10] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH net v2 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-21 12:16 UTC  (7+ messages)
` [PATCH net v2 1/3] net,mptcp: fix incorrect IPv4/IPv6 fallback detection with BPF Sockmap
` [PATCH net v2 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap updates
` [PATCH net v2 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-21 12:15 UTC  (11+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[PATCH bpf-next v5 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-21 11:40 UTC  (4+ messages)

next-20251020: selftests: helpers.h:10:10: fatal error: kselftest.h: No such file or directory
 2025-10-21 11:08 UTC 

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

[PATCH] Documentation: kunit: add description of kunit.enable parameter
 2025-10-21  6:50 UTC  (2+ messages)

[RFC PATCH 00/21] VFIO live update support
 2025-10-20 23:55 UTC  (18+ messages)
` [RFC PATCH 12/21] vfio/pci: Skip clearing bus master on live update restored device
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public
` [RFC PATCH 18/21] vfio: selftests: Build liveupdate library in VFIO selftests

[PATCH rc] iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
 2025-10-20 23:01 UTC  (2+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 21:13 UTC  (17+ 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 v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 20:53 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 v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling

[PATCH net 0/5] mptcp: handle late ADD_ADDR + selftests skip
 2025-10-20 20:53 UTC  (6+ messages)
` [PATCH net 1/5] mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
` [PATCH net 2/5] selftests: mptcp: join: mark 'flush re-add' as skipped if not supported
` [PATCH net 3/5] selftests: mptcp: join: mark implicit tests "
` [PATCH net 4/5] selftests: mptcp: join: mark 'delete re-add signal' "
` [PATCH net 5/5] selftests: mptcp: join: mark laminar tests "

[PATCH v2 1/1] selftest/sched: skip the test if smt is not enabled
 2025-10-20 19:11 UTC 

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-10-20 17:21 UTC  (9+ messages)
` [PATCH v4 01/10] riscv: Add ISA extension parsing for Zalasr
` [PATCH v4 02/10] dt-bindings: riscv: Add Zalasr ISA extension description
` [PATCH v4 03/10] riscv: hwprobe: Export Zalasr extension
` [PATCH v4 04/10] riscv: Introduce Zalasr instructions

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-10-20 17:13 UTC  (3+ messages)

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-20 16:46 UTC  (7+ messages)
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN

[PATCH] KVM: selftests: Don't fall over when only one CPU
 2025-10-20 16:32 UTC  (3+ messages)

[PATCH v6 0/2] KVM: guest_memfd: use write for population
 2025-10-20 16:14 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v6 2/2] KVM: selftests: update guest_memfd write tests

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-20 15:52 UTC  (3+ messages)

[PATCH] KVM: selftests: fix ITS collection target addresses in vgic_lpi_stress
 2025-10-20 15:13 UTC  (5+ messages)

[PATCH v2] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
 2025-10-20 14:59 UTC 

[PATCH v3 09/12] um: use nolibc for the --showconfig implementation
 2025-10-20 14:21 UTC  (2+ messages)

[RFC PATCH 0/3] mm: Fix MF_DELAYED handling on memory failure
 2025-10-20 12:37 UTC  (3+ messages)
` [RFC PATCH 1/3] mm: memory_failure: Fix MF_DELAYED handling on truncation during failure
  ` [RFC PATCH RESEND "

[PATCH v4] selftests/bpf: Change variable types for -Wsign-compare
 2025-10-20 13:31 UTC 

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-10-20 11:53 UTC  (7+ messages)
` [PATCH 1/4] PCI: Support "

[PATCH v3 0/5] mm: VMA count limit fixes and improvements
 2025-10-20 11:32 UTC  (6+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks

[PATCH bpf-next 0/5] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-20  8:54 UTC  (4+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: add tc helpers

[PATCH v4 10/10] RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
 2025-10-20  4:29 UTC 

[PATCH v4 05/10] riscv: Apply Zalasr to smp_load_acquire/smp_store_release
 2025-10-20  4:24 UTC  (5+ messages)
` [PATCH v4 06/10] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
` [PATCH v4 07/10] riscv: Apply acquire/release semantics to arch_atomic operations
` [PATCH v4 08/10] riscv: Remove arch specific __atomic_acquire/release_fence
` [PATCH v4 09/10] RISC-V: KVM: Allow Zalasr extensions for Guest/VM

[PATCH net-next v6 1/2] net/tls: support setting the maximum payload size
 2025-10-20  0:00 UTC  (3+ messages)

Family December trip
 2025-10-19 21:45 UTC 


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