Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-15 08:10:08 to 2026-06-16 20:16:55 UTC [more...]

[PATCH net-next 0/2] net: convert UDP getsockopt to sockopt_t
 2026-06-16 20:16 UTC  (5+ messages)
` [PATCH net-next 2/2] udp: convert udp_lib_getsockopt "

[PATCH bpf-next 0/2] bpf: Guard conntrack opts error writes
 2026-06-16 19:36 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover small "

[PATCH v13 00/22] TDX KVM selftests
 2026-06-16 18:48 UTC  (31+ messages)
` [PATCH v13 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 08/22] KVM: selftests: Add TDX boot code
` [PATCH v13 09/22] KVM: selftests: Expose functions to get default sregs values
` [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 v13 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v13 21/22] KVM: selftests: Add ucall support for TDX

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

[PATCH v2 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
 2026-06-16 17:32 UTC  (3+ messages)
` [PATCH v2 1/2] tty: n_gsm: fix use-after-free in gsm_queue() control frame dispatch
` [PATCH v2 2/2] selftests: tty: add base regression test for n_gsm line discipline

[PATCH bpf-next 0/2] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-16 17:18 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/hid: Cover hid_bpf_get_data() size overflow

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

[PATCH bpf 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-16 16:57 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: Fix stack slot index in "
` [PATCH bpf 2/2] selftests/bpf: Cover stack nospec slot indexing

[PATCH v3 0/2] vfio: selftests: Add calloc_assert() and avoid VLAs
 2026-06-16 16:04 UTC  (6+ messages)
` [PATCH v3 1/2] vfio: selftests: Add calloc_assert() helper
` [PATCH v3 2/2] vfio: selftests: Avoid VLAs

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-06-16 15:57 UTC  (5+ messages)
` [PATCH v5 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v5 2/4] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
` [PATCH v5 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v5 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE

[PATCH 0/3] rust: doctest: unify with other kunit tests
 2026-06-16 15:24 UTC  (4+ messages)
` [PATCH 1/3] rust: kunit: use `file!()` inside `kunit_assert!`
` [PATCH 2/3] rust: kunit: use `line!()` "
` [PATCH 3/3] rust: doctest: generate Rust kunit test suites

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

[PATCH 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-06-16 15:19 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating

[PATCH v2 4/4] selftest: Add tests for useful handling of LSM denials on SCM_RIGHTS
 2026-06-16 14:30 UTC 

[bpf v8 0/7] powerpc/bpf: address missing verifier selftest coverage
 2026-06-16 16:47 UTC  (11+ messages)
` [bpf v8 1/7] powerpc/bpf: fix alignment of long branch trampoline address
` [bpf v8 2/7] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [bpf v8 3/7] selftest/bpf: Fixing powerpc JIT disassembly failure
` [bpf v8 4/7] selftest/bpf: Enable verifier selftest for powerpc64
` [bpf v8 5/7] powerpc64/bpf: fix compare instruction emitted for tailcall
` [bpf v8 6/7] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [bpf v8 7/7] powerpc/bpf: fix buffer overflow in JIT for large BPF programs

[PATCH v2 1/2] rust: doctest: fix incorrect pattern in replacement
 2026-06-16 13:25 UTC  (2+ messages)
` [PATCH v2 2/2] rust: doctest: trim function name for reproducbility

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-06-16 13:23 UTC  (7+ messages)
` [PATCH v6 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v6 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v6 14/14] selftests/mm: add writable-file collapse tests for khugepaged

[PATCH net-next v2 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-16 12:40 UTC  (4+ messages)
` [PATCH net-next v2 2/4] udmabuf: emit one sg entry per pinned folio

[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
 2026-06-16 12:06 UTC  (3+ messages)

[PATCH v2 1/4] HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type
 2026-06-16 11:16 UTC  (4+ messages)

[GIT PULL] kselftest update for Linux 7.2-rc1
 2026-06-16 11:21 UTC  (2+ messages)

[GIT PULL] kunit update for Linux 7.2-rc1
 2026-06-16 11:21 UTC  (2+ messages)

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-16 11:13 UTC  (4+ messages)
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH net v3] ip_tunnel: drop stale dst from generated PMTU ICMP replies
 2026-06-16 11:02 UTC  (2+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-06-16  9:07 UTC  (3+ messages)
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()

[PATCH] LoongArch: KVM: User internal API to deliver interrupt in kernel mode
 2026-06-16  8:45 UTC 

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

[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-06-16  6:41 UTC  (4+ messages)
` [RFC PATCH v4 1/3] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v4 2/3] trace: integrate stackmap into ftrace stack recording path
` [RFC PATCH v4 3/3] trace: add documentation, selftest and tooling for stackmap

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-06-16  6:06 UTC  (12+ messages)
` [PATCH 01/16] riscv: Introduce instruction table generation
` [PATCH 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH 04/16] riscv: kprobes: "

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-16  4:33 UTC  (17+ 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 v2 0/4] ACPI: APEI: GHES: Add NVIDIA Vera CPER decoder and tests
 2026-06-16  3:44 UTC  (5+ messages)
` [PATCH v2 1/4] ACPI: APEI: GHES: Refactor Grace decoder helpers
` [PATCH v2 2/4] ACPI: APEI: GHES: Add NVIDIA Vera decoder
` [PATCH v2 3/4] ACPI: APEI: GHES: Add Grace and Vera KUnit coverage
` [PATCH v2 4/4] selftests: firmware: Add NVIDIA GHES EINJ selftest

[PATCH v3 0/2] KVM: LoongArch: selftests: Add FPU test case
 2026-06-16  2:26 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH v3 2/2] KVM: LoongArch: selftests: Add FPU test case

[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 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 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 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  (19+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
` [PATCH bpf v3 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
  ` [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 bpf 0/2] bpf: Preserve rdonly_cast dynptr slice lifetime
 2026-06-15 17:24 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: Preserve dynptr slice lifetime across rdonly_cast
` [PATCH bpf 2/2] selftests/bpf: Cover rdonly_cast dynptr slice lifetime

[PATCH bpf-next 0/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-15 17:19 UTC  (7+ 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)

[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  (4+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Cover dynptr probe-read kfunc capability gate

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

[PATCH bpf 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
 2026-06-15 12:08 UTC 

[PATCH bpf 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
 2026-06-15 12:06 UTC 

[PATCH nf v2] netfilter: flowtable: fix and simplify IP6IP6 tunnel handling
 2026-06-15  9:18 UTC 

[PATCH net-next] selftests: net: do not detect PPPoX loopback
 2026-06-15  9:15 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