[GIT PULL] Kbuild fixes for v5.9-rc2

From: Masahiro Yamada
Date: Sat Aug 22 2020 - 10:02:21 EST


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