[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 3/2] docs: changes: better document Python needs
2025-07-13 9:27 UTC (4+ messages)
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-07-12 9:49 UTC (38+ 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 v4 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v4 10/15] kunit: Always descend into kunit directory during build
` [PATCH v4 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v4 12/15] kunit: Introduce UAPI testing framework
` [PATCH v4 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v4 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v4 15/15] kunit: uapi: Validate usability of /proc
[RFC v2 00/22] Kernel API specification framework
2025-07-01 22:16 UTC (33+ messages)
` [RFC v2 01/22] kernel/api: introduce kernel "
` [RFC v2 02/22] eventpoll: add API specification for epoll_create1
` [RFC v2 03/22] eventpoll: add API specification for epoll_create
` [RFC v2 04/22] eventpoll: add API specification for epoll_ctl
` [RFC v2 05/22] eventpoll: add API specification for epoll_wait
` [RFC v2 06/22] eventpoll: add API specification for epoll_pwait
` [RFC v2 07/22] eventpoll: add API specification for epoll_pwait2
` [RFC v2 08/22] exec: add API specification for execve
` [RFC v2 09/22] exec: add API specification for execveat
` [RFC v2 10/22] mm/mlock: add API specification for mlock
` [RFC v2 11/22] mm/mlock: add API specification for mlock2
` [RFC v2 12/22] mm/mlock: add API specification for mlockall
` [RFC v2 13/22] mm/mlock: add API specification for munlock
` [RFC v2 14/22] mm/mlock: add API specification for munlockall
` [RFC v2 15/22] kernel/api: add debugfs interface for kernel API specifications
` [RFC v2 16/22] kernel/api: add IOCTL specification infrastructure
` [RFC v2 17/22] fwctl: add detailed IOCTL API specifications
` [RFC v2 18/22] binder: "
` [RFC v2 19/22] kernel/api: Add sysfs validation support to kernel API specification framework
` [RFC v2 20/22] block: sysfs API specifications
` [RFC v2 21/22] net/socket: add API specification for socket()
` [RFC v2 22/22] tools/kapi: Add kernel API specification extraction tool
[RFC 00/19] Kernel API Specification Framework
2025-07-01 6:11 UTC (44+ messages)
` [RFC 01/19] kernel/api: introduce kernel API specification framework
` [RFC 02/19] eventpoll: add API specification for epoll_create1
` [RFC 03/19] eventpoll: add API specification for epoll_create
` [RFC 04/19] eventpoll: add API specification for epoll_ctl
` [RFC 05/19] eventpoll: add API specification for epoll_wait
` [RFC 06/19] eventpoll: add API specification for epoll_pwait
` [RFC 07/19] eventpoll: add API specification for epoll_pwait2
` [RFC 08/19] exec: add API specification for execve
` [RFC 09/19] exec: add API specification for execveat
` [RFC 10/19] mm/mlock: add API specification for mlock
` [RFC 11/19] mm/mlock: add API specification for mlock2
` [RFC 12/19] mm/mlock: add API specification for mlockall
` [RFC 13/19] mm/mlock: add API specification for munlock
` [RFC 14/19] mm/mlock: add API specification for munlockall
` [RFC 15/19] kernel/api: add debugfs interface for kernel API specifications
` [RFC 16/19] kernel/api: add IOCTL specification infrastructure
` [RFC 17/19] fwctl: add detailed IOCTL API specifications
` [RFC 18/19] binder: "
` [RFC 19/19] tools/kapi: Add kernel API specification extraction tool
[PATCH] docs: process: discourage pointless boilerplate kdoc
2025-06-21 20:15 UTC (3+ messages)
[PATCH v3 00/16] kunit: Introduce UAPI testing framework
2025-06-20 13:50 UTC (44+ messages)
` [PATCH v3 01/16] kbuild: userprogs: avoid duplicating of flags inherited from kernel
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v3 03/16] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 05/16] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC
` [PATCH v3 06/16] kbuild: doc: add label for userprogs section
` [PATCH v3 07/16] kbuild: introduce blob framework
` [PATCH v3 08/16] kunit: tool: Add test for nested test result reporting
` [PATCH v3 09/16] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v3 10/16] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v3 11/16] kunit: Always descend into kunit directory during build
` [PATCH v3 12/16] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v3 13/16] kunit: Introduce UAPI testing framework
` [PATCH v3 14/16] kunit: uapi: Add example for UAPI tests
` [PATCH v3 15/16] kunit: uapi: Introduce preinit executable
` [PATCH v3 16/16] kunit: uapi: Validate usability of /proc
[PATCH v2 3/4] scripts/misc-check: check missing #include <linux/export.h> when W=1
2025-06-19 16:26 UTC (3+ messages)
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for Power
2025-06-18 14:38 UTC (2+ messages)
[PATCH] Documentation: kunit: fix argument of MODULE_IMPORT_NS()
2025-06-11 9:36 UTC
[PATCH] Documentation/process/: Change 5.x to 6.x; clarify terms; added note
2025-06-10 3:45 UTC
[PATCH 1/2] ver_linux: Remove checks for reiserfsprogs
2025-06-09 20:54 UTC (3+ messages)
` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies
Fcc with "git send-email"
2025-06-03 4:41 UTC (5+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).