[GIT PULL] dma-mapping fixes for 5.19

From: Christoph Hellwig
Date: Mon Jun 06 2022 - 02:38:56 EST


[I really wanted to send these before -rc1, but the fact that today is
a public holiday here really confused me and messed up my schedule]

The following changes since commit 4a37f3dd9a83186cb88d44808ab35b78375082c9:

dma-direct: don't over-decrypt memory (2022-05-23 15:25:40 +0200)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.19-2022-06-06

for you to fetch changes up to e15db62bc5648ab459a570862f654e787c498faf:

swiotlb: fix setting ->force_bounce (2022-06-02 07:17:59 +0200)

----------------------------------------------------------------
dma-mapping fixes for Linux 5.19

- fix a regressin in setting swiotlb ->force_bounce (me)
- make dma-debug less chatty (Rob Clark)

----------------------------------------------------------------
Christoph Hellwig (1):
swiotlb: fix setting ->force_bounce

Rob Clark (1):
dma-debug: make things less spammy under memory pressure

kernel/dma/debug.c | 2 +-
kernel/dma/swiotlb.c | 14 ++++++--------
2 files changed, 7 insertions(+), 9 deletions(-)