lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Aug 2008 16:50:47 +0300
From:	Avi Kivity <avi@...ranet.com>
To:	Eduardo Habkost <ehabkost@...hat.com>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	Jeremy Fitzhardinge <jeremy@...p.org>,
	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM_GUEST: use the right parameter type on	kvm_release_pt()
 (was Re: i386 allmodconfig in linux-next)

Eduardo Habkost wrote:
> From: Eduardo Habkost <ehabkost@...hat.com>
> Subject: [PATCH] KVM_GUEST: Use the right parameter type on kvm_release_pt()
>
> This fixes the following compiler warnings, that were introduced by me
> on commit fa24f8e67c189b8b904c8a34f12e6dae9c14dbba.
>
> arch/x86/kernel/kvm.c: In function 'paravirt_ops_setup':
> arch/x86/kernel/kvm.c:233: warning: assignment from incompatible pointer type
> arch/x86/kernel/kvm.c:234: warning: assignment from incompatible pointer type
> arch/x86/kernel/kvm.c:235: warning: assignment from incompatible pointer type
>   

Ingo?  Can you queue/fold this into the original patch?

> Signed-off-by: Eduardo Habkost <ehabkost@...hat.com>
> ---
>  arch/x86/kernel/kvm.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c
> index 8b7a3cf..478bca9 100644
> --- a/arch/x86/kernel/kvm.c
> +++ b/arch/x86/kernel/kvm.c
> @@ -178,7 +178,7 @@ static void kvm_flush_tlb(void)
>  	kvm_deferred_mmu_op(&ftlb, sizeof ftlb);
>  }
>  
> -static void kvm_release_pt(u32 pfn)
> +static void kvm_release_pt(unsigned long pfn)
>  {
>  	struct kvm_mmu_op_release_pt rpt = {
>  		.header.op = KVM_MMU_OP_RELEASE_PT,
>   


-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ