linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Kconfig updates for v5.1
@ 2019-03-12 16:39 Masahiro Yamada
  2019-03-13 17:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-03-12 16:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, Linux Kbuild mailing list, masahiroy

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%)


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Kconfig updates for v5.1
  2019-03-12 16:39 [GIT PULL] Kconfig updates for v5.1 Masahiro Yamada
@ 2019-03-13 17:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-13 17:10 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Linus Torvalds, Linux Kernel Mailing List,
	Linux Kbuild mailing list, masahiroy

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-13 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 16:39 [GIT PULL] Kconfig updates for v5.1 Masahiro Yamada
2019-03-13 17:10 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).