Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-02-06 09:36:35 to 2026-02-09 22:40:58 UTC [more...]

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-09 22:14 UTC  (14+ messages)
` [PATCH v6 01/19] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v6 02/19] KVM: arm64: Reorganize PMU includes
` [PATCH v6 03/19] KVM: arm64: Reorganize PMU functions
` [PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v6 05/19] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v6 07/19] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v6 08/19] KVM: arm64: Define access helpers for PMUSERENR and PMSELR
` [PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers
` [PATCH v6 10/19] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v6 12/19] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v6 13/19] KVM: arm64: Implement lazy PMU context swaps

[PATCH v2 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-09 20:56 UTC  (7+ messages)
` [PATCH v2 1/2] tools/nolibc: add ftruncate()
` [PATCH v2 2/2] selftests/liveupdate: add end to end test infrastructure and scripts

[PATCH/for-next v4 0/4] cgroup/cpuset: Fix partition related locking issues
 2026-02-09 20:47 UTC  (16+ messages)
` [PATCH/for-next v4 1/4] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH/for-next v4 2/4] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
` [PATCH/for-next v4 3/4] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock
` [PATCH/for-next v4 4/4] cgroup/cpuset: Eliminate some duplicated rebuild_sched_domains() calls

[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-09 20:17 UTC  (8+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Annotate af_unix sock::sk_state data-races
` [PATCH bpf v2 2/4] bpf, sockmap: Use sock_map_sk_{acquire,release}() where open-coded
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock
` [PATCH bpf v2 4/4] selftests/bpf: Extend bpf_iter_unix to attempt deadlocking

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-09 18:57 UTC  (8+ messages)
` [PATCH v12 1/7] arm64: Kconfig: add support for LSUI
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI

[PATCH v3 0/5] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-02-09 16:44 UTC  (8+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Introduce amd_pmu_set_eventsel_hw()
` [PATCH v3 2/5] KVM: x86/pmu: Disable Host-Only/Guest-Only events as appropriate for vCPU state
` [PATCH v3 3/5] KVM: x86/pmu: Refresh Host-Only/Guest-Only eventsel at nested transitions
` [PATCH v3 4/5] KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMU
` [PATCH v3 5/5] KVM: selftests: x86: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits

[PATCH v6 0/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-09 16:13 UTC  (15+ messages)
` [PATCH v6 1/8] dmaengine: dw-edma: Deassert emulated interrupts in the IRQ handler
` [PATCH v6 2/8] dmaengine: dw-edma: Cache per-channel IRQ and emulation doorbell offset
` [PATCH v6 3/8] PCI: endpoint: Add auxiliary resource query API
` [PATCH v6 4/8] PCI: dwc: Record integrated eDMA register window
` [PATCH v6 5/8] PCI: dwc: ep: Report integrated eDMA resources via EPC aux-resource API
` [PATCH v6 6/8] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH v6 7/8] PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc
` [PATCH v6 8/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v3 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-09 16:05 UTC  (19+ messages)
` [PATCH v3 1/8] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating g_pat in L2
` [PATCH v3 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v3 3/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v3 7/8] KVM: x86: nSVM: Handle restore of legacy nested state

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-09 15:35 UTC  (21+ messages)
` [PATCH RFC 01/17] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH RFC 04/17] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH RFC 05/17] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-02-09 15:18 UTC  (3+ messages)
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI "

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-02-09 13:34 UTC  (11+ messages)

[PATCH] revocable: hide the implementation details from users
 2026-02-09 11:13 UTC  (4+ messages)

[PATCH net-next] selftests: drv-net: port_split: convert to ksft format and mark disruptive
 2026-02-09 10:16 UTC  (3+ messages)

[PATCH bpf 0/6] Address XDP frags having negative tailroom
 2026-02-09  9:46 UTC  (14+ messages)
` [PATCH bpf 6/6] net: enetc: use truesize as XDP RxQ info frag_size

[PATCH net-next v2 0/9] net: stats, tools, driver tests for HW GRO
 2026-02-09  9:43 UTC  (15+ messages)
` [PATCH net-next v2 1/9] eth: bnxt: gather and report HW-GRO stats
` [PATCH net-next v2 2/9] tools: ynltool: factor out qstat dumping
` [PATCH net-next v2 3/9] tools: ynltool: add qstats analysis for HW-GRO efficiency / savings
` [PATCH net-next v2 4/9] selftests: net: move gro to lib for HW vs SW reuse
` [PATCH net-next v2 5/9] selftests: drv-net: give HW stats sync time extra 25% of margin
` [PATCH net-next v2 6/9] selftests: drv-net: gro: use SO_TXTIME to schedule packets together
` [PATCH net-next v2 7/9] selftests: drv-net: gro: test GRO stats
` [PATCH net-next v2 8/9] selftests: drv-net: gro: add test for packet ordering
` [PATCH net-next v2 9/9] selftests: drv-net: gro: add a test for GRO depth

[PATCH bpf 0/2] Fix some corner cases in xskxceiver
 2026-02-09  7:49 UTC  (3+ messages)

[PATCH v5 0/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-09  6:29 UTC  (9+ messages)
` [PATCH v5 1/8] dmaengine: dw-edma: Deassert emulated interrupts in the IRQ handler
` [PATCH v5 2/8] dmaengine: dw-edma: Cache per-channel IRQ and emulation doorbell offset
` [PATCH v5 3/8] PCI: endpoint: Add auxiliary resource query API
` [PATCH v5 4/8] PCI: dwc: Record integrated eDMA register window
` [PATCH v5 5/8] PCI: dwc: ep: Report integrated eDMA resources via EPC aux-resource API
` [PATCH v5 6/8] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH v5 7/8] PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc
` [PATCH v5 8/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v4 0/9] dmaengine, PCI: endpoint: Enable remote use of integrated DesignWare eDMA
 2026-02-09  4:14 UTC  (22+ messages)
` [PATCH v4 1/9] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v4 2/9] dmaengine: dw-edma: Deassert emulated interrupts in the IRQ handler
` [PATCH v4 3/9] dmaengine: dw-edma: Export per-channel IRQ and doorbell register offset
` [PATCH v4 4/9] PCI: endpoint: Add remote resource query API
` [PATCH v4 5/9] PCI: dwc: Record integrated eDMA register window
` [PATCH v4 6/9] PCI: dwc: ep: Report integrated eDMA resources via EPC remote-resource API
` [PATCH v4 7/9] PCI: endpoint: pci-epf-test: Add embedded doorbell variant
` [PATCH v4 8/9] misc: pci_endpoint_test: Allow selecting embedded doorbell
` [PATCH v4 9/9] selftests: pci_endpoint: Exercise MSI and "

[PATCH 0/2] bpf: Introduce the bpf_list_del API
 2026-02-09  2:52 UTC  (3+ messages)
` [PATCH 1/2] bpf: Introduce the bpf_list_del kfunc
` [PATCH 2/2] selftests/bpf: Add test cases for bpf_list_del

[PATCH] selftests/futex: skip futex_numa_mpol without libnuma
 2026-02-09  2:33 UTC  (3+ messages)

[PATCH v2 0/2] mm: zswap: add per-memcg stat for incompressible pages
 2026-02-09  2:20 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/cgroup: add test for zswap "

[PATCH net-next v2 0/4] net/rds: RDS-TCP reconnect and fanout improvements
 2026-02-08  5:37 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net/rds: Refactor __rds_conn_create for blocking transport cleanup
` [PATCH net-next v2 2/4] net/rds: Delegate fan-out to a background worker
` [PATCH net-next v2 3/4] net/rds: Use proper peer port number even when not connected
` [PATCH net-next v2 4/4] net/rds: rds_sendmsg should not discard payload_len

[PATCH v6 0/5] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-08  2:48 UTC  (6+ messages)
` [PATCH v6 1/5] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v6 2/5] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH v6 3/5] selftests/bpf: Add supplementary tests for bpf_kptr_xchg
` [PATCH v6 4/5] bpf/verifier: allow using bpf_kptr_xchg even if the MEM_RCU flag is set
` [PATCH v6 5/5] selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount and kptr fields

[PATCH v2 0/3] Revert "revocable: Revocable resource management"
 2026-02-07 14:00 UTC  (8+ messages)
` [PATCH v2 3/3] "

[PATCH net v2 0/4] mptcp: misc fixes for v6.19-rc8
 2026-02-07  4:50 UTC  (2+ messages)

[PATCH net-next 0/9] psp: support rekeying psp protected tcp connections
 2026-02-07  4:32 UTC  (11+ messages)
` [PATCH net-next 1/9] psp: support rx rekey operation
  ` [net-next,1/9] "
` [PATCH net-next 7/9] mlx5: psp: implement deferred tx key deletion
  ` [net-next,7/9] "

[PATCH net-next] selftests: drivers: net: hw: Modify toeplitz.c to poll for packets
 2026-02-07  1:30 UTC 

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-06 23:14 UTC  (4+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator

[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
 2026-02-06 22:05 UTC  (3+ messages)

[PATCH net-next 0/9] net: stats, tools, driver tests for HW GRO
 2026-02-06 15:36 UTC  (12+ messages)
` [PATCH net-next 2/9] tools: ynltool: factor out qstat dumping
` [PATCH net-next 3/9] tools: ynltool: add qstats analysis for HW-GRO efficiency / savings
` [PATCH net-next 4/9] selftests: net: move gro to lib for HW vs SW reuse
` [PATCH net-next 5/9] selftests: drv-net: give HW stats sync time extra 25% of margin
` [PATCH net-next 6/9] selftests: drv-net: gro: use SO_TXTIME to schedule packets together

[PATCH selftests] selftests: Use ktap helpers for runner.sh
 2026-02-06 14:36 UTC  (3+ messages)

[PATCH net-next V2 0/7] devlink: add per-port resource support
 2026-02-06  9:42 UTC  (9+ messages)
` [PATCH net-next V2 4/7] net/mlx5: Register SF resource on PF port representor
` [PATCH net-next V2 5/7] netdevsim: Add devlink port resource registration
` [PATCH net-next V2 6/7] selftest: netdevsim: Add devlink port resource test
` [PATCH net-next V2 7/7] devlink: Document port-level resources


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