[GIT PULL] Kbuild fixes for v6.12-rc2

From: Masahiro Yamada
Date: Sun Oct 06 2024 - 13:47:55 EST


Hello Linus,

Please pull Kbuild fixes for v6.12-rc2.
Thanks.




The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -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.12

for you to fetch changes up to 82cb44308951ad4ce7a8500b9e025d27d7fb3526:

kbuild: deb-pkg: Remove blank first line from maint scripts
(2024-10-07 02:36:38 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.12

- Move non-boot built-in DTBs to the .rodata section

- Fix Kconfig bugs

- Fix maint scripts in the linux-image Debian package

- Import some list macros to scripts/include/

----------------------------------------------------------------
Aaron Thompson (1):
kbuild: deb-pkg: Remove blank first line from maint scripts

Masahiro Yamada (5):
kbuild: move non-boot built-in DTBs to .rodata section
kconfig: fix infinite loop in sym_calc_choice()
kconfig: clear expr::val_is_valid when allocated
kconfig: qconf: move conf_read() before drawing tree pain
kconfig: qconf: fix buffer overflow in debug links

Sami Tolvanen (1):
scripts: import more list macros

Xu Yang (1):
kbuild: fix a typo dt_binding_schema -> dt_binding_schemas

Makefile | 2 +-
scripts/Makefile.dtbs | 4 +++-
scripts/include/list.h | 50
++++++++++++++++++++++++++++++++++++++++++++++++++
scripts/kconfig/expr.c | 1 +
scripts/kconfig/parser.y | 10 ++++++++--
scripts/kconfig/qconf.cc | 6 +++---
scripts/package/builddeb | 1 -
7 files changed, 66 insertions(+), 8 deletions(-)



--
Best Regards
Masahiro Yamada