This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 368d060bb497 Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/li [...] adds f64048a20b0c kconfig: remove the rootmenu check in menu_add_prop() adds de026ca9152c kconfig: use parent->dep as the parentdep of 'menu' adds 801b27db4638 kconfig: drop T_WORD from the RHS of 'prompt' symbol adds 1be6e791383a kconfig: remove 'prompt' symbol adds 024352ff8d69 kconfig: move prompt handling to menu_add_prompt() from me [...] adds 2ffeef615b5e kconfig: remove 'prompt' argument from menu_add_prop() adds 6397d96ba5a5 kconfig: remove sym from struct property adds adf7c5bd0674 kconfig: squash prop_alloc() into menu_add_prop() adds 5edcef8454a4 kconfig: localmodconfig: remove unused $config adds 68f0d62746bc kconfig: localmodconfig: fix indentation for closing brace adds 1d1352373ebc kconfig: fix too deep indentation in Makefile adds c8138a57bbd1 kconfig: use $(PERL) in Makefile adds 89b9060987d9 kconfig: Add yes2modconfig and mod2yesconfig targets. adds edda15f21974 kconfig: list all definitions of a symbol in help text adds 3460d0bc256a kconfig: distinguish between dependencies and visibility i [...] adds a9609686042b kconfig: fix nesting of symbol help text adds ba82f52e2287 kconfig: fix an "implicit declaration of function" warning adds 2b5072b9dfab kconfig: fix documentation typos adds 14cd0bd04907 Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/l [...] adds 6404674acd59 vfs: fix do_last() regression adds c54849ddd832 cifs: fix soft mounts hanging in the reconnect code adds b581098482e6 cifs: update internal module version number adds 94f2630b1897 Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git. [...]
No new revisions were added by this update.
Summary of changes: Documentation/kbuild/kconfig-language.rst | 7 +- fs/cifs/cifsfs.h | 2 +- fs/cifs/smb2pdu.c | 2 +- fs/namei.c | 4 +- scripts/kconfig/Makefile | 24 ++-- scripts/kconfig/conf.c | 16 +++ scripts/kconfig/confdata.c | 16 +++ scripts/kconfig/expr.c | 3 +- scripts/kconfig/expr.h | 2 +- scripts/kconfig/gconf.c | 1 + scripts/kconfig/lkc.h | 4 +- scripts/kconfig/mconf.c | 1 + scripts/kconfig/menu.c | 185 +++++++++++++++++------------- scripts/kconfig/nconf.c | 1 + scripts/kconfig/parser.y | 21 ++-- scripts/kconfig/streamline_config.pl | 4 +- scripts/kconfig/symbol.c | 22 ---- 17 files changed, 178 insertions(+), 137 deletions(-)