Re: kernel BUG at drivers/iommu/intel-iommu.c:1767 on F16 3.1.1-2.fc16.x86_64
From: Roland Dreier <hidden>
Date: 2012-01-20 08:24:20
Also in:
lkml
From: Roland Dreier <hidden>
Date: 2012-01-20 08:24:20
Also in:
lkml
On Thu, Jan 19, 2012 at 12:57 AM, Albert Strasheim [off-list ref] wrote:
Just checking up on this issue. Is there any further testing or information we can provide to help make a fix happen?
I'm not likely to be much help on VT-d issues, but maybe it
would be useful to dump all the values in the BUG_ON if its
going to trigger, ie just before
BUG_ON(addr_width < BITS_PER_LONG && (iov_pfn + nr_pages - 1)quoted
addr_width);
add
if (addr_width < BITS_PER_LONG && (iov_pfn + nr_pages - 1) >> addr_width)
pr_err("VT-d BUG! addr_width %d < %d (iov_pfn 0x%lx
nr_pages %ld)\n", addr_width, BITS_PER_LONG, iov_pfn, nr_pages);
and report what that prints.
- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html