linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: masahiroy@kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: [GIT PULL 2/2] Kconfig updates for v5.3-rc1
Date: Sat, 13 Jul 2019 02:54:42 +0900	[thread overview]
Message-ID: <CAK7LNAQAs0fGSXnv_Un7bL1PbtbRtu2tTUrCsQv-jt_o_1R3VA@mail.gmail.com> (raw)

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

-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2019-07-12 17:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12 17:54 Masahiro Yamada [this message]
2019-07-12 23:20 ` [GIT PULL 2/2] Kconfig updates for v5.3-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7LNAQAs0fGSXnv_Un7bL1PbtbRtu2tTUrCsQv-jt_o_1R3VA@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).