[GIT,PULL] dma-mapping updates for Linux 6.3

Message ID Y/yz1im8klkg0J84@infradead.org
State New
Headers
Series [GIT,PULL] dma-mapping updates for Linux 6.3 |

Pull-request

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

Message

Christoph Hellwig Feb. 27, 2023, 1:44 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 27, 2023, 6:18 p.m. UTC | #1
The pull request you sent on Mon, 27 Feb 2023 06:44:54 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6ffb575bebb983b982240372ecf976188451dd1c

Thank you!