Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kconfig updates from Masahiro Yamada: - error out if a user specifies a directory instead of a file from "Save" menu of GUI interfaces - do not overwrite .config if there is no change in the configuration - create parent directories as needed when a user specifies a new file path from "Save" menu of menuconfig/nconfig - fix potential buffer overflow - some trivial cleanups * tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kconfig: make conf_get_autoconfig_name() static kconfig: use snprintf for formatting pathnames kconfig: remove useless NULL pointer check in conf_write_dep() kconfig: make parent directories for the saved .config as needed kconfig: do not write .config if the content is the same kconfig: do not accept a directory for configuration output kconfig: remove trailing whitespaces kconfig: Make nconf-cfg.sh executable
Showing
- scripts/kconfig/confdata.c 83 additions, 38 deletionsscripts/kconfig/confdata.c
- scripts/kconfig/gconf.c 1 addition, 1 deletionscripts/kconfig/gconf.c
- scripts/kconfig/lexer.l 2 additions, 1 deletionscripts/kconfig/lexer.l
- scripts/kconfig/lkc.h 0 additions, 1 deletionscripts/kconfig/lkc.h
- scripts/kconfig/lxdialog/BIG.FAT.WARNING 1 addition, 1 deletionscripts/kconfig/lxdialog/BIG.FAT.WARNING
- scripts/kconfig/mconf.c 1 addition, 1 deletionscripts/kconfig/mconf.c
- scripts/kconfig/nconf-cfg.sh 0 additions, 0 deletionsscripts/kconfig/nconf-cfg.sh
- scripts/kconfig/nconf.c 1 addition, 2 deletionsscripts/kconfig/nconf.c
Loading
Please register or sign in to comment