mbox series

[GIT,PULL,2/2] Kconfig updates for v5.3-rc1

Message ID CAK7LNAQAs0fGSXnv_Un7bL1PbtbRtu2tTUrCsQv-jt_o_1R3VA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/2] Kbuild updates for v5.3-rc1 | expand

Pull-request

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

Message

Masahiro Yamada July 12, 2019, 5:54 p.m. UTC
Hi Linus,

Please pull Kconfig updates for v5.3-rc1.
Thanks!


The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

  Linux 5.2-rc4 (2019-06-08 20:24:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e3cd5136a4ecece6a7599a07add0dfb811a7f49d:

  kconfig: remove meaningless if-conditional in conf_read()
(2019-07-11 23:37:55 +0900)

----------------------------------------------------------------
Kconfig updates for v5.3

- always require argument for --defconfig and remove the hard-coded
  arch/$(ARCH)/defconfig path

- make arch/$(SRCARCH)/configs/defconfig the new default of defconfig

- some code cleanups

----------------------------------------------------------------
Marco Ammon (1):
      kconfig: Fix spelling of sym_is_changable

Masahiro Yamada (6):
      kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
      kconfig: require the argument of --defconfig
      kconfig: add static qualifier to expand_string()
      kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
      unicore32: rename unicore32_defconfig to defconfig
      kconfig: remove meaningless if-conditional in conf_read()

 arch/alpha/Makefile                                    |  2 --
 arch/arm64/Makefile                                    |  2 --
 arch/csky/Makefile                                     |  1 -
 arch/nds32/Makefile                                    |  2 --
 arch/riscv/Makefile                                    |  2 --
 arch/s390/Makefile                                     |  2 --
 arch/unicore32/Makefile                                |  3 +--
 .../configs/{unicore32_defconfig => defconfig}         |  0
 scripts/kconfig/Makefile                               |  8 +++++---
 scripts/kconfig/conf.c                                 | 10 ++++------
 scripts/kconfig/confdata.c                             | 25
+++---------------------
 scripts/kconfig/lkc.h                                  |  1 -
 scripts/kconfig/lkc_proto.h                            |  3 +--
 scripts/kconfig/mconf.c                                | 10 +++++-----
 scripts/kconfig/nconf.c                                | 10 +++++-----
 scripts/kconfig/preprocess.c                           |  3 ++-
 scripts/kconfig/qconf.cc                               |  2 +-
 scripts/kconfig/symbol.c                               |  2 +-
 18 files changed, 28 insertions(+), 60 deletions(-)
 rename arch/unicore32/configs/{unicore32_defconfig => defconfig} (100%)

Comments

pr-tracker-bot@kernel.org July 12, 2019, 11:20 p.m. UTC | #1
The pull request you sent on Sat, 13 Jul 2019 02:54:42 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/106f1466e7e7057ec6f4dc9516c13ea8cb9dffa0

Thank you!