From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [git pull] IOMMU Fixes for Linux v5.3-rc1
Date: Fri, 26 Jul 2019 11:20:53 +0200 [thread overview]
Message-ID: <20190726092048.GA3957@8bytes.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 2133 bytes --]
Hi Linus,
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.3-rc1
for you to fetch changes up to 66929812955bbec808c94d7a3916f41638a98a0a:
iommu/amd: Add support for X2APIC IOMMU interrupts (2019-07-23 17:41:52 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.3-rc1
Including:
- Revert an Intel VT-d patch that caused boot problems on some
machines
- Fix AMD IOMMU interrupts with x2apic enabled
- Fix a potential crash when Intel VT-d domain allocation fails
- Fix crash in Intel VT-d driver when accessing a domain without
a flush queue
- Formatting fix for new Intel VT-d debugfs code
- Fix for use-after-free bug in IOVA code
- Fix for a NULL-pointer dereference in Intel VT-d driver when
PCI hotplug is used
- Compilation fix for one of the previous fixes
----------------------------------------------------------------
Chris Wilson (1):
iommu/iova: Remove stale cached32_node
Dmitry Safonov (2):
iommu/vt-d: Don't queue_iova() if there is no flush queue
iommu/vt-d: Check if domain->pgd was allocated
Joerg Roedel (2):
Revert "iommu/vt-d: Consolidate domain_init() to avoid duplication"
iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
Lu Baolu (1):
iommu/vt-d: Avoid duplicated pci dma alias consideration
Sai Praneeth Prakhya (1):
iommu/vt-d: Print pasid table entries MSB to LSB in debugfs
Suthikulpanit, Suravee (1):
iommu/amd: Add support for X2APIC IOMMU interrupts
drivers/iommu/amd_iommu_init.c | 90 +++++++++++++++++
drivers/iommu/amd_iommu_types.h | 9 ++
drivers/iommu/intel-iommu-debugfs.c | 4 +-
drivers/iommu/intel-iommu.c | 189 ++++++++++++++++++------------------
drivers/iommu/iova.c | 23 +++--
include/linux/iova.h | 6 ++
6 files changed, 220 insertions(+), 101 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 156 bytes --]
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
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 v5.3-rc1
Date: Fri, 26 Jul 2019 11:20:53 +0200 [thread overview]
Message-ID: <20190726092048.GA3957@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2133 bytes --]
Hi Linus,
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.3-rc1
for you to fetch changes up to 66929812955bbec808c94d7a3916f41638a98a0a:
iommu/amd: Add support for X2APIC IOMMU interrupts (2019-07-23 17:41:52 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.3-rc1
Including:
- Revert an Intel VT-d patch that caused boot problems on some
machines
- Fix AMD IOMMU interrupts with x2apic enabled
- Fix a potential crash when Intel VT-d domain allocation fails
- Fix crash in Intel VT-d driver when accessing a domain without
a flush queue
- Formatting fix for new Intel VT-d debugfs code
- Fix for use-after-free bug in IOVA code
- Fix for a NULL-pointer dereference in Intel VT-d driver when
PCI hotplug is used
- Compilation fix for one of the previous fixes
----------------------------------------------------------------
Chris Wilson (1):
iommu/iova: Remove stale cached32_node
Dmitry Safonov (2):
iommu/vt-d: Don't queue_iova() if there is no flush queue
iommu/vt-d: Check if domain->pgd was allocated
Joerg Roedel (2):
Revert "iommu/vt-d: Consolidate domain_init() to avoid duplication"
iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
Lu Baolu (1):
iommu/vt-d: Avoid duplicated pci dma alias consideration
Sai Praneeth Prakhya (1):
iommu/vt-d: Print pasid table entries MSB to LSB in debugfs
Suthikulpanit, Suravee (1):
iommu/amd: Add support for X2APIC IOMMU interrupts
drivers/iommu/amd_iommu_init.c | 90 +++++++++++++++++
drivers/iommu/amd_iommu_types.h | 9 ++
drivers/iommu/intel-iommu-debugfs.c | 4 +-
drivers/iommu/intel-iommu.c | 189 ++++++++++++++++++------------------
drivers/iommu/iova.c | 23 +++--
include/linux/iova.h | 6 ++
6 files changed, 220 insertions(+), 101 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-07-26 9:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-26 9:20 Joerg Roedel [this message]
2019-07-26 9:20 ` [git pull] IOMMU Fixes for Linux v5.3-rc1 Joerg Roedel
2019-07-26 18:25 ` pr-tracker-bot
2019-07-26 18:25 ` pr-tracker-bot
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=20190726092048.GA3957@8bytes.org \
--to=joro@8bytes.org \
--cc=iommu@lists.linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.