Linux/linux 76bb8b0. Makefile MAINTAINERS, Documentation Makefile dontdiff

Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild updates from Masahiro Yamada:

 - remove unneeded asm headers from hexagon, ia64

 - add 'dir-pkg' target, which works like 'tar-pkg' but skips archiving

 - add 'helpnewconfig' target, which shows help for new CONFIG options

 - support 'make nsdeps' for external modules

 - make rebuilds faster by deleting $(wildcard $^) checks

 - remove compile tests for kernel-space headers

 - refactor modpost to simplify modversion handling

 - make single target builds faster

 - optimize and clean up scripts/kallsyms.c

 - refactor various Makefiles and scripts

* tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (59 commits)
  MAINTAINERS: update Kbuild/Kconfig maintainer's email address
  scripts/kallsyms: remove redundant initializers
  scripts/kallsyms: put check_symbol_range() calls close together
  scripts/kallsyms: make check_symbol_range() void function
  scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
  scripts/kallsyms: move more patterns to the ignored_prefixes array
  scripts/kallsyms: skip ignored symbols very early
  scripts/kallsyms: add const qualifiers where possible
  scripts/kallsyms: make find_token() return (unsigned char *)
  scripts/kallsyms: replace prefix_underscores_count() with strspn()
  scripts/kallsyms: add sym_name() to mitigate cast ugliness
  scripts/kallsyms: remove unneeded length check for prefix matching
  scripts/kallsyms: remove redundant is_arm_mapping_symbol()
  scripts/kallsyms: set relative_base more effectively
  scripts/kallsyms: shrink table before sorting it
  scripts/kallsyms: fix definitely-lost memory leak
  scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
  kbuild: make single target builds even faster
  modpost: respect the previous export when 'exported twice' is warned
  modpost: do not set ->preloaded for symbols from Module.symvers
  ...
DeltaFile
+0-1,187include/Kbuild
+514-0drivers/video/logo/pnmtologo.c
+0-514scripts/pnmtologo.c
+146-149scripts/kallsyms.c
+88-100scripts/mod/modpost.c
+59-62Makefile
+37-27kernel/gen_kheaders.sh
+17-12scripts/nsdeps
+0-27arch/hexagon/include/uapi/asm/bitsperlong.h
+1-21init/Kconfig
+11-11scripts/setlocalversion
+7-13scripts/Makefile.build
+11-8usr/include/Makefile
+0-18scripts/Makefile.headersinst
+8-10scripts/Makefile.modpost
+0-17Documentation/kbuild/makefiles.rst
+9-6scripts/Kbuild.include
+5-10drivers/video/logo/Makefile
+0-14scripts/Makefile.lib
+12-1scripts/kconfig/conf.c
+5-8Documentation/kbuild/modules.rst
+0-11lib/Kconfig.debug
+7-3scripts/kconfig/Makefile
+6-2scripts/package/buildtar
+0-7arch/ia64/include/uapi/asm/ioctls.h
+4-2scripts/Makefile.package
+4-2Documentation/Makefile
+2-3scripts/mod/modpost.h
+2-2MAINTAINERS
+3-0scripts/kconfig/nconf-cfg.sh
+3-0scripts/kconfig/mconf-cfg.sh
+3-0Documentation/core-api/symbol-namespaces.rst
+0-2include/asm-generic/export.h
+0-2arch/ia64/include/uapi/asm/errno.h
+0-2arch/ia64/include/uapi/asm/ioctl.h
+1-1.gitignore
+1-1kernel/Makefile
+0-2scripts/Makefile
+2-0scripts/ver_linux
+0-1scripts/.gitignore
+1-0drivers/video/logo/.gitignore
+0-1drivers/gpu/drm/i915/Kconfig.debug
+1-0Documentation/dontdiff
+0-1scripts/kconfig/parser.y
+970-2,26044 files

UnifiedSplitRaw