Linus Torvalds
668c35f69c
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada:
"Kbuild core:
- remove unneeded $(call cc-option,...) switches
- consolidate Clang compiler flags into CLANG_FLAGS
- announce the deprecation of SUBDIRS
- fix single target build for external module
- simplify the dependencies of 'prepare' stage targets
- allow fixdep to directly write to .*.cmd files
- simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
- change if_changed_rule to accept multi-line recipe
- move .SECONDARY special target to scripts/Kbuild.include
- remove redundant 'set -e'
- improve parallel execution for CONFIG_HEADERS_CHECK
- misc cleanups
Treewide fixes and cleanups
- set Clang flags correctly for PowerPC boot images
- fix UML build error with CONFIG_GCC_PLUGINS
- remove unneeded patterns from .gitignore files
- refactor firmware/Makefile
- remove unneeded rules for *offsets.s
- avoid unneeded regeneration of intermediate .s files
- clean up ./Kbuild
Modpost:
- remove unused -M, -K options
- fix false positive warnings about section mismatch
- use simple devtable lookup instead of linker magic
- misc cleanups
Coccinelle:
- relax boolinit.cocci checks for overall consistency
- fix warning messages of boolinit.cocci
Other tools:
- improve -dirty check of scripts/setlocalversion
- add a tool to generate compile_commands.json from .*.cmd files"
* tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (51 commits)
kbuild: remove unused cmd_gentimeconst
kbuild: remove $(obj)/ prefixes in ./Kbuild
treewide: add intermediate .s files to targets
treewide: remove explicit rules for *offsets.s
firmware: refactor firmware/Makefile
firmware: remove unnecessary patterns from .gitignore
scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignore
um: remove unused filechk_gen_header in Makefile
scripts: add a tool to produce a compile_commands.json file
kbuild: add -Werror=implicit-int flag unconditionally
kbuild: add -Werror=strict-prototypes flag unconditionally
kbuild: add -fno-PIE flag unconditionally
scripts: coccinelle: Correct warning message
scripts: coccinelle: only suggest true/false in files that already use them
kbuild: handle part-of-module correctly for *.ll and *.symtypes
kbuild: refactor part-of-module
kbuild: refactor quiet_modtag
kbuild: remove redundant quiet_modtag for $(obj-m)
kbuild: refactor Makefile.asm-generic
user/Makefile: Fix typo and capitalization in comment section
...
2018-12-29 12:03:17 -08:00
..
2018-12-28 20:54:57 -08:00
2018-12-19 09:40:13 +01:00
2018-12-28 14:06:43 -08:00
2018-11-28 22:10:54 -08:00
2018-12-21 21:27:21 +01:00
2018-12-28 20:44:29 -08:00
2018-12-28 16:55:46 -08:00
2018-12-19 13:43:42 +01:00
2018-12-19 10:40:17 +01:00
2018-12-28 20:54:57 -08:00
2018-12-14 14:03:38 -08:00
2018-12-25 15:44:08 -08:00
2018-12-27 10:43:24 -08:00
2018-12-27 10:43:24 -08:00
2018-12-27 13:53:32 -08:00
2018-12-28 12:11:47 -08:00
2018-12-11 11:40:13 +09:00
2018-12-06 22:53:05 +05:30
2018-12-03 17:40:18 +01:00
2018-12-19 11:57:45 +01:00
2018-12-18 23:13:12 -05:00
2018-12-28 20:54:57 -08:00
2018-11-26 20:47:10 +01:00
2018-12-02 16:25:28 -08:00
2018-12-10 10:17:45 +01:00
2018-12-28 20:00:21 -08:00
2018-12-28 19:57:29 -08:00
2018-12-28 20:00:21 -08:00
2018-12-05 00:16:59 +01:00
2018-12-28 20:54:57 -08:00
2018-12-28 19:48:25 -08:00
2018-12-19 20:21:06 +01:00
2018-12-25 11:04:17 -08:00
2018-12-12 17:08:32 +01:00
2018-12-28 13:19:59 -08:00
2018-12-28 20:39:58 -08:00
2018-12-28 16:55:46 -08:00
2018-12-26 11:14:52 -08:00
2018-12-28 20:54:57 -08:00
2018-12-29 09:40:40 -08:00
2018-11-16 23:02:50 -08:00
2018-12-25 14:52:50 -08:00
2018-12-11 12:22:35 -07:00
2018-12-22 21:29:56 +11:00
2018-12-28 16:55:46 -08:00
2018-12-28 12:11:47 -08:00
2018-12-29 12:03:17 -08:00
2018-12-28 16:52:18 -08:00
2018-12-18 23:13:12 -05:00
2018-12-13 16:40:03 +00:00
2018-12-28 20:54:57 -08:00
2018-12-28 16:52:18 -08:00
2018-12-29 12:03:17 -08:00
2018-12-28 20:30:00 -08:00
2018-12-28 16:55:46 -08:00
2018-12-19 08:35:36 +01:00
2018-12-06 15:45:46 +01:00
2018-12-28 20:08:34 -08:00
2018-12-14 16:28:52 +05:30
2018-12-28 16:55:46 -08:00
2018-11-27 08:31:27 +01:00
2018-12-28 20:54:57 -08:00
2018-12-06 13:03:17 +00:00
2018-12-12 10:02:12 +05:30
2018-12-07 13:32:19 +01:00
2018-12-28 20:54:57 -08:00
2018-12-28 20:22:45 -08:00
2018-11-27 10:05:36 +01:00
2018-12-28 20:54:57 -08:00
2018-12-24 12:06:56 +01:00
2018-12-21 13:43:35 +00:00
2018-11-26 22:17:40 -08:00
2018-11-30 12:23:44 -08:00
2018-12-28 14:48:06 -08:00
2018-12-26 10:32:18 -08:00
2018-12-28 14:48:06 -08:00
2018-12-06 15:50:06 +01:00
2018-12-27 13:04:52 -08:00
2018-12-25 14:43:54 -08:00
2018-12-28 20:39:58 -08:00
2018-12-28 14:48:06 -08:00
2018-12-10 20:15:28 -08:00
2018-12-05 12:01:56 +03:00
2018-12-28 20:33:54 -08:00
2018-12-28 20:54:57 -08:00
2018-12-28 20:30:00 -08:00
2018-12-28 19:41:58 -08:00
2018-12-28 14:48:06 -08:00
2018-12-28 20:08:34 -08:00
2018-11-26 22:17:40 -08:00
2018-12-01 22:21:56 +09:00
2018-12-28 16:55:46 -08:00