Re: [PATCH] iommu/iova: Remove stale cached32_node

2019-07-20 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: e60aa7b53845 iommu/iova: Extend rbtree node caching. The bot has tested the following trees: v5.2.1, v5.1.18, v4.19.59. v5.2.1: Build OK! v5.1.18: Build OK! v4.19.59: Failed to

Re: [GIT PULL] dma-mapping fixes for 5.3

2019-07-20 Thread pr-tracker-bot
The pull request you sent on Sat, 20 Jul 2019 19:29:11 +0200: > git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.3-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ac60602a6d8f6830dee89f4b87ee005f62eb7171 Thank you! -- Deet-doot-dot, I am a bot.

[PATCH] iommu/iova: Remove stale cached32_node

2019-07-20 Thread Chris Wilson
Since the cached32_node is allowed to be advanced above dma_32bit_pfn (to provide a shortcut into the limited range), we need to be careful to remove the to be freed node if it is the cached32_node. [ 48.43] BUG: KASAN: use-after-free in __cached_rbnode_delete_update+0x68/0x110 [

[GIT PULL] dma-mapping fixes for 5.3

2019-07-20 Thread Christoph Hellwig
The following changes since commit 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd: Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block (2019-07-15 21:20:52 -0700) are available in the Git repository at: git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.3-1 for