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: <CAK7LNAQW8b_HEQhWBzaQSPy=qDmKkqz6URtpJ+BYG8eq-sWRwA@mail.gmail.com>
Date: Wed, 6 Aug 2025 01:27:35 +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 updates for v6.17-rc1

Hi Linus,

Please pull Kbuild updates for v6.17-rc1.
This is the last pull request from me.
I'm grateful to have been able to continue as a maintainer for eight years.
>From the next cycle, Nathan and Nicolas will maintain Kbuild.

Thanks,
Masahiro



The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 546c1b8315e62da1ec31e845e28fba99d0309b51:

  MAINTAINERS: hand over Kbuild maintenance (2025-08-05 22:00:00 +0900)

----------------------------------------------------------------
Kbuild updates for v6.17

 - Fix a shortcut key issue in menuconfig

 - Fix missing rebuild of kheaders

 - Sort the symbol dump generated by gendwarfsyms

 - Support zboot extraction in scripts/extract-vmlinux

 - Migrate gconfig to GTK 3

 - Add support in modpost for generating MODULE_ALIAS() entries for
   built-in modules

 - Add TAR variable to allow overriding the default tar command

 - Hand over Kbuild maintainership

----------------------------------------------------------------
Alexey Gladkov (6):
      s390: vmlinux.lds.S: Reorder sections
      scsi: Always define blogic_pci_tbl structure
      pinctrl: meson: Fix typo in device table macro
      modpost: Add modname to mod_device_table alias
      modpost: Create modalias for builtin modules
      kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

Giuliano Procida (2):
      gendwarfksyms: use preferred form of sizeof for allocation
      gendwarfksyms: order -T symtypes output by name

Jeremy Linton (1):
      scripts: add zboot support to extract-vmlinux

Masahiro Yamada (84):
      kheaders: rebuild kheaders_data.tar.xz when a file is modified
within a minute
      kheaders: rebuild kheaders_data.tar.xz when
KBUILD_BUILD_TIMESTAMP is changed
      kheaders: double-quote variables to satisfy shellcheck
      module: remove meaningless 'name' parameter from __MODULE_INFO()
      kconfig: set MENU_CHANGED to choice when the selected member is changed
      kconfig: qconf: do not show checkbox icon for choice
      kconfig: qconf: show selected choice in the Value column
      kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
      kconfig: re-add menu_get_parent_menu() that returns parent menu
      kconfig: gconf: make columns resizable
      kconfig: gconf: fix potential memory leak in renderer_edited()
      kconfig: gconf: always destroy dialog in on_window1_delete_event()
      kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION
      kconfig: gconf: remove empty if-block
      kconfig: gconf: remove meaningless code in init_main_window()
      kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls
      kconfig: gconf: remove gtk_tree_view_column_set_visible() calls
      kconfig: gconf: remove gtk_widget_realize() calls
      kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls
      kconfig: gconf: remove unnecessary gtk_set_locale() call
      kconfig: gconf: remove internal-child="image" nodes from glade
      kconfig: gconf: remove parents[] array and indent variable
      kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2
      kconfig: gconf: remove unneeded variable in on_split_clicked()
      kconfig: gconf: remove unneeded variables in
on_treeview*_button_press_event()
      kconfig: gconf: remove unused 'color' variable
      kconfig: gconf: add static qualifiers to variables
      kconfig: gconf: move init_*() functions below
      kconfig: gconf: refactor view setting code
      kconfig: gconf: grey out button for current view
      kconfig: gconf: move the main window event handlers below
      kconfig: gconf: move button1 and save1 initialization code
      kconfig: gconf: add static qualifiers to event handlers
      kconfig: gconf: remove glade_xml_signal_autoconnect() call
      kconfig: gconf: make key_press_event work in left pane too
      kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()
      kconfig: gconf: avoid hardcoding model2 in renderer_edited()
      kconfig: gconf: avoid hardcoding model* in
on_treeview*_button_press_event()
      kconfig: gconf: add on_save_clicked() event handler
      kconfig: gconf: use GtkFileChooser in on_load1_activate()
      kconfig: gconf: use GtkFileChooser in on_save_as1_activate()
      kconfig: gconf: use GdkPixbuf in replace_button_icon()
      kconfig: gconf: refactor replace_button_icon()
      kconfig: gconf: make introduction, about, license dialogs modal
      kconfig: gconf: remove global 'tree' variable
      kconfig: gconf: merge 'current' and 'browsed' global variables
      kconfig: gconf: preserve menu selection when switching view mode
      kconfig: gconf: use GtkTreeModelFilter to control row visibility
      kconfig: gconf: remove global 'model1' and 'model2' variables
      kconfig: gconf: remove init_tree_model()
      kconfig: gconf: inline fill_row() into set_node()
      kconfig: gconf: do not reconstruct tree store when a symbol is changed
      kconfig: gconf: inline display_list() into set_view_mode()
      kconfig: gconf: remove dead code in display_tree_part()
      kconfig: gconf: replace GDK_space with GDK_KEY_space
      kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}
      kconfig: gconf: remove "tooltips" property from glade
      kconfig: gconf: replace "tooltip" property with "tooltip-text"
      kconfig: gconf: remove unnecessary default message in text view
      kconfig: gconf: use gtk_check_menu_item_get_active() accessor
      kconfig: gconf: use gtk_dialog_get_content_area() accessor
      kconfig: gconf: remove GtkHandleBox from glade
      kconfig: gconf: fix behavior of a menu under a symbol in split view
      kconfig: gconf: use configure-event handler to adjust pane separator
      kconfig: gconf: rename display_tree_part()
      kconfig: gconf: rename gconf.glade to gconf.ui
      kconfig: gconf: migrate to GTK 3
      kconfig: gconf: replace GtkVbox with GtkBox
      kconfig: gconf: replace GdkColor with GdkRGBA
      kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned
      kconfig: gconf: show GTK version in About dialog
      kconfig: add a function to dump all menu entries in a tree-like format
      kconfig: qconf: fix ConfigList::updateListAllforAll()
      kconfig: qconf: confine {begin,end}Group to constructor and destructor
      kconfig: gconf: fix single view to display dependent symbols correctly
      kconfig: gconf: Fix Back button behavior
      kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem
      kconfig: gconf: use hyphens in signals
      kconfig: gconf: remove unneeded variable in text_insert_msg
      kconfig: gconf: refactor text_insert_help()
      kbuild: always create intermediate vmlinux.unstripped
      kbuild: keep .modinfo section in vmlinux.unstripped
      kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
      MAINTAINERS: hand over Kbuild maintenance

Michał Górny (1):
      kheaders: make it possible to override TAR

Randy Dunlap (1):
      docs: kconfig: add alldefconfig to the all*configs

Shankari Anand (1):
      kconfig: nconf: Ensure null termination where strncpy is used

Suchit Karunakaran (2):
      kconfig: lxdialog: replace strcpy with snprintf in print_autowrap
      kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c

Thomas Meyer (1):
      kconfig: use memcmp instead of deprecated bcmp

Thomas Weißschuh (1):
      kbuild: userprogs: use correct linker when mixing clang and GNU ld

Yann E. MORIN (1):
      kconfig: lxdialog: fix 'space' to (de)select options

 CREDITS                                    |    6 +
 Documentation/kbuild/kconfig.rst           |    8 +-
 MAINTAINERS                                |   13 +-
 Makefile                                   |    5 +-
 arch/s390/kernel/vmlinux.lds.S             |   10 +-
 drivers/pinctrl/meson/pinctrl-amlogic-a4.c |    2 +-
 drivers/scsi/BusLogic.c                    |    2 -
 include/asm-generic/vmlinux.lds.h          |    2 +-
 include/crypto/algapi.h                    |    4 +-
 include/linux/module.h                     |   21 +-
 include/linux/moduleparam.h                |    9 +-
 include/net/tcp.h                          |    4 +-
 kernel/.gitignore                          |    2 +
 kernel/Makefile                            |   47 +-
 kernel/gen_kheaders.sh                     |   93 +-
 rust/kernel/device_id.rs                   |    8 +-
 scripts/Makefile.vmlinux                   |   77 +-
 scripts/Makefile.vmlinux_o                 |   26 +-
 scripts/extract-vmlinux                    |   13 +-
 scripts/gendwarfksyms/cache.c              |    2 +-
 scripts/gendwarfksyms/die.c                |    4 +-
 scripts/gendwarfksyms/dwarf.c              |    2 +-
 scripts/gendwarfksyms/kabi.c               |    2 +-
 scripts/gendwarfksyms/symbols.c            |    2 +-
 scripts/gendwarfksyms/types.c              |   33 +-
 scripts/kconfig/conf.c                     |    2 +-
 scripts/kconfig/confdata.c                 |    2 +-
 scripts/kconfig/gconf-cfg.sh               |   11 +-
 scripts/kconfig/gconf.c                    | 1783
++++++++++++++++++--------------------
 scripts/kconfig/{gconf.glade => gconf.ui}  |  361 +++-----
 scripts/kconfig/lkc.h                      |    2 +
 scripts/kconfig/lxdialog/inputbox.c        |    6 +-
 scripts/kconfig/lxdialog/menubox.c         |    2 +-
 scripts/kconfig/lxdialog/util.c            |    3 +-
 scripts/kconfig/menu.c                     |   94 ++
 scripts/kconfig/nconf.c                    |    2 +
 scripts/kconfig/nconf.gui.c                |    1 +
 scripts/kconfig/qconf.cc                   |   36 +-
 scripts/kconfig/qconf.h                    |    1 +
 scripts/kconfig/symbol.c                   |    4 +
 scripts/link-vmlinux.sh                    |    5 +-
 scripts/mksysmap                           |    6 +
 scripts/mod/file2alias.c                   |   34 +-
 scripts/mod/modpost.c                      |   17 +-
 scripts/mod/modpost.h                      |    2 +
 45 files changed, 1353 insertions(+), 1418 deletions(-)
 rename scripts/kconfig/{gconf.glade => gconf.ui} (57%)

--
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ