This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a1d21081a60d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new f70f74d15ca8 kconfig: remove '---help---' support new 22a4ac026c15 Revert "checkpatch: kconfig: prefer 'help' over '---help---'" new 8410e6559412 kconfig: constify XPM data new 7eb7c106f153 kconfig: qconf: Fix mouse events in search view new d41809ff7af9 kconfig: add 'static' to some file-local data new 614bf0a89ae2 kconfig: qconf: remove ->addSeparator() to menuBar new d4b1cea7de0c kconfig: qconf: do not use 'menu' variable for (QMenuBar *) new 93ebaacdc59b kconfig: qconf: use 'menu' variable for (QMenu *) new 2afb3e26828a kconfig: qconf: remove toolBar from ConfigMainWindow members new 860ec3fbcaeb kconfig: qconf: overload addToolBar() to create and insert [...] new 1b4263e7507f kconfig: qconf: remove unused ConfigList::listView() new 740fdef8534f kconfig: qconf: remove name from ConfigSearchWindow constructor new 92641154bf6f kconfig: qconf: omit parent to QHBoxLayout() new cb77043f061a kconfig: qconf: remove unused argument from ConfigList::up [...] new 1031685c5ec8 kconfig: qconf: remove unused argument from ConfigView::up [...] new 5b75a6c896bc kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() new 3c73ff040ed5 kconfig: qconf: drop more localization code new 711b875bcdbc kconfig: qconf: remove ConfigItem::pixmap/setPixmap new abf741a9fa4f kconfig: qconf: remove ConfigList::addColumn/removeColumn new 5ca534cdf97a kconfig: qconf: remove ConfigItem::text/setText new 4fa91f528f34 kconfig: qconf: remove unused voidPix, menuInvPix new 5cb255ffa1e7 kconfig: qconf: refactor icon setups new fa8de0a3bf3c kconfig: qconf: do not limit the pop-up menu to the first row new d4bbe8a1b55a kconfig: qconf: move setOptionMode() to ConfigList from Co [...] new 32b2ee5cea4d Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/l [...] new c6a8b84da4c2 modules: linux/moduleparam.h: drop duplicated word in a comment new 7ef5264de773 modules: mark ref_module static new 773110470e2f modules: mark find_symbol static new a54e04914c21 modules: mark each_symbol_section static new 3fe1e56d0e68 modules: unexport __module_text_address new 34e64705ad41 modules: unexport __module_address new cd8732cdcc37 modules: rename the licence field in struct symsearch to license new ef1dac6021cc modules: return licensing information from find_symbol new 262e6ae7081d modules: inherit TAINT_PROPRIETARY_MODULE new 0fd9cc6b0c72 Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/s [...]
The 35 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: include/linux/module.h | 26 +--- include/linux/moduleparam.h | 2 +- kernel/module.c | 60 +++++--- scripts/checkkconfigsymbols.py | 2 +- scripts/checkpatch.pl | 6 +- scripts/kconfig/images.c | 30 ++-- scripts/kconfig/images.h | 30 ++-- scripts/kconfig/lexer.l | 4 +- scripts/kconfig/qconf.cc | 319 +++++++++++++++++++++-------------------- scripts/kconfig/qconf.h | 56 ++------ scripts/kconfig/symbol.c | 14 +- 11 files changed, 265 insertions(+), 284 deletions(-)