From: Alexander Graf <agraf@suse.de>
To: Thomas Huth <thuth@redhat.com>,
kvm@vger.kernel.org, kvm-ppc@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>
Subject: Re: [PATCH] KVM: PPC: Fix warnings from sparse
Date: Mon, 25 May 2015 21:01:08 +0000 [thread overview]
Message-ID: <55638D94.5070105@suse.de> (raw)
In-Reply-To: <1432279502-17285-1-git-send-email-thuth@redhat.com>
On 22.05.15 09:25, Thomas Huth wrote:
> When compiling the KVM code for POWER with "make C=1", sparse
> complains about functions missing proper prototypes and a 64-bit
> constant missing the ULL prefix. Let's fix this by making the
> functions static or by including the proper header with the
> prototypes, and by appending a ULL prefix to the constant
> PPC_MPPE_ADDRESS_MASK.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Thanks, applied to kvm-ppc-queue.
Alex
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Graf <agraf@suse.de>
To: Thomas Huth <thuth@redhat.com>,
kvm@vger.kernel.org, kvm-ppc@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>
Subject: Re: [PATCH] KVM: PPC: Fix warnings from sparse
Date: Mon, 25 May 2015 23:01:08 +0200 [thread overview]
Message-ID: <55638D94.5070105@suse.de> (raw)
In-Reply-To: <1432279502-17285-1-git-send-email-thuth@redhat.com>
On 22.05.15 09:25, Thomas Huth wrote:
> When compiling the KVM code for POWER with "make C=1", sparse
> complains about functions missing proper prototypes and a 64-bit
> constant missing the ULL prefix. Let's fix this by making the
> functions static or by including the proper header with the
> prototypes, and by appending a ULL prefix to the constant
> PPC_MPPE_ADDRESS_MASK.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Thanks, applied to kvm-ppc-queue.
Alex
next prev parent reply other threads:[~2015-05-25 21:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 7:25 [PATCH] KVM: PPC: Fix warnings from sparse Thomas Huth
2015-05-22 7:25 ` Thomas Huth
2015-05-25 21:01 ` Alexander Graf [this message]
2015-05-25 21:01 ` Alexander Graf
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=55638D94.5070105@suse.de \
--to=agraf@suse.de \
--cc=benh@kernel.crashing.org \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=thuth@redhat.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.