Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-15 13:43:07 to 2026-06-16 02:00:17 UTC [more...]

[PATCH net-next v2 0/2] net/sched: sch_fq_pie: add per-flow class statistics
 2026-06-16  2:00 UTC  (2+ messages)

[PATCH v2 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback for TCP Prague
 2026-06-16  1:51 UTC 

[PATCH bpf 0/2] Fix partial copy of non-linear skb test_run output
 2026-06-16  1:44 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] selftests/bpf: Cover "

[PATCH v4 0/7] tracing/probes: Add more typecast features
 2026-06-16  1:15 UTC  (3+ messages)
` [PATCH v4 6/7] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg

[PATCH v13 00/22] TDX KVM selftests
 2026-06-16  0:26 UTC  (14+ messages)
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus

[PATCH net-next v14 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-06-15 23:40 UTC  (4+ messages)
` [PATCH v14 1/2] "

[PATCH v14] selftests: net: add local ECMP rehash test
 2026-06-15 23:40 UTC  (2+ messages)

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-06-15 23:16 UTC  (5+ messages)

[PATCH v3 0/2] vfio: selftests: Add calloc_assert() and avoid VLAs
 2026-06-15 22:56 UTC  (5+ messages)
` [PATCH v3 1/2] vfio: selftests: Add calloc_assert() helper
` [PATCH v3 2/2] vfio: selftests: Avoid VLAs

[PATCH net-next v3 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-15 21:57 UTC  (3+ messages)
` [PATCH net-next v3 2/4] udmabuf: emit one sg entry per pinned folio

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-15 21:29 UTC  (14+ messages)
` [PATCH bpf-next v6 01/12] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v6 02/12] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v6 03/12] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn
` [PATCH bpf-next v6 04/12] bpf: Introduce global percpu data
` [PATCH bpf-next v6 05/12] libbpf: Probe percpu data feature
` [PATCH bpf-next v6 06/12] libbpf: Add support for global percpu data
` [PATCH bpf-next v6 07/12] bpftool: Generate skeleton "
` [PATCH bpf-next v6 08/12] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v6 09/12] selftests/bpf: Add test to verify accessing rdonly percpu_array
` [PATCH bpf-next v6 10/12] selftests/bpf: Add tests to verify verifier log for global percpu data
` [PATCH bpf-next v6 11/12] selftests/bpf: Add test to verify xlated insns "
` [PATCH bpf-next v6 12/12] selftests/bpf: Add test to verify bpf_iter "

[PATCH net-next] selftests/net/openvswitch: add SET action test
 2026-06-15 21:20 UTC  (3+ messages)

[PATCH net-next] selftests/net/openvswitch: add ICMPv6 echo type match test
 2026-06-15 21:17 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH net-next] selftests/net/openvswitch: add output truncation test
 2026-06-15 21:17 UTC  (2+ messages)

[PATCH net-next v2 0/2] netdev: expose page pool order via netlink
 2026-06-15 20:30 UTC  (2+ messages)

[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
 2026-06-15 20:19 UTC  (6+ messages)
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches

[PATCH net-next 0/2] selftests/vsock: improve vng version and quirk handling
 2026-06-15 20:00 UTC  (2+ messages)

[PATCH 2/2] selftest/x86: test ARCH_SHSTK_UNLOCK
 2026-06-15 19:51 UTC 

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-15 19:08 UTC  (4+ messages)
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test

[PATCH bpf v2 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
 2026-06-15 18:39 UTC  (17+ messages)
` [PATCH bpf v3 "
  ` [PATCH bpf v3 1/2] "
  ` [PATCH bpf v3 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
  ` [PATCH bpf v4 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
    ` [PATCH bpf v4 1/2] "
    ` [PATCH bpf v4 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
    ` [PATCH bpf v5 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
      ` [PATCH bpf v5 1/2] "
      ` [PATCH bpf v5 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-15 18:35 UTC  (8+ messages)
` [PATCH RFC 2/3] KVM: guest_memfd: support "

[GIT PULL] kselftest update for Linux 7.2-rc1
 2026-06-15 18:35 UTC 

[PATCH bpf 0/2] bpf: Preserve rdonly_cast dynptr slice lifetime
 2026-06-15 17:24 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-15 17:19 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover half-slot cleanup of pointer spills

[PATCH v2] selftests/vfio: avoid VLAs
 2026-06-15 17:13 UTC  (3+ messages)

[GIT PULL] kunit update for Linux 7.2-rc1
 2026-06-15 16:36 UTC 

[PATCH bpf 1/2] bpf: Fix packet pointer invalidation for skb dynptr writes
 2026-06-15 15:51 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: Gate dynptr probe-read kfuncs like helpers
 2026-06-15 15:48 UTC  (2+ messages)

[PATCH] selftests/vfio: avoid VLAs
 2026-06-15 15:19 UTC  (3+ messages)

[PATCH] selftests: rtc: fix flaky date_read_loop test
 2026-06-15 15:01 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