From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] kvm: add missing void __user * cast to access_ok() call Date: Tue, 24 May 2011 17:46:04 +0300 Message-ID: <4DDBC4AC.8030906@redhat.com> References: <20110524055127.GA2460@osiris.boeblingen.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Takuya Yoshikawa To: Heiko Carstens Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53714 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932362Ab1EXOqL (ORCPT ); Tue, 24 May 2011 10:46:11 -0400 In-Reply-To: <20110524055127.GA2460@osiris.boeblingen.de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 05/24/2011 08:51 AM, Heiko Carstens wrote: > From: Heiko Carstens > > fa3d315a "KVM: Validate userspace_addr of memslot when registered" introduced > this new warning onn s390: > > kvm_main.c: In function '__kvm_set_memory_region': > kvm_main.c:654:7: warning: passing argument 1 of '__access_ok' makes pointer from integer without a cast > arch/s390/include/asm/uaccess.h:53:19: note: expected 'const void *' but argument is of type '__u64' > > Add the missing cast to get rid of it again... > Thanks, applied, and queued for 2.6.40/2.8.0/3.0/2011.1, as the case may be. -- error compiling committee.c: too many arguments to function