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: <CAK7LNAQdcpEARErjAdJLGf3whwWy-1z8kGtmEDKq3M6qqJQx6w@mail.gmail.com>
Date: Wed, 6 Aug 2025 12:50:57 +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 updates for v6.17-rc1 (take 2)

Hello Linus,


Please pull Kbuild updates for v6.17-rc1.
In this take 2, I dropped one patch series
that has caused a regression in linux-next.

You will observe a merge conflict in include/linux/moduleparam.h
This is a conflict between
Commit 40a826bd6c82 ("module: Rename MAX_PARAM_PREFIX_LEN to __MODULE_NAME_LEN")
and
Commit 7934a8dd8692 ("module: remove meaningless 'name' parameter from
__MODULE_INFO()")
A resolution is available in linux-next.

And, 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.



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-2

for you to fetch changes up to 8d6841d5cb20dcee7bf9ba98cb6dbcbf5bccfea5:

  MAINTAINERS: hand over Kbuild maintenance (2025-08-06 10:23:36 +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 TAR variable to allow overriding the default tar command

 - Hand over Kbuild maintainership

----------------------------------------------------------------
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 (81):
      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()
      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 +-
 include/crypto/algapi.h                   |    4 +-
 include/linux/module.h                    |    3 -
 include/linux/moduleparam.h               |    9 +-
 include/net/tcp.h                         |    4 +-
 kernel/.gitignore                         |    2 +
 kernel/Makefile                           |   47 +-
 kernel/gen_kheaders.sh                    |   93 +--
 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 +
 33 files changed, 1223 insertions(+), 1339 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