diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2019-08-19 03:51:17 +0200 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2019-08-19 21:32:52 +0200 |
commit | 78becab98b8f2f7d22e615675d1a701a67a885af (patch) | |
tree | 12142bdcaffc284c83567a6bef9f9c7c25987270 /samples | |
parent | Linux 5.3-rc5 (diff) | |
download | linux-78becab98b8f2f7d22e615675d1a701a67a885af.tar.xz linux-78becab98b8f2f7d22e615675d1a701a67a885af.zip |
vfio/spapr_tce: Fix incorrect tce_iommu_group memory free
The @tcegrp variable is used in 1) a loop over attached groups
2) it stores a pointer to a newly allocated tce_iommu_group if 1) found
nothing. However the error handler does not distinguish how we got there
and incorrectly releases memory for a found+incompatible group.
This fixes it by adding another error handling case.
Fixes: 0bd971676e68 ("powerpc/powernv/npu: Add compound IOMMU groups")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions