public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-07 18:39:04 to 2021-10-05 11:01:09 UTC [more...]

[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-10-05 10:58 UTC  (14+ messages)
` [PATCH -rcu/kcsan 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH -rcu/kcsan 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH -rcu/kcsan 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH -rcu/kcsan 04/23] kcsan: Add core support for a subset of weak memory modeling
` [PATCH -rcu/kcsan 05/23] kcsan: Add core memory barrier instrumentation functions
` [PATCH -rcu/kcsan 06/23] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH -rcu/kcsan 07/23] kcsan: Call scoped accesses reordered in reports
` [PATCH -rcu/kcsan 08/23] kcsan: Show location access was reordered to
` [PATCH -rcu/kcsan 09/23] kcsan: Document modeling of weak memory
` [PATCH -rcu/kcsan 10/23] kcsan: test: Match reordered or normal accesses
` [PATCH -rcu/kcsan 11/23] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH -rcu/kcsan 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH -rcu/kcsan 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation

[PATCH net-next v3 01/16] mctp: Add MCTP base
 2021-10-03 21:08 UTC  (3+ messages)

[PATCH v3 10/10] [for -next only] kconfig: generate include/generated/rustc_cfg
 2021-10-02 10:02 UTC 

[PATCH 01/10] kconfig: remove 'const' from the return type of sym_escape_string_value()
 2021-10-02  8:59 UTC  (12+ messages)
` [PATCH 02/10] kconfig: refactor conf_write_heading()
` [PATCH 03/10] kconfig: refactor conf_write_symbol()
` [PATCH 04/10] kconfig: refactor listnewconfig code
` [PATCH 05/10] kconfig: move sym_escape_string_value() to confdata.c
` [PATCH 06/10] kconfig: add conf_get_autoheader_name()
` [PATCH 07/10] kconfig: refactor conf_write_autoconf()
` [PATCH 08/10] kconfig: refactor conf_write_dep()
` [PATCH 09/10] kconfig: refactor conf_touch_dep()
` [PATCH 10/10] [for next only] kconfig: generate include/generated/rustc_cfg

[PATCH v2 10/10] [for -next only] kconfig: generate include/generated/rustc_cfg
 2021-10-02  8:58 UTC 

[PATCH] modpost: add allow list for llvm IPSCCP
 2021-10-01 23:26 UTC  (9+ messages)

[PATCH v3 1/4] modpost: Mark uuid_le type only for MEI
 2021-10-01 22:41 UTC  (10+ messages)
` [PATCH v3 2/4] uuid: Make guid_t completely internal type to the kernel
` [PATCH v3 3/4] mei: Move uuid_le_cmp() to its only user
` [PATCH v3 4/4] mei: Unite uuid.h and mei.h in uAPI

[PATCH v3 0/8] Add __alloc_size()
 2021-10-01 14:15 UTC  (12+ messages)
` [PATCH v3 1/8] rapidio: Avoid bogus __alloc_size warning
` [PATCH v3 2/8] Compiler Attributes: add __alloc_size() for better bounds checking
` [PATCH v3 3/8] slab: Clean up function prototypes
` [PATCH v3 4/8] slab: Add __alloc_size attributes for better bounds checking
` [PATCH v3 5/8] mm/kvmalloc: "
` [PATCH v3 6/8] mm/vmalloc: "
` [PATCH v3 7/8] mm/page_alloc: "
` [PATCH v3 8/8] percpu: "

[PATCH v2 0/5] kunit: build kunit tests without structleak plugin
 2021-09-30  0:12 UTC  (7+ messages)
` [PATCH v2 1/5] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v2 2/5] iio/test-format: build kunit tests without structleak plugin
` [PATCH v2 3/5] device property: "
` [PATCH v2 4/5] thunderbolt: "
` [PATCH v2 5/5] bitfield: "

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-29 21:04 UTC  (23+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 3/6] device property: "
` [PATCH v1 4/6] thunderbolt: "
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

[PATCH 2/2] Makefile: Only specify '--prefix=' when building with clang + GNU as
 2021-09-29 19:32 UTC  (3+ messages)

[PATCH 1/2] kconfig: narrow the scope of variables in the lexer
 2021-09-29 14:01 UTC  (3+ messages)
` [PATCH 2/2] kconfig: rename a variable in the lexer to a clearer name

[PATCH] [RFC/RFT,V2] ARM64: SCS: Add gcc plugin to support Shadow Call Stack
 2021-09-28 12:06 UTC 

[PATCH] kconfig: remove 'const' from the return type of sym_escape_string()
 2021-09-28 10:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.14 40/40] kasan: always respect CONFIG_KASAN_STACK
 2021-09-28  5:55 UTC 

[PATCH 1/2] kconfig: Refactor sym_escape_string_value
 2021-09-27 14:34 UTC  (9+ messages)
` [PATCH 2/2] kconfig: Deny command substitution in string values

[PATCH v2] kconfig: Create links to main menu items in search
 2021-09-25  7:28 UTC  (3+ messages)

[PATCH] [RFC/RFT]SCS:Add gcc plugin to support Shadow Call Stack
 2021-09-23 15:25 UTC  (9+ messages)

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-09-22 22:41 UTC  (4+ messages)
` [PATCH v2 4/7] slab: Add __alloc_size attributes "

Module build problems with gmake 3.x
 2021-09-21 23:58 UTC  (5+ messages)

[PATCH] Revert "Enable '-Werror' by default for all kernel builds"
 2021-09-20 16:26 UTC  (21+ messages)

[GIT PULL] Kbuild fixes for v5.15-rc2
 2021-09-19 20:36 UTC  (2+ messages)

[PATCH] kbuild: use smaller dictionary size for zstd module compression
 2021-09-19 11:36 UTC  (3+ messages)

[PATCH] sh: Add missing FORCE prerequisites in Makefile
 2021-09-19  2:02 UTC  (2+ messages)

[PATCH v2 0/2] Harden clang against unknown flag options
 2021-09-19  2:01 UTC  (5+ messages)
` [PATCH v2 1/2] x86/build: Do not add -falign flags unconditionally for clang
` [PATCH v2 2/2] kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS

[PATCH] kbuild: Fix comment typo in scripts/Makefile.modpost
 2021-09-19  2:01 UTC  (2+ messages)

[PATCH 0/2] Harden clang against unknown flag options
 2021-09-16 19:05 UTC  (6+ messages)
` [PATCH 1/2] x86: Do not add -falign flags unconditionally for clang

[PATCH 5.14 001/432] Makefile: use -Wno-main in the full kernel tree
 2021-09-16 15:55 UTC 

[PATCH] [RFC] Add additional include path for gcc plugins
 2021-09-15 10:00 UTC  (2+ messages)

[PATCH v2] hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO
 2021-09-15  7:50 UTC  (2+ messages)

linux: build failure: error: "__has_attribute" is not defined
 2021-09-15  4:00 UTC 

[PATCH v2 8/8] kbuild: Enable dtc 'unit_address_format' warning by default
 2021-09-14 15:13 UTC  (2+ messages)

[PATCH v2] kbuild: Enable DT schema checks for %.dtb targets
 2021-09-13 15:19 UTC  (2+ messages)

[GIT PULL] more Kbuild updates for v5.15-rc1
 2021-09-12 14:16 UTC 

[PATCH] kconfig: Create links to main menu items in search
 2021-09-12 11:37 UTC  (4+ messages)

[PATCH] [RFC] kbuild: add CLANG_TRIPLE to prevent clang from compiling with wrong --target
 2021-09-11 11:55 UTC  (3+ messages)

[PATCH v6 kspp-next 00/22] Function Granular KASLR
 2021-09-10 12:29 UTC  (4+ messages)
` [PATCH v6 kspp-next 16/22] livepatch: only match unique symbols when using fgkaslr

[PATCH v2] checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit
 2021-09-10  2:13 UTC  (2+ messages)

[PATCH v2] checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_file
 2021-09-10  2:12 UTC  (2+ messages)

[PATCH 8/8] kbuild: Enable dtc 'unit_address_format' warning by default
 2021-09-10  0:27 UTC  (2+ messages)

[PATCH AUTOSEL 5.14 87/99] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
 2021-09-10  0:15 UTC 

[PATCH v2] gen_compile_commands: fix missing 'sys' package
 2021-09-09 19:28 UTC  (5+ messages)

[PATCH] kbuild: Enable DT schema checks for %.dtb targets
 2021-09-09 16:22 UTC  (3+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-09  6:14 UTC  (3+ messages)
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region

[GIT PULL v2] Kbuild updates for v5.15-rc1
 2021-09-09  5:14 UTC  (12+ messages)

[PATCH v2 00/13] kbuild: second round of Clang LTO refactoring
 2021-09-08 16:12 UTC  (5+ messages)
` [PATCH v2 03/13] kbuild: store the objtool command in *.cmd files

[GIT PULL v2] Kbuild updates for v5.15-rc1
 2021-09-08  3:09 UTC  (10+ messages)

[PATCH] Makefile: use -Wno-main in the full kernel tree
 2021-09-07 22:42 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox