This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7881cd6886a8 media: venus: Fix OPP table error handling new 0a1eab129fed kconfig: use memcmp instead of deprecated bcmp new 694174f94ebe kconfig: lxdialog: fix 'space' to (de)select options new 626c54af3576 kheaders: rebuild kheaders_data.tar.xz when a file is modi [...] new 1a0faff2833b kheaders: rebuild kheaders_data.tar.xz when KBUILD_BUILD_T [...] new f4363dfc900a kheaders: double-quote variables to satisfy shellcheck new 7934a8dd8692 module: remove meaningless 'name' parameter from __MODULE_INFO() new b04c7e88bcf5 kconfig: set MENU_CHANGED to choice when the selected memb [...] new cd5f1534a37e kconfig: qconf: do not show checkbox icon for choice new 604f5b2127fb kconfig: qconf: show selected choice in the Value column new 3c292cd0047c kconfig: rename menu_get_parent_menu() to menu_get_menu_or [...] new 7d1bfaa45768 kconfig: re-add menu_get_parent_menu() that returns parent menu new 2f2d60f489f0 kconfig: gconf: make columns resizable new f72ed4c6a375 kconfig: gconf: fix potential memory leak in renderer_edited() new 02bb13bd6c55 kconfig: gconf: always destroy dialog in on_window1_delete [...] new bff576a2a909 kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION new ab2924ab5e75 kconfig: gconf: remove empty if-block new 5575df3d3a21 kconfig: gconf: remove meaningless code in init_main_window() new 08726436886e kconfig: gconf: remove unneeded gtk_tree_view_set_headers_ [...] new ede0a43249d4 kconfig: gconf: remove gtk_tree_view_column_set_visible() calls new dc1de6c03bc6 kconfig: gconf: remove gtk_widget_realize() calls new ace8bee8369c kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls new f931a5d37a17 kconfig: gconf: remove unnecessary gtk_set_locale() call new a54b0397d367 kconfig: gconf: remove internal-child="image" nodes from glade new b3841b501c4a kconfig: gconf: remove parents[] array and indent variable new 9b8338fd45fc kconfig: gconf: remove unnecessary NULL checks for tree1 a [...] new 8e3136eb2721 kconfig: gconf: remove unneeded variable in on_split_clicked() new 57b63d17f73e kconfig: gconf: remove unneeded variables in on_treeview*_ [...] new b4809e25e2bf kconfig: gconf: remove unused 'color' variable new 290fc035dfeb kconfig: gconf: add static qualifiers to variables new 7ef533938e6c kconfig: gconf: move init_*() functions below new 8d6b5c14ab0b kconfig: gconf: refactor view setting code new b22bbaea7f59 kconfig: gconf: grey out button for current view new 3e0fb3ef0158 kconfig: gconf: move the main window event handlers below new f0049c937d2f kconfig: gconf: move button1 and save1 initialization code new 77e8ff988918 kconfig: gconf: add static qualifiers to event handlers new e06b176bf1b4 kconfig: gconf: remove glade_xml_signal_autoconnect() call new 3beae8659513 kconfig: gconf: make key_press_event work in left pane too new cae9cdbcd9af kconfig: gconf: avoid hardcoding model2 in on_treeview2_cu [...] new e6991e8004bf kconfig: gconf: avoid hardcoding model2 in renderer_edited() new 59adbcd8051a kconfig: gconf: avoid hardcoding model* in on_treeview*_bu [...] new 4d89059a722d kconfig: gconf: add on_save_clicked() event handler new 30dda0fdf7a6 kconfig: gconf: use GtkFileChooser in on_load1_activate() new fd7fd8024c32 kconfig: gconf: use GtkFileChooser in on_save_as1_activate() new 9517f47dbf8a kconfig: gconf: use GdkPixbuf in replace_button_icon() new b8f660aabcf2 kconfig: gconf: refactor replace_button_icon() new 20f375cbfe4f kconfig: gconf: make introduction, about, license dialogs modal new 1bd81df0b1cc kconfig: gconf: remove global 'tree' variable new ecaa87d4e9c2 kconfig: gconf: merge 'current' and 'browsed' global variables new ab026457d3f8 kconfig: gconf: preserve menu selection when switching view mode new e37954793668 kconfig: gconf: use GtkTreeModelFilter to control row visibility new b674af6ec854 kconfig: gconf: remove global 'model1' and 'model2' variables new ed332436f3ca kconfig: gconf: remove init_tree_model() new 64285dc5c41f kconfig: gconf: inline fill_row() into set_node() new 035c2f56f574 kconfig: gconf: do not reconstruct tree store when a symbo [...] new 063a274a5e29 kconfig: gconf: inline display_list() into set_view_mode() new bf5792da5ac1 kconfig: gconf: remove dead code in display_tree_part() new 475c878f9716 kconfig: gconf: replace GDK_space with GDK_KEY_space new 7783290143b3 kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL} new ad452c27aeb8 kconfig: gconf: remove "tooltips" property from glade new 9d0e47c4c879 kconfig: gconf: replace "tooltip" property with "tooltip-text" new ea1438f720aa kconfig: gconf: remove unnecessary default message in text view new 07944f94fc8c kconfig: gconf: use gtk_check_menu_item_get_active() accessor new c34d63237059 kconfig: gconf: use gtk_dialog_get_content_area() accessor new 9e0bd6db622c kconfig: gconf: remove GtkHandleBox from glade new f46899293689 kconfig: nconf: Ensure null termination where strncpy is used new 1f937cdf3268 docs: kconfig: add alldefconfig to the all*configs new 0c82f50a06aa kconfig: gconf: fix behavior of a menu under a symbol in s [...] new 06ba76dc8257 kconfig: gconf: use configure-event handler to adjust pane [...] new 894ad403439e kconfig: gconf: rename display_tree_part() new e06030c1ae32 kconfig: gconf: rename gconf.glade to gconf.ui new 9755d167bf51 kconfig: gconf: migrate to GTK 3 new df889fdbb8d4 kconfig: gconf: replace GtkVbox with GtkBox new d6f0b652d9b5 kconfig: gconf: replace GdkColor with GdkRGBA new bfa7375c10df kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned new 65056488e8bf kconfig: gconf: show GTK version in About dialog new 263e70bc4286 kconfig: add a function to dump all menu entries in a tree [...] new 721bfe583c52 kconfig: qconf: fix ConfigList::updateListAllforAll() new 87433e3e06a6 kconfig: qconf: confine {begin,end}Group to constructor an [...] new e06aa69de21b gendwarfksyms: use preferred form of sizeof for allocation new d8f26717c901 gendwarfksyms: order -T symtypes output by name new b9f75396ec10 scripts: add zboot support to extract-vmlinux new 6d4d44254e43 kconfig: gconf: fix single view to display dependent symbo [...] new 15a5ae3b0976 kconfig: gconf: Fix Back button behavior new 2bc0148f7819 kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem new e16f08062f91 kconfig: gconf: use hyphens in signals new 5ceb15fdc629 kconfig: gconf: remove unneeded variable in text_insert_msg new eb549e194bf2 kconfig: gconf: refactor text_insert_help() new 1918f983687a kconfig: lxdialog: replace strcpy with snprintf in print_autowrap new 5ac726653a10 kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c new 936599ca5149 kbuild: userprogs: use correct linker when mixing clang an [...] new 73d210e9faf8 kheaders: make it possible to override TAR new 8d6841d5cb20 MAINTAINERS: hand over Kbuild maintenance new a530a36bb548 Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm [...]
The 93 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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 | 99 +- 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 | 1767 ++++++++++++++--------------- 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, 1218 insertions(+), 1334 deletions(-) rename scripts/kconfig/{gconf.glade => gconf.ui} (57%)