mbox series

[GIT,PULL] Kconfig updates for v5.2

Message ID CAK7LNAQoi24VYEVdwvmjD3CP=Q7_91KQ1o47ocL+MFPKnVBOKA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kconfig updates for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git

Message

Masahiro Yamada May 15, 2019, 3:56 p.m. UTC
Hi Linus,

Please pull Kconfig updates for v5.2

Thanks.



The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kconfig-v5.2

for you to fetch changes up to 9b9f5948afcdf583cb1b58e0c4cc327aa1820f5a:

  kconfig: make conf_get_autoconfig_name() static (2019-05-14 23:23:25 +0900)

----------------------------------------------------------------
Kconfig updates for v5.2

 - 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

----------------------------------------------------------------
Jacob Garber (1):
      kconfig: use snprintf for formatting pathnames

Masahiro Yamada (6):
      kconfig: remove trailing whitespaces
      kconfig: do not accept a directory for configuration output
      kconfig: do not write .config if the content is the same
      kconfig: make parent directories for the saved .config as needed
      kconfig: remove useless NULL pointer check in conf_write_dep()
      kconfig: make conf_get_autoconfig_name() static

Petr Vorel (1):
      kconfig: Make nconf-cfg.sh executable

 scripts/kconfig/confdata.c               | 121 ++++++++++++++-------
 scripts/kconfig/gconf.c                  |   2 +-
 scripts/kconfig/lexer.l                  |   3 +-
 scripts/kconfig/lkc.h                    |   1 -
 scripts/kconfig/lxdialog/BIG.FAT.WARNING |   2 +-
 scripts/kconfig/mconf.c                  |   2 +-
 scripts/kconfig/nconf-cfg.sh             |   0
 scripts/kconfig/nconf.c                  |   3 +-
 8 files changed, 89 insertions(+), 45 deletions(-)
 mode change 100644 => 100755 scripts/kconfig/nconf-cfg.sh

Comments

pr-tracker-bot@kernel.org May 15, 2019, 4:10 p.m. UTC | #1
The pull request you sent on Thu, 16 May 2019 00:56:47 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kconfig-v5.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2bbacd1a92788ee334c7e92b765ea16ebab68dfe

Thank you!