mbox

[0/4] Fix ppc build warnings

Message ID cover.1523465700.git.geoff@infradead.org
State Not Applicable
Headers show

Pull-request

https://github.com/glevand/petitboot--kexec-tools.git for-merge-ppc-warn

Message

Geoff Levand April 11, 2018, 5:03 p.m. UTC
Hi Simon,

Here are a few fixups for warnings generated when building for 32 bit powerpc
with gcc-7.2.0.

-Geoff

The following changes since commit 090e8eceed79f3973fee600db3a355ce06530e40:

  kexec-tools 2.0.17-rc1 (2018-04-10 11:20:00 +0200)

are available in the git repository at:

  https://github.com/glevand/petitboot--kexec-tools.git for-merge-ppc-warn

for you to fetch changes up to a3c8c1d9fa406ff68484225fd9356ac82f8090b9:

  purgatory/ppc64: Fix uninitialized warning (2018-04-11 09:44:50 -0700)

----------------------------------------------------------------
Geoff Levand (4):
      kexec: Fix printf warning
      crashdump-ppc64: Fix integer truncation warning
      kexec-elf-rel-ppc64: Fix cast from pointer warning
      purgatory/ppc64: Fix uninitialized warning

 kexec/arch/ppc64/crashdump-ppc64.h     | 2 +-
 kexec/arch/ppc64/kexec-elf-rel-ppc64.c | 2 +-
 kexec/kexec.c                          | 3 ++-
 purgatory/arch/ppc64/console-ppc64.c   | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

Comments

Simon Horman April 19, 2018, 8:38 a.m. UTC | #1
On Wed, Apr 11, 2018 at 05:03:11PM +0000, Geoff Levand wrote:
> Hi Simon,
> 
> Here are a few fixups for warnings generated when building for 32 bit powerpc
> with gcc-7.2.0.

Thanks, applied.