linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add -Wunused to x86 boot module and fix build warning
@ 2020-03-03  6:52 Zhenzhong Duan
  2020-03-03  6:52 ` [PATCH 1/2] x86/boot: Add -Wunused to KBUILD_CFLAGS Zhenzhong Duan
  2020-03-03  6:52 ` [PATCH 2/2] x86/boot/KASLR: Fix unused variable warning Zhenzhong Duan
  0 siblings, 2 replies; 5+ messages in thread
From: Zhenzhong Duan @ 2020-03-03  6:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: x86, tglx, mingo, bp, zhenzhong.duan

[PATCH 1/2] is based on previous discuss in link below
https://lore.kernel.org/patchwork/patch/1175001/#1379873

[PATCH 2/2] drop true/false change per Thomas suggestion.

This two patches is a series, the warning in patch2 will not trigger
without patch1 by default.

Zhenzhong Duan (2):
  x86/boot: Add -Wunused to KBUILD_CFLAGS
  x86/boot/KASLR: Fix unused variable warning

 arch/x86/boot/compressed/Makefile | 2 +-
 arch/x86/boot/compressed/kaslr.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-05  4:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03  6:52 [PATCH 0/2] Add -Wunused to x86 boot module and fix build warning Zhenzhong Duan
2020-03-03  6:52 ` [PATCH 1/2] x86/boot: Add -Wunused to KBUILD_CFLAGS Zhenzhong Duan
2020-03-03  6:52 ` [PATCH 2/2] x86/boot/KASLR: Fix unused variable warning Zhenzhong Duan
2020-03-03 22:56   ` Dave Hansen
2020-03-05  4:03     ` Zhenzhong Duan

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