linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-23 14:11:05 to 2025-06-26 06:10:23 UTC [more...]

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-06-26  6:10 UTC  (9+ messages)
` [PATCH v4 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v4 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v4 03/15] kbuild: doc: add label for userprogs section
` [PATCH v4 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v4 05/15] init: add nolibc build support
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v4 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v4 08/15] kunit: tool: Don't overwrite test status based on subtest counts

[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
 2025-06-26  5:55 UTC  (22+ messages)

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-06-26  5:22 UTC  (7+ messages)
` [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH] selftests/mm: remove duplicate .gitignore entries
 2025-06-26  4:02 UTC  (2+ messages)

[PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
 2025-06-26  0:22 UTC  (5+ messages)

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-25 23:06 UTC  (21+ messages)
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops

[PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll
 2025-06-25 22:12 UTC  (11+ messages)
` [PATCH net-next v2 1/4] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v2 2/4] selftests: drv-net: Improve bpftrace utility error handling
` [PATCH net-next v2 3/4] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

[PATCH net-next v11 0/8] Support rate management on traffic classes in devlink and mlx5
 2025-06-25 18:30 UTC  (9+ messages)
` [PATCH net-next v11 1/8] netlink: introduce type-checking attribute iteration for nlmsg
` [PATCH net-next v11 2/8] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next v11 3/8] selftest: netdevsim: Add devlink rate tc-bw test
` [PATCH net-next v11 4/8] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next v11 5/8] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next v11 6/8] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next v11 7/8] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw
` [PATCH net-next v11 8/8] selftests: drv-net: Add test for devlink-rate traffic class bandwidth distribution

[PATCH 0/3] tools/nolibc: add support for SuperH
 2025-06-25 15:52 UTC  (4+ messages)

[kvm-unit-tests PATCH v2] riscv: lib: sbi_shutdown add pass/fail exit code
 2025-06-25 15:47 UTC  (4+ messages)

[PATCH] selftests: net: fix resource leak in napi_id_helper.c
 2025-06-25 15:33 UTC 

[PATCH v5 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-25 15:22 UTC  (10+ messages)
` [PATCH v5 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v5 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v5 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v5 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v5 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v5 6/7] mm/maps: read proc/pid/maps under per-vma lock
` [PATCH v5 7/7] mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH v6 00/28] KVM: arm64: Implement support for SME
 2025-06-25 10:48 UTC  (29+ messages)
` [PATCH v6 01/28] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v6 02/28] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v6 03/28] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v6 04/28] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v6 05/28] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v6 06/28] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v6 07/28] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v6 08/28] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v6 09/28] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v6 10/28] KVM: arm64: Document the KVM ABI for SME
` [PATCH v6 11/28] KVM: arm64: Define internal features "
` [PATCH v6 12/28] KVM: arm64: Rename sve_state_reg_region
` [PATCH v6 13/28] KVM: arm64: Store vector lengths in an array
` [PATCH v6 14/28] KVM: arm64: Implement SME vector length configuration
` [PATCH v6 15/28] KVM: arm64: Support SME control registers
` [PATCH v6 16/28] KVM: arm64: Support TPIDR2_EL0
` [PATCH v6 17/28] KVM: arm64: Support SME identification registers for guests
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers
` [PATCH v6 19/28] KVM: arm64: Provide assembly for SME register access
` [PATCH v6 20/28] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v6 21/28] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v6 22/28] KVM: arm64: Expose SME specific state to userspace
` [PATCH v6 23/28] KVM: arm64: Context switch SME state for guests
` [PATCH v6 24/28] KVM: arm64: Handle SME exceptions
` [PATCH v6 25/28] KVM: arm64: Expose SME to nested guests
` [PATCH v6 26/28] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v6 27/28] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v6 28/28] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH net-next] selftests: forwarding: lib: Split setup_wait()
 2025-06-25 10:41 UTC 

[PATCH] selftests/arm64: Prevent build warnings from -Wmaybe-uninitialized
 2025-06-25 10:24 UTC  (2+ messages)

[PATCH v20 net-next 0/6] DUALPI2 patch
 2025-06-25 10:10 UTC  (7+ messages)
` [PATCH v20 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc

[PATCH net 03/10] netlink: specs: ethtool: replace underscores with dashes in names
 2025-06-25  9:51 UTC  (4+ messages)

[PATCH v2 0/3] tools/nolibc: add support for SuperH
 2025-06-25  9:47 UTC  (8+ messages)
` [PATCH v2 1/3] selftests/nolibc: fix EXTRACONFIG variables ordering
` [PATCH v2 2/3] selftests/nolibc: use file driver for QEMU serial
` [PATCH v2 3/3] tools/nolibc: add support for SuperH

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-25  9:33 UTC  (17+ messages)
` [PATCH v9 net-next 02/15] tcp: fast path functions later
` [PATCH v9 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v9 net-next 04/15] tcp: AccECN core
` [PATCH v9 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v9 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v9 net-next 08/15] tcp: sack option handling improvements
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v9 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK

[PATCH v3 2/2] selftests/bpf: Add testcases for BPF_ADD and BPF_SUB
 2025-06-25  1:50 UTC  (3+ messages)

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-06-25  1:09 UTC  (5+ messages)
` [PATCH v2 10/14] loongarch: Handle KCOV __init vs inline mismatches

[PATCH v3] selftests/mm: Fix UFFDIO_API usage with proper two-step feature negotiation
 2025-06-25  0:46 UTC 

[PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
 2025-06-24 23:19 UTC 

[PATCH 0/2] Possible TTY privilege escalation in TIOCSTI ioctl
 2025-06-24 20:58 UTC  (5+ messages)
` [PATCH 2/2] selinux: add capability checks for "

[PATCH] selftests/kexec: fix test_kexec_jump build and ignore generated binary
 2025-06-24 20:14 UTC 

[PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
 2025-06-24 20:05 UTC  (4+ messages)

[PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
 2025-06-24 20:05 UTC  (4+ messages)

[PATCH] selftests: kvm: Fix spelling of 'occurrences' in sparsebit.c comments
 2025-06-24 19:38 UTC  (2+ messages)

[PATCH v3 00/13] KVM: Make irqfd registration globally unique
 2025-06-24 19:38 UTC  (2+ messages)

[PATCH rc v2 0/4] Fix iommufd selftest FAIL and warnings with v6.16
 2025-06-24 18:00 UTC  (5+ messages)
` [PATCH rc v2 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
` [PATCH rc v2 2/4] iommufd/selftest: Add missing close(mfd) in memfd_mmap()
` [PATCH rc v2 3/4] iommufd/selftest: Add asserts testing global mfd
` [PATCH rc v2 4/4] iommufd/selftest: Fix build warnings due to uninitialized mfd

[PATCH net-next] selftests: net: add netpoll basic functionality test
 2025-06-24 16:38 UTC  (4+ messages)

[PATCH] mm/selftests: improve UFFD-WP feature detection in KSM test
 2025-06-24 15:17 UTC  (10+ messages)
` [PATCH v2] selftests/mm: Fix UFFDIO_API usage with proper two-step feature negotiation

[PATCH v3] selftests: riscv: add misaligned access testing
 2025-06-24 12:47 UTC  (4+ messages)

[PATCH] selftests/nolibc: avoid GCC 15 -Wunterminated-string-initialization
 2025-06-24 11:08 UTC  (3+ messages)

[PATCH] selftests/mm: add test for (BATCH_PROCESS)MADV_DONTNEED
 2025-06-24 10:46 UTC  (3+ messages)
  ` [PATCH] selftests: add basic test for MADV_POPULATE_(READ|WRITE)

[PATCH] selftests/kexec: ignore selftest binary
 2025-06-24  8:56 UTC  (2+ messages)

[kvm-unit-tests PATCH] riscv: lib: sbi_shutdown add exit code
 2025-06-24  8:41 UTC  (4+ messages)

[PATCH] ksm_tests: Skip hugepage test when Transparent Hugepages are disabled
 2025-06-24  8:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-06-24  7:29 UTC  (3+ messages)
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-24  6:39 UTC  (5+ messages)
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-24  4:16 UTC  (3+ messages)
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-24  0:49 UTC  (15+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing

[PATCH net-next 0/2] selftests: drv-net: stats: use skip instead of xfail
 2025-06-24  0:20 UTC  (2+ messages)

[PATCH v3] rust: kunit: use crate-level mapping for `c_void`
 2025-06-23 23:12 UTC  (2+ messages)

[PATCH v2 17/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
 2025-06-23 22:11 UTC  (2+ messages)

[PATCH v2 05/23] KVM: arm64: Cleanup PMU includes
 2025-06-23 22:04 UTC  (2+ messages)

[PATCH v3 0/4] tools/nolibc: MIPS: entrypoint cleanups and N32/N64 ABIs
 2025-06-23 21:25 UTC  (5+ messages)
` [PATCH v3 1/4] tools/nolibc: MIPS: drop $gp setup
` [PATCH v3 2/4] tools/nolibc: MIPS: drop manual stack pointer alignment
` [PATCH v3 3/4] tools/nolibc: MIPS: drop noreorder option
` [PATCH v3 4/4] tools/nolibc: MIPS: add support for N64 and N32 ABIs

[PATCH 0/4] selftests/nolibc: integrate with kselftests
 2025-06-23 20:24 UTC  (7+ messages)
` [PATCH 3/4] selftests/nolibc: rename Makefile

[PATCH] selftests: ptrace: add set_syscall_info to .gitignore
 2025-06-23 18:34 UTC 

[PATCH v2 03/23] arm64: cpufeature: Add cpucap for PMICNTR
 2025-06-23 18:25 UTC  (2+ messages)

[PATCH net-next RFC] selftests: net: add netpoll basic functionality test
 2025-06-23 17:44 UTC  (9+ messages)

[PATCH bpf-next] selftests/bpf: Support ppc64el in vmtest
 2025-06-23 16:40 UTC  (2+ messages)

[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
 2025-06-23 14:11 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).