Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-03-12 02:50:55 to 2026-03-13 06:13:06 UTC [more...]

[PATCH RFC v3 00/43] guest_memfd: In-place conversion support
 2026-03-13  6:12 UTC  (12+ messages)
` [PATCH RFC v3 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v3 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v3 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v3 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v3 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v3 06/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v3 07/43] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 08/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v3 09/43] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 10/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v3 11/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86

[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
 2026-03-13  4:35 UTC  (7+ messages)
` [PATCH v3 2/7] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v3 3/7] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v3 4/7] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v3 5/7] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v3 6/7] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v3 7/7] selftest/cgroup: fix zswap attempt_writeback() on 64K "

[PATCH] selftests/bpf: modify_return: isolate fmod_ret hooks by pid
 2026-03-13  3:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
 2026-03-13  3:35 UTC  (17+ messages)
` [PATCH v2 2/7] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v2 3/7] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v2 4/7] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v2 5/7] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on 64K pagesize system
` [PATCH v2 6/7] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v2 7/7] selftest/cgroup: fix zswap attempt_writeback() on 64K pagesize system

[PATCH 1/5] selftests/cgroup: detect and handle global zswap state in test_zswap
 2026-03-13  2:59 UTC  (6+ messages)
` [PATCH 2/5] selftests/cgroup: avoid OOM in test_swapin_nozswap

[PATCH 1/2] selftests/bpf: Fix read_iter buffer termination in test_bpffs
 2026-03-13  2:49 UTC  (5+ messages)
` [PATCH 2/2] selftests/bpf: Skip bpffs debug iter checks when unavailable "

[PATCH 0/4] selftests/mm: skip several tests when thp is not available
 2026-03-13  2:43 UTC  (20+ messages)
` [RESEND PATCH 1/4] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [RESEND PATCH 2/4] selftests/mm: soft-dirty: skip two tests when thp is not available
` [RESEND PATCH 3/4] selftests/mm: split_huge_page_test: skip the test "
` [RESEND PATCH 4/4] selftests/mm: transhuge_stress: skip the test when thp "

[PATCH v7 0/4] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-13  2:30 UTC  (5+ messages)
` [PATCH v7 1/4] RDMA/nldev: Add dellink function pointer
` [PATCH v7 2/4] RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets
` [PATCH v7 3/4] RDMA/rxe: Support RDMA link creation and destruction per net namespace
` [PATCH v7 4/4] RDMA/rxe: Add testcase for net namespace rxe

[PATCH net-next v2 0/4] genetlink: apply reject policy for split ops on the dispatch path
 2026-03-13  1:20 UTC  (2+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-03-13  0:36 UTC  (8+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-13  0:33 UTC  (13+ messages)
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after "

[PATCH net-next 00/11] ethtool: Generic loopback support
 2026-03-13  0:21 UTC  (19+ messages)
` [PATCH net-next 02/11] ethtool: Add loopback netlink UAPI definitions

[PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[RFC net-next v2 12/12] selftests: drv-net: Add USO test
 2026-03-12 22:34 UTC 

[PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU
 2026-03-12 22:13 UTC  (2+ messages)

[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-12 22:05 UTC  (19+ messages)
` [PATCH v2 01/13] selftests/mm: restore default nr_hugepages value during cleanup in charge_reserved_hugetlb.sh
` [PATCH v2 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v2 03/13] selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.sh
` [PATCH v2 04/13] selftest/mm: fix cgroup task placement and tolerance "
` [PATCH v2 05/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v2 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH v2 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v2 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v2 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v2 10/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v2 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
` [PATCH v2 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v2 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[RFC patch 0/9] Add support for HiSilicon platforms and refactor
 2026-03-12 21:01 UTC  (9+ messages)
` [RFC patch 1/9] selftests/resctrl: Move CPU affinity and resctrl FS setup to child process
` [RFC patch 3/9] selftests/resctrl: Use dynamic linked list for iMC counters config
` [RFC patch 5/9] selftests/resctrl: Refactor CPU vendor detection to use lookup table
` [RFC patch 8/9] selftests/resctrl: Add support for HiSilicon MBM/MBA test

[PATCH 0/5] Revoke supported SEV VM types
 2026-03-12 20:04 UTC  (8+ messages)
` [PATCH 1/5] kvm/sev: don't expose unusable "
` [PATCH 4/5] kvm/sev: mask off firmware unsupported vm types
` [PATCH 5/5] selftests/kvm: teach sev_*_test about revoking VM types

[PATCH RFC v3 0/4] guest_memfd: Track amount of memory allocated on inode
 2026-03-12 19:00 UTC  (5+ messages)
` [PATCH RFC v3 2/4] KVM: guest_memfd: Set release always on guest_memfd mappings

[PATCH bpf-next v2] selftests/bpf: improve test coverage for kfunc call
 2026-03-12 18:22 UTC  (2+ messages)

[PATCH v15 0/8] support FEAT_LSUI
 2026-03-12 18:17 UTC  (8+ messages)
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI

[PATCH v5 0/4] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-12 18:04 UTC  (10+ messages)
` [PATCH v5 1/4] RDMA/nldev: Add dellink function pointer

[PATCH v16 0/8] support FEAT_LSUI
 2026-03-12 17:52 UTC  (9+ messages)
` [PATCH v16 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v16 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v16 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v16 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v16 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v16 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v16 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor
` [PATCH v16 8/8] arm64: Kconfig: add support for LSUI

[PATCH net-next 0/5] tools: ynl: policy query support
 2026-03-12 17:17 UTC  (5+ messages)

[PATCH bpf-next v5 0/2] Add wakeup_source iterators
 2026-03-12 17:13 UTC  (7+ messages)

[PATCH net-next v2 0/9] selftests: drivers: bash support for remote traffic generators
 2026-03-12 15:51 UTC  (12+ messages)
` [PATCH net-next v2 1/9] selftests: forwarding: extend ethtool_std_stats_get with pause statistics
` [PATCH net-next v2 2/9] selftests: net: extend lib.sh to parse drivers/net/net.config
` [PATCH net-next v2 3/9] selftests: net: add helpers for running a command on other targets
` [PATCH net-next v2 4/9] selftests: net: update some helpers to use run_on
` [PATCH net-next v2 5/9] selftests: drivers: hw: cleanup shellcheck warnings in the rmon test
` [PATCH net-next v2 6/9] selftests: drivers: hw: test rmon counters only on first interface
` [PATCH net-next v2 7/9] selftests: drivers: hw: replace counter upper limit with UINT32_MAX in rmon test
` [PATCH net-next v2 8/9] selftests: drivers: hw: update ethtool_rmon to work with a single local interface
` [PATCH net-next v2 9/9] selftests: drivers: hw: add test for the ethtool standard counters

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-12 14:36 UTC  (14+ messages)

[PATCH net-next v2 0/3] net: dpaa2-mac: export standard statistics
 2026-03-12 14:22 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: dpaa2-mac: extend APIs related to statistics
` [PATCH net-next v2 2/3] net: dpaa2-mac: retrieve MAC statistics in one firmware command
` [PATCH net-next v2 3/3] net: dpaa2-mac: export standard statistics

[PATCH RFC 0/7] selftests/sched: Add comprehensive SCHED_DEADLINE test suite
 2026-03-12 14:13 UTC  (9+ messages)
` [PATCH RFC 5/7] selftests/sched: Add SCHED_DEADLINE bandwidth tests to kselftest

[PATCH] selftests/mqueue: Fix incorrectly named file
 2026-03-12 14:02 UTC 

[PATCH bpf-next v3 0/6] bpf: Enhance __bpf_prog_map_compatible()
 2026-03-12 13:39 UTC  (6+ messages)
` [PATCH bpf-next v3 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs

[PATCH v2] rust: update `kernel::c_str!` documentation
 2026-03-12 13:24 UTC  (3+ messages)

[PATCH v4 00/10] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-12 13:02 UTC  (2+ messages)
` [PATCH v4 10/10] selftests: pci_endpoint: Skip "

[PATCH 0/4] selftests/mm: skip several tests when thp is not available
 2026-03-12 11:26 UTC  (6+ messages)
` [PATCH 1/4] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH 2/4] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH 2/4] selftests/mm: soft-dirty: skip two tests when thp "
` [PATCH 3/4] selftests/mm: split_huge_page_test: skip the test when thp is "
` [PATCH 4/4] selftests/mm: transhuge_stress: skip the test when thp "

[PATCH net v5 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-12 11:06 UTC  (9+ messages)
` [PATCH net v5 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

[PATCH net-next v3 0/6] tcp: RFC 7323-compliant window retraction handling
 2026-03-12 11:01 UTC  (5+ messages)
` [PATCH net-next v3 2/6] mptcp: keep rcv_mwnd_seq in sync with subflow rcv_wnd

[ISSUE] cgroup: test_percpu_basic fails on PREEMPT_RT due to lazy percpu stat flushing
 2026-03-12 10:30 UTC  (5+ messages)

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-12  9:37 UTC  (9+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v2 1/2] mm: prevent droppable mappings from being locked
 2026-03-12  8:55 UTC  (7+ messages)

[PATCH bpf-next v1] selftests/bpf: Improve tc_tunnel test reliability
 2026-03-12  8:35 UTC 

[PATCH] selftests/futex: Bump up libnuma version check
 2026-03-12  7:29 UTC  (2+ messages)

[PATCH bpf v1] selftests/bpf: Fix sockmap_multi_channels reliability
 2026-03-12  7:25 UTC 

[PATCH bpf-next v1] selftests/bpf: Improve connect_force_port test reliability
 2026-03-12  6:20 UTC 

[PATCH v4 0/6] gpio: Refactor and add selftest
 2026-03-12  4:52 UTC  (5+ messages)
` [PATCH v4 1/6] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()

[PATCH net-next 5/9] selftests: ovpn: add notification parsing and matching
 2026-03-12  3:17 UTC  (2+ messages)

[PATCH 0/4] tools/nolibc: add err.h
 2026-03-12  3:15 UTC  (2+ messages)

[PATCH net v4 0/5] selftests: net: fix false failures due to missing features and host interference
 2026-03-12  3:12 UTC  (5+ messages)
` [PATCH net v4 3/5] selftests: net: rename pmtu.sh to pmtu-test.sh

[PATCH net-next 10/11] netdevsim: Add module EEPROM simulation via debugfs
 2026-03-12  2:52 UTC  (2+ messages)
` [net-next,10/11] "

[PATCH net-next 03/11] ethtool: Add loopback GET/SET netlink implementation
 2026-03-12  2:51 UTC  (2+ messages)
` [net-next,03/11] "


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