linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] sparse/dissect: change do_file() to use __sparse()
 2025-12-28 12:55 UTC 

[PATCH v3 0/3] kbuild: remove gcc's -Wtype-limits
 2025-12-28  1:41 UTC  (12+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] kbuild: cleanup local -Wno-type-limits exceptions
` [PATCH v3 3/3] overflow: Remove is_non_negative() and is_negative()

[PATCH 1/2] sparse/semind: add the new --param=dissect-show-compiled option
 2025-12-27 15:58 UTC  (4+ messages)
` [PATCH 2/2] sparse/semind: robustify parse_cmdline_add()

[PATCH] sparse/dissect: introduce do_inline(struct symbol *sym)
 2025-12-24 11:38 UTC 

[PATCH v2 0/4] add variadic format checking
 2025-12-22 16:00 UTC  (5+ messages)
` [PATCH v2 1/4] parse: initial parsing of __attribute__((format))
` [PATCH v2 2/4] add -Wformat
` [PATCH v2 3/4] evaluate: check variadic argument types against formatting info
` [PATCH v2 4/4] tests: add varargs printf format tests

Add printf/scanf -Wformat checking
 2025-12-22 11:49 UTC  (6+ messages)
` [PATCH RESEND2 1/4] parse: initial parsing of __attribute__((format))
` [PATCH RESEND2 3/4] evaluate: check variadic argument types against formatting info

[PATCH] sparse/parse: update decl->pos when direct_declarator() sees TOKEN_IDENT
 2025-12-21 14:28 UTC 

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2025-12-20 13:33 UTC  (65+ 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 v2 0/4] kbuild: remove gcc's -Wtype-limits
 2025-12-20 12:03 UTC  (8+ 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 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 v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-19 18:59 UTC  (68+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 11/35] locking/seqlock: "
  ` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
  ` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
  ` [PATCH v4 14/35] rcu: "
  ` [PATCH v4 15/35] srcu: "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations
  ` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
  ` [PATCH v4 18/35] locking/local_lock: Include missing headers
  ` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
  ` [PATCH v4 20/35] locking/ww_mutex: "
  ` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
  ` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
  ` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
  ` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
  ` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
  ` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
  ` [PATCH v4 27/35] kfence: Enable context analysis
  ` [PATCH v4 28/35] kcov: "
  ` [PATCH v4 29/35] kcsan: "
  ` [PATCH v4 30/35] stackdepot: "
  ` [PATCH v4 31/35] rhashtable: "
  ` [PATCH v4 32/35] printk: Move locking annotation to printk.c
  ` [PATCH v4 33/35] security/tomoyo: Enable context analysis
  ` [PATCH v4 34/35] crypto: "
  ` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c

[PATCH v2 3/3] module: Add compile-time check for embedded NUL characters
 2025-12-19 14:59 UTC  (4+ messages)

[PATCH] sparse: update MAINTAINERS info
 2025-12-18  6:09 UTC 

[PATCH] sparse/pre-process: introduce "dissect_mode" option to fix dissect/semind
 2025-12-17 15:17 UTC 

[PATCH] sparse: add the new m_pos member into struct expression{EXPR_DEREF}
 2025-12-16 13:40 UTC 

[GIT PULL] __auto_type conversion for v6.19-rc1
 2025-12-09 20:40 UTC  (13+ messages)

[PATCH] validation: add check for typeof() and address spaces
 2025-12-01 15:24 UTC  (2+ messages)

[PATCH v2] symbol: preserve address space qualifiers with typeof()
 2025-12-01 15:23 UTC  (2+ messages)


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).