Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-05 00:32:57 to 2026-05-07 12:00:22 UTC [more...]

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-05-07 11:58 UTC  (56+ messages)
` [PATCH v3 17/54] selftests/mm: protection_keys: use kselftest framework
` [PATCH v3 20/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 22/54] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
` [PATCH v3 23/54] selftests/mm: move HugeTLB helpers to hugepage_settings
` [PATCH v3 24/54] selftests/mm: hugepage_settings: use unsigned long in detect_hugetlb_page_size
` [PATCH v3 25/54] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH v3 26/54] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v3 28/54] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH v3 29/54] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH v3 30/54] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH v3 32/54] selftests/mm: gup_longterm: add setup of HugeTLB pages
` [PATCH v3 33/54] selftests/mm: gup_test: "
` [PATCH v3 36/54] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH v3 37/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 38/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 39/54] selftests/mm: hugetlb-mmap: "
` [PATCH v3 40/54] selftests/mm: hugetlb-mremap: "
` [PATCH v3 41/54] selftests/mm: hugetlb-shm: "
` [PATCH v3 42/54] selftests/mm: hugetlb-soft-online: "
` [PATCH v3 43/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 44/54] selftests/mm: migration: "
` [PATCH v3 45/54] selftests/mm: pagemap_ioctl: "
` [PATCH v3 47/54] selftests/mm: thuge-gen: "
` [PATCH v3 48/54] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v3 49/54] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH v3 50/54] selftests/mm: uffd-wp-mremap: "

[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
 2026-05-07 11:22 UTC 

[PATCH net-next v2 0/5] net: convert four more protocols to getsockopt_iter
 2026-05-07 10:57 UTC  (6+ messages)
` [PATCH net-next v2 1/5] mctp: convert "
` [PATCH net-next v2 2/5] llc: "
` [PATCH net-next v2 3/5] x25: "
` [PATCH net-next v2 4/5] kcm: "
` [PATCH net-next v2 5/5] selftests: net: getsockopt_iter: cleanup

[PATCH] killswitch: add per-function short-circuit mitigation primitive
 2026-05-07 10:47 UTC  (2+ messages)

[PATCH net-next 0/5] net: convert four more protocols to getsockopt_iter
 2026-05-07  9:29 UTC  (8+ messages)
` [PATCH net-next 1/5] can: isotp: convert "
` [PATCH net-next 2/5] can: j1939: "
` [PATCH net-next 3/5] mctp: "
` [PATCH net-next 4/5] llc: "
` [PATCH net-next 5/5] selftests: net: getsockopt_iter: address review nits

[PATCH] kunit: fix use-after-free in debugfs when using kunit.filter
 2026-05-07  8:48 UTC 

[PATCH v3] bpf: crypto: snapshot params before string validation
 2026-05-07  8:19 UTC  (3+ messages)

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-07  7:24 UTC  (12+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH net 00/12] net: shaper: fix various minor bugs
 2026-05-07  7:10 UTC  (22+ messages)
` [PATCH net 01/12] net: shaper: drop redundant xa_lock() bracketing
` [PATCH net 02/12] net: shaper: flip the polarity of the valid flag
` [PATCH net 03/12] net: shaper: fix trivial ordering issue in net_shaper_commit()
` [PATCH net 04/12] net: shaper: try to avoid violating RCU
` [PATCH net 05/12] net: shaper: reject duplicate leaves in GROUP request
` [PATCH net 06/12] selftests: drv-net: add shaper test for duplicate leaves
` [PATCH net 07/12] net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doit
` [PATCH net 08/12] net: shaper: fix undersized reply skb allocation in GROUP command
` [PATCH net 09/12] tools: ynl: add scope qualifier for definitions
` [PATCH net 10/12] net: shaper: reject handle IDs exceeding internal bit-width
` [PATCH net 11/12] net: shaper: enforce singleton NETDEV scope with id 0
` [PATCH net 12/12] net: shaper: reject QUEUE scope handle with missing id

[PATCH 0/2] mm/khugepaged: fix sub-PMD MADV_COLLAPSE range handling
 2026-05-07  7:05 UTC  (3+ messages)
` [PATCH 1/2] mm/khugepaged: fix spurious -EINVAL from sub-PMD MADV_COLLAPSE range
` [PATCH 2/2] selftests/mm: add MADV_COLLAPSE sub-PMD range tests

[PATCH net-next 0/6] bridge: Add selective forwarding of gratuitous neighbor announcements
 2026-05-07  6:54 UTC  (7+ messages)
` [PATCH net-next 1/6] bridge: uapi: Add neigh_forward_grat netlink attributes

[PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-05-07  5:52 UTC  (3+ messages)

[PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
 2026-05-07  4:49 UTC  (2+ messages)

[PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-05-07  4:29 UTC  (2+ messages)

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-07  3:46 UTC  (5+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH net-next v8 1/2] net: pppoe: implement GRO/GSO support
 2026-05-07  3:36 UTC  (2+ messages)

[PATCH net-next v2 0/6] net: devmem: support devmem with netkit devices
 2026-05-07  2:34 UTC  (6+ messages)
` [PATCH net-next v2 1/6] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next v2 2/6] net: devmem: support TX over NETMEM_TX_NO_DMA devices

[PATCH] KVM: arm64: Add memslot for ST_GPA_BASE in check_steal_time_uapi()
 2026-05-07  1:35 UTC  (2+ messages)

[PATCH net 00/11] mptcp: pm: misc. fixes for v7.1-rc3
 2026-05-07  1:30 UTC  (4+ messages)
` [PATCH net 10/11] selftests: mptcp: check output: catch cmd errors
` [PATCH net 11/11] selftests: mptcp: pm: restrict 'unknown' check to pm_nl_ctl

[PATCH v2 net-next 0/8] ptp: Add PHC timestamp quality attributes
 2026-05-07  0:39 UTC  (6+ messages)
` [PATCH v2 net-next 5/8] net: ena: PHC: Check return code before setting timestamp output

[PATCH net 2/3] ovpn: ensure packet delivery happens with BH disabled
 2026-05-06 23:11 UTC  (3+ messages)

[PATCH] KVM: riscv: selftests: add check_supported_reg() into get-reg-list test
 2026-05-06 22:00 UTC  (2+ messages)

[PATCH nf-next v2 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
 2026-05-06 17:27 UTC  (7+ messages)
` [PATCH nf-next v2 1/6] net: netfilter: Add ether_type to net_device_path_ctx
` [PATCH nf-next v2 2/6] net: netfilter: Add encap_proto to flow_offload_tunnel
` [PATCH nf-next v2 3/6] net: netfilter: Add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next v2 4/6] selftests: netfilter: nft_flowtable.sh: Add IPv4 over IPv6 flowtable selftest
` [PATCH nf-next v2 5/6] net: netfilter: Add SIT tunnel flowtable acceleration
` [PATCH nf-next v2 6/6] selftests: netfilter: nft_flowtable.sh: Add SIT flowtable selftest

[PATCH nf-next 0/4] Add IPv4 over IPv6 flowtable SW acceleration
 2026-05-06 17:27 UTC  (6+ messages)
` [PATCH nf-next 1/4] net: netfilter: Add ether_type to net_device_path_ctx
` [PATCH nf-next 2/4] net: netfilter: Add encap_proto to flow_offload_tunnel
` [PATCH nf-next 3/4] net: netfilter: Add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next 4/4] selftests: netfilter: nft_flowtable.sh: Add IPv4 over IPv6 flowtable selftest

[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-06 16:18 UTC  (3+ messages)

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-05-06 16:14 UTC  (2+ messages)

[PATCH net-next v6 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-06 15:39 UTC  (4+ messages)
` [PATCH net-next v6 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v6 2/2] selftests: openvswitch: add pop_vlan test

[PATCH v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-06 15:38 UTC  (4+ messages)
` [PATCH v5 3/4] Documentation: document panic_on_unrecoverable_memory_failure sysctl

[PATCH net-next v5 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-06 15:36 UTC  (5+ messages)
` [PATCH net-next v5 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v5 2/2] selftests: openvswitch: add pop_vlan test

[PATCH v3 0/2] mm/kmemleak: dedupe verbose scan output
 2026-05-06 12:58 UTC  (3+ messages)
` [PATCH v3 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH v3 2/2] selftests/mm: add kmemleak verbose dedup test

[PATCH v5 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-05-06 12:26 UTC  (3+ messages)

[PATCH net-next v8 2/2] selftests: net: test PPPoE packets in gro.sh
 2026-05-06 12:14 UTC  (2+ messages)

[PATCH v2 0/2] selftests/cgroup: Fix false positive failures in test_percpu_basic
 2026-05-06 12:10 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/cgroup: Fix hardcoded page size "

[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-06 10:11 UTC  (13+ messages)
` [PATCH v8 1/4] bug/kunit: Core "
` [PATCH v8 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v8 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v8 4/4] kunit: Add documentation for warning backtrace suppression API

[PATCH] selftests/clone3: Fix capability dropping by using standard libcap API
 2026-05-06  8:16 UTC  (4+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-06  8:07 UTC  (2+ messages)

[PATCH v2 0/6] selftests/resctrl: Add dynamic linked list management for IMC counters
 2026-05-06  7:17 UTC  (4+ messages)
` [PATCH v2 1/6] selftests/resctrl: Introduced "

[PATCH v3] RDMA/CM: add RDMA CM observability regression scripts
 2026-05-06  6:03 UTC 

[PATCH v5 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
 2026-05-06  5:23 UTC  (2+ messages)

[PATCH net-next v3 2/2] selftests: net: add tests for filtered dumps of page pool
 2026-05-06  3:48 UTC 

[RESEND PATCH v3] selftests/futex: fix the failed futex_requeue test issue
 2026-05-06  3:35 UTC  (2+ messages)

[PATCH v6 0/2] selftests/futex: fix the failed futex_requeue test issue
 2026-05-06  3:25 UTC  (3+ messages)
` [PATCH v6 1/2] selftests/futex: implement the interfaces related to threads
` [PATCH v6 2/2] selftests/futex: fix the failed futex_requeue test issue

[PATCH net-next v3 00/10] selftests: rds: Log collection, TAP compliance and cleanups
 2026-05-06  2:30 UTC  (2+ messages)

[PATCH net-next v7 0/3] selftests: drv-net: convert so_txtime to drv-net
 2026-05-06  1:20 UTC  (2+ messages)

[PATCH 1/2 net v2] ipv6: addrconf: fix temp address generation after prefix deprecation
 2026-05-05 22:28 UTC  (2+ messages)
` [PATCH 2/2 net v2] selftests: fib_tests: add temporary IPv6 address renewal test

[PATCH 1/2] vfio: selftests: Add support of creating multiple iommus from iommufd
 2026-05-05 22:14 UTC  (2+ messages)
` [PATCH 2/2] vfio: selftests: Add iommufd multi iommu test

[PATCH] kselftest: fix doc for ksft_test_result_report()
 2026-05-05 18:41 UTC  (2+ messages)

[PATCH net v2 2/2] selftests/net: add packetdrill test for locked SO_RCVBUF SWS
 2026-05-05 18:23 UTC  (2+ messages)

[PATCH net v2 1/2] tcp: protect locked SO_RCVBUF from Silly Window Syndrome
 2026-05-05 18:19 UTC  (2+ messages)

[PATCH v3 0/6] selftests/liveupdate: add memfd tests
 2026-05-05 16:32 UTC  (5+ messages)

[PATCH 00/11] mlx5 support for VFIO self test
 2026-05-05 16:05 UTC  (23+ messages)
` [PATCH 05/11] selftests: Add additional kernel functions to tools/include/
` [PATCH 07/11] vfio: selftests: Allow drivers to specify required region size
` [PATCH 08/11] vfio: selftests: Add dev_dbg
` [PATCH 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH 10/11] vfio: selftests: Add mlx5 driver - data path and memcpy ops

[PATCH v2] selftests/mm: use pattern matching in .gitignore
 2026-05-05 15:22 UTC 

[PATCH net v2 0/2] openvswitch: fix self-deadlock on release of tunnel vports
 2026-05-05 13:30 UTC  (5+ messages)
` [PATCH net v2 2/2] selftests: openvswitch: add tests for tunnel vport refcounting

[PATCH 1/3 net-next v3] ipv4: centralize devconf sysctl handling
 2026-05-05 12:46 UTC  (4+ messages)
` [PATCH 2/3 net-next v3] ipv4: handle devconf post-set actions on netlink updates

[RFC PATCH] selftests/mm: use pattern matching in .gitignore
 2026-05-05 10:53 UTC  (2+ messages)

[PATCH 00/17] dynamic-debug cleanups refactors maintenance
 2026-05-05  8:05 UTC  (3+ messages)
` [PATCH 12/17] dyndbg,module: make proper substructs in _ddebug_info

[PATCH v3 0/9] Kernel API Specification Framework
 2026-05-05  7:45 UTC  (11+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v3 2/9] kernel/api: enable kerneldoc-based API specifications

[PATCH v4 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-05-05  3:47 UTC  (4+ messages)

[PATCH net-next 0/3] net: Convert AF_NETLINK and AF_VSOCK to getsockopt_iter API
 2026-05-05  2:20 UTC  (2+ messages)

[PATCH net-next v6 0/5] net: bridge: mcast: support exponential field encoding
 2026-05-05  2:20 UTC  (3+ messages)

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-05-05  1:28 UTC  (4+ messages)

[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
 2026-05-05  0:30 UTC  (6+ messages)
` [PATCH 1/5] x86/kvm: Reset prev_steal_time and prev_steal_time_rq when enabling steal time
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal "
` [PATCH 3/5] KVM: x86: account KVM_SET_CLOCK downtime in "
` [PATCH 4/5] KVM: selftests: Test steal time when re-adding a vCPU on a new thread
` [PATCH 5/5] KVM: selftests: Test KVM_SET_CLOCK downtime in steal time


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