summaryrefslogtreecommitdiff
path: root/proto_ipv6_dest_opts.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+101
emode:
authorJoerg Roedel <jroedel@suse.de>2016-04-08 15:12:24 +0200
committerJoerg Roedel <jroedel@suse.de>2016-04-11 16:07:51 +0200
commite3156048346c28c695f5cf9db67a8cf88c90f947 (patch)
tree03038b4566a5e1421bd59e0e5e9aeb8464aba810 /.mailmap
parentbf16200689118d19de1b8d2a3c314fc21f5dc7bb (diff)
iommu/amd: Fix checking of pci dma aliases
Commit 61289cb ('iommu/amd: Remove old alias handling code') removed the old alias handling code from the AMD IOMMU driver because this is now handled by the IOMMU core code. But this also removed the handling of PCI aliases, which is not handled by the core code. This caused issues with PCI devices that have hidden PCIe-to-PCI bridges that rewrite the request-id. Fix this bug by re-introducing some of the removed functions from commit 61289cbaf6c8 and add a alias field 'struct iommu_dev_data'. This field carrys the return value of the get_alias() function and uses that instead of the amd_iommu_alias_table[] array in the code. Fixes: 61289cbaf6c8 ('iommu/amd: Remove old alias handling code') Cc: stable@vger.kernel.org # v4.4+ Tested-by: Tomasz Golinski <tomaszg@math.uwb.edu.pl> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to '.mailmap')