public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [xen:linux-next-pvh 11/17] drivers/xen/privcmd.c:181:6: error: too few arguments to function 'xen_re
Date: Sat, 22 Sep 2012 00:31:27 +0000	[thread overview]
Message-ID: <20120922003127.GD5959@localhost> (raw)

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

                 reply	other threads:[~2012-09-22  0:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120922003127.GD5959@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox