Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-12 07:15:17 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 5/8] bpf: Add bpf_list_add to insert node after a given list node
 2026-05-12 12:05 UTC  (3+ messages)

[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 RESEND bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
 2026-05-12  9:36 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 RESEND bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
 2026-05-12  8:55 UTC  (3+ 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)


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