Please ignore this patchset, I forget commit my latest code to my tree,
and sent old version patches.
On 2022/11/26 12:48, Yang Yingliang wrote:
This patchset fix two possible problems in the error path in
host1x_memory_context_list_init().
v1 -> v2:
patch #1 don't return error code, if IOMMU is disabled.
patch #2 make error handling code more clean.
Put the two patches in one patchset.
http://patchwork.ozlabs.org/project/linux-tegra/patch/20221028130300.1133520-1-yangyingliang@xxxxxxxxxx/
http://patchwork.ozlabs.org/project/linux-tegra/patch/20221124080559.3592650-1-yangyingliang@xxxxxxxxxx/
Yang Yingliang (2):
gpu: host1x: fix potential double free if IOMMU is disabled
gpu: host1x: fix memory leak of device names
drivers/gpu/host1x/context.c | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)