linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] dma-mapping fixes for Linux 4.21-rc1
Date: Sun, 6 Jan 2019 19:28:46 +0100	[thread overview]
Message-ID: <20190106182846.GA10665@infradead.org> (raw)

Hi Linus,

please pull regression fixes, and code removals enabling them for
4.21-rc1.

The following changes since commit 96d4f267e40f9509e8a66e2b39e8b95655617693:

  Remove 'type' argument from access_ok() function (2019-01-03 18:57:57 -0800)

are available in the Git repository at:

  git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-4.21-1

for you to fetch changes up to 8270f3a11ceef64bdb0ab141180e8d2f17c619ec:

  dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations (2019-01-05 08:28:29 +0100)

----------------------------------------------------------------
dma-mapping fixes for Linux 4.21-rc1

Fix various regressions introduced in this cycles:

 - fix dma-debug tracking for the map_page / map_single consolidatation
 - properly stub out DMA mapping symbols for !HAS_DMA builds to avoid
   link failures
 - fix AMD Gart direct mappings
 - setup the dma address for no kernel mappings using the remap
   allocator

----------------------------------------------------------------
Christoph Hellwig (7):
      dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
      dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
      dma-mapping: remove dmam_{declare,release}_coherent_memory
      dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMA
      dma-mapping: remove a few unused exports
      x86/amd_gart: fix unmapping of non-GART mappings
      dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations

 Documentation/driver-model/devres.txt |   1 -
 arch/x86/kernel/amd_gart_64.c         |  10 +-
 include/linux/dma-debug.h             |  11 +-
 include/linux/dma-mapping.h           | 340 +++++++++++++++++++---------------
 kernel/dma/coherent.c                 |   2 -
 kernel/dma/debug.c                    |  19 +-
 kernel/dma/mapping.c                  |  94 ----------
 kernel/dma/remap.c                    |  13 +-
 8 files changed, 215 insertions(+), 275 deletions(-)

             reply	other threads:[~2019-01-06 18:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-06 18:28 Christoph Hellwig [this message]
2019-01-06 20:20 ` [GIT PULL] dma-mapping fixes for Linux 4.21-rc1 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=20190106182846.GA10665@infradead.org \
    --to=hch@infradead.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).