Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-11 23:48:37 to 2026-05-12 19:18:21 UTC [more...]

[PATCH 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-12 19:18 UTC  (5+ messages)
` [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-12 18:53 UTC  (8+ messages)
` [PATCH RFC 1/5] memcg: Track exported dma-buffers
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
` [PATCH RFC 3/5] security: dma-heap: Add dma_heap_alloc LSM hook
` [PATCH RFC 4/5] selinux: Restrict cross-cgroup dma-heap charging
` [PATCH RFC 5/5] selftests/dmabuf-heaps: Add dma-buf memcg accounting tests

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

[PATCH v5 0/7] driver core: remove software node from platform devices on device release
 2026-05-12 18:15 UTC  (13+ messages)
` [PATCH v5 1/7] platform/surface: gpe: use platform_device_register_full()
` [PATCH v5 2/7] driver core: platform: make the swnode check stricter
` [PATCH v5 3/7] driver core: platform: provide platform_device_add_software_node()
` [PATCH v5 4/7] drm/xe/i2c: use platform_device_add_software_node()
` [PATCH v5 5/7] driver core: platform: remove software node on release()
` [PATCH v5 6/7] kunit: provide kunit_software_node_register()
` [PATCH v5 7/7] driver core: platform: tests: add test cases for correct swnode removal

[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-12 18:11 UTC  (19+ messages)
` [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v2 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v2 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v2 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle

[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-12 17:58 UTC  (12+ messages)
` [PATCH v6 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v6 2/4] mm/memory-failure: classify get_any_page() failures by reason
` [PATCH v6 3/4] mm/memory-failure: add panic option for unrecoverable pages

[PATCH net-next v2 0/6] Bluetooth: convert remaining bluetooth socket families to getsockopt_iter
 2026-05-12 17:50 UTC  (8+ messages)
` [PATCH net-next v2 1/6] Bluetooth: hci_sock: write the full optval for getsockopt
` [PATCH net-next v2 2/6] Bluetooth: hci_sock: convert to getsockopt_iter
` [PATCH net-next v2 3/6] Bluetooth: ISO: "
` [PATCH net-next v2 4/6] Bluetooth: RFCOMM: "
` [PATCH net-next v2 5/6] Bluetooth: L2CAP: "
` [PATCH net-next v2 6/6] Bluetooth: SCO: "

[PATCH net-next 0/7] net: convert remaining bluetooth socket families to getsockopt_iter
 2026-05-12 17:50 UTC  (2+ messages)

[PATCH v2] selftests/cgroup: check malloc return value in alloc_anon functions
 2026-05-12 17:37 UTC  (2+ messages)

[PATCH bpf-next v14 0/8] bpf: Extend BPF syscall with common attributes support
 2026-05-12 16:23 UTC  (10+ messages)
` [PATCH bpf-next v14 1/8] "
` [PATCH bpf-next v14 2/8] libbpf: Add support for extended BPF syscall
` [PATCH bpf-next v14 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v14 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v14 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v14 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v14 7/8] libbpf: "
` [PATCH bpf-next v14 8/8] selftests/bpf: Add tests to verify map create failure log

[PATCH] KVM: selftests: sync_regs_test: use KVM_SYNC_X86_VALID_FIELDS
 2026-05-12 16:13 UTC  (5+ messages)
      ` [PATCH] KVM: selftests: sync_regs_test: drop stale TODO comment

[PATCH 0/5] liveupdate: Remove limits on the number of files and sessions
 2026-05-12 15:55 UTC  (12+ messages)
` [PATCH 1/5] liveupdate: Remove limit on the number of sessions
` [PATCH 2/5] liveupdate: Remove limit on the number of files per session
` [PATCH 3/5] selftests/liveupdate: Test session and file limit removal
` [PATCH 4/5] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH 5/5] selftests/liveupdate: Add stress-files "

[PATCH 0/2] KVM: selftests: Fixes for guest_memfd_test and FD double-close
 2026-05-12 15:06 UTC  (9+ messages)
` [PATCH 2/2] KVM: selftests: Fix FD double-close in kvm_vm_release()

[PATCH v9 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-12 15:05 UTC  (3+ messages)

[PATCH 0/2] perf: Revert direct PMU stop for refresh limit
 2026-05-12 14:59 UTC  (3+ messages)
` [PATCH 1/2] selftests/perf_events: Add test for refresh limit signals
` [PATCH 2/2] Revert "perf: Fix the POLL_HUP delivery breakage"

[PATCH net v2 00/10] net: shaper: fix various minor bugs
 2026-05-12 14:40 UTC  (2+ messages)

[RFC PATCH v2 00/28] mm/damon: introduce data attributes monitoring
 2026-05-12 14:36 UTC  (2+ messages)
` [RFC PATCH v2 19/28] selftests/damon/sysfs.sh: test probes dir

[PATCH] selftests/watchdog: mention temperature in status help
 2026-05-12 14:24 UTC 

[PATCH] selftests/mm: Fix mmap() return value check in run_migration_benchmark
 2026-05-12 14:06 UTC  (6+ messages)

[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
 2026-05-12 13:59 UTC  (10+ messages)

[PATCH net v3 1/2] tcp: protect locked SO_RCVBUF from Silly Window Syndrome
 2026-05-12 13:28 UTC  (2+ messages)

[PATCH RESEND bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
 2026-05-12 12:05 UTC  (17+ messages)
` [PATCH RESEND bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
` [PATCH RESEND bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH RESEND bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH RESEND bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH RESEND bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH RESEND bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH RESEND bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH 0/5] io_uring/zcrx: add CQE based notifications and stats reporting
 2026-05-12 11:02 UTC  (5+ messages)
` [PATCH 1/5] io_uring/zcrx: notify user when out of buffers
` [PATCH 2/5] io_uring/zcrx: notify user on frag copy fallback

[PATCH] KVM: arm64: Add memslot for ST_GPA_BASE in check_steal_time_uapi()
 2026-05-12 10:39 UTC  (4+ messages)

[PATCH v5 nf-next] selftests: netfilter: Add bridge_fastpath.sh
 2026-05-12 10:34 UTC 

[PATCH 00/17] dynamic-debug cleanups refactors maintenance
 2026-05-12 10:12 UTC  (3+ messages)

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-05-12  9:28 UTC  (2+ messages)

[linus:master] [selftests] 465b05bae5: kernel-selftests.landlock.audit_test.audit.tsync_override_log_subdomains_off.fail
 2026-05-12  9:27 UTC  (2+ messages)

[PATCH v2 0/4] Firmware LSM hook
 2026-05-12  8:51 UTC  (11+ messages)

[PATCH net-next] selftests: net: add tests for PPPoL2TP
 2026-05-12  8:00 UTC  (2+ messages)

[PATCH] selftests/mm: check file initialization writes in split_huge_page_test
 2026-05-12  7:57 UTC  (2+ messages)

[PATCH net-next 0/5] netdevsim: get link via ethtool, set via sysfs
 2026-05-12  7:33 UTC  (5+ messages)

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

[PATCH net-next v9 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-12  7:08 UTC  (7+ messages)
` [PATCH net-next v10 "
  ` [PATCH v10 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
  ` [PATCH v10 2/2] selftests: openvswitch: add pop_vlan test
  ` [PATCH net-next v10 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
  ` [PATCH net-next v10 2/2] selftests: openvswitch: add pop_vlan test

[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
 2026-05-12  5:46 UTC  (13+ messages)
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal when enabling steal time
` [PATCH 3/5] KVM: x86: account KVM_SET_CLOCK downtime in "

[PATCH] selftests/cgroup: check malloc return value in alloc_anon functions
 2026-05-12  3:06 UTC  (2+ messages)

[PATCH bpf-next v13 6/8] bpf: Add syscall common attributes support for map_create
 2026-05-12  2:47 UTC  (4+ messages)

[PATCH bpf-next v13 1/8] bpf: Extend BPF syscall with common attributes support
 2026-05-12  2:41 UTC  (4+ messages)

[PATCH net-next 0/8] mptcp: pm: in-kernel: increase limits
 2026-05-12  1:19 UTC  (2+ messages)

[PATCH net-next v4 0/8] net: devmem: support devmem with netkit devices
 2026-05-12  1:18 UTC  (9+ messages)
` [PATCH net-next v4 1/8] net: convert netmem_tx flag to enum
` [PATCH net-next v4 2/8] net: netkit: declare NETMEM_TX_NO_DMA mode
` [PATCH net-next v4 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v4 4/8] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v4 5/8] selftests: drv-net: make attr _nk_guest_ifname public
` [PATCH net-next v4 6/8] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v4 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v4 8/8] selftests: drv-net: add netkit devmem tests

[PATCH v3 0/2] selftests/mm: use pattern matching in .gitignore
 2026-05-12  1:01 UTC  (2+ messages)

[PATCH net-next v4 1/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-12  0:27 UTC  (2+ messages)

[PATCH v4 00/10] KVM: nVMX: Improve performance for unmanaged guest memory
 2026-05-12  0:13 UTC  (4+ messages)
` [PATCH v4 08/10] KVM: x86: Add nested context management

[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
 2026-05-11 23:48 UTC  (11+ messages)
` [PATCH v4 07/16] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v4 08/16] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v4 09/16] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v4 10/16] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v4 11/16] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v4 12/16] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v4 13/16] vfio: selftests: Expose iommu_modes to tests
` [PATCH v4 14/16] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v4 15/16] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v4 16/16] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test


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