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:   Mon, 10 Dec 2018 12:23:03 +0200
From:   Mika Westerberg <mika.westerberg@...ux.intel.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     Andreas Noever <andreas.noever@...il.com>,
        Michael Jamet <michael.jamet@...el.com>,
        Yehezkel Bernat <YehezkelShB@...il.com>,
        Mika Westerberg <mika.westerberg@...ux.intel.com>,
        Lukas Wunner <lukas@...ner.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Thunderbolt changes for v4.21

Hi Greg,

This includes automatic enabling of IOMMU based DMA protection from
possibly malicious devices connected through Thunderbolt ports. In
addition we make sure PCIe ATS (Address Translation Service) is not
enabled for such devices to prevent them from passing IOMMU protection.

Please pull, thanks!

The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v4.21

for you to fetch changes up to dcc3c9e37fbd70e728d08cce0e50121605390fa0:

  thunderbolt: Export IOMMU based DMA protection support to userspace (2018-12-05 12:01:56 +0300)

----------------------------------------------------------------
thunderbolt: Changes for v4.21 merge window

----------------------------------------------------------------
Lu Baolu (1):
      iommu/vt-d: Force IOMMU on for platform opt in hint

Mika Westerberg (3):
      PCI / ACPI: Identify untrusted PCI devices
      iommu/vt-d: Do not enable ATS for untrusted devices
      thunderbolt: Export IOMMU based DMA protection support to userspace

 Documentation/ABI/testing/sysfs-bus-thunderbolt |  9 ++++
 Documentation/admin-guide/thunderbolt.rst       | 20 +++++++++
 drivers/acpi/property.c                         | 11 +++++
 drivers/iommu/dmar.c                            | 25 +++++++++++
 drivers/iommu/intel-iommu.c                     | 56 +++++++++++++++++++++++--
 drivers/pci/pci-acpi.c                          | 19 +++++++++
 drivers/pci/probe.c                             | 15 +++++++
 drivers/thunderbolt/domain.c                    | 17 ++++++++
 include/linux/dmar.h                            |  8 ++++
 include/linux/pci.h                             |  8 ++++
 10 files changed, 185 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ