RE: [PATCH 0/5] ia64: Fix compiler warnings

2016-05-05 Thread Luck, Tony
> 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 uninitialized

RE: [PATCH 0/5] ia64: Fix compiler warnings

2016-05-05 Thread Luck, Tony
> 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 uninitialized

[PATCH 0/5] ia64: Fix compiler warnings

2016-05-04 Thread 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

[PATCH 0/5] ia64: Fix compiler warnings

2016-05-04 Thread 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