[PATCH] Tried removing the error

2023-11-19 Thread attreyee-muk
maintainers. Thank You Attreyee Mukherjee Signed-off-by: attreyee-muk --- drivers/gpu/drm/drm_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c index 44a948b80ee1..b6be9400cd11 100644 --- a/drivers/gpu/drm/drm_gem.c

[PATCH] drm/drm_gem.c: Fixed WARNING in drm_gem_object_handle_put_unlocked

2023-12-16 Thread attreyee-muk
Previously, I was sending out the patch in a wrong format, hence sending this patch again describing my changes. Looking at the code and the call trace reported by Syzbot (issue link : https://syzkaller.appspot.com/bug?extid=ef3256a360c02207a4cb), I understood that the issue lies in the drm_gem.c