messages from 2025-12-15 11:19:47 to 2025-12-20 10:53:37 UTC [more...]
[PATCH v2 0/4] kbuild: remove gcc's -Wtype-limits
2025-12-20 10:53 UTC (7+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] kbuild: cleanup local -Wno-type-limits exceptions
` [PATCH v2 3/4] overflow: Remove is_non_negative() and is_negative()
` [PATCH v2 4/4] minmax: remove useless cast in __is_nonneg()
[PATCH 1/1] kbuild: Only enable -Wtautological-constant-out-of-range-compare for W=2
2025-12-20 10:27 UTC (5+ messages)
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2025-12-19 21:48 UTC (62+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c
[PATCH 0/2] kbuild: remove gcc's -Wtype-limits
2025-12-19 22:21 UTC (15+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] kbuild: cleanup local -Wno-type-limits exceptions
[PATCH] kbuild: Add top-level target for building gen_init_cpio
2025-12-19 21:58 UTC (2+ messages)
[PATCH] kbuild: prefer ${NM} in check-function-names.sh
2025-12-19 21:42 UTC
[PATCH v2 0/2] scripts: introduce containerized builds
2025-12-19 21:27 UTC (4+ messages)
` [PATCH v2 1/2] scripts: add tool to run "
` [PATCH v2 2/2] Documentation: dev-tools: add container.rst page
[PATCH v1 0/2] scripts: introduce containerized builds
2025-12-19 21:15 UTC (6+ messages)
` [PATCH v1 1/2] scripts: add tool to run "
` [Automated-testing] "
[PATCH v2 0/1] kconfig: move XPM icons to separate files
2025-12-19 20:39 UTC (10+ messages)
` [PATCH v2 1/1] "
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
[PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 20:10 UTC (10+ messages)
` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v7 8/8] resolve_btfids: Change in-place update with raw binary output
[PATCH v3] kconfig: Support conditional deps using "depends on X if Y"
2025-12-19 19:56 UTC (2+ messages)
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-19 18:59 UTC (18+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
[PATCH bpf-next v6 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 13:00 UTC (12+ messages)
` [PATCH bpf-next v6 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v6 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v6 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v6 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v6 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v6 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v6 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v6 8/8] resolve_btfids: Change in-place update with raw binary output
Updating Kbuild tree and contacts
2025-12-19 9:44 UTC (2+ messages)
[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
2025-12-19 8:10 UTC (2+ messages)
[PATCH bpf-next v5 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 1:37 UTC (11+ messages)
` [PATCH bpf-next v5 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v5 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v5 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v5 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v5 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v5 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v5 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v5 8/8] resolve_btfids: Change in-place update with raw binary output
[PATCH bpf-next v4 0/8] resolve_btfids: Support for BTF modifications
2025-12-18 22:39 UTC (21+ messages)
` [PATCH bpf-next v4 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v4 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v4 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v4 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v4 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v4 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v4 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v4 8/8] resolve_btfids: Change in-place update with raw binary output
[PATCH] Revert "scripts/clang-tools: Handle included .c files in gen_compile_commands"
2025-12-18 7:03 UTC (3+ messages)
[GIT PULL] kbuild changes for v6.19
2025-12-17 13:03 UTC (8+ messages)
ARMv7 Linux + Rust doesn't boot when compiling with only LLVM=1
2025-12-17 10:10 UTC (6+ messages)
[PATCH bpf-next v2 4/4] resolve_btfids: change in-place update with raw binary output
2025-12-16 20:41 UTC (3+ messages)
[PATCH] modpost: drop '*_probe' from section check whitelist
2025-12-16 13:13 UTC (6+ messages)
[PATCH] dt-bindings: kbuild: Support single binding targets
2025-12-16 6:22 UTC (2+ messages)
[PATCH bpf-next v3 0/6] resolve_btfids: Support for BTF modifications
2025-12-16 2:54 UTC (10+ messages)
` [PATCH bpf-next v3 3/6] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v3 4/6] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
[PATCH bpf-next v3 5/6] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
2025-12-16 2:16 UTC (4+ messages)
` [PATCH bpf-next v3 6/6] resolve_btfids: change in-place update with raw binary output
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