iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors
authorJiang Liu <jiang.liu@linux.intel.com>
Tue, 15 Apr 2014 02:35:35 +0000 (10:35 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 15 Apr 2014 05:11:58 +0000 (22:11 -0700)
commit5ae0566a0fffa09a77ac5996e3854fe91cd87167
treeb1a06359a5807a73d10ee25fdf162752a54641ac
parent9f05d3fb644bf178c169d9c70dcfe360e3a006ae
iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors

Commit "59ce0515cdaf iommu/vt-d: Update DRHD/RMRR/ATSR device scope
caches when PCI hotplug happens" introduces a bug, which fails to
match PCI devices with DMAR device scope entries if PCI path array
in the entry has more than one level.

For example, it fails to handle
[1D2h 0466   1]      Device Scope Entry Type : 01
[1D3h 0467   1]                 Entry Length : 0A
[1D4h 0468   2]                     Reserved : 0000
[1D6h 0470   1]               Enumeration ID : 00
[1D7h 0471   1]               PCI Bus Number : 00
[1D8h 0472   2]                     PCI Path : 1C,04
[1DAh 0474   2]                     PCI Path : 00,02

And cause DMA failure on HP DL980 as:
DMAR:[fault reason 02] Present bit in context entry is clear
dmar: DRHD: handling fault status reg 602
dmar: DMAR:[DMA Read] Request device [02:00.2] fault addr 7f61e000

Reported-and-tested-by: Davidlohr Bueso <davidlohr@hp.com>
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/iommu/dmar.c