linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 2/2] Kconfig updates for v5.6-rc1
@ 2020-02-01  4:05 Masahiro Yamada
  2020-02-01 18:28 ` Linus Torvalds
  2020-02-01 18:30 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2020-02-01  4:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Linux Kbuild mailing list

Hi Linus,

Please pull Kconfig updates for v5.6-rc1.

Thanks!


The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2b5072b9dfab1bc9e4f605bba19b4470e429c60c:

  kconfig: fix documentation typos (2020-01-22 00:54:35 +0900)

----------------------------------------------------------------
Kconfig updates for v5.6

 - add 'yes2modconfig' and 'mod2yesconfig' targets

 - sanitize help text

 - various code cleanups

----------------------------------------------------------------
Bartosz Golaszewski (1):
      kconfig: fix an "implicit declaration of function" warning

Bjorn Helgaas (1):
      kconfig: fix documentation typos

Masahiro Yamada (12):
      kconfig: remove the rootmenu check in menu_add_prop()
      kconfig: use parent->dep as the parentdep of 'menu'
      kconfig: drop T_WORD from the RHS of 'prompt' symbol
      kconfig: remove 'prompt' symbol
      kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
      kconfig: remove 'prompt' argument from menu_add_prop()
      kconfig: remove sym from struct property
      kconfig: squash prop_alloc() into menu_add_prop()
      kconfig: localmodconfig: remove unused $config
      kconfig: localmodconfig: fix indentation for closing brace
      kconfig: fix too deep indentation in Makefile
      kconfig: use $(PERL) in Makefile

Tetsuo Handa (1):
      kconfig: Add yes2modconfig and mod2yesconfig targets.

Thomas Hebb (3):
      kconfig: list all definitions of a symbol in help text
      kconfig: distinguish between dependencies and visibility in help text
      kconfig: fix nesting of symbol help text

 Documentation/kbuild/kconfig-language.rst |   7 +-
 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 ----
 14 files changed, 174 insertions(+), 133 deletions(-)


-- 
Best Regards
Masahiro Yamada

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

* Re: [GIT PULL 2/2] Kconfig updates for v5.6-rc1
  2020-02-01  4:05 [GIT PULL 2/2] Kconfig updates for v5.6-rc1 Masahiro Yamada
@ 2020-02-01 18:28 ` Linus Torvalds
  2020-02-01 18:30 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2020-02-01 18:28 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Linux Kernel Mailing List, Linux Kbuild mailing list

On Fri, Jan 31, 2020 at 8:06 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
>  - add 'yes2modconfig' and 'mod2yesconfig' targets

It would have been appreciated if you'd explain what the point of those are.

Yes, I looked into the individual commits to check, but it wasn't
exactly obvious why anybody would ever use this.

                    Linus

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

* Re: [GIT PULL 2/2] Kconfig updates for v5.6-rc1
  2020-02-01  4:05 [GIT PULL 2/2] Kconfig updates for v5.6-rc1 Masahiro Yamada
  2020-02-01 18:28 ` Linus Torvalds
@ 2020-02-01 18:30 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2020-02-01 18:30 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Linus Torvalds, Linux Kernel Mailing List, Linux Kbuild mailing list

The pull request you sent on Sat, 1 Feb 2020 13:05:48 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/14cd0bd04907df79b36a31e55f18768172230987

Thank you!

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

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

end of thread, other threads:[~2020-02-01 18:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01  4:05 [GIT PULL 2/2] Kconfig updates for v5.6-rc1 Masahiro Yamada
2020-02-01 18:28 ` Linus Torvalds
2020-02-01 18:30 ` 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).