[PATCH v4 0/3] iova: Some misc changes

John Garry posted 3 patches 3 years, 7 months ago
drivers/iommu/iova.c | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
[PATCH v4 0/3] iova: Some misc changes
Posted by John Garry 3 years, 7 months ago
This series removes some checks in the code which are not required or
don't fulfil their purpose.

Differences to v3:
- fix typo
- Add Robin's tag to 3/3 (thanks)

Differences to v2:
- Add more words in 1/3 commit log
- Add Jerry's tags (thanks)
- Add patch to drop iovad->rcaches check

Differences to v1:
- Drop re-org
- Add RB/AB tags

Based on v6.0-rc4

John Garry (3):
  iova: Remove some magazine pointer NULL checks
  iova: Remove magazine BUG_ON() checks
  iova: Remove iovad->rcaches check in iova_rcache_get()

 drivers/iommu/iova.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

-- 
2.25.1
Re: [PATCH v4 0/3] iova: Some misc changes
Posted by Joerg Roedel 3 years, 7 months ago
On Wed, Sep 07, 2022 at 09:34:38PM +0800, John Garry wrote:
> John Garry (3):
>   iova: Remove some magazine pointer NULL checks
>   iova: Remove magazine BUG_ON() checks
>   iova: Remove iovad->rcaches check in iova_rcache_get()
> 
>  drivers/iommu/iova.c | 13 +++----------
>  1 file changed, 3 insertions(+), 10 deletions(-)

Applied, thanks.