lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 11 Feb 2008 09:51:32 -0800
From:	"Raj, Ashok" <ashok.raj@...el.com>
To:	"David Brownell" <david-b@...bell.net>,
	"Jiri Slaby" <jirislaby@...il.com>
Cc:	"David Brownell" <dbrownell@...rs.sourceforge.net>,
	<linux-usb@...r.kernel.org>,
	"Alan Stern" <stern@...land.harvard.edu>,
	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	"Li, Shaohua" <shaohua.li@...el.com>,
	"Keshavamurthy, Anil S" <anil.s.keshavamurthy@...el.com>,
	"Dave Airlie" <airlied@...ux.ie>
Subject: RE: DMAR EHCI failures

Thought someone replied to this, 

Basically graphics drivers don't use DMA apis for translation at the
moment, hence when we turn on translation we will get faults since IOMMU
would not be able to translate. 

The workaround used to do two things.

1. IF this is dedicated DMAR for igfx, then we just disable the iommu
2. if this is pcie graphics, we provide a 1-1 so we can avoid those
faults.


Sometimes you get those faults for usb devices if the RMRR is not set
correctly by BIOS. An easy workaround is if you disable legacy mode in
bios those should disappear.


Cheers,
ashok raj
- Open Source Technology Center
   

>-----Original Message-----
>From: David Brownell [mailto:david-b@...bell.net]
>Sent: Saturday, February 09, 2008 6:03 PM
>To: Jiri Slaby
>Cc: David Brownell; linux-usb@...r.kernel.org; Alan Stern; Linux Kernel
Mailing List; Raj, Ashok; Li,
>Shaohua; Keshavamurthy, Anil S; Dave Airlie
>Subject: Re: DMAR EHCI failures
>
>On Monday 04 February 2008, Jiri Slaby wrote:
>> Hi,
>>
>> I have this in dmesg:
>> DMAR:[DMA Write] Request device [00:02.0] fault addr ee1512000
>> DMAR:[fault reason 05] PTE Write access is not set
>> PCI-DMA: Intel(R) Virtualization Technology for Directed I/O
>> DMAR:[DMA Read] Request device [00:1d.7] fault addr 7d5f0000
>> DMAR:[fault reason 06] PTE Read access is not set
>> DMAR:[DMA Read] Request device [00:1a.7] fault addr 7d5f1000
>> DMAR:[fault reason 06] PTE Read access is not set
>> PCI-GART: No AMD northbridge found.
>> DMAR:[DMA Read] Request device [00:1a.2] fault addr 7d5f7000
>> DMAR:[fault reason 06] PTE Read access is not set
>>
>> CONFIG_DMAR=y
>> CONFIG_DMAR_GFX_WA=y
>> CONFIG_DMAR_FLOPPY_WA=y
>>
>> Without the gfx workaround, there is much more output regarding
00:02.0. Is
>> there problem with broken hw, bios or drivers?
>
>No idea.  Someone who knows the DMA Remapping stuff should have
>an answer.  Presumably it works with DMAR disabled, yes?  If so,
>then just don't use DMAR.  :)
>
>
>> /sys/firmware/acpi/tables/DMAR:
>> http://www.fi.muni.cz/~xslaby/sklad/DMAR.bin
>> dmesg:
>> http://www.fi.muni.cz/~xslaby/sklad/DMAR.dmesg
>>
>> # for a in 00:02.0 00:1d.7 00:1a.7 00:1a.2; do lspci -vxxx -s $a;
done
>> 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31
Express
>> Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
>>          ... deletia ...
>>
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ