messages from 2025-07-12 18:26:24 to 2025-07-26 10:37:32 UTC [more...]
[PATCH v5 0/3] tracepoints: Add warnings for unused tracepoints and trace events
2025-07-26 10:36 UTC (8+ messages)
` [PATCH v5 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v5 2/3] tracing: Add a tracepoint verification check at build time
` [PATCH v5 3/3] tracepoint: Do not warn for unused event that is exported
[PATCH] kbuild: userprogs: use correct linker when mixing clang and GNU ld
2025-07-26 10:34 UTC (4+ messages)
xconfig problem with 'comment'
2025-07-26 9:56 UTC (2+ messages)
[PATCH 00/11] riscv: fine grained hardware assisted kernel control-flow integrity
2025-07-26 7:42 UTC (36+ messages)
` [PATCH 01/11] riscv: add landing pad for asm routines
` [PATCH 02/11] riscv: update asm call site in `call_on_irq_stack` to setup correct label
` [PATCH 03/11] riscv: indirect jmp in asm that's static in nature to use sw guarded jump
` [PATCH 04/11] riscv: exception handlers can be software guarded transfers
` [PATCH 05/11] riscv: enable landing pad enforcement
` [PATCH 06/11] mm: Introduce ARCH_HAS_KERNEL_SHADOW_STACK
` [PATCH 07/11] scs: place init shadow stack in .shadowstack section
` [PATCH 08/11] riscv/mm: prepare shadow stack for init task
` [PATCH 09/11] riscv: scs: add hardware shadow stack support to scs
` [PATCH 10/11] scs: generic scs code updated to leverage hw assisted shadow stack
` [PATCH 11/11] riscv: Kconfig & Makefile for riscv kernel control flow integrity
[PATCH v3] kheaders: make it possible to override TAR
2025-07-26 6:46 UTC (5+ messages)
[PATCH v2] kconfig: nconf: Fix uncleared lines on help screens
2025-07-26 6:30 UTC (3+ messages)
[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
2025-07-26 6:27 UTC (8+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "
` [PATCH v4 3/4] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v4 4/4] kstack_erase: Support Clang stack depth tracking
[PATCH] kconfig/lxdialog: replace strcpy() with strscpy() in inputbox.c
2025-07-25 14:36 UTC (5+ messages)
[PATCH v5 00/10] Add generated modalias to modules.builtin.modinfo
2025-07-24 16:00 UTC (13+ messages)
` [PATCH v5 01/10] module: remove meaningless 'name' parameter from __MODULE_INFO()
` [PATCH v5 02/10] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v5 03/10] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v5 04/10] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v5 05/10] scsi: Always define blogic_pci_tbl structure
` [PATCH v5 06/10] pinctrl: meson: Fix typo in device table macro
` [PATCH v5 07/10] modpost: Add modname to mod_device_table alias
` [PATCH v5 08/10] modpost: Create modalias for builtin modules
` [PATCH v5 09/10] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
` [PATCH v5 10/10] s390: vmlinux.lds.S: Reorder sections
[PATCH v4 0/4] tracepoints: Add warnings for unused tracepoints and trace events
2025-07-23 22:47 UTC (10+ messages)
` [PATCH v4 1/4] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v4 2/4] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v4 3/4] tracepoint: Do not warn for unused event that is exported
` [PATCH v4 4/4] tracing: Call trace_ftrace_test_filter() for the event
[PATCH v3 0/5] tracepoints: Add warnings for unused tracepoints and trace events
2025-07-22 18:12 UTC (9+ messages)
` [PATCH v3 1/5] tracepoints: Add verifier that makes sure all defined tracepoints are used
` [PATCH v3 2/5] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v3 3/5] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v3 4/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v3 5/5] tracing: Call trace_ftrace_test_filter() for the event
[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
2025-07-22 13:29 UTC (29+ 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 v4 0/7] Add generated modalias to modules.builtin.modinfo
2025-07-22 10:05 UTC (5+ messages)
[PATCH v3] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-07-22 9:08 UTC (8+ messages)
[PATCH v2 0/4] QRTR bus and Qualcomm Sensor Manager IIO drivers
2025-07-21 11:13 UTC (14+ messages)
` [PATCH v2 2/4] net: qrtr: Turn QRTR into a bus
` [PATCH v2 4/4] iio: Add Qualcomm Sensor Manager driver
[PATCH v5 00/15] kunit: Introduce UAPI testing framework
2025-07-21 7:20 UTC (23+ 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] kconfig: nconf: Fix uncleared lines on help screens
2025-07-19 18:20 UTC (2+ messages)
[BUG linux-next] nconfig: uncleared lines of text on help screens
2025-07-19 13:30 UTC (2+ messages)
[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 v3 0/1] scripts: add zboot support to extract-vmlinux
2025-07-16 0:14 UTC (3+ messages)
` [PATCH v3 1/1] "
[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 (5+ messages)
[PATCH v2 0/1] scripts: add zboot support to extract-vmlinux
2025-07-13 5:45 UTC (5+ messages)
` [PATCH v2 1/1] "
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 read-only IMAP folder(s) and NNTP newsgroup(s).