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, Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [git pull] IOMMU Fixes for Linux v5.16-rc2
Date: Sun, 28 Nov 2021 14:32:59 +0100	[thread overview]
Message-ID: <YaOFCyGBRITPRyaa@8bytes.org> (raw)


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

Hi Linus,

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 86dc40c7ea9c22f64571e0e45f695de73a0e2644:

  iommu/vt-d: Fix unmap_pages support (2021-11-26 22:54:47 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.16-rc2:

Including:

  - Intel VT-d fixes:
    - Remove unused PASID_DISABLED
    - Fix RCU locking
    - Fix for the unmap_pages call-back

  - Rockchip RK3568 address mask fix

  - AMD IOMMUv2 log message clarification

----------------------------------------------------------------
Alex Bee (1):
      iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568

Alex Williamson (1):
      iommu/vt-d: Fix unmap_pages support

Christophe JAILLET (1):
      iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()

Joerg Roedel (2):
      iommu/vt-d: Remove unused PASID_DISABLED
      iommu/amd: Clarify AMD IOMMUv2 initialization messages

 arch/x86/include/asm/fpu/api.h  | 6 ------
 drivers/iommu/amd/iommu_v2.c    | 6 +++---
 drivers/iommu/intel/cap_audit.c | 5 +++--
 drivers/iommu/intel/iommu.c     | 6 ++----
 drivers/iommu/rockchip-iommu.c  | 4 ++--
 5 files changed, 10 insertions(+), 17 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: Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: [git pull] IOMMU Fixes for Linux v5.16-rc2
Date: Sun, 28 Nov 2021 14:32:59 +0100	[thread overview]
Message-ID: <YaOFCyGBRITPRyaa@8bytes.org> (raw)

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

Hi Linus,

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 86dc40c7ea9c22f64571e0e45f695de73a0e2644:

  iommu/vt-d: Fix unmap_pages support (2021-11-26 22:54:47 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.16-rc2:

Including:

  - Intel VT-d fixes:
    - Remove unused PASID_DISABLED
    - Fix RCU locking
    - Fix for the unmap_pages call-back

  - Rockchip RK3568 address mask fix

  - AMD IOMMUv2 log message clarification

----------------------------------------------------------------
Alex Bee (1):
      iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568

Alex Williamson (1):
      iommu/vt-d: Fix unmap_pages support

Christophe JAILLET (1):
      iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()

Joerg Roedel (2):
      iommu/vt-d: Remove unused PASID_DISABLED
      iommu/amd: Clarify AMD IOMMUv2 initialization messages

 arch/x86/include/asm/fpu/api.h  | 6 ------
 drivers/iommu/amd/iommu_v2.c    | 6 +++---
 drivers/iommu/intel/cap_audit.c | 5 +++--
 drivers/iommu/intel/iommu.c     | 6 ++----
 drivers/iommu/rockchip-iommu.c  | 4 ++--
 5 files changed, 10 insertions(+), 17 deletions(-)

Please pull.

Thanks,

	Joerg

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

             reply	other threads:[~2021-11-28 13:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 13:32 Joerg Roedel [this message]
2021-11-28 13:32 ` [git pull] IOMMU Fixes for Linux v5.16-rc2 Joerg Roedel
2021-11-28 15:38 ` pr-tracker-bot
2021-11-28 15:38   ` 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=YaOFCyGBRITPRyaa@8bytes.org \
    --to=joro@8bytes.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.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.