Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-09-27 09:40:57 to 2025-10-03 13:07:25 UTC [more...]

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-03 13:00 UTC  (15+ 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 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 bpf 0/2] bpf: Avoid RCU context warning when unpinning htab with internal structs
 2025-10-03  8:45 UTC  (3+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Add test for unpinning htab with internal timer struct

[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 net] selftests: net: unify the Makefile formats
 2025-10-02 23:38 UTC  (7+ messages)

[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  (5+ 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 net v6] selftest:net:ovpn: Fix uninit return values
 2025-10-01 12:31 UTC 

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-01  9:29 UTC  (6+ 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  (12+ messages)
` [PATCH net-next 1/8] mptcp: leverage skb deferral free
` [PATCH net-next 2/8] tcp: make tcp_rcvbuf_grow() accessible to mptcp code
` [PATCH net-next 3/8] mptcp: rcvbuf auto-tuning improvement
` [PATCH net-next 4/8] mptcp: introduce the mptcp_init_skb helper
` [PATCH net-next 5/8] mptcp: remove unneeded mptcp_move_skb()
` [PATCH net-next 6/8] mptcp: factor out a basic skb coalesce helper
` [PATCH net-next 7/8] mptcp: minor move_skbs_to_msk() cleanup
` [PATCH net-next 8/8] selftests: mptcp: join: validate new laminar endp

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

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

[RFC PATCH v3 nf-next] selftests: netfilter: Add bridge_fastpath.sh
 2025-09-30 19:19 UTC  (2+ 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  (3+ messages)
    ` [PATCH v2 2/2] ipv6: Check AF_UNSPEC in ip6_route_multipath_add()

[PATCH net-next v3 0/8] psp: add a kselftest suite and netdevsim implementation
 2025-09-30 13:32 UTC  (17+ messages)
` [PATCH net-next v3 1/8] netdevsim: a basic test PSP implementation
` [PATCH net-next v3 2/8] selftests: drv-net: base device access API test
` [PATCH net-next v3 3/8] selftests: drv-net: add PSP responder
` [PATCH net-next v3 4/8] selftests: drv-net: psp: add basic data transfer and key rotation tests
` [PATCH net-next v3 5/8] selftests: drv-net: psp: add association tests
` [PATCH net-next v3 6/8] selftests: drv-net: psp: add connection breaking tests
` [PATCH net-next v3 7/8] selftests: drv-net: psp: add test for auto-adjusting TCP MSS
` [PATCH net-next v3 8/8] selftests: drv-net: psp: add tests for destroying devices

[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  (7+ messages)
` [PATCH net-next v6 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v6 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-09-30  4:52 UTC  (4+ messages)

[PATCH 0/6] KVM ARM64 pre_fault_memory
 2025-09-30  0:53 UTC  (5+ messages)
` [PATCH 3/6] KVM: arm64: Add pre_fault_memory implementation

[PATCH v2] net: Fix uninit character pointer and return values
 2025-09-29 21:10 UTC  (3+ messages)

[PATCH] selftest: net: Check return value from read
 2025-09-29 19:14 UTC  (2+ messages)

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (7+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere

[PATCH RFC 0/3] arm64/gcs: Allow reuse of user managed shadow stacks
 2025-09-29 18:37 UTC  (13+ messages)

[PATCH net v5 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-09-29 18:28 UTC  (7+ messages)
` [PATCH net v5 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH] filelock: add .gitignore
 2025-09-29 17:17 UTC 

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-29 16:44 UTC  (7+ messages)
` [PATCH v5 07/15] iommupt: Add map_pages op
` [PATCH v5 12/15] iommupt: Add the x86 64 bit page table format

Error during building on next-20250926 - kunit.py run --alltests run
 2025-09-29 16:07 UTC  (5+ messages)

[PATCH bpf-next v4 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-29 16:04 UTC  (9+ messages)
` [PATCH bpf-next v4 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()

[PATCH] selftest:net: Fix uninit pointers and return values
 2025-09-29 15:58 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
 2025-09-29 13:41 UTC  (12+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test for overwrite "
` [PATCH bpf-next v2 3/3] selftests/bpf/benchs: Add producer and overwrite bench for "

[PATCH v3 4/4] selftests/rseq: Add test for mm_cid compaction
 2025-09-29 11:42 UTC 

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-29 10:20 UTC  (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

next-20250924: Internal error: Oops: mnt_ns_release (fs/namespace.c:148) __arm64_sys_listmount (fs/namespace.c:5936)
 2025-09-29  9:42 UTC  (3+ messages)

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-09-29  8:56 UTC  (6+ messages)

[PATCH RESEND v4] selftests/tty: add TIOCSTI test suite
 2025-09-29  0:00 UTC  (2+ messages)

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-09-28 23:37 UTC  (3+ messages)

[PATCH v4 1/2] net/tls: support maximum record size limit
 2025-09-28 21:44 UTC  (6+ messages)

Hello from France
 2025-09-27 16:40 UTC 

[PATCH 1/2] selftests/acct: add cleanup for leftover process_log binary
 2025-09-27 16:11 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/cachestat: add cleanup for leftover tmpshmcstat file


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