[GIT PULL] dma-mapping updates for Linux 6.3

From: Christoph Hellwig
Date: Mon Feb 27 2023 - 08:45:02 EST


The following changes since commit 033c40a89f55525139fd5b6342281b09b97d05bf:

Merge tag 'apparmor-v6.2-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor (2023-02-15 14:53:08 -0800)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.3-2022-02-27

for you to fetch changes up to 9b07d27d0fbb7f7441aa986859a0f53ec93a0335:

swiotlb: mark swiotlb_memblock_alloc() as __init (2023-02-22 06:44:48 -0800)

----------------------------------------------------------------
dma-mapping updates for Linux 6.3

- remove a not very useful and now unused swiotlb API
(Christoph Hellwig)
- fix a section mismatch (Randy Dunlap)

----------------------------------------------------------------
Christoph Hellwig (1):
swiotlb: remove swiotlb_max_segment

Randy Dunlap (1):
swiotlb: mark swiotlb_memblock_alloc() as __init

include/linux/swiotlb.h | 5 -----
kernel/dma/swiotlb.c | 11 ++---------
2 files changed, 2 insertions(+), 14 deletions(-)