search for: tnsp

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

Did you mean: ensp
2020 Nov 20
1
[PATCH] drm/nouveau: fix relocations applying logic and a double-free
...-free. Fix by removing one u_free(), moving the other and adding check for errors. Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: nouveau at lists.freedesktop.org Cc: dri-devel at lists.freedesktop.org Signed-off-by: Matti Hamalainen <ccr at tnsp.org> Fixes: 03e0d26fcf79 ("drm/nouveau: slowpath for 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...