From: Emil Tantilov Date: Wed, 1 Aug 2012 08:12:21 +0000 (+0000) Subject: e1000e: fix panic while dumping packets on Tx hang with IOMMU X-Git-Tag: v3.6-rc2~15^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c5dadff3fbda77a65b8577fee437c3d771233d;p=pandora-kernel.git e1000e: fix panic while dumping packets on Tx hang with IOMMU This patch resolves a "BUG: unable to handle kernel paging request at ..." oops while dumping packet data. The issue occurs with IOMMU enabled due to the address provided by phys_to_virt(). This patch avoids phys_to_virt() by using skb->data and the address of the pages allocated for Rx. Signed-off-by: Emil Tantilov Tested-by: Jeff Pieper Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed