xen/privcmd: print SIGBUS faults
[deliverable/linux.git] / drivers / xen / xenfs / privcmd.c
index c7192f314f868eeb828738f04ef19c15f23cf2a1..6b602f505363a956e0a453a6317a41539300a3e6 100644 (file)
@@ -403,6 +403,10 @@ static long privcmd_ioctl(struct file *file,
 #ifndef HAVE_ARCH_PRIVCMD_MMAP
 static int privcmd_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
 {
+       printk(KERN_DEBUG "privcmd_fault: vma=%p %lx-%lx, pgoff=%lx, uv=%p\n",
+              vma, vma->vm_start, vma->vm_end,
+              vmf->pgoff, vmf->virtual_address);
+
        return VM_FAULT_SIGBUS;
 }
 
This page took 0.027122 seconds and 5 git commands to generate.