lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 13 Jul 2019 02:50:05 +0900
From:   Masahiro Yamada <yamada.masahiro@...ionext.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     masahiroy@...nel.org,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL 1/2] Kbuild updates for v5.3-rc1

Hi Linus,

Please pull Kbuild updates for v5.3
Thanks!


The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

  Linux 5.2-rc4 (2019-06-08 20:24:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-v5.3

for you to fetch changes up to d4a74bbfee03acf7bbddc77b9c9236462c744fc7:

  kbuild: use -- separater intead of $(filter-out ...) for
cc-cross-prefix (2019-07-11 23:34:52 +0900)

----------------------------------------------------------------
Kbuild updates for v5.3

- remove headers_{install,check}_all targets

- remove unreasonable 'depends on !UML' from CONFIG_SAMPLES

- re-implement 'make headers_install' more cleanly

- add new header-test-y syntax to compile-test headers

- compile-test exported headers to ensure they are compilable in
  user-space

- compile-test headers under include/ to ensure they are self-contained

- remove -Waggregate-return, -Wno-uninitialized, -Wno-unused-value flags

- add -Werror=unknown-warning-option for Clang

- add 128-bit built-in types support to genksyms

- fix missed rebuild of modules.builtin

- propagate 'No space left on device' error in fixdep to Make

- allow Clang to use its integrated assembler

- improve some coccinelle scripts

- add a new flag KBUILD_ABS_SRCTREE to request Kbuild to use absolute
  path for $(srctree).

- do not ignore errors when compression utility is missing

- misc cleanups

----------------------------------------------------------------
Geert Uytterhoeven (1):
      kbuild: Inform user to pass ARCH= for make mrproper

Harald Seiler (1):
      kbuild: fix compression errors getting ignored

Jani Nikula (1):
      kbuild: add support for ensuring headers are self-contained

Kirill Smelkov (1):
      coccinelle: api/stream_open: treat all wait_.*() calls as blocking

Markus Elfring (2):
      coccinelle: put_device: Adjust a message construction
      coccinelle: put_device: Add a cast to an expression for an assignment

Masahiro Yamada (35):
      kbuild: remove headers_{install,check}_all
      kbuild: remove stale dependency between Documentation/ and headers_install
      kbuild: make gdb_script depend on prepare0 instead of prepare
      kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK
      kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples
      kbuild: remove build_unifdef target in scripts/Makefile
      kbuild: build all prerequisites of headers_install simultaneously
      kbuild: add 'headers' target to build up uapi headers in usr/include
      kbuild: re-implement Makefile.headersinst without recursion
      kbuild: move hdr-inst shorthand to top Makefile
      kbuild: simplify scripts/headers_install.sh
      kbuild: deb-pkg: do not run headers_check
      lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o
      lib/raid6: refactor unroll rules with pattern rules
      kbuild: fix 'No such file or directory' warning for headers_install
      kbuild: rename arg-check to cmd-check
      kbuild: save $(strip ...) for calling any-prepreq
      kbuild: save $(strip ...) for calling if_changed and friends
      kbuild: fix missed rebuild of modules.builtin
      kbuild: split modules.order build rule out of 'modules' target
      fixdep: check return value of printf() and putchar()
      kbuild: add more hints about SUBDIRS replacement
      init/Kconfig: add CONFIG_CC_CAN_LINK
      kbuild: compile-test exported headers to ensure they are self-contained
      kbuild: do not create wrappers for header-test-y
      kbuild: support header-test-pattern-y
      kheaders: remove meaningless -R option of 'ls'
      kheaders: include only headers into kheaders_data.tar.xz
      kbuild: compile-test kernel headers to ensure they are self-contained
      scripts/tags.sh: drop SUBARCH support for ARM
      scripts/tags.sh: remove unused environment variables from comments
      kbuild: remove src and obj from the top Makefile
      kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
      kbuild: add a flag to force absolute path for srctree
      kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix

Mathieu Malaterre (1):
      kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn

Nathan Chancellor (3):
      kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
      kbuild: Enable -Wuninitialized
      kbuild: Add ability to test Clang's integrated assembler

Nathan Huckleberry (1):
      kbuild: Remove unnecessary -Wno-unused-value

Rikard Falkeborn (1):
      coccinelle: kstrdup: Fix typo in warning messages

Vasily Gorbik (1):
      kallsyms: exclude kasan local symbols on s390

Will Deacon (1):
      genksyms: Teach parser about 128-bit built-in types

 Documentation/kbuild/headers_install.txt  |    7 -
 Documentation/kbuild/kbuild.txt           |    9 +
 Documentation/kbuild/makefiles.txt        |   22 +-
 Makefile                                  |  117 ++--
 arch/arc/Makefile                         |    2 +-
 arch/arc/configs/tb10x_defconfig          |    1 +
 arch/nds32/configs/defconfig              |    1 +
 arch/parisc/Makefile                      |   12 +-
 arch/parisc/configs/a500_defconfig        |    1 +
 arch/parisc/configs/b180_defconfig        |    1 +
 arch/parisc/configs/c3000_defconfig       |    1 +
 arch/parisc/configs/default_defconfig     |    1 +
 arch/powerpc/configs/ppc6xx_defconfig     |    1 +
 arch/s390/configs/debug_defconfig         |    1 +
 arch/um/Makefile                          |    2 +-
 drivers/gpu/drm/i915/.gitignore           |    1 -
 drivers/gpu/drm/i915/Makefile.header-test |   12 +-
 include/Kbuild                            | 1270
+++++++++++++++++++++++++++++++++++
 include/uapi/{linux => }/Kbuild           |    6 +-
 init/Kconfig                              |   33 +
 kernel/gen_kheaders.sh                    |   51 +-
 lib/Kconfig.debug                         |   25 +-
 lib/raid6/Makefile                        |   98 +--
 net/bpfilter/Kconfig                      |    2 +-
 samples/Kconfig                           |   14 +-
 samples/Makefile                          |    4 +-
 scripts/Kbuild.include                    |   28 +-
 scripts/Makefile                          |    5 -
 scripts/Makefile.build                    |   11 +-
 scripts/Makefile.extrawarn                |    3 -
 scripts/Makefile.headersinst              |  134 ++--
 scripts/Makefile.host                     |    2 +-
 scripts/Makefile.lib                      |   26 +-
 scripts/Makefile.modbuiltin               |    2 +-
 scripts/basic/fixdep.c                    |   51 +-
 scripts/coccinelle/api/kstrdup.cocci      |    8 +-
 scripts/coccinelle/api/stream_open.cocci  |    8 +-
 scripts/coccinelle/free/put_device.cocci  |   11 +-
 scripts/gdb/linux/Makefile                |    2 +-
 scripts/genksyms/keywords.c               |    4 +
 scripts/genksyms/parse.y                  |    2 +
 scripts/headers.sh                        |   29 -
 scripts/headers_install.sh                |   48 +-
 scripts/kallsyms.c                        |    3 +
 scripts/package/builddeb                  |    2 +-
 scripts/package/mkspec                    |    2 +-
 scripts/tags.sh                           |   43 +-
 tools/testing/selftests/Makefile          |    2 +-
 tools/testing/selftests/lib.mk            |    4 +-
 usr/.gitignore                            |    1 -
 usr/Makefile                              |    2 +
 usr/include/.gitignore                    |    3 +
 usr/include/Makefile                      |  132 ++++
 53 files changed, 1805 insertions(+), 458 deletions(-)
 delete mode 100644 drivers/gpu/drm/i915/.gitignore
 create mode 100644 include/Kbuild
 rename include/uapi/{linux => }/Kbuild (77%)
 delete mode 100755 scripts/headers.sh
 create mode 100644 usr/include/.gitignore
 create mode 100644 usr/include/Makefile


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists