Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-12 11:12:44 to 2026-05-13 10:05:54 UTC [more...]

[PATCH v2] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
 2026-05-13 10:05 UTC  (2+ messages)

[PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
 2026-05-13  9:25 UTC  (4+ messages)

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-13  9:24 UTC  (6+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-13  9:18 UTC  (9+ messages)
` [PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH] selftests/perf_events: Fix mmap() error check in sigtrap_threads
 2026-05-13  8:55 UTC  (2+ messages)

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

[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-13  7:54 UTC  (15+ 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 v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-05-13  7:49 UTC  (3+ messages)
` [PATCH v9 3/5] drivers: firmware: add riscv SSE support

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-05-13  7:39 UTC  (6+ messages)

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

[PATCH net] selftests: net: Fix checksums in xdp_native
 2026-05-13  7:23 UTC 

[PATCH v6 00/14] selftests/mm: fix failures and robustness improvements
 2026-05-13  6:40 UTC  (4+ messages)

[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-13  6:26 UTC  (23+ 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 v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking

[PATCH v8 4/4] kunit: Add documentation for warning backtrace suppression API
 2026-05-13  6:12 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: cope with slow env in so_txtime.py test
 2026-05-13  3:45 UTC  (2+ messages)

[PATCH 0/3] selftests/mm: assorted fixes for hmm-tests
 2026-05-13  3:06 UTC  (2+ messages)

[PATCH 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-13  2:42 UTC  (6+ messages)
` [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support

[PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-13  2:40 UTC  (4+ messages)
` [PATCH v2 1/3] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v2 2/3] mm/hmm: add hmm_range_fault_unlockable() for mmap lock-drop support
` [PATCH v2 3/3] selftests/mm: add userfaultfd test for HMM unlockable path

[PATCH] selftests/cgroup: Fix error path leaks in test_percpu_basic
 2026-05-13  2:39 UTC 

[PATCH] vfio: selftests: Add driver for IGB QEMU device
 2026-05-13  2:12 UTC  (3+ messages)

[PATCH bpf-next v14 0/8] bpf: Extend BPF syscall with common attributes support
 2026-05-13  2:10 UTC  (12+ 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 net-next v1 0/9] selftests: rds: Add ROCE support to rds selftests
 2026-05-13  1:54 UTC  (3+ messages)

[PATCH net-next v10 2/2] selftests: net: test PPPoE packets in gro.sh
 2026-05-13  1:33 UTC 

[PATCH] KVM: selftests: Check guest memfd validity with flags
 2026-05-13  1:19 UTC  (3+ messages)

[PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
 2026-05-13  1:01 UTC  (3+ messages)

[PATCH v4 0/2] Support BPF traversal of wakeup sources
 2026-05-13  0:51 UTC  (3+ messages)

[PATCH] selftests/mm: Fix mmap() return value check in run_migration_benchmark
 2026-05-13  0:42 UTC  (6+ messages)

[PATCH v2 0/3] KVM: x86: Virtualize AMD CPUID faulting
 2026-05-13  0:04 UTC  (5+ messages)
` [PATCH v2 2/3] "

[PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
 2026-05-13  0:03 UTC  (2+ messages)

[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
 2026-05-12 23:43 UTC  (15+ 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 RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-12 22:30 UTC  (6+ messages)
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
 2026-05-12 21:33 UTC  (3+ messages)

[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
 2026-05-12 21:29 UTC  (4+ messages)
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update

[PATCH 0/5] liveupdate: Remove limits on the number of files and sessions
 2026-05-12 20:41 UTC  (15+ 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 20:24 UTC  (10+ messages)
` [PATCH 2/2] KVM: selftests: Fix FD double-close in kvm_vm_release()

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-12 18:53 UTC  (4+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg

[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 net-next v2 0/6] Bluetooth: convert remaining bluetooth socket families to getsockopt_iter
 2026-05-12 17:50 UTC  (7+ messages)
` [PATCH net-next v2 2/6] Bluetooth: hci_sock: convert "
` [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] 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 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] 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)


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