i2c: at91: use dma safe buffers
stable inclusion from stable-v5.10.121 commit fb02d6b5432d4de707bcfb47b9579da21e6bc17b category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I5L6CQ Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=fb02d6b5432d4de707bcfb47b9579da21e6bc17b -------------------------------- [ Upstream commit 03fbb903 ] The supplied buffer might be on the stack and we get the following error message: [ 3.312058] at91_i2c e0070600.i2c: rejecting DMA map of vmalloc memory Use i2c_{get,put}_dma_safe_msg_buf() to get a DMA-able memory region if necessary. Fixes: 60937b2c ("i2c: at91: add dma support") Signed-off-by: NMichael Walle <michael@walle.cc> Reviewed-by: NCodrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: NWolfram Sang <wsa@kernel.org> Signed-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com> Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
Showing
想要评论请 注册 或 登录