mbox series

[GIT,PULL] Kconfig updates for v5.1

Message ID CAK7LNASa-XsGj9ESee+RF4SMQxpxD49oKz9C86etYQV2gQPxDQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kconfig updates for v5.1 | expand

Pull-request

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

Message

Masahiro Yamada March 12, 2019, 4:39 p.m. UTC
Hi Linus,


Please pull Kconfig updates for v5.1.

Thanks.



The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:

  Linux 5.0-rc4 (2019-01-27 15:18:05 -0800)

are available in the git repository at:

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

for you to fetch changes up to 8741908b3e29d35a33eeab6de60175958db8e54b:

  kconfig: fix 'Save As' menu of xconfig (2019-03-12 02:50:24 +0900)

----------------------------------------------------------------
Kconfig updates for v5.1

 - rename lexer and parse files

 - fix 'Save as' menu of xconfig

----------------------------------------------------------------
Masahiro Yamada (3):
      kconfig: rename zconf.l to lexer.l
      kconfig: rename zconf.y to parser.y
      kconfig: fix 'Save As' menu of xconfig

 scripts/kconfig/Makefile              |  9 ++++----
 scripts/kconfig/expr.h                |  2 +-
 scripts/kconfig/{zconf.l => lexer.l}  |  2 +-
 scripts/kconfig/lkc.h                 |  2 +-
 scripts/kconfig/{zconf.y => parser.y} |  0
 scripts/kconfig/qconf.cc              | 42 +++++++++++++++++++++++++++++------
 scripts/kconfig/qconf.h               |  1 +
 7 files changed, 44 insertions(+), 14 deletions(-)
 rename scripts/kconfig/{zconf.l => lexer.l} (99%)
 rename scripts/kconfig/{zconf.y => parser.y} (100%)

Comments

pr-tracker-bot@kernel.org March 13, 2019, 5:10 p.m. UTC | #1
The pull request you sent on Wed, 13 Mar 2019 01:39:04 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5453a3df2a5eb49bc24615d4cf0d66b2aae05e5f

Thank you!