Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-04-03 14:59:36 to 2026-04-06 03:47:44 UTC [more...]

[PATCH bpf v2 1/2] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
 2026-04-06  3:47 UTC  (3+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add tests for sock_ops ctx access with same src/dst register

[PATCH 0/2] ublk: fix infinite loop in ublk server teardown
 2026-04-06  3:37 UTC  (8+ messages)
` [PATCH 1/2] ublk: reset per-IO canceled flag on each fetch
` [PATCH 2/2] selftests: ublk: test that teardown after incomplete recovery completes

[PATCH bpf v1 1/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops
 2026-04-06  3:13 UTC  (7+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: Add test for SOCK_OPS_GET_SK with same src/dst register

[PATCH net-next v5 00/10] Decouple receive and transmit enablement in team driver
 2026-04-06  3:03 UTC  (11+ messages)
` [PATCH net-next v5 01/10] net: team: Annotate reads and writes for mixed lock accessed values
` [PATCH net-next v5 02/10] net: team: Remove unused team_mode_op, port_enabled
` [PATCH net-next v5 03/10] net: team: Rename port_disabled team mode op to port_tx_disabled
` [PATCH net-next v5 04/10] selftests: net: Add tests for failover of team-aggregated ports
` [PATCH net-next v5 05/10] selftests: net: Add test for enablement of ports with teamd
` [PATCH net-next v5 06/10] net: team: Rename enablement functions and struct members to tx
` [PATCH net-next v5 07/10] net: team: Track rx enablement separately from tx enablement
` [PATCH net-next v5 08/10] net: team: Add new rx_enabled team port option
` [PATCH net-next v5 09/10] net: team: Add new tx_enabled "
` [PATCH net-next v5 10/10] selftests: net: Add tests for team driver decoupled tx and rx control

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-06  1:59 UTC  (3+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-06  1:54 UTC  (3+ messages)
` [PATCH v4 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()

[PATCH bpf-next] selftests/bpf: remove unused toggle in tc_tunnel
 2026-04-06  1:50 UTC  (2+ messages)

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06  0:18 UTC  (36+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06  0:14 UTC  (22+ messages)
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-05 23:27 UTC  (7+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH] selftests: mm: capture write_hugetlb_memory.sh exit status
 2026-04-05 21:35 UTC  (3+ messages)

[PATCH] selftests: mm: stop relying on killall in charge_reserved_hugetlb
 2026-04-05 21:31 UTC 

[PATCH net] selftests: net: bridge_vlan_mcast: wait for h1 before querier check
 2026-04-05 21:29 UTC 

[PATCH net-next v4 0/3] net: bridge: add stp_mode attribute for STP mode selection
 2026-04-05 20:52 UTC  (4+ messages)
` [PATCH net-next v4 1/3] "
` [PATCH net-next v4 2/3] docs: net: bridge: document stp_mode attribute
` [PATCH net-next v4 3/3] selftests: net: add bridge STP mode selection test

[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
 2026-04-05 19:57 UTC 

[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
 2026-04-05 19:57 UTC 

[RFC PATCH v2 0/9] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-05 19:40 UTC  (6+ messages)
` [RFC PATCH v2 6/9] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
` [RFC PATCH v2 7/9] selftets/damon/_damon_sysfs: support failed region quota charge ratio
  ` (sashiko review) "
` [RFC PATCH v2 8/9] selftests/damon/drgn_dump_damon_status: "
` [RFC PATCH v2 9/9] selftets/damon/sysfs.py: test "

[PATCH] selftests: kselftest: avoid mktemp -u in runner
 2026-04-05 19:25 UTC 

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-04-05 16:56 UTC  (6+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update

[PATCH 0/4] nstree: Fix spurious ENOENT in listns pagination during grace period
 2026-04-05 16:50 UTC  (4+ messages)
` [PATCH 1/4] selftests/namespace: fix selftest hang-up caused by zombie processes
` [PATCH 2/4] selftests/namespace: fix unintentional skip in ns_active_ref_test.c
` [PATCH 4/4] selftests/namespace: test spurious ENOENT bug in listns pagination

[PATCH v3 0/6] selftests/liveupdate: add memfd tests
 2026-04-05 16:30 UTC  (10+ messages)
` [PATCH v3 1/6] selftests/liveupdate: add framework for "
` [PATCH v3 2/6] selftests/liveupdate: add helper functions "
` [PATCH v3 3/6] selftests/liveupdate: add test for memfd content preservation
` [PATCH v3 4/6] selftests/liveupdate: add test for zero-size memfd preservation
` [PATCH v3 5/6] selftests/liveupdate: add test for operations on a preserved memfd
` [PATCH v3 6/6] selftests/liveupdate: add fallocate test for memfd

[net-next v2 1/3] selftests/net: Test PACKET_STATISTICS
 2026-04-05  3:30 UTC  (7+ messages)
` [net-next v2 2/3] selftests/net: Test PACKET_STATISTICS drops
` [net-next v2 3/3] selftests/net: Test PACKET_AUXDATA

[PATCH net-next] selftests: drv-net: adjust to socat changes
 2026-04-04 23:01 UTC 

[RFC PATCH 0/9] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-04 21:06 UTC  (7+ messages)
` [RFC PATCH 6/9] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
  ` (sashiko review) "
` [RFC PATCH 7/9] selftets/damon/_damon_sysfs: support failed region quota charge ratio
` [RFC PATCH 8/9] selftests/damon/drgn_dump_damon_status: "
` [RFC PATCH 9/9] selftets/damon/sysfs.py: test "
` (sashiko status) [RFC PATCH 0/9] mm/damon: introduce DAMOS "

[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-04-04 19:36 UTC  (5+ messages)
` [PATCH v2 16/20] vfio/cxl: Register regions with VFIO layer

[PATCH net-next v2 0/5] net: bridge: mcast: add multicast exponential field encoding
 2026-04-04 17:25 UTC  (3+ messages)

[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
 2026-04-04 10:38 UTC  (6+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier

[PATCH v3 0/3] Skip subrange map tests on DWC iATU allocation failure
 2026-04-04 10:30 UTC  (2+ messages)

[PATCH v2 0/6] selftests/liveupdate: add memfd tests
 2026-04-04 10:02 UTC  (10+ messages)
` [PATCH v2 1/6] selftests/liveupdate: add framework for "
` [PATCH v2 2/6] selftests/liveupdate: add helper functions "
` [PATCH v2 3/6] selftests/liveupdate: add test for memfd content preservation
` [PATCH v2 4/6] selftests/liveupdate: add test for zero-size memfd preservation
` [PATCH v2 5/6] selftests/liveupdate: add test for operations on a preserved memfd
` [PATCH v2 6/6] selftests/liveupdate: add fallocate test for memfd

[PATCH v4 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-04-04  1:56 UTC  (11+ messages)
` [PATCH v4 01/10] selftests/resctrl: Improve accuracy of cache occupancy test
` [PATCH v4 02/10] selftests/resctrl: Reduce interference from L2 occupancy during "
` [PATCH v4 03/10] selftests/resctrl: Do not store iMC counter value in counter config structure
` [PATCH v4 04/10] selftests/resctrl: Prepare for parsing multiple events per iMC
` [PATCH v4 05/10] selftests/resctrl: Support multiple events associated with iMC
` [PATCH v4 06/10] selftests/resctrl: Increase size of buffer used in MBM and MBA tests
` [PATCH v4 07/10] selftests/resctrl: Raise threshold at which MBM and PMU values are compared
` [PATCH v4 08/10] selftests/resctrl: Remove requirement on cache miss rate
` [PATCH v4 09/10] selftests/resctrl: Simplify perf usage in CAT test
` [PATCH v4 10/10] selftests/resctrl: Reduce L2 impact on "

[PATCH net-next v4 00/10] Decouple receive and transmit enablement in team driver
 2026-04-04  1:33 UTC  (3+ messages)

[PATCH net v3 2/2] selftests: seg6: add test for dst_cache isolation in seg6 lwtunnel
 2026-04-04  0:44 UTC 

[PATCH v6 0/4] tracing/fprobe: Support comma-separated symbol lists and :entry/:exit suffixes
 2026-04-04  0:25 UTC  (5+ messages)
` [PATCH v6 4/4] selftests/ftrace: Add accept cases for fprobe list syntax

[PATCH v12 0/4] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-04-03 23:44 UTC  (5+ messages)
` [PATCH v12 1/4] selftests/vfio: Add memcpy chunking to vfio_pci_driver_memcpy()
` [PATCH v12 2/4] selftests/vfio: Add generic PCI command register helpers
` [PATCH v12 3/4] selftests/vfio: Allow drivers without send_msi() support
` [PATCH v12 4/4] selftests/vfio: Add NVIDIA Falcon driver for DMA testing

[PATCH net-next v2 0/8] selftests: drv-net: gro: more test cases
 2026-04-03 23:10 UTC  (2+ messages)

[PATCH v11 0/3] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-04-03 22:42 UTC  (3+ messages)
` [PATCH v11 1/3] selftests/vfio: Add memcpy chunking and PCI command helpers

[RFC PATCH net-next 0/4] ipv4/ipv6: local address lookup scaling
 2026-04-03 22:35 UTC  (2+ messages)

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-03 22:31 UTC  (4+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-04-03 19:59 UTC  (17+ messages)
` [PATCH v3 04/13] selftest/mm: fix cgroup task placement and drop memory.current checks in hugetlb_reparenting_test.sh
` [PATCH v3 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v3 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[PATCH v2 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-03 19:31 UTC  (6+ messages)
` [PATCH v2 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked

[PATCH v4 0/3] liveupdate: prevent double preservation
 2026-04-03 18:32 UTC  (3+ messages)
` [PATCH v4 2/3] memfd: implement get_id for memfd_luo

[PATCH v2 0/4] selftests: riscv: Fix compilation issues for v_ptrace and cfi
 2026-04-03 18:30 UTC  (5+ messages)
` [PATCH v2 2/4] selftests: riscv: Add braces around EXPECT_EQ()

[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-04-03 17:32 UTC  (5+ messages)

[PATCH v6 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-04-03 17:16 UTC  (3+ messages)
` [PATCH v6 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap

[net-next 0/3] Extend packet socket selftests
 2026-04-03 17:02 UTC  (6+ messages)
` [net-next 2/3] selftests/net: Test PACKET_STATISTICS drops
` [net-next 3/3] selftests/net: Test PACKET_AUXDATA

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-04-03 16:28 UTC  (7+ messages)

[PATCH] selftests/seccomp: Add hard-coded __NR_uprobe for x86_64
 2026-04-03 15:42 UTC  (2+ messages)
` (subset) "

[PATCH v2 06/10] selftests/bpf: Allow test_progs to link with a partial object set
 2026-04-03 15:31 UTC  (2+ messages)

[PATCH v2 05/10] selftests/bpf: Tolerate test file compilation failures
 2026-04-03 15:31 UTC  (2+ messages)

[PATCH net-next v3 0/5] net: bridge: mcast: support exponential field encoding
 2026-04-03 15:00 UTC  (6+ messages)
` [PATCH net-next v3 1/5] ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
` [PATCH net-next v3 2/5] ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()
` [PATCH net-next v3 3/5] ipv4: igmp: encode multicast exponential fields
` [PATCH net-next v3 4/5] ipv6: mld: "
` [PATCH net-next v3 5/5] selftests: net: bridge: add tests for MRC and QQIC validation

[PATCH v2 00/10] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-03 14:59 UTC  (4+ messages)
` [PATCH v2 08/10] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v2 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH v2 10/10] selftests/bpf: Tolerate missing files during install


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