Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-02-18 01:01:09 to 2026-02-22 11:18:59 UTC [more...]

[PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized
 2026-02-22 11:18 UTC 

[PATCH] selftests: tc-testing: preserve list order when removing duplicates
 2026-02-22  9:55 UTC 

[PATCH net 0/2] bridge: Check relevant options in VLAN range grouping
 2026-02-22  8:53 UTC  (3+ messages)
` [PATCH net 1/2] bridge: Check relevant per-VLAN "
` [PATCH net 2/2] selftests: net: Add bridge VLAN range grouping tests

[PATCH v4 0/4] OPENAT2_REGULAR flag support in openat2
 2026-02-22  7:19 UTC  (8+ messages)
` [PATCH v4 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v4 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v4 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v4 4/4] mips/fcntl.h: "

[RFC PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-02-21 20:15 UTC  (4+ messages)
` [RFC PATCH 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [RFC PATCH 10/10] tools/testing/selftests/damon/config: "

[PATCH v5 0/6] cgroup/cpuset: Fix partition related locking issues
 2026-02-21 19:20 UTC  (7+ messages)
` [PATCH v5 4/6] cgroup/cpuset: Don't update isolated_cpus from CPU hotplug
` [PATCH v5 5/6] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
 2026-02-21 18:54 UTC  (9+ messages)
` [PATCH v6 1/8] cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()
` [PATCH v6 2/8] cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_cpumasks_hier()
` [PATCH v6 3/8] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH v6 4/8] cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changed
` [PATCH v6 5/8] kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" command
` [PATCH v6 6/8] cgroup/cpuset: Move housekeeping_update()/rebuild_sched_domains() together
` [PATCH v6 7/8] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
` [PATCH v6 8/8] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

[RFC PATCH v2 0/3] mm/damon: strictly respect min_nr_regions
 2026-02-21 18:03 UTC  (2+ messages)
` [RFC PATCH v2 3/3] mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test

[PATCH bpf-next v2 0/6] bpf: Introduce 64-bit bitops kfuncs
 2026-02-21 16:51 UTC  (18+ messages)
` [PATCH bpf-next v2 1/6] "
` [PATCH bpf-next v2 2/6] bpf, x86: Add 64-bit bitops kfuncs support for x86_64
` [PATCH bpf-next v2 3/6] bpf, arm64: Add 64-bit bitops kfuncs support
` [PATCH bpf-next v2 4/6] selftests/bpf: Add tests for 64-bit bitops kfuncs
` [PATCH bpf-next v2 5/6] selftests/bpf: Add __cpu_feature annotation for CPU-feature-gated tests
` [PATCH bpf-next v2 6/6] selftests/bpf: Add JIT disassembly tests for 64-bit bitops kfuncs

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-02-21 16:11 UTC  (16+ messages)
` [PATCH v4 1/3] kernfs: Don't set_nlink for directories being removed
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
` [PATCH v4 3/3] selftests: memcg: Add tests for "
` [syzbot ci] Re: kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support

RCU stalls running KUnit on mainline
 2026-02-21 14:10 UTC  (6+ messages)

[PATCH v3] selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices
 2026-02-21  9:56 UTC  (3+ messages)

[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
 2026-02-21  3:48 UTC  (7+ messages)

[PATCH 6.12.y 00/14] Address pkey self test failures
 2026-02-21  0:19 UTC  (18+ messages)
` [PATCH 6.12.y 01/14] selftests/mm: fix condition in uffd_move_test_common()
` [PATCH 6.12.y 02/14] selftests/mm: fix -Wmaybe-uninitialized warnings
` [PATCH 6.12.y 03/14] selftests/mm: fix strncpy() length
` [PATCH 6.12.y 04/14] selftests/mm: Define PKEY_UNRESTRICTED for pkey_sighandler_tests
` [PATCH 6.12.y 05/14] selftests/mm: Use generic pkey register manipulation
` [PATCH 6.12.y 06/14] selftests/mm: fix -Warray-bounds warnings in pkey_sighandler_tests
` [PATCH 6.12.y 07/14] selftests/mm: remove unused pkey helpers
` [PATCH 6.12.y 08/14] selftests/mm: define types using typedef in pkey-helpers.h
` [PATCH 6.12.y 09/14] selftests/mm: ensure pkey-*.h define inline functions only
` [PATCH 6.12.y 10/14] selftests/mm: remove empty pkey helper definition
` [PATCH 6.12.y 11/14] selftests/mm: ensure non-global pkey symbols are marked static
` [PATCH 6.12.y 12/14] selftests/mm: use sys_pkey helpers consistently
` [PATCH 6.12.y 13/14] selftests/mm: rename pkey register macro
` [PATCH 6.12.y 14/14] selftests/mm: skip pkey_sighandler_tests if support is missing

[PATCH] KVM: selftests: Test MADV_COLLAPSE on GUEST_MEMFD
 2026-02-20 23:59 UTC  (3+ messages)

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-02-20 23:54 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Wrap madvise() to assert success
` [PATCH v2 2/2] KVM: selftests: Test MADV_COLLAPSE on guest_memfd

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-20 23:25 UTC  (5+ messages)
` [PATCH v4 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-20 19:03 UTC  (6+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update

[PATCH 0/2] pid_namespace: make init creation more flexible
 2026-02-20 16:42 UTC  (3+ messages)
` [PATCH 1/2] pid_namespace: allow opening pid_for_children before init was created
` [PATCH 2/2] selftests: Add tests for creating pidns init via setns

[PATCH 0/2] kselftests: livepatch: One new test and one fix for older bash
 2026-02-20 14:12 UTC  (3+ messages)
` [PATCH 1/2] selftests: livepatch: test-ftrace: livepatch a traced function
` [PATCH 2/2] selftests: livepatch: functions.sh: Workaround heredoc on older bash

[PATCH v1 0/4] x86: Simplifying LAM
 2026-02-20 12:49 UTC  (2+ messages)
` [PATCH v1 4/4] selftests/lam: Add test cases for different LAM tag widths

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-20  9:09 UTC  (5+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH RFC net-next 0/4] tcp: RFC 7323-compliant window retraction handling
 2026-02-20  8:58 UTC  (6+ messages)
` [PATCH RFC net-next 1/4] tcp: implement RFC 7323 window retraction receiver requirements
` [PATCH RFC net-next 2/4] selftests/net: packetdrill: add tcp_rcv_wnd_shrink_nomem.pkt
` [PATCH RFC net-next 3/4] selftests/net: packetdrill: add tcp_rcv_wnd_shrink_allowed.pkt
` [PATCH RFC net-next 4/4] selftests/net: packetdrill: add tcp_rcv_toobig_back_to_back.pkt

[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-20  7:52 UTC  (16+ messages)
` [PATCH v3 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v3 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v3 03/11] gpio: sysfs: "
` [PATCH v3 04/11] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v3 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v3 06/11] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH v3 07/11] gpio: Add revocable provider handle for struct gpio_chip

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-02-20  0:42 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v2 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v2 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH v2 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v2 07/10] KVM: selftests: Use s32 instead of int32_t
` [PATCH v2 08/10] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v2 09/10] KVM: selftests: Use s16 instead of int16_t
` [PATCH v2 10/10] KVM: selftests: Use u8 instead of uint8_t

[PATCH v3 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-19 18:57 UTC  (15+ messages)
` [PATCH v3 1/3] kernfs: allow passing fsnotify event types
` [PATCH v3 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v3 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events

[PATCH v12 15/30] tracing: selftests: Add trace remote tests
 2026-02-19 17:56 UTC  (3+ messages)
` [PATCH v12 30/30] tracing: selftests: Add hypervisor "

[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-19 17:13 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH net v2 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-19 16:36 UTC  (10+ messages)
` [PATCH net v2 1/3] selftests/vsock: change tests to respect write-once child ns mode
` [PATCH net v2 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v2 3/3] vsock: document write-once behavior of the child_ns_mode sysctl

[PATCH net] vsock: lock down child_ns_mode as write-once
 2026-02-19 16:21 UTC  (6+ messages)

[PATCH net] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
 2026-02-19 15:10 UTC  (2+ messages)

[PATCH v11 15/30] tracing: selftests: Add trace remote tests
 2026-02-19 14:36 UTC  (4+ messages)

[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
 2026-02-19 12:00 UTC  (3+ messages)
` [PATCH bpf v3 5/9] i40e: fix registering XDP RxQ info

[PATCH] selftests/mm: skip migration tests if NUMA is unavailable
 2026-02-19  9:07 UTC  (6+ messages)

[PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-02-19  5:17 UTC  (6+ messages)
  ` Re: [PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter
      `  "

[PATCH bpf v2] selftests/bpf: Remove hexdump dependency
 2026-02-18 23:20 UTC  (3+ messages)

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-18 21:45 UTC  (13+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
 2026-02-18 18:44 UTC  (5+ messages)
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support for prog_load

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-02-18 18:42 UTC 

Question about redundant copies of json-writer.c
 2026-02-18 18:11 UTC 

[PATCH net-next v2 1/2] selftests: drv-net: rss: validate min RSS table size
 2026-02-18 15:45 UTC  (9+ messages)

[PATCH v2 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-18 11:23 UTC  (7+ messages)
` [PATCH v2 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion

[PATCH bpf-next v2 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage
 2026-02-18  9:25 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix selftest/xsk single test selection
 2026-02-18  9:20 UTC 

[PATCH net] eth: fbnic: Add validation for MTU changes
 2026-02-18  6:33 UTC  (2+ messages)

[PATCH net] selftests: tc_actions: don't dump 2MB of \0 to stdout
 2026-02-18  1:20 UTC  (2+ messages)


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