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: <CAK7LNAR3rgsNCN2hUs_s3H9wZeBPaLPwZgMH3ShLuLUKMjjihQ@mail.gmail.com>
Date: Mon, 10 Feb 2025 02:39:14 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.14-rc2

Hello Linus,

Please pull Kbuild fixes.
Thanks


The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f354fc88a72ae83dacd68370f6fa040e5733bcfe:

  kbuild: install-extmod-build: add missing quotation marks for CC
variable (2025-02-08 03:37:57 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.14

 - Suppress false-positive -Wformat-{overflow,truncation}-non-kprintf
   warnings regardless of the W= option

 - Avoid CONFIG_TRIM_UNUSED_KSYMS dropping symbols passed to symbol_get()

 - Fix a build regression of the Debian linux-headers package

----------------------------------------------------------------
Masahiro Yamada (1):
      kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS

Nathan Chancellor (1):
      scripts/Makefile.extrawarn: Do not show clang's non-kprintf
warnings at W=1

Oleh Zadorozhnyi (1):
      kbuild: fix misspelling in scripts/Makefile.lib

WangYuli (1):
      kbuild: install-extmod-build: add missing quotation marks for CC variable

 include/asm-generic/vmlinux.lds.h    |  1 +
 include/linux/module.h               |  5 ++++-
 scripts/Makefile.extrawarn           | 10 +++++-----
 scripts/Makefile.lib                 |  2 +-
 scripts/mod/modpost.c                | 35 +++++++++++++++++++++++++++++++++++
 scripts/mod/modpost.h                |  6 ++++++
 scripts/module.lds.S                 |  1 +
 scripts/package/install-extmod-build |  2 +-
 8 files changed, 54 insertions(+), 8 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ