kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [xen:linux-next-pvh 11/17] drivers/xen/privcmd.c:181:6: error: too few arguments to function 'xen_re
@ 2012-09-22  0:31 Fengguang Wu
  0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-22  0:31 UTC (permalink / raw)
  To: kernel-janitors

Hi Mukesh,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git linux-next-pvh
head:   4bbc734b89e508f2287c1e6a0ac857f471fb3dc8
commit: 82efc1ad38b7f4c8769f6c12e5d1cf730e83c2f9 [11/17] PVH mmu changes
config: x86_64-allmodconfig

All related error/warning messages:

drivers/xen/privcmd.c: In function 'mmap_mfn_range':
drivers/xen/privcmd.c:181:6: error: too few arguments to function 'xen_remap_domain_mfn_range'
In file included from drivers/xen/privcmd.c:35:0:
include/xen/xen-ops.h:28:5: note: declared here
drivers/xen/privcmd.c: In function 'mmap_batch_fn':
drivers/xen/privcmd.c:270:7: error: too few arguments to function 'xen_remap_domain_mfn_range'
In file included from drivers/xen/privcmd.c:35:0:
include/xen/xen-ops.h:28:5: note: declared here

vim +181 drivers/xen/privcmd.c
   175			return -EINVAL;
   176	
   177		rc = xen_remap_domain_mfn_range(vma,
   178						msg->va & PAGE_MASK,
   179						msg->mfn, msg->npages,
   180						vma->vm_page_prot,
 > 181						st->domain);
   182		if (rc < 0)
   183			return rc;
   184	

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-22  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22  0:31 [xen:linux-next-pvh 11/17] drivers/xen/privcmd.c:181:6: error: too few arguments to function 'xen_re Fengguang Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).