[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAQO7kay52Dxku3sgyYk=4OGEB8m+gmN7wLemjc0f-pY-A@mail.gmail.com>
Date:   Sat, 22 Aug 2020 23:00:58 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v5.9-rc2
Hi Linus,
Please pull Kbuild fixes for v5.9-rc2
Thanks.
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.9
for you to fetch changes up to 510bc3cb1ddc32f9533e6ed0a68c980544c3ca3f:
  kconfig: qconf: replace deprecated QString::sprintf() with
QTextStream (2020-08-21 10:23:38 +0900)
----------------------------------------------------------------
Kbuild fixes for v5.9
 - move -Wsign-compare warning from W=2 to W=3
 - fix the keyword _restrict to __restrict in genksyms
 - fix more bugs in qconf
----------------------------------------------------------------
Joe Perches (2):
      Makefile.extrawarn: Move sign-compare from W=2 to W=3
      genksyms: keywords: Use __restrict not _restrict
Masahiro Yamada (8):
      extract-cert: add static to local data
      kbuild: remove redundant patterns in filter/filter-out
      kconfig: qconf: fix signal connection to invalid slots
      kconfig: qconf: fix the popup menu in the ConfigInfoView window
      kconfig: qconf: remove unused colNr
      kconfig: qconf: remove qInfo() to get back Qt4 support
      kconfig: qconf: remove redundant help in the info view
      kconfig: qconf: replace deprecated QString::sprintf() with QTextStream
 Makefile                    |   5 +-
 scripts/Makefile.extrawarn  |   2 +-
 scripts/extract-cert.c      |   2 +-
 scripts/genksyms/keywords.c |   4 +-
 scripts/kconfig/qconf.cc    | 156 +++++++++++++++++++--------------------
 scripts/kconfig/qconf.h     |   6 +-
 6 files changed, 86 insertions(+), 89 deletions(-)
-- 
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists
 
