Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-25 06:52:57 to 2026-05-26 23:55:04 UTC [more...]

[PATCH v2 00/10] selftests/vfio: igb: Add driver for Intel
 2026-05-26 23:54 UTC  (11+ messages)
` [PATCH v2 01/10] selftests/vfio: igb: Add driver for IGB QEMU device
` [PATCH v2 02/10] selftests/vfio: igb: Use PHY internal loopback on 82576
` [PATCH v2 03/10] selftests/vfio: igb: Use advanced TX and RX descriptors
` [PATCH v2 04/10] selftests/vfio: igb: Program MSI-X interrupt routing
` [PATCH v2 05/10] selftests/vfio: igb: Extend memcpy completion timeout for line-rate hardware
` [PATCH v2 06/10] selftests/vfio: igb: Disable PCIe completion timeout retries
` [PATCH v2 07/10] selftests/vfio: Add vfio_pci_irq_reenable() helper
` [PATCH v2 08/10] selftests/vfio: igb: Factor hardware programming into igb_hw_init()
` [PATCH v2 09/10] selftests/vfio: igb: Recover after DMA-read faults
` [PATCH v2 10/10] selftests/vfio: igb: Use offical IGB headers in selftest driver

[GIT PULL] kunit fixes update for Linux 7.1.-rc6
 2026-05-26 23:41 UTC  (2+ messages)

[PATCH v3 0/4] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-26 21:30 UTC  (12+ messages)
` [PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting

[PATCH net-next v9 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-26 20:34 UTC  (3+ messages)
` [PATCH net-next v9 1/2] "
` [PATCH net-next v9 2/2] selftests: net: add local ECMP rehash test

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-05-26 18:34 UTC  (4+ messages)

[PATCH net v2 0/2] nfc: llcp: two fixes for nfc_llcp_getsockopt()
 2026-05-26 18:27 UTC  (3+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-05-26 16:19 UTC  (14+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 02/12] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v2 03/12] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v2 04/12] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 06/12] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 08/12] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v2 09/12] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-05-26 15:32 UTC  (3+ messages)
` [PATCH RESEND 1/2] "
` [PATCH RESEND 2/2] selftest: seccomp: Adjust test for using both `STRICT` and `FILTER`

[PATCH] selftests/resctrl: Allow CAT testing when no exclusive cache exists
 2026-05-26 15:25 UTC  (4+ messages)

[PATCH net-next] selftests: net: add socat syslog for PPPoL2TP
 2026-05-26 15:23 UTC  (3+ messages)

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-05-26 15:19 UTC  (12+ messages)
` [PATCH v10 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v10 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length

[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
 2026-05-26 14:29 UTC  (13+ messages)
` [PATCH v3] "

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-26 13:41 UTC  (19+ messages)
` [RFC PATCH bpf-next v7 01/11] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v7 02/11] bpf: allow attaching struct_ops to cgroups
` [RFC PATCH bpf-next v7 03/11] libbpf: fix return value on memory allocation failure
` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v7 05/11] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v7 06/11] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v7 07/11] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [RFC PATCH bpf-next v7 08/11] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v7 09/11] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v7 10/11] selftests/bpf: Add selftest for memcg async reclaim via BPF
` [RFC PATCH bpf-next v7 11/11] samples/bpf: Add memcg priority control and async reclaim example

[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
 2026-05-26 13:05 UTC  (19+ messages)
` [PATCH v5 01/18] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
` [PATCH v5 02/18] mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgrade
` [PATCH v5 03/18] userfaultfd: gate must_wait writability check on pte_present()
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
` [PATCH v5 05/18] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v5 06/18] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v5 07/18] mm: rename uffd-wp PTE accessors "
` [PATCH v5 08/18] mm: add VM_UFFD_RWP VMA flag
` [PATCH v5 09/18] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v5 10/18] mm: preserve RWP marker across PTE rewrites
` [PATCH v5 11/18] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v5 12/18] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v5 13/18] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v5 14/18] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v5 15/18] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v5 16/18] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v5 17/18] selftests/mm: add userfaultfd RWP tests
` [PATCH v5 18/18] Documentation/userfaultfd: document RWP working set tracking

[PATCH v3 0/4] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-05-26 12:34 UTC  (11+ messages)
` [PATCH v3 1/4] tools/lib/mm: add shared file helpers
` [PATCH v3 2/4] tools/lib/mm: move hugepage_settings out of selftests

[PATCH 0/2] selftests/perf_events: fix test fail with optimizations
 2026-05-26  9:57 UTC  (2+ messages)

[PATCH v3 0/3] gpio: add kunit tests for GPIO core
 2026-05-26  9:20 UTC  (10+ messages)
` [PATCH v3 1/3] kunit: provide kunit_platform_device_register_full()
` [PATCH v3 2/3] kunit: provide kunit_platform_device_unregister()
` [PATCH v3 3/3] gpio: add kunit test cases for the GPIO subsystem

[PATCH v4 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-26  8:21 UTC  (32+ messages)
` [PATCH v4 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v4 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v4 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v4 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v4 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v4 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v4 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v4 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v4 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v4 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v4 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v4 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v4 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v4 14/14] Documentation/userfaultfd: document RWP working set tracking

[PATCH] selftests: Fix Makefile target for nsfs
 2026-05-26  8:01 UTC 

[PATCH v2 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-26  7:05 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/mm: refactor pkey test helpers and unify assertions
` [PATCH v2 2/2] selftests/mm: add missing mmap() return checks in pkey tests

[PATCH] selftests/resctrl: Add ARM vendor detection and fix non-contig CBM check
 2026-05-26  2:51 UTC  (2+ messages)

[PATCH] selftests/resctrl: Implement cl_flush() and sb() on aarch64
 2026-05-26  2:44 UTC 

[PATCH] selftests/resctrl: Skip L3_CAT when no exclusive cache portion exists
 2026-05-26  2:42 UTC 

[PATCH 0/3] selftests/futex: Migrate wait functional tests to harness
 2026-05-26  1:25 UTC  (6+ messages)
` [PATCH 1/3] selftests/futex: Migrate futex_wait "
` [PATCH 2/3] selftests/futex: Migrate futex_wait_private_mapped_file "
` [PATCH 3/3] selftests/futex: Migrate futex_wait_uninitialized_heap "

[PATCH 0/2] selftests/futex: Migrate functional tests to harness and fix validations
 2026-05-26  1:06 UTC  (7+ messages)
` [PATCH 1/2] selftests/futex: Migrate functional tests to harness
` [PATCH 2/2] selftests/futex: Correct validation logic in waitv
` [PATCH v2 0/2] selftests/futex: Migrate functional tests to harness and fix validations
  ` [PATCH v2 1/2] selftests/futex: Migrate functional tests to harness
  ` [PATCH v2 2/2] selftests/futex: Correct validation logic in waitv

[PATCH net v2 0/2] net: tls: fix async split record handling
 2026-05-25 20:30 UTC  (5+ messages)
` [PATCH net v2 1/2] net: tls: preserve split open record on async encrypt
` [PATCH net v2 2/2] selftests: net: add kTLS async split record regression

[PATCH rc v3 0/4] iommufd: Fix veventq_depth boundary
 2026-05-25 18:51 UTC  (5+ messages)
` [PATCH rc v3 1/4] iommufd: Fix data_len byte-count vs element-count mismatch
` [PATCH rc v3 2/4] iommufd: Move vevent memory allocation outside spinlock
` [PATCH rc v3 3/4] iommufd: Set veventq_depth upper bound
` [PATCH rc v3 4/4] iommufd/selftest: Add boundary tests for veventq_depth

[PATCH rc v2 0/4] iommufd: Fix veventq_depth boundary
 2026-05-25 18:41 UTC  (6+ messages)
` [PATCH rc v2 3/4] iommufd: Set veventq_depth upper bound
` [PATCH rc v2 4/4] iommufd/selftest: Add boundary tests for veventq_depth

[PATCH v2] bpf: replace pop/push emptiness check with bpf_list_empty()
 2026-05-25 18:14 UTC  (2+ messages)

[PATCH] bpf: replace pop/push emptiness check with bpf_list_empty()
 2026-05-25 18:08 UTC  (2+ messages)

[PATCH net-next 0/3] fbnic: Support larger io_uring zcrx buffers
 2026-05-25 18:06 UTC  (4+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-05-25 18:01 UTC  (9+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "

[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
 2026-05-25 17:51 UTC  (4+ messages)
` [PATCH v3 7/7] rust: doctest: use vertical import style

[PATCH 0/7] LoongArch: add KHO support and selftests
 2026-05-25 17:49 UTC  (10+ messages)
` [PATCH 1/7] LoongArch: Add KHO basic support
` [PATCH 2/7] LoongArch: kho: strip stale kho_handover= from reused cmdline
` [PATCH 7/7] selftests/kho: handle QEMU not exiting after kexec on LoongArch

[PATCH 1/3 net-next v4] ipv4: centralize devconf sysctl handling
 2026-05-25 17:12 UTC  (14+ messages)
` [PATCH 3/3 net-next v4] selftests: net: add test for IPv4 devconf netlink notifications

[PATCH v2 00/10] liveupdate: Remove limits on the number of files and sessions
 2026-05-25 16:27 UTC  (7+ messages)
` [PATCH v2 01/10] liveupdate: centralize state management into struct luo_ser
` [PATCH v2 02/10] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v2 03/10] liveupdate: Extract luo_session_deserialize_one helper

[PATCH bpf 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
 2026-05-25 14:26 UTC  (3+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "

[PATCH] KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESET
 2026-05-25 12:26 UTC  (3+ messages)

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2026-05-25 12:19 UTC  (10+ messages)
` [PATCH 2/2] "

[PATCH 1/4] selftests: livepatch: Introduce _remove_mod function
 2026-05-25 11:49 UTC  (3+ messages)

[PATCH 0/7] Usermode Indirect Branch Tracking
 2026-05-25 11:05 UTC  (5+ messages)
` [PATCH 4/7] x86: ban 32-bit sigreturn when user IBT enabled

[PATCH v2 00/24] dynamic-debug cleanups refactors maintenance + alignment fix
 2026-05-25  9:24 UTC  (3+ messages)
` [PATCH v2 19/24] dyndbg,module: make proper substructs in _ddebug_info

[PATCH v2 0/3] gpio: add kunit tests for GPIO core
 2026-05-25  8:51 UTC  (2+ messages)

[PATCH] selftests: livepatch: unset sub_make_done in case top level Makefile be overwritten
 2026-05-25  8:37 UTC 

[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
 2026-05-25  7:21 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