Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1589628 > unrolled thread
| Started by | Joerg Roedel <joro@8bytes.org> |
|---|---|
| First post | 2017-02-28 18:00 +0100 |
| Last post | 2017-02-28 18:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[git pull] IOMMU Fixes for Linux v4.11-rc1 Joerg Roedel <joro@8bytes.org> - 2017-02-28 18:00 +0100
| From | Joerg Roedel <joro@8bytes.org> |
|---|---|
| Date | 2017-02-28 18:00 +0100 |
| Subject | [git pull] IOMMU Fixes for Linux v4.11-rc1 |
| Message-ID | <tfTi2-79a-21@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Linus,
The following changes since commit 86292b33d4b79ee03e2f43ea0381ef85f077c760:
Merge branch 'akpm' (patches from Andrew) (2017-02-27 23:09:29 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fix-v4.11-rc0-2
for you to fetch changes up to b7a42b9d38063e58cdf201c575da75943f71051e:
iommu/amd: Fix crash when accessing AMD-Vi sysfs entries (2017-02-28 15:48:23 +0100)
----------------------------------------------------------------
IOMMU Fixes:
* Fix and issue introduced this merge window into the AMD and
Intel IOMMU drivers that causes an oops when the
vendor-specific sysfs-entries are accessed.
Reason for this issue is that I forgot to update the sysfs
code in the drivers when moving the iommu 'struct device' to
the iommu-core.
----------------------------------------------------------------
Joerg Roedel (2):
iommu/vt-d: Fix crash when accessing VT-d sysfs entries
iommu/amd: Fix crash when accessing AMD-Vi sysfs entries
drivers/iommu/amd_iommu_init.c | 4 ++--
drivers/iommu/amd_iommu_types.h | 5 +++++
drivers/iommu/intel-iommu.c | 17 +++++++++++------
3 files changed, 18 insertions(+), 8 deletions(-)
Please pull.
Thanks,
Joerg
Back to top | Article view | linux.kernel
csiph-web