Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-11-20 02:10:43 to 2025-11-21 14:42:26 UTC [more...]

[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-11-21 14:42 UTC  (18+ messages)
` [PATCH net-next v11 01/13] vsock: a per-net vsock NS mode state
` [PATCH net-next v11 02/13] vsock: add netns to vsock core
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 04/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports
` [PATCH net-next v11 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v11 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v11 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v11 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v11 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v11 11/13] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v11 12/13] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v11 13/13] selftests/vsock: add tests for namespace deletion and mode changes

[PATCH bpf-next v3 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-21 14:23 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v3 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v3 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-21 14:33 UTC  (26+ messages)
` [PATCH 1/9] vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
` [PATCH 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH 3/9] iommufd: Do not map/unmap revoked DMABUFs
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
` [PATCH 9/9] iommufd/selftest: Add some tests for the dmabuf flow

[PATCH net-next v6 0/5] netconsole: support automatic target recovery
 2025-11-21 12:49 UTC  (6+ messages)
` [PATCH net-next v6 1/5] netconsole: add target_state enum
` [PATCH net-next v6 2/5] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v6 3/5] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next v6 4/5] netconsole: resume previously deactivated target
` [PATCH net-next v6 5/5] selftests: netconsole: validate target resume

[RFC PATCH 0/4] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-21 11:59 UTC  (7+ messages)
` [RFC PATCH 2/4] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [RFC PATCH 3/4] userfaultfd, guest_memfd: support userfault minor mode in guest_memfd

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-21 11:26 UTC  (15+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock

[PATCH v2 0/3] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
 2025-11-21 11:25 UTC  (3+ messages)

[PATCH v3 00/10] KVM: nVMX: Improve performance for unmanaged guest memory
 2025-11-21 11:11 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: nVMX: Implement cache for L1 MSR bitmap
` [PATCH v3 02/10] KVM: pfncache: Restore guest-uses-pfn support
` [PATCH v3 03/10] KVM: x86: Add nested state validation for pfncache support
` [PATCH v3 04/10] KVM: nVMX: Implement cache for L1 APIC pages
` [PATCH v3 05/10] KVM: selftests: Add nested VMX APIC cache invalidation test
` [PATCH v3 06/10] KVM: nVMX: Cache evmcs fields to ensure consistency during VM-entry
` [PATCH v3 07/10] KVM: nVMX: Replace evmcs kvm_host_map with pfncache
` [PATCH v3 08/10] KVM: x86: Add nested context management
` [PATCH v3 09/10] KVM: nVMX: Use nested context for pfncache persistence
` [PATCH v3 10/10] KVM: selftests: Add L2 vcpu context switch test

[RFC net-next 00/13] ovpn: new features + kselftests
 2025-11-21 10:56 UTC  (15+ messages)
` [RFC net-next 01/13] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3
` [RFC net-next 02/13] selftests: ovpn: add notification parsing and matching
` [RFC net-next 03/13] ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit
` [RFC net-next 04/13] ovpn: pktid: use bitops.h API
` [RFC net-next 05/13] ovpn: notify userspace on client float event
` [RFC net-next 06/13] ovpn: add support for asymmetric peer IDs
` [RFC net-next 07/13] selftests: ovpn: check asymmetric peer-id
` [RFC net-next 08/13] selftests: ovpn: add test for the FW mark feature
` [RFC net-next 09/13] ovpn: consolidate crypto allocations in one chunk
` [RFC net-next 10/13] ovpn: use bound device in UDP when available
` [RFC net-next 11/13] selftests: ovpn: add test for bound device
` [RFC net-next 12/13] ovpn: use bound address in UDP when available
` [RFC net-next 13/13] selftests: ovpn: add test for bound address

[PATCH v5] cpuset: Avoid invalidating sibling partitions on cpuset.cpus conflict
 2025-11-21 10:33 UTC  (4+ messages)

[PATCH v5] cpuset: Avoid invalidating sibling partitions on cpuset.cpus conflict
 2025-11-21 10:32 UTC  (4+ messages)

[PATCH bpf-next v2 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-21  9:10 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v2 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v2 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
` [syzbot ci] Re: bpf: Fix FIONREAD and copied_seq issues

[PATCH bpf-next v2 0/2] selftests/bpf: networking test cleanups
 2025-11-21  8:13 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: use sockaddr_storage directly in cls_redirect test
` [PATCH bpf-next v2 2/2] selftests/bpf: use sockaddr_storage instead of sa46 in select_reuseport test

[PATCH v3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
 2025-11-21  7:47 UTC  (3+ messages)

[PATCH v7 00/11] arm64: entry: Convert to Generic Entry
 2025-11-21  7:29 UTC  (13+ messages)
` [PATCH v7 02/11] arm64/ptrace: Refactor syscall_trace_enter/exit()
` [PATCH v7 03/11] arm64/ptrace: Refator el0_svc_common()
` [PATCH v7 05/11] arm64/ptrace: Handle ptrace_report_syscall_entry() error
` [PATCH v7 06/11] arm64/ptrace: Expand secure_computing() in place

[PATCH bpf v1] selftests: test_tag: prog_tag is calculated using SHA256
 2025-11-21  6:14 UTC 

[PATCH net-next 0/5] selftests: hw-net: toeplitz: read config from the NIC directly
 2025-11-21  4:02 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: hw-net: auto-disable building the iouring C code
` [PATCH net-next 2/5] selftests: hw-net: toeplitz: make sure NICs have pure Toeplitz configured
` [PATCH net-next 3/5] selftests: hw-net: toeplitz: read the RSS key directly from C
` [PATCH net-next 4/5] selftests: hw-net: toeplitz: read indirection table from the device
` [PATCH net-next 5/5] selftests: hw-net: toeplitz: give the test up to 4 seconds

[PATCH net-next v3 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-21  3:10 UTC  (4+ messages)
` [PATCH net-next v3 3/4] netconsole: Dynamic allocation of userdata buffer

[PATCH net-next 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
 2025-11-21  3:03 UTC  (8+ messages)
` [PATCH net-next 1/6] selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
` [PATCH net-next 2/6] selftests: drv-net: introduce Iperf3Runner for measurement use cases
` [PATCH net-next 3/6] selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
` [PATCH net-next 4/6] selftests: drv-net: Set shell=True for sysfs writes "
` [PATCH net-next 5/6] selftests: drv-net: Fix and clarify TC bandwidth split "
` [PATCH net-next 6/6] selftests: drv-net: Fix tolerance calculation "

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-21  2:46 UTC  (5+ messages)

[PATCH net-next v3 00/12] selftests: drv-net: convert GRO and Toeplitz tests to work for drivers in NIPA
 2025-11-21  2:30 UTC  (16+ messages)
` [PATCH net-next v3 01/12] selftests: net: py: coding style improvements
` [PATCH net-next v3 03/12] selftests: net: py: add test variants
` [PATCH net-next v3 04/12] selftests: drv-net: xdp: use variants for qstat tests
` [PATCH net-next v3 05/12] selftests: net: relocate gro and toeplitz tests to drivers/net
` [PATCH net-next v3 06/12] selftests: net: py: support ksft ready without wait
` [PATCH net-next v3 07/12] selftests: net: py: read ip link info about remote dev
` [PATCH net-next v3 08/12] netdevsim: pass packets thru GRO on Rx
` [PATCH net-next v3 09/12] selftests: drv-net: add a Python version of the GRO test
` [PATCH net-next v3 10/12] selftests: drv-net: hw: convert the Toeplitz test to Python
` [PATCH net-next v3 11/12] netdevsim: add loopback support
` [PATCH net-next v3 12/12] selftests: net: remove old setup_* scripts

[PATCH 0/3] HID: multitouch: set INPUT_PROP_PRESSUREPAD on compatible touchpads
 2025-11-21  1:07 UTC  (4+ messages)
` [PATCH 1/3] selftests/hid: require hidtools 0.12
` [PATCH 2/3] selftests/hid: use a enum class for the different button types
` [PATCH 3/3] HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type

[PATCH v1] selftests: hid: tests: test_wacom_generic: add base test for display devices and opaque devices
 2025-11-21  0:04 UTC  (4+ messages)
` [PATCH v2] selftests: hid: tests: test_wacom_generic: add tests "

[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
 2025-11-20 23:36 UTC  (4+ messages)
` [PATCH net-next v10 10/11] selftests/vsock: add tests for host <-> vm connectivity with namespaces

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

[PATCH v2 08/10] KVM: x86: Add nested context management
 2025-11-20 21:35 UTC  (2+ messages)

[PATCH] genpt: Make GENERIC_PT invisible
 2025-11-20 19:33 UTC  (2+ messages)

[PATCH v4 0/9] riscv: vector: misc ptrace fixes for debug use-cases
 2025-11-20 19:02 UTC  (4+ messages)
` [PATCH v4 1/9] selftests: riscv: test ptrace vector interface

[PATCH net-next 12/12] selftests: net: selftest for ipvlan-macnat mode
 2025-11-20 17:49 UTC 

[PATCH] selftests: tracing: Add tprobe enable/disable testcase
 2025-11-20 16:40 UTC  (6+ messages)

[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
 2025-11-20 16:18 UTC  (16+ messages)
` [RFC PATCH 01/13] KVM: Introduce config option for per-vCPU vLPI enablement
` [RFC PATCH 02/13] KVM: arm64: Disable auto vCPU vPE assignment with per-vCPU vLPI config
` [RFC PATCH 03/13] KVM: arm64: Refactor out locked section of kvm_vgic_v4_set_forwarding()
` [RFC PATCH 04/13] KVM: arm64: Implement vLPI QUERY ioctl for per-vCPU vLPI injection API
` [RFC PATCH 05/13] KVM: arm64: Implement vLPI ENABLE "
` [RFC PATCH 06/13] KVM: arm64: Resolve race between vCPU scheduling and vLPI enablement
` [RFC PATCH 07/13] KVM: arm64: Implement vLPI DISABLE ioctl for per-vCPU vLPI Injection API
` [RFC PATCH 08/13] KVM: arm64: Make per-vCPU vLPI control ioctls atomic
` [RFC PATCH 09/13] KVM: arm64: Couple vSGI enablement with per-vCPU vPE allocation
` [RFC PATCH 10/13] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
` [RFC PATCH 11/13] KVM: Ioctl to set up userspace-injected MSIs as software-bypassing vLPIs
` [RFC PATCH 12/13] KVM: arm64: selftests: Add support for stress testing direct-injected vLPIs
` [RFC PATCH 13/13] KVM: arm64: selftests: Add test for per-vCPU vLPI control API

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-11-20 15:42 UTC  (4+ messages)

[PATCH net-next v5 0/5] netconsole: support automatic target recovery
 2025-11-20 15:47 UTC  (5+ messages)
` [PATCH net-next v5 4/5] netconsole: resume previously deactivated target
` [PATCH net-next v5 5/5] selftests: netconsole: validate target resume

[PATCH net-next v7 0/5] net: devmem: improve cpu cost of RX token management
 2025-11-20 15:31 UTC  (8+ messages)
` [PATCH net-next v7 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v7 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v7 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v7 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute
` [PATCH net-next v7 5/5] selftests: drv-net: devmem: add autorelease tests

[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-20 14:03 UTC  (6+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation

[PATCH v2 00/14] selftests: vDSO: Stop using libc types for vDSO calls
 2025-11-20 13:27 UTC  (10+ messages)
` [PATCH v2 03/14] selftests: vDSO: Introduce vdso_syscalls.h

[PATCH v5] cpuset: Avoid invalidating sibling partitions on cpuset.cpus conflict
 2025-11-20 13:05 UTC  (2+ messages)

[PATCH v2 07/10] KVM: nVMX: Replace evmcs kvm_host_map with pfncache
 2025-11-20 12:52 UTC  (2+ messages)

[PATCH] kselftest: futex: Fix memset with zero size warning
 2025-11-20 11:59 UTC  (2+ messages)

[PATCH v5 2/2] selftests/riscv: Add Zicbop prefetch test
 2025-11-20 11:23 UTC  (2+ messages)

[PATCH v3 1/6] KVM: LoongArch: selftests: Add system registers save and restore on exception
 2025-11-20  6:57 UTC  (6+ messages)
` [PATCH v3 2/6] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH v3 3/6] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH v3 4/6] KVM: LoongArch: selftests: Add timer interrupt test case
` [PATCH v3 5/6] KVM: LoongArch: selftests: Add SW emulated timer test
` [PATCH v3 6/6] KVM: LoongArch: selftests: Add time counter test

[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-20  6:11 UTC  (5+ messages)
` [PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such

[PATCH v2] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
 2025-11-20  6:09 UTC  (3+ messages)

[PATCH] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
 2025-11-20  5:39 UTC  (4+ messages)

[PATCH net 00/11] mptcp: misc fixes for v6.18-rc7
 2025-11-20  4:10 UTC  (2+ messages)


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