lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 4 Mar 2022 16:35:38 +0100
From:   Joerg Roedel <joro@...tes.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Will Deacon <will@...nel.org>, linux-kernel@...r.kernel.org,
        iommu@...ts.linux-foundation.org
Subject: [git pull] IOMMU Fixes for Linux v5.17-rc6

Hi Linus,

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.17-rc6

for you to fetch changes up to 9826e393e4a8c3df474e7f9eacd3087266f74005:

  iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find (2022-02-28 14:01:57 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.17-rc6

Including:

	- Fix a double list_add() in Intel VT-d code

	- Add missing put_device() in Tegra SMMU driver

	- Two AMD IOMMU fixes:
	  - Memory leak in IO page-table freeing code
	  - Add missing recovery from event-log overflow

----------------------------------------------------------------
Adrian Huang (1):
      iommu/vt-d: Fix double list_add when enabling VMD in scalable mode

Lennert Buytenhek (1):
      iommu/amd: Recover from event log overflow

Miaoqian Lin (1):
      iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find

Suravee Suthikulpanit (1):
      iommu/amd: Fix I/O page table memory leak

 drivers/iommu/amd/amd_iommu.h       |  1 +
 drivers/iommu/amd/amd_iommu_types.h |  1 +
 drivers/iommu/amd/init.c            | 10 ++++++++++
 drivers/iommu/amd/io_pgtable.c      | 12 ++++++------
 drivers/iommu/amd/iommu.c           | 10 ++++++++--
 drivers/iommu/intel/iommu.c         |  2 +-
 drivers/iommu/tegra-smmu.c          |  4 +++-
 7 files changed, 30 insertions(+), 10 deletions(-)

Please pull.

Thanks,

	Joerg

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ