linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-15 15:27:31 to 2022-09-29 07:03:12 UTC [more...]

[PATCH v12 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-29  7:01 UTC  (12+ messages)
` [PATCH v12 1/9] overflow: Allow mixed type arguments
` [PATCH v12 2/9] overflow: Introduce check_assign() and check_assign_user_ptr()
` [PATCH v12 3/9] overflow: Introduce overflows_type() and __castable_to_type()
  ` [Intel-gfx] "
` [PATCH v12 4/9] drm/i915/gem: Typecheck page lookups
` [PATCH v12 5/9] drm/i915: Check for integer truncation on scatterlist creation
` [PATCH v12 6/9] drm/i915: Check for integer truncation on the configuration of ttm place
` [PATCH v12 7/9] drm/i915: Check if the size is too big while creating shmem file
` [PATCH v12 8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [PATCH v12 9/9] drm/i915: Remove truncation warning for large objects

[PATCH v2] overflow: Introduce overflows_type() and castable_to_type()
 2022-09-29  3:24 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH v13 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-28 18:06 UTC  (13+ messages)
` [PATCH v13 1/9] overflow: Allow mixed type arguments
` [PATCH v13 2/9] overflow: Introduce check_assign() and check_assign_user_ptr()
` [PATCH v13 3/9] overflow: Introduce overflows_type() and castable_to_type()
` [PATCH v13 4/9] drm/i915/gem: Typecheck page lookups
` [PATCH v13 5/9] drm/i915: Check for integer truncation on scatterlist creation
` [PATCH v13 6/9] drm/i915: Check for integer truncation on the configuration of ttm place
` [PATCH v13 7/9] drm/i915: Check if the size is too big while creating shmem file
` [PATCH v13 8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [PATCH v13 9/9] drm/i915: Remove truncation warning for large objects

Servicio de la flota
 2022-09-27  8:10 UTC 

[PATCH v11.5] overflow: Introduce overflows_type() and __castable_to_type()
 2022-09-26 17:49 UTC  (4+ messages)

[PATCH] fix "unreplaced" warnings caused by using typeof() on inline functions
 2022-09-02 10:02 UTC  (4+ messages)

handling C99 declarations after a case statement
 2022-08-12  9:48 UTC 

[PATCH] RISC-V: Add support fo the zihintpause extension
 2022-08-12  8:33 UTC  (2+ messages)

[PATCH] RISC-V: Add support for the zicbom extension
 2022-08-12  8:25 UTC  (2+ messages)

Servicio de la flota
 2022-08-11  8:05 UTC 

[PATCH] RISC-V: Add support fo the zihintpause extension
 2022-08-11  5:29 UTC 

[PATCH v1 0/6] RISC-V -march handling improvements
 2022-07-05 23:09 UTC  (14+ messages)
` [PATCH v1 1/6] RISC-V: Respect -Wsparse-error for -march errors
` [PATCH v1 2/6] RISC-V: Match GCC's semantics for multiple -march instances
` [PATCH v1 3/6] RISC-V: Remove the unimplemented ISA extensions
` [PATCH v1 4/6] RISC-V: Remove "g" from the extension list
` [PATCH v1 5/6] RISC-V: Add the Zicsr extension
` [PATCH v1 6/6] RISC-V: Add the Zifencei extension

[RFC 0/2] refcount: attempt to avoid imbalance warnings
 2022-07-01 19:09 UTC  (8+ messages)
` [RFC 1/2] refcount: add __cond_lock() for conditional lock refcount API
` [RFC 2/2] kref: move kref_put_lock() callback to caller

sparse warnings related to kref_put_lock() and refcount_dec_and_lock()
 2022-06-29 14:42 UTC  (8+ messages)

[PATCH 51/51] fs/zonefs: Fix sparse warnings in tracing code
 2022-06-27 23:34 UTC  (18+ messages)
              ` [PATCH 0/5] allow -1 and compares in bitwise types
                ` [PATCH 1/5] bitwise: add testcases
                ` [PATCH 2/5] bitwise: accept all ones as non-restricted value
                ` [PATCH 3/5] bitwise: allow compares for bitwise types
                ` [PATCH 4/5] bitwise: do not remove the signedness of "
                ` [PATCH 5/5] bitwise: early expansion of simple constants

[PATCH 0/6] cleanup related to inlining of variadic functions
 2022-06-26 16:07 UTC  (10+ messages)
` [PATCH 1/6] inline: add testcases for inlining of variadics
` [PATCH 2/6] inline: comment about creating node of node on variadics
` [PATCH 3/6] inline: declaration of the variadic vars is useless
` [PATCH 4/6] inline: avoid needless intermediate vars
` [PATCH 5/6] inline: allocate statement after guards
` [PATCH 6/6] inline: free symbol list after use

[PATCH] inline: avoid node of node on variadics
 2022-06-26 16:04 UTC  (3+ messages)

sparse v0.6.4
 2022-06-14  0:17 UTC  (5+ messages)
  ` [PATCH] predefine __ATOMIC_ACQUIRE & friends as weak

Servicio de la flota
 2022-06-08  8:05 UTC 

[PATCH] allow show_token() on TOKEN_ZERO_IDENT
 2022-06-07 20:48 UTC  (3+ messages)

[PATCH] fix crash when inlining casts of erroneous expressions
 2022-06-07 12:43 UTC 

/bin/bash: line 1: 45878 Segmentation fault sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise -Wno-return-void -Wno-unknown-attribute -fdiagnostic-prefix -D__CHECK_ENDIAN__ -D__NDS32_EL__ --arch=nds32 -mlittle-endian -m32 -Wp,-MMD,ker
 2022-06-07 12:42 UTC  (2+ messages)

[PATCH] cgcc: do not die on '-x assembler'
 2022-06-06 23:46 UTC 

[PATCH 0/3] improve cast_value()
 2022-05-31 19:32 UTC  (3+ messages)
` [PATCH 1/2] cast_value: assign the new type
` [PATCH 2/2] cast_value: remove error-prone redundant argument

Hello Sir, I seek your urgent consideration
 2022-05-24  9:24 UTC 

[PATCH 0/3] semind: Index more symbols
 2022-05-23 12:45 UTC  (3+ messages)

building Linux for ARMv7 with llvm breaks sparse
 2022-05-23  9:17 UTC  (7+ messages)
        ` [PATCH] handle clang's option "-meabi gnu"

Linux Test Project vendored Sparse
 2022-05-23  6:45 UTC  (3+ messages)

[PATCH] vboxsf: fix old signature detection
 2022-05-22 19:08 UTC  (2+ messages)
` [PATCH] fix zero/sign extension of integer character constants

[PATCH 0/2] sparse v0.6.4 regression
 2022-05-22 15:06 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 736ee37e2e8eed7fe48d0a37ee5a709514d478b3
 2022-05-22 11:57 UTC  (5+ messages)

[PATCH] cgcc: add Xtensa support
 2022-05-22 10:07 UTC  (2+ messages)

[PATCH] cgcc: handle -x assembler
 2022-05-22  9:38 UTC  (2+ messages)

[PATCH] sparse: Use offsetof macro to silence null ptr subtraction warning
 2022-05-21 13:28 UTC  (2+ messages)

[PATCH] sparse: only warn about directly nested flexible arrays
 2022-05-21 12:32 UTC  (2+ messages)

[PATCH] fix one year off in v0.6.4's release notes
 2022-05-21  9:59 UTC 

[PATCH] fix infinite loop when expanding __builtin_object_size() with self-init vars
 2022-05-21  9:49 UTC 

Servicio de la flota
 2022-05-20  8:00 UTC 

Servicio de la flota
 2022-05-04  8:05 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 

Servicio de la flota
 2022-04-13  8:05 UTC 

[PATCH v3 0/2] Add a section for static analysis tools
 2022-04-05 15:50 UTC  (8+ messages)
` [PATCH v3 1/2] Documentation: dev-tools: "
` [PATCH v3 2/2] Documentation: dev-tools: Enhance static analysis section with discussion

[PATCH] riscv: fix build with binutils 2.38
 2022-04-01 17:55 UTC  (7+ messages)

[PATCH v2 0/2] Add a section for static analysis tools
 2022-04-01  0:19 UTC  (13+ messages)
` [PATCH v2 1/2] Documentation: dev-tools: "
` [PATCH v2 2/2] Documentation: dev-tools: Enhance static analysis section with discussion

[PATCH] Documentation: dev-tools: Add a section for static analysis tools
 2022-03-29  9:24 UTC  (8+ messages)
    ` [cocci] "

[PATCH] x86: bug.h: merge annotate_reachable into _BUG_FLAGS for __WARN_FLAGS
 2022-03-24  2:42 UTC  (3+ messages)

[PATCH v3] x86/bug: __WARN_FLAGS: prevent shadowing by renaming local variable f to __flags
 2022-03-24  2:37 UTC 

Servicio de la flota
 2022-03-23  9:05 UTC 

Servicio de la flota
 2022-02-24  9:00 UTC 

[PATCH AUTOSEL 5.15 08/33] x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm
 2022-02-15 15:28 UTC 

[PATCH AUTOSEL 5.16 08/34] x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm
 2022-02-15 15:26 UTC 


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