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>] [day] [month] [year] [list]
Date:	Tue, 13 Oct 2015 12:09:53 +0200
From:	Joerg Roedel <joro@...tes.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, iommu@...ts.linux-foundation.org
Subject: [git pull] IOMMU Fixes for Linux v4.3-rc5

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ