Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-03-05 10:16:38 to 2026-03-06 17:11:11 UTC [more...]

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-03-06 17:01 UTC  (25+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [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 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 v10 18/30] KVM: arm64: Support SME priority registers
` [PATCH v10 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v10 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v10 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v10 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v10 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v10 24/30] KVM: arm64: Handle SME exceptions

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-03-06 17:08 UTC  (3+ messages)

[PATCH v2] selftests/bpf: avoid jump seq limit in verif_scale_pyperf600
 2026-03-06 16:23 UTC  (3+ messages)

[PATCH RFC 0/7] selftests/sched: Add comprehensive SCHED_DEADLINE test suite
 2026-03-06 16:10 UTC  (8+ messages)
` [PATCH RFC 1/7] selftests/sched: Add SCHED_DEADLINE test framework infrastructure
` [PATCH RFC 2/7] selftests/sched: Add SCHED_DEADLINE utility library
` [PATCH RFC 3/7] selftests/sched: Integrate SCHED_DEADLINE tests into kselftest framework
` [PATCH RFC 4/7] selftests/sched: Add basic SCHED_DEADLINE functionality tests
` [PATCH RFC 5/7] selftests/sched: Add SCHED_DEADLINE bandwidth tests to kselftest
` [PATCH RFC 6/7] selftests/sched: Add SCHED_DEADLINE fair_server "
` [PATCH RFC 7/7] selftests/sched: Add SCHED_DEADLINE ENQUEUE_REPLENISH bug test

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-03-06 15:42 UTC  (25+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v10 02/15] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map

[PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-03-06 15:29 UTC  (3+ messages)
` [PATCH 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [PATCH 10/10] selftests/damon/config: "

[PATCH 0/5] sched_ext: bypass state machine cleanup and selftest
 2026-03-06 15:02 UTC  (8+ messages)
` [PATCH 1/5] sched_ext: Remove deprecated SCX_OPS_HAS_CGROUP_WEIGHT flag
` [PATCH 2/5] sched_ext: Add comments to scx_bypass() for bypass depth semantics
` [PATCH 3/5] sched_ext: Use rcu_dereference_bh() in scx_bypass_lb_timerfn()
` [PATCH 4/5] sched_ext/selftests: Add bypass mode operational test
` [PATCH 5/5] sched_ext: Document scx_bypass_depth migration path

[PATCH] kthread: remove kthread_exit()
 2026-03-06 14:44 UTC  (2+ messages)

[PATCH 0/2] kselftests: livepatch: One new test and one fix for older bash
 2026-03-06 14:38 UTC  (6+ 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 v13 15/32] tracing: selftests: Add trace remote tests
 2026-03-06 14:35 UTC  (2+ messages)
` [PATCH v13 30/32] tracing: selftests: Add hypervisor "

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-06 14:34 UTC  (19+ messages)
` [PATCH bpf v3 1/5] bpf, sockmap: Annotate af_unix sock::sk_state data-races
  ` [PATCH bpf v3 1/5] bpf, sockmap: Annotate af_unix sock^sk_state data-races
` [PATCH bpf v3 2/5] bpf, sockmap: Use sock_map_sk_{acquire,release}() where open-coded
` [PATCH bpf v3 3/5] bpf, sockmap: Fix af_unix iter deadlock
` [PATCH bpf v3 4/5] selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock

[PATCH 1/5] sched_ext: Remove deprecated SCX_OPS_HAS_CGROUP_WEIGHT flag
 2026-03-06 14:06 UTC  (3+ messages)

[PATCH net v3 0/6] selftests: net: fix false failures due to missing features and host interference
 2026-03-06 13:42 UTC  (8+ messages)
` [PATCH net v3 1/6] selftests: net: fib_tests: skip rp_filter test if cls_basic is unavailable
` [PATCH net v3 2/6] selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupported
` [PATCH net v3 3/6] selftests: net: run reuseport tests in netns to avoid port conflicts
` [PATCH net v3 4/6] selftests: net: rename pmtu.sh to pmtu-test.sh
` [PATCH net v3 5/6] selftests: net: run pmtu.sh in netns to avoid host firewall interference
` [PATCH net v3 6/6] selftests: net: io_uring_zerocopy: enable io_uring for the test

[PATCH v2] selftests: net: forwarding: fix IPv6 address leak in cleanup
 2026-03-06 13:27 UTC  (2+ messages)

[PATCH net-next 5/9] selftests: ovpn: add notification parsing and matching
 2026-03-06 13:19 UTC  (8+ messages)
` [PATCH net-next 7/9] selftests: ovpn: check asymmetric peer-id
` [PATCH net-next 8/9] selftests: ovpn: add test for the FW mark feature

[PATCH 5/5] sched_ext: Document scx_bypass_depth migration path
 2026-03-06 12:49 UTC 

[PATCH 4/5] sched_ext/selftests: Add bypass mode operational test
 2026-03-06 12:49 UTC 

[PATCH 3/5] sched_ext: Use rcu_dereference_bh() in scx_bypass_lb_timerfn()
 2026-03-06 12:48 UTC 

[PATCH 2/5] sched_ext: Add comments to scx_bypass() for bypass depth semantics
 2026-03-06 12:48 UTC 

[PATCH net v4 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-06 12:38 UTC  (9+ messages)
` [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

[PATCH v2 0/2] selftests/arm64: Fix sve2p1_sigill() and add cmpbr_sigill() for hwcap test
 2026-03-06 12:26 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/arm64: Implement cmpbr_sigill() to "

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-06 12:13 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: Fix const qualifier warning in fexit_bpf2bpf.c
 2026-03-06 12:11 UTC  (6+ messages)

[PATCH] selftests/bpf: skip verif_scale_pyperf600 on -E2BIG jump complexity limit
 2026-03-06 12:08 UTC  (6+ messages)

[PATCH] selftests: sched: drop unnecessary rpath from Makefile
 2026-03-06 11:44 UTC  (2+ messages)

[RFC patch 0/9] Add support for HiSilicon platforms and refactor
 2026-03-06 10:45 UTC  (2+ messages)

[PATCH v2 0/9] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-03-06 10:35 UTC  (9+ messages)
` [PATCH v2 1/9] selftests/resctrl: Improve accuracy of cache occupancy test
` [PATCH v2 2/9] selftests/resctrl: Do not store iMC counter value in counter config structure
` [PATCH v2 4/9] selftests/resctrl: Support multiple events associated with iMC
` [PATCH v2 9/9] selftests/resctrl: Reduce L2 impact on CAT test

[PATCH v3 1/2] selftests/bpf: filter by pid to avoid cross-test interference
 2026-03-06  8:33 UTC  (2+ messages)
` [PATCH v3 2/2] selftests/bpf: drop serial restriction

[PATCH 0/4] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-06  8:27 UTC  (6+ messages)
` [PATCH 1/4] RDMA/rxe: Add testcase for net namespace rxe
` [PATCH 2/4] RDMA/nldev: Add dellink function pointer
` [PATCH 3/4] RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets
` [PATCH 4/4] RDMA/rxe: Support RDMA link creation and destruction per net namespace

[PATCH] kselftest/coredump: Fix test failure due to __builtin_trap()
 2026-03-06  8:18 UTC 

[PATCH net-next v2 0/3] ethtool: Dynamic RSS context indirection table resizing
 2026-03-06  8:13 UTC  (4+ messages)
` [PATCH net-next v2 2/3] bnxt_en: Resize RSS contexts on channel count change

[PATCH net-next v1 0/2] selftests: rds: refactor and expand rds selftests test
 2026-03-06  7:43 UTC  (5+ messages)

[PATCH 1/2] selftests/cgroup: Fix hardcoded page size in test_percpu_basic
 2026-03-06  7:18 UTC  (2+ messages)
` [PATCH 2/2] selftests/cgroup: include slab in test_percpu_basic memory check

[PATCH 00/27] Nested virtualization for KVM RISC-V
 2026-03-06  7:04 UTC  (7+ messages)
` [PATCH 01/27] RISC-V: KVM: Fix error code returned for Smstateen ONE_REG
` [PATCH 02/27] RISC-V: KVM: Fix error code returned for Ssaia ONE_REG
` [PATCH 03/27] RISC-V: KVM: Check host Ssaia extension when creating AIA irqchip

[PATCH v3 v3 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors
 2026-03-06  2:47 UTC  (3+ messages)

[RFC PATCH 7/7] dyndbg-test: test keyword !value negation
 2026-03-06  1:50 UTC 

[PATCH v6 0/5] bpf: Extend the bpf_list family of APIs
 2026-03-06  0:52 UTC  (9+ messages)
` [PATCH v6 1/5] bpf: Introduce the bpf_list_del kfunc
` [PATCH v6 2/5] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH v6 4/5] selftests/bpf: Add test cases for bpf_list_del/add/is_edge/empty

[PATCH v6 3/5] bpf: Add bpf_list_is_edge/empty kfuncs
 2026-03-06  0:47 UTC  (3+ messages)

[PATCH] selftests: do not override CFLAGS set by the build environment
 2026-03-06  0:21 UTC 

[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-03-05 23:55 UTC  (5+ messages)

[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-05 23:35 UTC  (10+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock

[PATCH v2 0/2] selftests/bpf: make probe_user safe for parallel runs
 2026-03-05 23:10 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/bpf: probe_user: filter by pid to avoid cross-test interference

[PATCH v2 0/2] selftests/bpf: fix bpf_cookie failures
 2026-03-05 23:10 UTC  (2+ messages)

[PATCH 0/4] ASoC: cs35l56: More KUnit tests for speaker ID
 2026-03-05 22:49 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/5] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-03-05 20:15 UTC  (3+ messages)
` [PATCH v3 3/5] KVM: x86/pmu: Refresh Host-Only/Guest-Only eventsel at nested transitions

[PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-05 19:42 UTC  (8+ messages)

[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-05 18:49 UTC  (9+ messages)
` [PATCH v5 08/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-03-05 17:26 UTC  (6+ messages)
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Increase 'maxnode' for guest_memfd tests
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH 1/4] selftests: riscv: Add definition of BIT() macro
 2026-03-05 16:10 UTC  (2+ messages)

[PATCH net v4 0/2] net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop and add selftest
 2026-03-05 16:10 UTC  (2+ messages)

[PATCH net v5 0/9] Address XDP frags having negative tailroom
 2026-03-05 16:10 UTC  (14+ messages)
` [PATCH net v5 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH net v5 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH net v5 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH net v5 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH net v5 5/9] i40e: fix registering XDP RxQ info
` [PATCH net v5 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH net v5 7/9] libeth, idpf: use truesize "
` [PATCH net v5 8/9] net: enetc: "
` [PATCH net v5 9/9] xdp: produce a warning when calculated tailroom is negative

[PATCH v6 00/14] sparc64: vdso: Switch to the generic vDSO library
 2026-03-05 15:17 UTC  (2+ messages)

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-05 11:58 UTC  (4+ messages)
` [PATCH v3 3/8] module: Give 'enum pkey_id_type' a more specific name

[PATCH bpf v4 0/9] Address XDP frags having negative tailroom
 2026-03-05 11:48 UTC  (3+ messages)

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-03-05 10:16 UTC  (3+ messages)
` [PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU


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