From: "Leonardo Brás" <leobras.c@gmail.com>
To: lkcamp@lists.libreplanetbr.org
Cc: Matthew Wilcox <willy6545@gmail.com>,
Andy Lutomirski <luto@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
"H. Peter Anvin" <hpa@zytor.com>,
x86@kernel.org, Masahiro Yamada <yamada.masahiro@socionext.com>,
Michal Marek <michal.lkml@markovi.net>,
linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject: [PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
Date: Tue, 16 Oct 2018 21:07:22 -0300 [thread overview]
Message-ID: <20181017000722.GA20892@WindFlash> (raw)
This patchset add -Wshadow=local on KBUILD_HOSTCFLAGS and fixes
all code that show this warning.
The third patch was already submitted, but was not merged yet.
I like to think it's part of this patchset, but if it was
already merged, please ignore it.
Leonardo Brás (4):
Adds -Wshadow=local on KBUILD_HOSTCFLAGS
Renames variable to fix shadow warning.
kbuild: Removes unnecessary shadowed local variable and optimize
testing.
Changes macro usage to avoid shadowing a variable.
Makefile | 2 +-
arch/x86/entry/vdso/vdso2c.h | 4 ++--
scripts/asn1_compiler.c | 7 +++----
scripts/mod/file2alias.c | 14 ++++++++------
4 files changed, 14 insertions(+), 13 deletions(-)
--
2.19.1
next reply other threads:[~2018-10-17 8:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 0:07 Leonardo Brás [this message]
2018-10-17 4:45 ` [Lkcamp] [PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS Helen Koike
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=20181017000722.GA20892@WindFlash \
--to=leobras.c@gmail.com \
--cc=bp@alien8.de \
--cc=hpa@zytor.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkcamp@lists.libreplanetbr.org \
--cc=luto@kernel.org \
--cc=michal.lkml@markovi.net \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=willy6545@gmail.com \
--cc=x86@kernel.org \
--cc=yamada.masahiro@socionext.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.