]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
swiotlb: Emit diagnostic in swiotlb_exit()
authorWill Deacon <will@kernel.org>
Tue, 20 Jul 2021 13:38:25 +0000 (14:38 +0100)
committerKonrad Rzeszutek Wilk <konrad@kernel.org>
Sat, 24 Jul 2021 00:16:14 +0000 (20:16 -0400)
commit1efd3fc0ccf52e1aa5f0bf5b0d82847180d20951
tree4648f492e5567411b7a07d4225bca7607a4a7ece
parent463e862ac63ef27fca423782536f6465abc3f180
swiotlb: Emit diagnostic in swiotlb_exit()

A recent debugging session would have been made a little bit easier if
we had noticed sooner that swiotlb_exit() was being called during boot.

Add a simple diagnostic message to swiotlb_exit() to complement the one
from swiotlb_print_info() during initialisation.

Cc: Claire Chang <tientzu@chromium.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20210705190352.GA19461@willie-the-truck
Suggested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Tested-by: Claire Chang <tientzu@chromium.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
kernel/dma/swiotlb.c