linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-16 07:38:08 to 2025-07-18 22:51:28 UTC [more...]

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-18 22:51 UTC  (20+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH 0/3] kselftest/arm64: Fixes for fp-ptrace on SME only systems
 2025-07-18 22:14 UTC  (4+ messages)
` [PATCH 1/3] kselftest/arm64: Test SME on SME only systems in fp-ptrace
` [PATCH 2/3] kselftest/arm64: Fix SVE write data generation for SME only systems
` [PATCH 3/3] kselftest/arm64: Handle attempts to disable SM on "

[PATCH 0/7] Replace "__auto_type" with "auto"
 2025-07-18 22:11 UTC  (10+ messages)
` [PATCH 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
` [PATCH 4/7] arch/nios: "
` [PATCH 5/7] arch/x86: "
` [PATCH 6/7] selftests/bpf: "
` [PATCH 7/7] tools/virtio: "

[PATCH] kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace
 2025-07-18 22:03 UTC 

[RESEND PATCH] selftests/pidfd: align stack to fix SP alignment exception
 2025-07-18 21:10 UTC  (5+ messages)

[PATCH RFC] selftests/pidfd: Fix duplicate-symbol warnings for SCHED_ CPP symbols
 2025-07-18 21:03 UTC  (2+ messages)

[PATCH 0/2] Fix undetected overflow when allocating IOVA
 2025-07-18 20:16 UTC  (14+ messages)
` [PATCH 1/2] iommufd: Prevent ALIGN() overflow
` [PATCH 2/2] iommufd/selftest: Test reserved regions near ULONG_MAX

[PATCH] kselftest/arm64: Allow sve-ptrace to run on SME only systems
 2025-07-18 18:33 UTC 

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-07-18 16:44 UTC  (20+ messages)
` [PATCH v5 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v5 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v5 03/15] kbuild: doc: add label for userprogs section
` [PATCH v5 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v5 05/15] init: add nolibc build support
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v5 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v5 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v5 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v5 10/15] kunit: Always descend into kunit directory during build
` [PATCH v5 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v5 12/15] kunit: Introduce UAPI testing framework
` [PATCH v5 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v5 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v5 15/15] kunit: uapi: Validate usability of /proc

[PATCH v2] selftests/damon: introduce _common.sh to host shared function
 2025-07-18 16:30 UTC  (2+ messages)

[PATCH] selftests/bpf: Add LPM trie microbenchmarks
 2025-07-18 15:05 UTC 

[PATCH v13 net-next 00/14] AccECN protocol patch series
 2025-07-18 14:20 UTC  (15+ messages)
` [PATCH v13 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v13 net-next 02/14] tcp: fast path functions later
` [PATCH v13 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v13 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v13 net-next 05/14] tcp: AccECN core
` [PATCH v13 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v13 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v13 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v13 net-next 09/14] tcp: sack option handling improvements
` [PATCH v13 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v13 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v13 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v13 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v13 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH net-next] selftests: tc: Add generic erspan_opts matching support for tc-flower
 2025-07-18 14:16 UTC 

[PATCH nf-next v4 0/2] Add IPIP flowtable SW acceleratio
 2025-07-18 13:14 UTC  (4+ messages)
` [PATCH nf-next v4 1/2] net: netfilter: Add IPIP flowtable SW acceleration
` [PATCH nf-next v4 2/2] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest

[PATCH 00/14] vdso: Add support for auxiliary clocks
 2025-07-18 12:02 UTC  (12+ messages)
` [PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2025-07-18  8:59 UTC  (5+ messages)
` [PATCH 1/2] selftests/eventpoll: Add test for multiple waiters
` [PATCH 2/2] eventpoll: Fix epoll_wait() report false negative

[PATCH] selftests/damon: introduce _common.sh to host shared function
 2025-07-18  6:27 UTC  (5+ messages)

[PATCH net v2 0/2] selftests: mptcp: connect: cover alt modes
 2025-07-18  1:33 UTC  (9+ messages)

[PATCH v24 net-next 0/6] DUALPI2 patch
 2025-07-17 23:24 UTC  (7+ messages)
` [PATCH v24 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v24 net-next 2/6] sched: Dump configuration and statistics "
` [PATCH v24 net-next 3/6] sched: Add enqueue/dequeue "
` [PATCH v24 net-next 4/6] selftests/tc-testing: Fix warning and style check on tdc.sh
` [PATCH v24 net-next 5/6] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v24 net-next 6/6] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH v11 iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-07-17 23:23 UTC  (2+ messages)
` [PATCH v11 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH v2] selftests/cgroup: improve the accuracy of cpu.max tests
 2025-07-17 18:12 UTC  (3+ messages)
` [PATCH v3] selftests/cgroup: fix "

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-07-17 15:24 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf

[PATCH v4 0/6] binder: Set up KUnit tests for alloc
 2025-07-17 14:41 UTC  (13+ messages)
` [PATCH v4 1/6] binder: Fix selftest page indexing
` [PATCH v4 2/6] binder: Store lru freelist in binder_alloc
` [PATCH v4 3/6] kunit: test: Export kunit_attach_mm()
` [PATCH v4 4/6] binder: Scaffolding for binder_alloc KUnit tests
` [PATCH v4 5/6] binder: Convert binder_alloc selftests to KUnit
` [PATCH v4 6/6] binder: encapsulate individual alloc test cases

[PATCH bpf-next v2 0/3] bpf: Show precise rejected function when attaching to __noreturn and deny list functions
 2025-07-17 14:18 UTC  (4+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Add selftest for attaching tracing programs to functions in deny list

[PATCH v23 net-next 0/6] DUALPI2 patch
 2025-07-17 13:38 UTC  (7+ messages)
` [PATCH v23 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc

[PATCH] selftest/futex: fix format-security warnings in futex_priv_hash
 2025-07-17 12:06 UTC 

[PATCH] kselftest/arm4: Provide local defines for AT_HWCAP3
 2025-07-17 10:46 UTC  (4+ messages)

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-17  8:49 UTC  (5+ messages)
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops

[PATCH v5] selftests: riscv: add misaligned access testing
 2025-07-17  8:06 UTC  (2+ messages)

[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-07-17  7:13 UTC  (3+ messages)

[PATCH v3 0/6] binder: Set up KUnit tests for alloc
 2025-07-17  6:22 UTC  (19+ messages)
` [PATCH v3 1/6] binder: Fix selftest page indexing
` [PATCH v3 2/6] binder: Store lru freelist in binder_alloc
` [PATCH v3 3/6] kunit: test: Export kunit_attach_mm()
` [PATCH v3 4/6] binder: Scaffolding for binder_alloc KUnit tests
` [PATCH v3 6/6] binder: encapsulate individual alloc test cases

[PATCH v7 0/7] use per-vma locks for /proc/pid/maps reads
 2025-07-17  1:38 UTC  (17+ messages)
` [PATCH v7 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v7 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v7 6/7] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v7 7/7] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[PATCH 0/2] bpf, arm64: relax constraint in BPF JIT compiler
 2025-07-17  1:30 UTC  (8+ messages)
` [PATCH 1/2] bpf, arm64: remove structs on stack constraint

[PATCH net-next v7 0/3] selftest: net: Add selftest for netpoll
 2025-07-17  0:30 UTC  (2+ messages)

[PATCH net] selftests: rtnetlink: fix addrlft test flakiness on power-saving systems
 2025-07-16 22:10 UTC  (2+ messages)

[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-16 19:36 UTC  (3+ messages)
` [PATCH v3 09/10] "

[PATCH net 0/2] bonding: fix LACP negotiation issues in passive mode
 2025-07-16 17:35 UTC  (8+ messages)
` [PATCH net 1/2] bonding: update ntt to true "
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode

[PATCH v2 4/4] selftests/rseq: Add test for mm_cid compaction
 2025-07-16 16:06 UTC 

[PATCH net-next V5 0/5] net: netdevsim: hook in XDP handling
 2025-07-16 14:30 UTC  (2+ messages)

[PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
 2025-07-16 14:27 UTC  (13+ messages)

[PATCH v5] selftests/mm: add process_madvise() tests
 2025-07-16 11:13 UTC  (2+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-07-16  8:55 UTC  (2+ messages)

[PATCH v12 net-next 00/15] AccECN protocol patch series
 2025-07-16  8:33 UTC  (9+ messages)
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control


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).