Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-10-02 20:48:16 to 2025-10-08 15:30:45 UTC [more...]

[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-08 15:29 UTC  (4+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-08 14:37 UTC  (19+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
` [PATCH v6 02/15] genpt: Add Documentation/ files
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v6 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v6 05/15] iommupt: Add iova_to_phys op
` [PATCH v6 06/15] iommupt: Add unmap_pages op
` [PATCH v6 07/15] iommupt: Add map_pages op
` [PATCH v6 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v6 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v6 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v6 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v6 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v6 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v6 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v6 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH 0/2] HID: multitouch: fix sticky-fingers quirks
 2025-10-08 14:06 UTC  (3+ messages)
` [PATCH 1/2] HID: multitouch: fix sticky fingers
` [PATCH 2/2] selftests/hid: add tests for missing release on the Dell Synaptics

[PATCH v2] Fix to avoid the usage of the `res` variable uninitialized in the following macro expansions
 2025-10-08 13:30 UTC  (4+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-08 13:08 UTC  (6+ messages)
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format

[PATCH v5 12/15] iommupt: Add the x86 64 bit page table format
 2025-10-08 13:03 UTC  (3+ messages)

[PATCH net v7 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-10-08 13:02 UTC  (7+ 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 bpf v3 0/2] bpf: Avoid RCU context warning when unpinning htab with internal structs
 2025-10-08 10:26 UTC  (3+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Add test for unpinning htab with internal timer struct

[PATCH v3 0/5] tracing: fprobe: list-style filters,
 2025-10-08 10:09 UTC  (10+ 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 v5 07/15] iommupt: Add map_pages op
 2025-10-08  9:52 UTC  (4+ messages)

[PATCH v5 13/15] iommu/amd: Use the generic iommu page table
 2025-10-08  9:47 UTC  (2+ messages)

[linux-next20251003] tmp2 selftests resulting in Kernel OOPs
 2025-10-08  9:24 UTC  (4+ messages)
` [bisected][linux-next20251003] "

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

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-07 20:43 UTC  (23+ 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] KVM: selftests: Don't fall over when only one CPU
 2025-10-07 19:12 UTC 

Run selftest via web server with UI on localhost
 2025-10-07 18:34 UTC 

[PATCH net] selftests: drv-net: update remaining Python init files
 2025-10-07 14:43 UTC 

[PATCH v2 0/6] riscv: vector: misc ptrace fixes for debug use-cases
 2025-10-07 11:58 UTC  (7+ messages)
` [PATCH v2 1/6] selftests: riscv: test ptrace vector interface
` [PATCH v2 2/6] riscv: ptrace: return ENODATA for inactive vector extension
` [PATCH v2 3/6] selftests: riscv: set invalid vtype using ptrace
` [PATCH v2 4/6] riscv: vector: allow to force vector context save
` [PATCH v2 5/6] selftests: riscv: verify initial vector state with ptrace
` [PATCH v2 6/6] riscv: vector: initialize vlenb on the first context switch

[PATCH] selftests/run_kselftest.sh: Add --error-on-fail flag
 2025-10-07 11:06 UTC 

[PATCH net repost] selftests: drv-net: make linters happy with our imports
 2025-10-07 10:20 UTC  (3+ messages)

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

[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 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 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  (5+ messages)

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

[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 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] selftests/bpf: Add -Wsign-compare C compilation flag
 2025-10-03 10:23 UTC  (5+ messages)

[PATCH net v6 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-10-03  8:45 UTC  (2+ 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


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