public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 15:10:57 to 2026-04-02 10:20:04 UTC [more...]

[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-04-02 10:19 UTC  (5+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)

[PATCH net-next v5 0/9] selftests: drivers: bash support for remote traffic generators
 2026-04-02 10:18 UTC  (4+ messages)
` [PATCH net-next v5 7/9] selftests: drivers: hw: move to KTAP output

[PATCH net-next v7] selftests: net: add tests for PPP
 2026-04-02 10:13 UTC  (8+ messages)

[PATCH net v6 0/4] macsec: Add support for VLAN filtering in offload mode
 2026-04-02 10:09 UTC  (6+ messages)
` [PATCH net v6 1/4] selftests: Migrate nsim-only MACsec tests to Python
` [PATCH net v6 2/4] nsim: Add support for VLAN filters

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-04-02  9:05 UTC  (21+ messages)
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [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 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v3 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
` [PATCH v3 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category

[PATCH v8 0/6] selftests/mm: skip several tests when thp is not available
 2026-04-02  8:05 UTC  (9+ messages)
` [PATCH v8 1/6] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v8 2/6] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH v8 3/6] selftests/mm: move write_file helper to vm_util
` [PATCH v8 4/6] selftests/mm/vm_util: robust write_file()
` [PATCH v8 5/6] selftests/mm: split_huge_page_test: skip the test when thp is not available
` [PATCH v8 6/6] selftests/mm: transhuge_stress: skip the test when thp "

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

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

[PATCH 1/2] selftests/cgroup: Fix hardcoded page size in test_percpu_basic
 2026-04-02  6:46 UTC  (2+ messages)

[PATCH v6 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-04-02  6:37 UTC  (9+ messages)
` [PATCH v6 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v6 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v6 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v6 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v6 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v6 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v6 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v6 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[PATCH net-next v3 0/7] Decouple receive and transmit enablement in team driver
 2026-04-02  6:24 UTC  (8+ messages)
` [PATCH net-next v3 1/7] net: team: Annotate reads and writes for mixed lock accessed values
` [PATCH net-next v3 2/7] net: team: Remove unused team_mode_op, port_enabled
` [PATCH net-next v3 3/7] net: team: Rename port_disabled team mode op to port_tx_disabled
` [PATCH net-next v3 4/7] selftests: net: Add tests for failover of team-aggregated ports
` [PATCH net-next v3 5/7] selftests: net: Add test for enablement of ports with teamd
` [PATCH net-next v3 6/7] net: team: Decouple rx and tx enablement in the team driver
` [PATCH net-next v3 7/7] selftests: net: Add tests for team driver decoupled tx and rx control

[PATCH bpf v5 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-04-02  5:47 UTC  (3+ messages)
` [PATCH bpf v5 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-02  4:36 UTC  (9+ messages)
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-02  4:35 UTC  (17+ messages)
` [PATCH v4 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v4 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v4 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v4 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v4 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v4 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v4 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v4 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v4 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v4 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v4 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v4 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v4 15/15] KVM: selftests: test userfaultfd missing "

[PATCH v6 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-02  4:13 UTC  (2+ messages)

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-04-02  4:06 UTC  (4+ messages)

[PATCH net-next] selftests/net: Add two xdp tests to xdp.py
 2026-04-02  3:22 UTC  (3+ messages)

[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
 2026-04-02  2:52 UTC  (4+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()

[PATCH net-next 0/6] selftests: drv-net: gro: more test cases
 2026-04-02  2:39 UTC  (12+ messages)
` [PATCH net-next 1/6] selftests: drv-net: gro: add data burst test case
` [PATCH net-next 2/6] selftests: drv-net: gro: add 1 byte payload test
` [PATCH net-next 3/6] selftests: drv-net: gro: always wait for FIN in the capacity test
` [PATCH net-next 4/6] selftests: drv-net: gro: prepare for ip6ip6 support
` [PATCH net-next 5/6] selftests: drv-net: gro: test ip6ip6
` [PATCH net-next 6/6] selftests: drv-net: gro: add a test for bad IPv4 csum

[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
 2026-04-02  1:41 UTC  (4+ messages)
` [PATCH v14 3/4] "

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-04-02  1:34 UTC  (15+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock

[PATCH v7 0/7] selftests/mm: skip several tests when thp is not available
 2026-04-02  1:16 UTC  (7+ messages)
` [PATCH v7 4/7] selftests: ksft_exit_fail_perror: support printf style arguments

[PATCH net-next] selftests: net: py: color the basics in the output
 2026-04-02  0:03 UTC  (5+ messages)

[net-next v7 10/10] selftests: drv-net: Add USO test
 2026-04-01 23:37 UTC 

Sashiko.dev for kselftest
 2026-04-01 23:35 UTC  (3+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-01 22:46 UTC  (17+ messages)
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow

[PATCH v5] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-04-01 21:01 UTC  (2+ messages)

[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
 2026-04-01 20:49 UTC  (5+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-01 20:33 UTC  (10+ messages)
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users

[PATCH v2 1/2] mm: prevent droppable mappings from being locked
 2026-04-01 20:27 UTC  (6+ messages)
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked

[PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
 2026-04-01 20:18 UTC  (6+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-01 19:02 UTC  (5+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH net v2 2/2] selftests: seg6: add test for dst_cache isolation in seg6 lwtunnel
 2026-04-01 18:57 UTC 

[PATCH net-next V4 00/12] devlink: add per-port resource support
 2026-04-01 18:49 UTC  (13+ messages)
` [PATCH net-next V4 01/12] devlink: Refactor resource functions to be generic
` [PATCH net-next V4 02/12] devlink: Add port-level resource registration infrastructure
` [PATCH net-next V4 03/12] net/mlx5: Register SF resource on PF port representor
` [PATCH net-next V4 04/12] netdevsim: Add devlink port resource registration
` [PATCH net-next V4 05/12] devlink: Add dump support for device-level resources
` [PATCH net-next V4 06/12] devlink: Include port resources in resource dump dumpit
` [PATCH net-next V4 07/12] devlink: Add port-specific option to resource dump doit
` [PATCH net-next V4 08/12] selftest: netdevsim: Add devlink port resource doit test
` [PATCH net-next V4 09/12] devlink: Document port-level resources and full dump
` [PATCH net-next V4 10/12] devlink: Add resource scope filtering to resource dump
` [PATCH net-next V4 11/12] selftest: netdevsim: Add resource dump and scope filter test
` [PATCH net-next V4 12/12] devlink: Document resource scope filtering

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

[PATCH net-next v2 0/7] Decouple receive and transmit enablement in team driver
 2026-04-01 17:00 UTC  (3+ messages)

[PATCH 00/10] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-01 16:15 UTC  (11+ messages)
` [PATCH 01/10] selftests/bpf: Fall back to distro build directory for test_kmods
` [PATCH 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH 08/10] selftests/bpf: Provide weak definitions for cross-test uprobe functions
` [PATCH 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH 10/10] selftests/bpf: Tolerate missing files during install

[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-04-01 15:18 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
 2026-04-01 15:32 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