Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-03-18 11:51:52 to 2026-03-19 17:39:14 UTC [more...]

[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-19 17:37 UTC  (6+ messages)
` [PATCH 1/7] memcg: Scale up vmstats flush threshold with log2(nums_possible_cpus)
` [PATCH 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH 5/7] selftests: memcg: Reduce the expected swap.peak with larger "

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 17:23 UTC  (15+ messages)
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH v4 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-19 17:21 UTC  (8+ messages)
` [PATCH v4 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v4 2/5] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH v4 3/5] selftests/mm: move write_file helper to vm_util
` [PATCH v4 4/5] selftests/mm: split_huge_page_test: skip the test when thp is not available
` [PATCH v4 5/5] selftests/mm: transhuge_stress: skip the test when thp "

[PATCH v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
 2026-03-19 17:07 UTC  (33+ messages)
` [PATCH v13 RESEND 01/14] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 RESEND 02/14] arm64/ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v13 RESEND 03/14] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 RESEND 04/14] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 RESEND 05/14] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 RESEND 06/14] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 RESEND 07/14] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 RESEND 08/14] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 RESEND 09/14] arm64: entry: Convert to generic entry
` [PATCH v13 RESEND 10/14] arm64: Inline el0_svc_common()
` [PATCH v13 RESEND 11/14] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 RESEND 12/14] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v13 RESEND 13/14] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 RESEND 14/14] selftests: sud_test: Support aarch64

[PATCH] selftests: x86: test_shadow_stack: return KSFT_SKIP when test is skipped
 2026-03-19 16:38 UTC  (2+ messages)

[PATCH bpf-next v8 0/8] bpf: Extend the bpf_list family of APIs
 2026-03-19 16:18 UTC  (6+ messages)
` [PATCH bpf-next v8 1/8] bpf: refactor kfunc checks using table-driven approach in verifier
` [PATCH bpf-next v8 2/8] bpf: refactor __bpf_list_del to take list node pointer

[PATCH] selftests: ALSA: Skip utimer test when CONFIG_SND_UTIMER is not enabled
 2026-03-19 16:05 UTC  (2+ messages)

[PATCH net-next v2 00/13] net: sleepable ndo_set_rx_mode
 2026-03-19 15:54 UTC  (24+ messages)
` [PATCH net-next v2 01/13] net: add address list snapshot and reconciliation infrastructure
  ` [Intel-wired-lan] "
` [PATCH net-next v2 02/13] wifi: cfg80211: use __rtnl_unlock in nl80211_pre_doit
  ` [Intel-wired-lan] "
` [PATCH net-next v2 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
  ` [Intel-wired-lan] "
` [PATCH net-next v2 04/13] net: move promiscuity handling into dev_rx_mode_work
  ` [Intel-wired-lan] "
` [PATCH net-next v2 05/13] fbnic: convert to ndo_set_rx_mode_async
  ` [Intel-wired-lan] "
` [PATCH net-next v2 06/13] mlx5: "
  ` [Intel-wired-lan] "
` [PATCH net-next v2 07/13] bnxt: "
  ` [Intel-wired-lan] "
` [PATCH net-next v2 08/13] bnxt: use snapshot in bnxt_cfg_rx_mode
  ` [Intel-wired-lan] "
` [PATCH net-next v2 09/13] iavf: convert to ndo_set_rx_mode_async
` [PATCH net-next v2 10/13] netdevsim: "
` [PATCH net-next v2 11/13] dummy: "
` [PATCH net-next v2 12/13] net: warn ops-locked drivers still using ndo_set_rx_mode
` [PATCH net-next v2 13/13] selftests: net: add team_bridge_macvlan rx_mode test

[PATCH v3] selftests/mm: Add UFFDIO_MOVE huge zeropage PMD regression test
 2026-03-19 15:42 UTC  (2+ messages)

[PATCH] selftests/cpu-hotplug: Fix check for cpu hotplug not supported
 2026-03-19 15:38 UTC 

[RFC net-next 14/15] selftests: net: add ipxlat coverage
 2026-03-19 15:12 UTC 

[PATCH] selftests/bpf: trampoline_count: use dedicated bpf_testmod target
 2026-03-19 15:08 UTC  (10+ messages)
` [PATCH v2] selftests/bpf: trampoline_count: use dedicated target function
` [PATCH v2] selftests/bpf: move trampoline_count to dedicated bpf_testmod target

[PATCH v3 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-19 15:08 UTC  (7+ messages)

[PATCH] vfio: selftests: Build tests on aarch64
 2026-03-19 15:01 UTC  (5+ messages)

[PATCH net-next 0/3] tcp: fix scaled no-shrink rwnd quantization slack
 2026-03-19 14:51 UTC  (6+ messages)
` [PATCH net-next 1/3] selftests: packetdrill: stop pinning rwnd in tcp_ooo_rcv_mss
` [PATCH net-next 2/3] tcp: keep scaled no-shrink window representable

[PATCH bpf-next v3] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-19 14:47 UTC  (2+ messages)

[PATCH 0/8] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-03-19 14:35 UTC  (11+ messages)
` [PATCH 1/8] selftests: livepatch: test-syscall: Check for ARCH_HAS_SYSCALL_WRAPPER
` [PATCH 2/8] selftests: livepatch: test-kprobe: Replace true/false mod param by 1/0
` [PATCH 3/8] selftests: livepatch: test-kprobe: Check if kprobes can work with livepatches

[PATCH net-next 1/2] net: page_pool: support dumping pps of a specific ifindex via Netlink
 2026-03-19 14:14 UTC  (3+ messages)
` [PATCH net-next 2/2] selftests: net: add tests for filtered dumps of page pool

[PATCH] selftests: alsa: add config for required kernel options
 2026-03-19 12:43 UTC  (3+ messages)

[PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3
 2026-03-19 12:00 UTC  (2+ messages)

[PATCH v7 0/4] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-19 11:56 UTC  (2+ messages)

[PATCH net-next v5 0/4] selftests: net: fix false failures due to missing features and host interference
 2026-03-19 10:31 UTC  (5+ messages)
` [PATCH net-next v5 1/4] selftests: net: run reuseport in an isolated netns
` [PATCH net-next v5 2/4] selftests: net: rename pmtu.sh to pmtu-test.sh
` [PATCH net-next v5 3/4] selftests: net: run pmtu.sh in netns to avoid host firewall interference
` [PATCH net-next v5 4/4] selftests: net: io_uring_zerocopy: enable io_uring for the test

[PATCH net-next] selftests/net: packetdrill: improve tcp_rcv_neg_window.pkt
 2026-03-19  9:30 UTC  (2+ messages)

[PATCH 0/3] Skip subrange map tests on DWC iATU allocation failure
 2026-03-19  8:47 UTC  (9+ messages)
` [PATCH 1/3] selftests: pci_endpoint: Skip subrange map test if iATU allocation fails
` [PATCH 2/3] PCI: endpoint: pci-epf-test: Handle -ENOSPC in subrange map test
` [PATCH 3/3] misc: pci_endpoint_test: Handle -ENOSPC in subrange mapping test case

[PATCH] selftests: net: broadcast_pmtu: Fix false failure from incorrect ping exit code logic
 2026-03-19  8:37 UTC 

[linus:master] [selftests/harness] 6be2681514: kernel-selftests.user_events.abi_test.user.flags.fail
 2026-03-19  8:04 UTC 

[PATCH] vfio: selftests: Support DMR and GNR-D DSA devices
 2026-03-19  7:27 UTC 

[PATCH] selftests/bpf: add a 32-bit bounds deduction case
 2026-03-19  7:10 UTC  (3+ messages)

[RFC PATCH v2 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-19  5:21 UTC  (6+ messages)
` [RFC PATCH v2 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v2 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH v2 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v2 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v2 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status

[PATCH net-next v3] selftests: bonding: add test for stacked bond header_parse recursion
 2026-03-19  3:58 UTC 

[PATCH net-next v3 2/2] selftests: add check for seg6 tunsrc
 2026-03-19  3:50 UTC  (4+ messages)

[PATCH net-next v2] selftests/vsock: auto-detect kernel for guest VMs
 2026-03-19  3:10 UTC  (2+ messages)

[PATCH net-next v6 0/4] ethtool: Dynamic RSS context indirection table resizing
 2026-03-19  2:23 UTC  (6+ messages)
` [PATCH net-next v6 1/4] ethtool: Track user-provided RSS indirection table size
` [PATCH net-next v6 2/4] ethtool: Add RSS indirection table resize helpers
` [PATCH net-next v6 3/4] bnxt_en: Resize RSS contexts on channel count change
` [PATCH net-next v6 4/4] selftests: rss_drv: Add RSS indirection table resize tests

[RFC net-next 0/3] tls_sw: add tx record zero padding
 2026-03-19  1:35 UTC  (10+ messages)
` [RFC net-next 1/3] net/tls_sw: support randomized "

[PATCH net] selftests: drv-net: ping: Wait for carrier after toggling offloads
 2026-03-19  1:25 UTC  (4+ messages)

[PATCH net v2 0/2] team: fix header_ops type confusion and add selftest
 2026-03-19  1:18 UTC  (3+ messages)
` [PATCH net v2 2/2] selftests: team: add non-Ethernet header_ops reproducer

[PATCH net v2] selftests: bonding: add test for stacked bond header_parse recursion
 2026-03-19  1:09 UTC  (2+ messages)

[PATCH net-next v2 0/2] selftests: rds: add config file and config.sh -c option
 2026-03-19  0:46 UTC  (3+ messages)
` [PATCH net-next v2 1/2] selftests: rds: add tools/testing/selftests/net/rds/config
` [PATCH net-next v2 2/2] selftests: rds: Add -c config option to rds/config.sh

[PATCH v2] selftests/bpf: modify_return: isolate fmod_ret hooks by pid
 2026-03-19  0:44 UTC  (2+ messages)

[PATCH] selftests/bpf: trampoline_count: use dedicated target function
 2026-03-19  0:14 UTC  (2+ messages)

[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-03-19  0:08 UTC 

[PATCH bpf-next] selftests/bpf: perf_link: avoid failures in concurrent mode
 2026-03-19  0:10 UTC  (2+ messages)

[PATCH net-next 0/6] net: devmem: support devmem with netkit devices
 2026-03-19  0:01 UTC  (8+ messages)
` [PATCH net-next 5/6] selftests: drv-net: add netkit devmem RX test

[PATCH net-next] tools: ynl: rework policy access to support recursion
 2026-03-18 23:50 UTC  (5+ messages)

[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
 2026-03-18 20:55 UTC  (6+ messages)

[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-18 20:53 UTC  (2+ messages)

[net-next v3 12/12] selftests: drv-net: Add USO test
 2026-03-18 19:13 UTC 

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-03-18 17:55 UTC  (30+ messages)
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v10 05/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v10 06/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v10 07/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v10 08/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v10 09/30] KVM: arm64: Define internal features for SME
` [PATCH v10 10/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v10 11/30] KVM: arm64: Store vector lengths in an array
` [PATCH v10 12/30] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v10 13/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v10 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v10 15/30] KVM: arm64: Support SME control registers
` [PATCH v10 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v10 17/30] KVM: arm64: Support SME identification registers for guests

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-18 17:05 UTC  (3+ messages)
` [PATCH bpf v3 1/5] bpf, sockmap: Annotate af_unix sock::sk_state data-races

[PATCH 0/9] Kernel API Specification Framework
 2026-03-18 16:51 UTC  (19+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 5/9] kernel/api: add API specification for sys_open

[PATCH net-next 02/11] ethtool: Add loopback netlink UAPI definitions
 2026-03-18 15:59 UTC  (11+ messages)

[PATCH v4 0/8] lib/glob: bug fixes, new features, and tests
 2026-03-18 15:54 UTC  (5+ messages)

[PATCH v4 0/2] tools/nolibc: add err.h
 2026-03-18 15:50 UTC  (3+ messages)
` [PATCH v4 1/2] tools/nolibc: add support for program_invocation_{,short_}name
` [PATCH v4 2/2] tools/nolibc: add err.h

[PATCH v6 0/5] pid_namespace: make init creation more flexible
 2026-03-18 12:21 UTC  (6+ messages)
` [PATCH v6 1/5] pid_namespace: avoid optimization of accesses to ->child_reaper
` [PATCH v6 2/5] pid: check init is created first after idr alloc
` [PATCH v6 3/5] pid_namespace: allow opening pid_for_children before init was created
` [PATCH v6 4/5] selftests: Add tests for creating pidns init via setns
` [PATCH v6 5/5] MAINTAINERS: add a new entry for testing pidns init creation "

[PATCH v6 0/5] kunit: Add support for suppressing warning backtraces
 2026-03-18 11:51 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