search for: c2051380d18c

Displaying 1 result from an estimated 1 matches for "c2051380d18c".

2020 Nov 20
1
[PATCH] drm/nouveau: fix relocations applying logic and a double-free
...pushbuf ioctl") Link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/11 --- drivers/gpu/drm/nouveau/nouveau_gem.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c index 549bc67feabb..c2051380d18c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_gem.c +++ b/drivers/gpu/drm/nouveau/nouveau_gem.c @@ -558,8 +558,10 @@ nouveau_gem_pushbuf_validate(struct nouveau_channel *chan, NV_PRINTK(err, cli, "validating bo list\n"); validate_fini(op, chan, NULL, NULL); return ret; + } else i...