public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Andreas Noever <andreas.noever@gmail.com>,
	Michael Jamet <michael.jamet@intel.com>,
	Yehezkel Bernat <YehezkelShB@gmail.com>,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Lukas Wunner <lukas@wunner.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Thunderbolt changes for v4.21
Date: Mon, 10 Dec 2018 12:23:03 +0200	[thread overview]
Message-ID: <20181210102303.GC2469@lahna.fi.intel.com> (raw)

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(-)

             reply	other threads:[~2018-12-10 10:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 10:23 Mika Westerberg [this message]
2018-12-10 12:28 ` [GIT PULL] Thunderbolt changes for v4.21 Greg Kroah-Hartman

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=20181210102303.GC2469@lahna.fi.intel.com \
    --to=mika.westerberg@linux.intel.com \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=michael.jamet@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox