linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ia64: Fix compiler warnings
@ 2016-05-04 11:17 Matt Fleming
  2016-05-04 11:17 ` [PATCH 1/5] ia64/PCI: Fix incorrect PCI resource end address Matt Fleming
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matt Fleming @ 2016-05-04 11:17 UTC (permalink / raw)
  To: Tony Luck, Fenghua Yu
  Cc: Bjorn Helgaas, linux-ia64, linux-kernel, Matt Fleming

I routinely build ia64 kernels when merging EFI patches and for a
while now I've seen a bunch of warnings from GCC.

These patches silence those warnings, with the first patch fixing an
actual bug but the rest just making GCC happier.

NOTE: None of these patches have been runtime tested.

Matt Fleming (5):
  ia64/PCI: Fix incorrect PCI resource end address
  ia64/PCI: Remove unused 'addr' and fix build warning
  ia64: Reduce stack usage by iterating over nodemask
  ia64/traps: Silence GCC warning about uninitialised variable
  ia64/unaligned: Silence another GCC warning about an uninitialised
    variable

 arch/ia64/kernel/traps.c           |  1 +
 arch/ia64/kernel/unaligned.c       |  1 +
 arch/ia64/sn/kernel/io_acpi_init.c |  1 -
 arch/ia64/sn/kernel/io_init.c      |  4 ++--
 arch/ia64/sn/kernel/sn2/sn2_smp.c  | 35 +++++++++++++++++++++++------------
 5 files changed, 27 insertions(+), 15 deletions(-)

-- 
2.7.3


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

end of thread, other threads:[~2016-05-05 19:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04 11:17 [PATCH 0/5] ia64: Fix compiler warnings Matt Fleming
2016-05-04 11:17 ` [PATCH 1/5] ia64/PCI: Fix incorrect PCI resource end address Matt Fleming
2016-05-04 11:17 ` [PATCH 2/5] ia64/PCI: Remove unused 'addr' and fix build warning Matt Fleming
2016-05-04 11:17 ` [PATCH 3/5] ia64: Reduce stack usage by iterating over nodemask Matt Fleming
2016-05-04 11:17 ` [PATCH 4/5] ia64/traps: Silence GCC warning about uninitialised variable Matt Fleming
2016-05-04 11:17 ` [PATCH 5/5] ia64/unaligned: Silence another GCC warning about an " Matt Fleming
2016-05-05 19:59 ` [PATCH 0/5] ia64: Fix compiler warnings Luck, Tony

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