messages from 2025-07-03 15:30:04 to 2025-07-18 13:04:09 UTC [more...]
[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
2025-07-18 13:04 UTC (19+ 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 v5 00/15] kunit: Introduce UAPI testing framework
2025-07-18 6:22 UTC (19+ 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 0/4] QRTR bus and Qualcomm Sensor Manager IIO drivers
2025-07-17 14:31 UTC (13+ messages)
` [PATCH v2 1/4] net: qrtr: smd: Rename qdev to qsdev
` [PATCH v2 2/4] net: qrtr: Turn QRTR into a bus
` [PATCH v2 3/4] net: qrtr: Define macro to convert QMI version and instance to QRTR instance
` [PATCH v2 4/4] iio: Add Qualcomm Sensor Manager driver
[PATCH 1/6] kconfig: gconf: fix single view to display dependent symbols correctly
2025-07-16 23:24 UTC (6+ messages)
` [PATCH 2/6] kconfig: gconf: Fix Back button behavior
` [PATCH 3/6] kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem
` [PATCH 4/6] kconfig: gconf: use hyphens in signals
` [PATCH 5/6] kconfig: gconf: remove unneeded variable in text_insert_msg
` [PATCH 6/6] kconfig: gconf: refactor text_insert_help()
[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
2025-07-16 10:40 UTC (4+ messages)
[PATCH v3 0/1] scripts: add zboot support to extract-vmlinux
2025-07-16 0:14 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH v3] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-07-15 18:58 UTC (2+ messages)
[PATCH 5.10 011/208] um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
2025-07-15 13:12 UTC
[PATCH 0/2] Rust fixes for the upcoming 1.89 release
2025-07-14 23:38 UTC (8+ messages)
` [PATCH 1/2] objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0
` [PATCH 2/2] rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
[PATCH v2] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-07-14 8:08 UTC (6+ messages)
[PATCH v2 0/1] scripts: add zboot support to extract-vmlinux
2025-07-13 5:45 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-07-12 9:49 UTC (20+ 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 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 14/15] kunit: uapi: Introduce preinit executable
[PATCH 0/2] Restrict module namespace to in-tree modules and rename macro
2025-07-11 17:16 UTC (14+ messages)
` [PATCH 1/2] module: Restrict module namespace access to in-tree modules
` [PATCH 2/2] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
[PATCH v17 0/7] rust: extend `module!` macro with integer parameter support
2025-07-11 6:35 UTC (8+ messages)
` [PATCH v17 1/7] rust: sync: add `SetOnce`
` [PATCH v17 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v17 3/7] rust: introduce module_param module
` [PATCH v17 4/7] rust: module: use a reference in macros::module::module
` [PATCH v17 5/7] rust: module: update the module macro with module parameter support
` [PATCH v17 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v17 7/7] modules: add rust modules files to MAINTAINERS
[PATCH v3 RESEND] kunit: fix longest symbol length test
2025-07-10 19:30 UTC (4+ messages)
[PATCH RFC] RISC-V: Fix a register to store the percpu offset
2025-07-10 16:40 UTC (11+ messages)
` [PATCH] RISC-V: store percpu offset in CSR_SCRATCH
` [External] "
` [PATCH] RISC-V: store precomputed percpu_offset in the task struct
[PATCH v16 0/7] rust: extend `module!` macro with integer parameter support
2025-07-10 10:14 UTC (10+ messages)
` [PATCH v16 1/7] rust: sync: add `SetOnce`
` [PATCH v16 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v16 3/7] rust: introduce module_param module
` [PATCH v16 4/7] rust: module: use a reference in macros::module::module
` [PATCH v16 5/7] rust: module: update the module macro with module parameter support
` [PATCH v16 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v16 7/7] modules: add rust modules files to MAINTAINERS
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-07-10 1:57 UTC (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches
[PATCH v15 0/7] rust: extend `module!` macro with integer parameter support
2025-07-09 21:05 UTC (28+ messages)
` [PATCH v15 1/7] rust: sync: add `SetOnce`
` [PATCH v15 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v15 3/7] rust: introduce module_param module
` [PATCH v15 4/7] rust: module: use a reference in macros::module::module
` [PATCH v15 5/7] rust: module: update the module macro with module parameter support
` [PATCH v15 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v15 7/7] modules: add rust modules files to MAINTAINERS
[PATCH 0/3] QRTR bus and Qualcomm Sensor Manager IIO drivers
2025-07-09 11:52 UTC (7+ messages)
` [PATCH 2/3] net: qrtr: Define macro to convert QMI version and instance to QRTR instance
[PATCH] scripts: add zboot support to extract-vmlinux
2025-07-08 21:30 UTC (8+ messages)
[PATCH 5.15 013/160] um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
2025-07-08 16:20 UTC
[PATCH] arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=y
2025-07-08 14:44 UTC (2+ messages)
[PATCH] modpost: check for NULL filename pointer in find_module()
2025-07-07 12:34 UTC (3+ messages)
[PATCH v14 0/7] rust: extend `module!` macro with integer parameter support
2025-07-06 20:00 UTC (24+ messages)
` [PATCH v14 1/7] rust: sync: add `OnceLock`
` [PATCH v14 3/7] rust: introduce module_param module
` [PATCH v14 5/7] rust: module: update the module macro with module parameter support
[PATCH] mod_devicetable: Enlarge the maximum platform_device_id name length
2025-07-04 23:49 UTC
[PATCH v3] kunit: fix longest symbol length test
2025-07-04 2:53 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- 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 NNTP newsgroup(s).