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]
Message-ID: <CAK7LNAQX2tTZNnUD519Y1Kx5YxtnHy8WHPUB+L9K7ji_8nT89Q@mail.gmail.com>
Date: Fri, 23 Aug 2024 03:16:08 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, 
	Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.11-rc5

Hello Linus,


Please pull Kbuild fixes for v6.11-rc5.
Thanks.



The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.11-2

for you to fetch changes up to 8fb4ac1cee88a57e7a56faba49b408a41a4af4db:

  kbuild: fix typos "prequisites" to "prerequisites" (2024-08-23 02:41:02 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.11 (2nd)

 - Eliminate the fdtoverlay command duplication in scripts/Makefile.lib

 - Fix 'make compile_commands.json' for external modules

 - Ensure scripts/kconfig/merge_config.sh handles missing newlines

 - Fix some build errors on macOS

----------------------------------------------------------------
Alexandre Courbot (1):
      Makefile: add $(srctree) to dependency of compile_commands.json target

Anders Roxell (1):
      scripts: kconfig: merge_config: config files: add a trailing newline

Javier Carrasco (1):
      Documentation/llvm: turn make command for ccache into code block

Masahiro Yamada (4):
      kbuild: clean up code duplication in cmd_fdtoverlay
      treewide: remove unnecessary <linux/version.h> inclusion
      kbuild: avoid scripts/kallsyms parsing /dev/null
      kbuild: fix typos "prequisites" to "prerequisites"

 Documentation/kbuild/llvm.rst                         |  2 +-
 Makefile                                              |  2 +-
 drivers/accessibility/speakup/genmap.c                |  1 -
 drivers/accessibility/speakup/makemapdata.c           |  1 -
 drivers/staging/media/atomisp/include/linux/atomisp.h |  1 -
 samples/trace_events/trace_custom_sched.c             |  1 -
 scripts/Makefile.build                                |  2 +-
 scripts/Makefile.lib                                  | 28
++++++++++------------------
 scripts/Makefile.modfinal                             |  2 +-
 scripts/Makefile.vmlinux                              |  2 +-
 scripts/Makefile.vmlinux_o                            |  2 +-
 scripts/kconfig/merge_config.sh                       |  2 ++
 scripts/link-vmlinux.sh                               |  3 ++-
 sound/soc/codecs/cs42l42.c                            |  1 -
 14 files changed, 20 insertions(+), 30 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ