linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-10 13:19:07 to 2018-10-19 12:49:20 UTC [more...]

[PATCH v2 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-10-19 12:49 UTC  (4+ messages)
` [PATCH v2 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v2 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v2 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING

[PATCH 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-10-18 17:03 UTC  (9+ messages)
` [PATCH 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization

[PATCH 1/3] kbuild: Add -Wshadow to sparse
 2018-10-17 20:13 UTC  (3+ messages)

[PATCH] compiler.h: update definition of unreachable()
 2018-10-15 21:14 UTC  (4+ messages)

[PATCH v9 00/10] x86: macrofying inline asm
 2018-10-13 21:30 UTC  (38+ messages)
` [PATCH v9 03/10] x86: objtool: use asm macro for better compiler decisions
` PROPOSAL: Extend inline asm syntax with size spec
    ` [RESEND] "

[PATCH v2] compiler.h: give up __compiletime_assert_fallback()
 2018-10-11 15:15 UTC  (19+ messages)

[PATCH v5 00/15] Compiler Attributes
 2018-10-06 19:41 UTC 

[GIT PULL linux-next] Add Compiler Attributes (v6) tree
 2018-10-06  2:37 UTC  (2+ messages)

[GIT PULL linux-next] Add Compiler Attributes tree
 2018-10-04  5:01 UTC  (14+ messages)

Sparse warnings from calls to max3() and max
 2018-10-03 20:43 UTC 

[PATCH v5 00/15] Compiler Attributes
 2018-09-30 11:17 UTC  (27+ messages)
` [PATCH v5 01/15] Compiler Attributes: remove unused attributes
` [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax
` [PATCH v5 03/15] Compiler Attributes: remove unneeded tests
` [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array
` [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
` [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h
` [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks
` [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute
` [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h
` [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst
` [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry
` [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
` [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 "
` [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
` [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition

[PATCH v3 1/2] Compiler Attributes: naked can be shared
 2018-09-25 19:03 UTC  (2+ messages)

Bug#906472: horst: FTBFS in buster/sid (unable to open 'stdarg.h')
 2018-09-25 17:06 UTC  (4+ messages)

[PATCH v9 00/20] kasan: add software tag-based mode for arm64
 2018-09-24 15:14 UTC 

[PATCH v8 00/20] kasan: add software tag-based mode for arm64
 2018-09-24  9:19 UTC  (6+ messages)
  ` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
  ` [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode

[PATCH v8 00/10] x86: macrofying inline asm for better compilation
 2018-09-21 18:26 UTC  (3+ messages)
` [PATCH v8 03/10] x86: objtool: use asm macro for better compiler decisions

[PATCH v8 01/20] kasan, mm: change hooks signatures
 2018-09-21 12:13 UTC  (3+ messages)

[PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)
 2018-09-20 16:13 UTC  (21+ messages)
` [PATCH v2 1/2] Compiler Attributes: naked was fixed in gcc 4.6
` [PATCH v2 2/2] Compiler Attributes: naked can be shared

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-19 18:53 UTC  (32+ messages)
    ` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
  ` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
  ` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
  ` [PATCH v6 07/18] khwasan: add tag related helper functions
  ` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
  ` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
  ` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
  ` [PATCH v6 13/18] khwasan: add bug reporting routines
  ` [PATCH v6 14/18] khwasan: add hooks implementation
  ` [PATCH v6 17/18] khwasan: update kasan documentation

[PATCH 1/2] Compiler Attributes: naked was fixed in gcc 4.6
 2018-09-18 16:17 UTC  (7+ messages)
` [PATCH 2/2] Compiler Attributes: naked can be shared

[PATCH v4 00/13] Compiler Attributes
 2018-09-10 17:50 UTC  (6+ messages)
` [PATCH v4 05/13] Compiler Attributes: naked was fixed in gcc 4.6
` [PATCH v4 06/13] Compiler Attributes: naked can be shared

[PATCH v7 00/10] x86: macrofying inline asm for better compilation
 2018-09-10 17:00 UTC  (4+ messages)

Conflict between sparse and commit cafa0010cd51f ("Raise the minimum required gcc version to 4.6")
 2018-09-10 15:15 UTC  (12+ 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).