From: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [git pull] IOMMU Fixes for Linux v4.3-rc5
Date: Tue, 13 Oct 2015 12:09:53 +0200 [thread overview]
Message-ID: <20151013100952.GA5834@8bytes.org> (raw)
Hi Linus,
The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:
Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.3-rc5
for you to fetch changes up to 5adad9915472e180712030d730cdc476c6f8a60b:
iommu/amd: Fix NULL pointer deref on device detach (2015-10-09 17:59:33 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v4.3-rc5
A few fixes piled up:
* Fix for a suspend/resume issue where PCI probing code overwrote
dev->irq for the MSI irq of the AMD IOMMU.
* Fix for a kernel crash when a 32 bit PCI device was assigned to a KVM
guest.
* Fix for a possible memory leak in the VT-d driver
* A couple of fixes for the ARM-SMMU driver
----------------------------------------------------------------
Jiang Liu (1):
iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices
Joerg Roedel (2):
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes
iommu/amd: Fix NULL pointer deref on device detach
Robin Murphy (1):
iommu/io-pgtable-arm: Don't use dma_to_phys()
Sudip Mukherjee (1):
iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()
Will Deacon (2):
iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUs
iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPA
drivers/iommu/Kconfig | 3 +--
drivers/iommu/amd_iommu.c | 9 +++++++++
drivers/iommu/amd_iommu_init.c | 3 +++
drivers/iommu/arm-smmu-v3.c | 21 +++++++++++++++------
drivers/iommu/intel-iommu.c | 1 +
drivers/iommu/io-pgtable-arm.c | 24 +++++++++++++-----------
6 files changed, 42 insertions(+), 19 deletions(-)
Please pull.
Thanks,
Joerg
WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: [git pull] IOMMU Fixes for Linux v4.3-rc5
Date: Tue, 13 Oct 2015 12:09:53 +0200 [thread overview]
Message-ID: <20151013100952.GA5834@8bytes.org> (raw)
Hi Linus,
The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:
Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.3-rc5
for you to fetch changes up to 5adad9915472e180712030d730cdc476c6f8a60b:
iommu/amd: Fix NULL pointer deref on device detach (2015-10-09 17:59:33 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v4.3-rc5
A few fixes piled up:
* Fix for a suspend/resume issue where PCI probing code overwrote
dev->irq for the MSI irq of the AMD IOMMU.
* Fix for a kernel crash when a 32 bit PCI device was assigned to a KVM
guest.
* Fix for a possible memory leak in the VT-d driver
* A couple of fixes for the ARM-SMMU driver
----------------------------------------------------------------
Jiang Liu (1):
iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices
Joerg Roedel (2):
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes
iommu/amd: Fix NULL pointer deref on device detach
Robin Murphy (1):
iommu/io-pgtable-arm: Don't use dma_to_phys()
Sudip Mukherjee (1):
iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()
Will Deacon (2):
iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUs
iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPA
drivers/iommu/Kconfig | 3 +--
drivers/iommu/amd_iommu.c | 9 +++++++++
drivers/iommu/amd_iommu_init.c | 3 +++
drivers/iommu/arm-smmu-v3.c | 21 +++++++++++++++------
drivers/iommu/intel-iommu.c | 1 +
drivers/iommu/io-pgtable-arm.c | 24 +++++++++++++-----------
6 files changed, 42 insertions(+), 19 deletions(-)
Please pull.
Thanks,
Joerg
next reply other threads:[~2015-10-13 10:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 10:09 Joerg Roedel [this message]
2015-10-13 10:09 ` [git pull] IOMMU Fixes for Linux v4.3-rc5 Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151013100952.GA5834@8bytes.org \
--to=joro-zlv9swrftaidnm+yrofe0a@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.