[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YkmRl8McdwST4cII@infradead.org>
Date: Sun, 3 Apr 2022 14:22:47 +0200
From: Christoph Hellwig <hch@...radead.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, iommu@...ts.linux-foundation.org
Subject: [GIT PULL] second round of dma-mapping updates for Linux 5.18
The following changes since commit 5efabdadcf4a5b9a37847ecc85ba71cf2eff0fcf:
Merge tag 'devicetree-fixes-for-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2022-03-29 08:55:16 -0700)
are available in the Git repository at:
git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.18-1
for you to fetch changes up to 4fe87e818ea492ade079cc01a31d088e445f8539:
dma-mapping: move pgprot_decrypted out of dma_pgprot (2022-04-01 06:46:51 +0200)
----------------------------------------------------------------
second round of dma-mapping updates for 5.18
- fix a regression in dma remap handling vs AMD memory encryption (me)
- finally kill off the legacy PCI DMA API (Christophe JAILLET)
----------------------------------------------------------------
Christoph Hellwig (2):
PCI/doc: cleanup references to the legacy PCI DMA API
dma-mapping: move pgprot_decrypted out of dma_pgprot
Christophe JAILLET (1):
PCI: Remove the deprecated "pci-dma-compat.h" API
Documentation/PCI/pci.rst | 14 ++---
include/linux/pci-dma-compat.h | 129 -----------------------------------------
include/linux/pci.h | 3 +-
kernel/dma/direct.c | 10 +++-
kernel/dma/mapping.c | 2 -
5 files changed, 16 insertions(+), 142 deletions(-)
delete mode 100644 include/linux/pci-dma-compat.h
Powered by blists - more mailing lists