Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-30 08:38:05 to 2025-10-07 05:29:22 UTC [more...]

[linux-next20251003] tmp2 selftests resulting in Kernel OOPs
 2025-10-07  5:29 UTC 

[PATCH bpf-next v3 1/2] bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
 2025-10-07  4:08 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test "

[PATCH bpf v2 0/2] bpf: Avoid RCU context warning when unpinning htab with internal structs
 2025-10-07  4:05 UTC  (5+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Add test for unpinning htab with internal timer struct

[PATCH v5 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-07  3:31 UTC  (8+ messages)
` [PATCH v5 1/7] kho: allow to drive kho from within kernel
` [PATCH v5 2/7] kho: make debugfs interface optional
` [PATCH v5 3/7] kho: drop notifiers
` [PATCH v5 4/7] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v5 5/7] kho: don't unpreserve memory during abort
` [PATCH v5 6/7] liveupdate: kho: move to kernel/liveupdate
` [PATCH v5 7/7] kho: move kho debugfs directory to liveupdate

[PATCH bpf-next v2 1/2] bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
 2025-10-07  3:02 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test "

[PATCH bpf-next v3 0/2] Add kfuncs bpf_strcasestr and bpf_strncasestr
 2025-10-07  2:59 UTC 

[PATCH bpf 0/2] bpf: Avoid RCU context warning when unpinning htab with internal structs
 2025-10-07  1:25 UTC  (5+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Add test for unpinning htab with internal timer struct

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-10-06 22:58 UTC  (6+ messages)
` [PATCH 1/4] PCI: Support "

[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
 2025-10-06 22:10 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: "

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-06 20:35 UTC  (22+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH net v2] selftests: net: unify the Makefile formats
 2025-10-06 20:34 UTC  (4+ messages)

[PATCH net repost] selftests: net: sort configs
 2025-10-06 20:34 UTC  (2+ messages)

[PATCH 0/7] tools/nolibc: reduce __nolibc_enosys() fallbacks
 2025-10-06 20:14 UTC  (4+ messages)
` [PATCH 1/7] tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions

[PATCH net v6] selftest:net:ovpn: Fix uninit return values
 2025-10-06 18:30 UTC  (2+ messages)

[PATCH net] selftests: net: unify the Makefile formats
 2025-10-06 11:59 UTC  (8+ messages)

[RESEND PATCH] selftests/filesystems: Fix build warning on anon_inode_test
 2025-10-06  7:43 UTC  (2+ messages)
` [PATCH] "

[PATCH v3 0/5] tracing: fprobe: list-style filters,
 2025-10-04 23:46 UTC  (6+ messages)
` [PATCH v3 1/5] docs: tracing: fprobe: document list filters and :entry/:exit
` [PATCH v3 2/5] tracing: fprobe: require explicit [GROUP/]EVENT for list/wildcard
` [PATCH v3 3/5] tracing: fprobe: support comma-separated symbols and :entry/:exit
` [PATCH v3 4/5] selftests/ftrace: dynevent: add reject cases for list/:entry/:exit
` [PATCH v3 5/5] selftests/ftrace: dynevent: add reject cases

[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
 2025-10-04 21:47 UTC 

[PATCH net 4/9] selftests: drv-net: xdp: rename netnl to ethnl
 2025-10-04 16:48 UTC  (10+ messages)
` [PATCH net 5/9] selftests: drv-net: xdp: add test for interface level qstats
` [PATCH net 7/9] selftests: drv-net: fix linter warnings in pp_alloc_fail
` [PATCH net 8/9] selftests: drv-net: pp_alloc_fail: lower traffic expectations
` [PATCH net 9/9] selftests: drv-net: pp_alloc_fail: add necessary optoins to config

[PATCH bpf-next] bpf_doc: Support 1st const parameter of bpf_d_path()
 2025-10-04 16:20 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Add kfuncs bpf_strcasestr and bpf_strncasestr
 2025-10-04 14:45 UTC 

[PATCH bpf-next 1/2] bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
 2025-10-04 14:40 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test "

[PATCH bpf-next 0/2] Add kfuncs bpf_strcasestr and bpf_strncasestr
 2025-10-04 13:27 UTC 

[RFC PATCH v3 nf-next] selftests: netfilter: Add bridge_fastpath.sh
 2025-10-04 12:19 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: fix implicit-function-declaration errors
 2025-10-04  8:52 UTC  (6+ messages)

[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-03 21:34 UTC  (2+ messages)

[PATCH net repost] selftests: drv-net: make linters happy with our imports
 2025-10-03 16:47 UTC 

[PATCH v7 15/28] tracing: selftests: Add trace remote tests
 2025-10-03 13:38 UTC  (2+ messages)
` [PATCH v7 28/28] tracing: selftests: Add pKVM "

[PATCH net v7 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-10-03 11:57 UTC  (5+ messages)
` [PATCH net v7 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v7 2/4] selftest: netcons: refactor target creation
` [PATCH net v7 3/4] selftest: netcons: create a torture test
` [PATCH net v7 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH] selftests/bpf: Add -Wsign-compare C compilation flag
 2025-10-03 10:23 UTC  (7+ messages)

[PATCH net v6 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-10-03  8:45 UTC  (6+ messages)
` [PATCH net v6 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v6 2/4] selftest: netcons: refactor target creation
` [PATCH net v6 3/4] selftest: netcons: create a torture test
` [PATCH net v6 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 20:47 UTC  (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-10-02 16:45 UTC  (13+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-10-02 16:18 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: skip recursive functions for kprobe_multi

[PATCH net] selftests: net: sort configs
 2025-10-02 11:19 UTC  (5+ messages)

[PATCH v 2/2] selftests: riscv: Add test for the Vector ptrace interface
 2025-10-02  5:59 UTC  (4+ messages)

[GIT PULL] kselftest next update for Linux 6.18-rc1
 2025-10-02  4:46 UTC  (2+ messages)

[GIT PULL] kunit next update for Linux 6.18-rc1
 2025-10-02  4:46 UTC  (2+ messages)

[PATCHv3 net 1/2] bonding: fix xfrm offload feature setup on active-backup mode
 2025-10-02  1:20 UTC  (4+ messages)
` [PATCHv3 net 2/2] selftests: bonding: add ipsec offload test
  ` [PATCHv3 net 2/2] selftests: bonding: add ipsec offload test: manual merge

[PATCH 1/1] selftest/sched: skip the test if smt is not enabled
 2025-10-01 20:25 UTC 

[PATCH net v3] selftest:net: Fix uninit return values
 2025-10-01 15:19 UTC  (4+ messages)

[PATCH v4 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-01 14:23 UTC  (4+ messages)
` [PATCH v4 5/7] revocable: Add fops replacement

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-01  9:29 UTC  (5+ messages)
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

[PATCH net-next 0/8] mptcp: receive path improvement
 2025-10-01  8:50 UTC  (3+ messages)

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-09-30 19:29 UTC  (11+ messages)

[PATCH net-next] selftests/net: add tcp_port_share to .gitignore
 2025-09-30 15:50 UTC  (6+ messages)

selftests: kvm: irqfd_test: KVM_IRQFD failed, rc: -1 errno: 11 (Resource temporarily unavailable)
 2025-09-30 15:11 UTC  (2+ messages)

[PATCH v2 1/2] selftests/net: add netdevsim.c
 2025-09-30 14:13 UTC  (2+ messages)

[PATCH net-next v3 0/8] psp: add a kselftest suite and netdevsim implementation
 2025-09-30 13:32 UTC  (5+ messages)
` [PATCH net-next v3 2/8] selftests: drv-net: base device access API test

[PATCH net v5] selftest:net: Fix uninit return values
 2025-09-30 13:28 UTC  (4+ messages)

[PATCH net v4] selftest:net: Fix uninit return values
 2025-09-30 11:57 UTC  (3+ messages)

[PATCH v3 net-next 00/12] AccECN protocol case handling series
 2025-09-30 11:34 UTC  (3+ messages)

linux-6.17/tools/testing/selftests/landlock/fs_test.c:5631: Test for pointer < 0 ?
 2025-09-30  9:57 UTC 

[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
 2025-09-30  8:58 UTC  (5+ messages)
` [PATCH net-next v6 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests


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 read-only IMAP folder(s) and NNTP newsgroup(s).