All of lore.kernel.org
 help / color / mirror / Atom feed
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.10-rc2
Date: Fri, 6 Nov 2020 17:23:08 +0100	[thread overview]
Message-ID: <20201106162302.GA3084@8bytes.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1557 bytes --]

Hi Linus,

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.10-rc2

for you to fetch changes up to 4dd6ce478003525df8618750d30f0b90380047a7:

  iommu: Fix a check in iommu_check_bind_data() (2020-11-03 14:55:51 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.10-rc2

Including:

	- Fix a NULL-ptr dereference in the Intel VT-d driver

	- Two fixes for Intel SVM support

	- Increase IRQ remapping table size in the AMD IOMMU driver. The
	  old number of 128 turned out to be too low for some recent
	  devices.

	- Fix a mask check in generic IOMMU code

----------------------------------------------------------------
Dan Carpenter (1):
      iommu: Fix a check in iommu_check_bind_data()

Liu Yi L (1):
      iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()

Liu, Yi L (1):
      iommu/vt-d: Fix a bug for PDP check in prq_event_thread

Lu Baolu (1):
      iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()

Suravee Suthikulpanit (1):
      iommu/amd: Increase interrupt remapping table limit to 512 entries

 drivers/iommu/amd/amd_iommu_types.h | 6 +++++-
 drivers/iommu/intel/iommu.c         | 3 +++
 drivers/iommu/intel/svm.c           | 8 +++++++-
 drivers/iommu/iommu.c               | 2 +-
 4 files changed, 16 insertions(+), 3 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.10-rc2
Date: Fri, 6 Nov 2020 17:23:08 +0100	[thread overview]
Message-ID: <20201106162302.GA3084@8bytes.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1557 bytes --]

Hi Linus,

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.10-rc2

for you to fetch changes up to 4dd6ce478003525df8618750d30f0b90380047a7:

  iommu: Fix a check in iommu_check_bind_data() (2020-11-03 14:55:51 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.10-rc2

Including:

	- Fix a NULL-ptr dereference in the Intel VT-d driver

	- Two fixes for Intel SVM support

	- Increase IRQ remapping table size in the AMD IOMMU driver. The
	  old number of 128 turned out to be too low for some recent
	  devices.

	- Fix a mask check in generic IOMMU code

----------------------------------------------------------------
Dan Carpenter (1):
      iommu: Fix a check in iommu_check_bind_data()

Liu Yi L (1):
      iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()

Liu, Yi L (1):
      iommu/vt-d: Fix a bug for PDP check in prq_event_thread

Lu Baolu (1):
      iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()

Suravee Suthikulpanit (1):
      iommu/amd: Increase interrupt remapping table limit to 512 entries

 drivers/iommu/amd/amd_iommu_types.h | 6 +++++-
 drivers/iommu/intel/iommu.c         | 3 +++
 drivers/iommu/intel/svm.c           | 8 +++++++-
 drivers/iommu/iommu.c               | 2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

Please pull.

Thanks,

	Joerg

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2020-11-06 16:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06 16:23 Joerg Roedel [this message]
2020-11-06 16:23 ` [git pull] IOMMU Fixes for Linux v5.10-rc2 Joerg Roedel
2020-11-06 21:13 ` pr-tracker-bot
2020-11-06 21:13   ` 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=20201106162302.GA3084@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.