linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: 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.11-rc1
Date: Wed, 23 Dec 2020 01:47:55 +0900	[thread overview]
Message-ID: <CAK7LNARRsx+bTOW+y-u8z91NvBZfC9HMbB0i1if+SbjMh=vNpA@mail.gmail.com> (raw)

Hi Linus,

Please pull Kconfig updates for v5.11
Thanks.


The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 90d39628ac799e93c0f7a56763eed5029632f1ba:

  kconfig: doc: fix $(fileno) to $(filename) (2020-12-21 16:01:44 +0900)

----------------------------------------------------------------
Kconfig updates for v5.11

 - Support only Qt5 for qconf

 - Validate signal/slot connection at compile time of qconf

 - Sanitize header includes

----------------------------------------------------------------
Boris Kolpackov (2):
      kconfig: make lkc.h self-sufficient #include-wise
      kconfig: clean up header inclusion

Masahiro Yamada (6):
      kconfig: qconf: drop Qt4 support
      kconfig: qconf: use a variable to pass packages to pkg-config
      kconfig: qconf: convert to Qt5 new signal/slot connection syntax
      kconfig: qconf: show Qt version in the About dialog
      kconfig: fix return value of do_error_if()
      kconfig: doc: fix $(fileno) to $(filename)

 Documentation/kbuild/kconfig-macro-language.rst |   2 +-
 scripts/kconfig/conf.c                          |   1 -
 scripts/kconfig/confdata.c                      |   1 +
 scripts/kconfig/lexer.l                         |   1 -
 scripts/kconfig/lkc.h                           |   4 +
 scripts/kconfig/preprocess.c                    |   2 +-
 scripts/kconfig/qconf-cfg.sh                    |  14 +--
 scripts/kconfig/qconf.cc                        | 145 +++++++++++++---------
 scripts/kconfig/symbol.c                        |   2 +-
 9 files changed, 95 insertions(+), 77 deletions(-)

-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2020-12-22 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22 16:47 Masahiro Yamada [this message]
2020-12-22 22:24 ` [GIT PULL 2/2] Kconfig updates for v5.11-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='CAK7LNARRsx+bTOW+y-u8z91NvBZfC9HMbB0i1if+SbjMh=vNpA@mail.gmail.com' \
    --to=masahiroy@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.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).