Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-04-18 10:59:42 to 2026-04-21 14:43:53 UTC [more...]

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 14:43 UTC  (4+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address

[PATCH 0/4] POE sigreturn fix and extra tests
 2026-04-21 14:42 UTC  (5+ messages)
` [PATCH 1/4] arm64: signal: Preserve POR_EL0 if poe_context is missing
` [PATCH 2/4] kselftest/arm64: Add POE as a feature in the signal tests
` [PATCH 3/4] kselftest/arm64: Add POE helpers to test_signals_utils.h
` [PATCH 4/4] kselftest/arm64: Add tests for POR_EL0 save/reset/restore

[PATCH bpf-next] bpf/selftests: fix uprobe_multi usage
 2026-04-21 14:33 UTC 

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-21 14:33 UTC  (11+ messages)

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-04-21 14:29 UTC  (35+ messages)
` [PATCH 01/23] sched/isolation: Add HK_TYPE_KERNEL_NOISE_BOOT & HK_TYPE_MANAGED_IRQ_BOOT
` [PATCH 02/23] sched/isolation: Enhance housekeeping_update() to support updating more than one HK cpumask
` [PATCH 03/23] tick/nohz: Make nohz_full parameter optional
` [PATCH 04/23] tick/nohz: Allow runtime changes in full dynticks CPUs
` [PATCH 05/23] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [PATCH 06/23] rcu/nocbs: Allow runtime changes in RCU NOCBS cpumask
` [PATCH 07/23] watchdog: Sync up with runtime change of isolated CPUs
` [PATCH 08/23] arm64: topology: Use RCU to protect access to HK_TYPE_TICK cpumask
` [PATCH 09/23] workqueue: Use RCU to protect access of HK_TYPE_TIMER cpumask
` [PATCH 10/23] cpu: "
` [PATCH 11/23] hrtimer: "
` [PATCH 12/23] net: Use boot time housekeeping cpumask settings for now
` [PATCH 13/23] sched/core: Use RCU to protect access of HK_TYPE_KERNEL_NOISE cpumask
` [PATCH 14/23] hwmon/coretemp: Use RCU to protect access of HK_TYPE_MISC cpumask
` [PATCH 15/23] Drivers: hv: Use RCU to protect access of HK_TYPE_MANAGED_IRQ cpumask
` [PATCH 16/23] genirq/cpuhotplug: "
` [PATCH 17/23] sched/isolation: Extend housekeeping_dereference_check() to cover changes in nohz_full or manged_irqs cpumasks
` [PATCH 18/23] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()
` [PATCH 20/23] cgroup/cpuset: Enable runtime update of HK_TYPE_{KERNEL_NOISE,MANAGED_IRQ} cpumasks
` [PATCH 21/23] cgroup/cpuset: Limit the side effect of using CPU hotplug on isolated partition
` [PATCH 22/23] cgroup/cpuset: Prevent offline_disabled CPUs from being used in "
` [PATCH 23/23] cgroup/cpuset: Documentation and kselftest updates

[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-21 13:45 UTC  (3+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH 2/2] selftests/mm: add kmemleak verbose dedup test

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-21 12:59 UTC  (33+ messages)
` [PATCH v2 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v2 14/53] selftests/mm: ksm_tests: use kselftest framework
` [PATCH v2 16/53] selftests/mm: protection_keys: "
` [PATCH v2 17/53] selftests/mm: uffd-stress: "
` [PATCH v2 18/53] selftests/mm: uffd-unit-tests: "
` [PATCH v2 19/53] selftests/mm: va_high_addr_switch: "
` [PATCH v2 38/53] selftests/mm: hugetlb-mmap: add setup of HugeTLB pages
` [PATCH v2 39/53] selftests/mm: hugetlb-mremap: "
` [PATCH v2 40/53] selftests/mm: hugetlb-shm: "
` [PATCH v2 41/53] selftests/mm: hugetlb-soft-online: "
` [PATCH v2 42/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH v2 43/53] selftests/mm: migration: "
` [PATCH v2 44/53] selftests/mm: pagemap_ioctl: "
` [PATCH v2 45/53] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH v2 46/53] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH v2 47/53] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v2 48/53] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH v2 49/53] selftests/mm: uffd-wp-mremap: "
` [PATCH v2 50/53] selftests/mm: va_high_addr_switch: "
` [PATCH v2 51/53] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH v2 52/53] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH v2 53/53] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[PATCH net v3 0/2] tcp: fix listener wakeup after reuseport migration
 2026-04-21 12:31 UTC  (3+ messages)
` [PATCH net v3 1/2] tcp: call sk_data_ready() after listener migration
` [PATCH net v3 2/2] selftests/bpf: check epoll readiness during reuseport migration

[PATCH v7 0/5] kunit: Add support for suppressing warning backtraces
 2026-04-21 11:50 UTC  (15+ messages)
` [PATCH v7 1/5] bug/kunit: Core "
` [PATCH v7 2/5] bug/kunit: Reduce runtime impact of warning backtrace suppression
` [PATCH v7 3/5] kunit: Add backtrace suppression self-tests
` [PATCH v7 4/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v7 5/5] kunit: Add documentation for warning backtrace suppression API

[PATCH net v2 0/2] tcp: fix listener wakeup after reuseport migration
 2026-04-21 11:16 UTC  (5+ messages)
` [PATCH net v2 1/2] tcp: call sk_data_ready() after listener migration
` [PATCH net v2 2/2] selftests/bpf: check epoll readiness after reuseport migration

[PATCH] selftests/bpf: Page out as late a possible in file_reader
 2026-04-21 10:52 UTC  (4+ messages)

[PATCH v3 bpf-next 1/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-21  9:18 UTC  (2+ messages)

[PATCH 0/2] cgroup/cpuset: fix DL rollback accounting and add a selftest
 2026-04-21  8:53 UTC  (13+ messages)
` [PATCH 1/2] cgroup/cpuset: record DL BW alloc CPU for attach rollback
` [PATCH 2/2] selftests/sched_ext: add cpuset DL rollback test

[PATCH net v4 0/2] net/sched: taprio: fix NULL pointer dereference in class dump
 2026-04-21  8:49 UTC  (3+ messages)
` [PATCH net v4 1/2] "

[PATCH v2 0/4] cgroup: dmem: add selftest helper, coverage, and VM runner
 2026-04-21  7:19 UTC  (5+ messages)
` [PATCH v2 1/4] cgroup: Add dmem_selftest module
` [PATCH v2 2/4] selftests: cgroup: Add dmem selftest coverage
` [PATCH v2 3/4] selftests: cgroup: Add vmtest-dmem runner based on hid vmtest
` [PATCH v2 4/4] selftests: cgroup: handle vmtest-dmem -b to test locally built kernel

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-21  2:12 UTC  (13+ messages)
` [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v3 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v3 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH net v2 0/2] tcp: symmetric challenge ACK for SEG.ACK > SND.NXT
 2026-04-21  1:41 UTC  (3+ messages)
` [PATCH net v2 1/2] tcp: send a challenge ACK on "
` [PATCH net v2 2/2] selftests/net: packetdrill: cover RFC 5961 5.2 challenge ACK on both edges

[PATCH v2 0/4] Firmware LSM hook
 2026-04-21  0:58 UTC  (12+ messages)

[GIT PULL] kselftest next update regression fixes for Linux 7.1-rc1
 2026-04-21  0:31 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: fix sock_ops rtt_min OOB read
 2026-04-20 23:00 UTC  (5+ messages)
` [PATCH 2/2] bpf: guard sock_ops rtt_min against non-locked tcp_sock
  ` [PATCH bpf v4 2/2] selftests/bpf: cover same-reg sock_ops rtt_min request_sock access
  ` [PATCH bpf v5 "

[PATCH] selftests: harness: Restore order of test functions
 2026-04-20 22:02 UTC  (2+ messages)

[PATCH net v2] selftests: netfilter: conntrack_sctp_collision.sh: Introduce SCTP INIT collision test
 2026-04-20 20:52 UTC  (3+ messages)

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 20:43 UTC  (6+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[PATCH RESEND v3] selftests/futex: Remove static keyword from 'head'
 2026-04-20 17:35 UTC 

[PATCH bpf v3 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-20 17:09 UTC  (5+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[PATCH net 0/2] mptcp: sync the msk->sndbuf at accept() time
 2026-04-20 16:19 UTC  (2+ messages)
` [PATCH net 2/2] selftests: mptcp: add a check for sndbuf of S/C

[PATCH net 0/2] tcp: symmetric challenge ACK for SEG.ACK > SND.NXT
 2026-04-20 15:38 UTC  (7+ messages)
` [PATCH net 1/2] tcp: send a challenge ACK on "
` [PATCH net 2/2] selftests/net: packetdrill: cover "

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

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-20 14:31 UTC  (5+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-20 14:27 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-20 13:53 UTC  (15+ messages)
` [PATCH v7 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH AUTOSEL 6.18] selftests: net: bridge_vlan_mcast: wait for h1 before querier check
 2026-04-20 13:18 UTC 

[PATCH 0/5] liveupdate: Remove limits on the number of files and sessions
 2026-04-20 13:26 UTC  (8+ messages)
` [PATCH 1/5] liveupdate: Remove limit on the number of sessions

[PATCH v5 6/6] selftests/bpf: tc_tunnel validate decap GSO state
 2026-04-20 11:19 UTC  (2+ messages)

[PATCH v2] selftests: harness: fix pidfd leak in __wait_for_test
 2026-04-20 10:15 UTC  (2+ messages)

[PATCH v2 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-04-20  9:46 UTC  (5+ messages)

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-20  9:46 UTC  (7+ messages)
` [PATCH 02/53] selftests/mm: khugepaged: enable collapse_single_pte_entry_compound for shmem

[PATCH v5 00/14] selftests/mm: fix failures and robustness improvements
 2026-04-20  7:26 UTC  (3+ messages)
` [PATCH v5 13/14] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category

[PATCH] selftests: harness: fix pidfd leak in __wait_for_test
 2026-04-20  7:19 UTC  (2+ messages)

[PATCH] selftests/seccomp: add Alpha support to seccomp_bpf
 2026-04-20  5:13 UTC  (4+ messages)

[PATCH v4 2/2] selftest: add tests for O_EMPTYPATH
 2026-04-19 13:21 UTC 

[PATCH net-next v4 0/5] net: bridge: mcast: support exponential field encoding
 2026-04-18 14:49 UTC  (5+ messages)
` [PATCH net-next v4 5/5] selftests: net: bridge: add MRC and QQIC field encoding tests

[PATCH net 0/2] tcp: fix listener wakeup after reuseport migration
 2026-04-18 13:30 UTC  (4+ messages)
` [PATCH net 1/2] tcp: call sk_data_ready() after listener migration


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