Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-11-18 21:51:54 to 2025-11-20 14:05:21 UTC [more...]

[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
 2025-11-20 14:02 UTC  (9+ 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

[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 v4 1/1] cpuset: relax the overlap check for cgroup-v2
 2025-11-20 13:45 UTC  (11+ messages)
` [PATCH v5] cpuset: Avoid invalidating sibling partitions on cpuset.cpus conflict

[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 v2 07/10] KVM: nVMX: Replace evmcs kvm_host_map with pfncache
 2025-11-20 12:52 UTC  (2+ messages)

[PATCH net-next v7 0/5] net: devmem: improve cpu cost of RX token management
 2025-11-20 12:19 UTC  (7+ 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 v7 00/11] arm64: entry: Convert to Generic Entry
 2025-11-20 12:03 UTC  (10+ messages)
` [PATCH v7 01/11] arm64/ptrace: Split report_syscall()
` [PATCH v7 02/11] arm64/ptrace: Refactor syscall_trace_enter/exit()
` [PATCH v7 03/11] arm64/ptrace: Refator el0_svc_common()

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

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

[PATCH net-next v3 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-20 11:03 UTC  (6+ messages)
` [PATCH net-next v3 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next v3 2/4] netconsole: Split userdata and sysdata
` [PATCH net-next v3 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next v3 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH v1] selftests: hid: tests: test_wacom_generic: add base test for display devices and opaque devices
 2025-11-20 10:53 UTC  (2+ messages)

[PATCH net-next v3 00/12] selftests: drv-net: convert GRO and Toeplitz tests to work for drivers in NIPA
 2025-11-20 10:03 UTC  (16+ messages)
` [PATCH net-next v3 01/12] selftests: net: py: coding style improvements
` [PATCH net-next v3 02/12] selftests: net: py: extract the case generation logic
` [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 net-next 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
 2025-11-20  9:58 UTC  (7+ 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-20  9:29 UTC  (10+ messages)
` [RFC PATCH 1/3] memcg: add eBPF struct ops support for memory charging
` [RFC PATCH 2/3] selftests/bpf: add memcg eBPF struct ops test
` [RFC PATCH 3/3] samples/bpf: add example memcg eBPF program

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-20  8:06 UTC  (21+ 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 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  (14+ 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 v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
` [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install

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

[PATCH v3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
 2025-11-20  6:04 UTC 

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

[PATCH] selftests: tracing: Add tprobe enable/disable testcase
 2025-11-20  1:25 UTC  (5+ messages)

[PATCH net-next v2 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-19 22:58 UTC  (8+ messages)
` [PATCH net-next v2 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next v2 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH] selftests: tracing: Update fprobe selftest for ftrace based fprobe
 2025-11-19 22:56 UTC  (4+ messages)

[PATCH] KVM: selftests: Add SYNC after guest ITS setup in vgic_lpi_stress
 2025-11-19 22:35 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: selftests: Assert GICR_TYPER.Processor_Number matches selftest CPU number
  ` [PATCH v2 2/2] KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stress

[PATCH] selftests: breakpoints: check RTC wakeup alarm support before test
 2025-11-19 22:15 UTC  (2+ messages)

[PATCH] selftests/dma: fix invalid array access in printf
 2025-11-19 22:02 UTC  (3+ messages)
` [PATCH] dma_map_benchmark: fix incorrect "

[PATCH RESEND v3] selftests/run_kselftest.sh: exit with error if tests fail
 2025-11-19 22:01 UTC  (2+ messages)

[RFC PATCH 0/4] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-19 17:35 UTC  (4+ messages)

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

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

[PATCH v2 00/18] vfio: selftests: Support for multi-device tests
 2025-11-19 17:03 UTC  (3+ messages)

[bpf-next v1 1/5] selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test
 2025-11-19 16:57 UTC  (4+ messages)

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-19 16:40 UTC  (4+ messages)
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-11-19 15:57 UTC  (4+ messages)

[PATCH v3 0/3] KVM ARM64 pre_fault_memory
 2025-11-19 15:49 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v3 2/3] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v3 3/3] KVM: selftests: Add option for different backing in pre-fault tests

[PATCH v2] selftests/futex: Fix storing address of local variable
 2025-11-19 15:28 UTC  (2+ messages)

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-19 13:40 UTC  (7+ messages)
` [PATCH v3 3/8] mm: implement sticky VMA flags

[PATCH v2 0/2] Optimize the allocation of vector regset
 2025-11-19 12:30 UTC  (2+ messages)

[PATCH] selftests: seccomp: Handle syscall interruption in notification test
 2025-11-19 12:24 UTC 

[PATCH v6 net-next 00/14] AccECN protocol case handling series
 2025-11-19 11:22 UTC  (10+ messages)
` [PATCH v6 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v6 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK

[PATCH nf-next v9 0/3] Add IPIP flowtable SW acceleration
 2025-11-19 11:19 UTC  (10+ messages)
` [PATCH nf-next v9 2/3] net: netfilter: Add IPIP flowtable tx sw acceleration

[PATCH v4 1/1] cpuset: relax the overlap check for cgroup-v2
 2025-11-19 11:05 UTC  (2+ messages)

[PATCH v4 1/1] cpuset: relax the overlap check for cgroup-v2
 2025-11-19 11:04 UTC  (2+ messages)

[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
 2025-11-19 11:04 UTC  (5+ messages)
` [PATCH net-next v10 03/11] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H

Wiadomość z księgowości
 2025-11-19  9:01 UTC 

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

[bpf-next] selftests/bpf: propagate LLVM toolchain into runqslower sub-make
 2025-11-19  4:37 UTC 

[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
 2025-11-19  3:45 UTC  (2+ messages)
` [PATCH v2] selftests/seccomp: Check for feature support before testing

[PATCH net-next 13/13] selftests: drv-net: selftest for ipvlan-macnat mode
 2025-11-19  1:25 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