From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-164.sinamail.sina.com.cn (mail3-164.sinamail.sina.com.cn [202.108.3.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C253D2D8379 for ; Tue, 14 Apr 2026 08:47:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=202.108.3.164 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776156424; cv=none; b=b1+qDOpxjAhFZU8baUY+mOCouobb41EbVLSauXmybaF07Fb9KpRjEv+enutqGjEbM2lLSg52ZaQTxl+C0oHnPMWYr95ORMr6sMi2blg8DZXhmObOMR5y/Jw3qn2tmQ1nOIER1ygtGBhhQD0UY/chACN/NN5SKrOhc3afSR/wHjU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776156424; c=relaxed/simple; bh=CdkcOHse6L+2KJRNOXwjIHqdLg+qp78bLbVCkz+7nD4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=G8MHknYRZdn4cH+42BlcnPp3hygcEEDWpGkavQt+Px9VXfIB7EZ3ORiPX18I+9lzaA7G2tTQhZfkNk99WK9HUmOswWtTAkg1zja4npIYLT1yr/+COx+h5+yr/uM9cFLf3GCU85WuVEu0YnJq0k2URfKn0Ug+JYSaCaGpWYZnNWQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sina.com; spf=pass smtp.mailfrom=sina.com; dkim=pass (1024-bit key) header.d=sina.com header.i=@sina.com header.b=dil5QPJo; arc=none smtp.client-ip=202.108.3.164 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sina.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sina.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=sina.com header.i=@sina.com header.b="dil5QPJo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sina.com; s=201208; t=1776156421; bh=+/1gopbUgthNhM2kopeq5fXx03e7YQlRIBP2T3KhO8A=; h=From:Subject:Date:Message-ID; b=dil5QPJou9Cd+UP09DEVbmtUUtMQyQCelVJu5mPeLMjJZzoSCX2Rk0JfbJZoAek35 BIN++jmgFIpbgkFAUEm3hWP2O3947aRvSZE3XDbhtIswE7kOX4BwF8RPZR3u/Iq/C3 4aT5VS7iDNFi75Bt4FQDySs86nmzUCFraSuZoPa0= X-SMAIL-HELO: localhost.localdomain Received: from unknown (HELO localhost.localdomain)([114.249.62.144]) by sina.com (10.54.253.32) with ESMTP id 69DDFEFE00007C57; Tue, 14 Apr 2026 16:46:57 +0800 (CST) X-Sender: hdanton@sina.com X-Auth-ID: hdanton@sina.com Authentication-Results: sina.com; spf=none smtp.mailfrom=hdanton@sina.com; dkim=none header.i=none; dmarc=none action=none header.from=hdanton@sina.com X-SMAIL-MID: 5998554456893 X-SMAIL-UIID: 6D67AF1459EE4369A8E09323129EBB70-20260414-164657-1 From: Hillf Danton To: syzbot Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Subject: Re: [syzbot] [dri?] KASAN: slab-use-after-free Read in drm_gem_object_release_handle Date: Tue, 14 Apr 2026 16:46:47 +0800 Message-ID: <20260414084648.1801-1-hdanton@sina.com> In-Reply-To: <69dd24f4.a00a0220.468cb.004a.GAE@google.com> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit > Date: Mon, 13 Apr 2026 10:16:36 -0700 [thread overview] > Hello, > > syzbot found the following issue on: > > HEAD commit: f5459048c38a Merge tag 'i2c-for-7.0-final' of git://git.ke.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=1028d106580000 > kernel config: https://syzkaller.appspot.com/x/.config?x=6754c86e8d9e4c91 > dashboard link: https://syzkaller.appspot.com/bug?extid=b2e951687503f32f74ce > compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8 > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=1428d106580000 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=17509036580000 #syz test --- x/drivers/gpu/drm/drm_gem.c +++ y/drivers/gpu/drm/drm_gem.c @@ -387,6 +387,24 @@ drm_gem_object_release_handle(int id, vo return 0; } +static int +drm_gem_object_release_idr_handle(int id, void *ptr, void *data) +{ + struct drm_file *filp = data; + struct drm_gem_object *obj, *tmp = ptr; + + spin_lock(&filp->table_lock); + obj = idr_replace(&filp->object_idr, NULL, id); + idr_remove(&filp->object_idr, id); + spin_unlock(&filp->table_lock); + if (IS_ERR_OR_NULL(obj)) + return 0; + if (obj != tmp) + return 0; + drm_gem_object_release_handle(id, obj, filp); + return 0; +} + /** * drm_gem_handle_delete - deletes the given file-private handle * @filp: drm file-private structure to use for the handle look up @@ -405,6 +423,7 @@ drm_gem_handle_delete(struct drm_file *f /* Check if we currently have a reference on the object */ obj = idr_replace(&filp->object_idr, NULL, handle); + idr_remove(&filp->object_idr, handle); spin_unlock(&filp->table_lock); if (IS_ERR_OR_NULL(obj)) return -EINVAL; @@ -412,11 +431,6 @@ drm_gem_handle_delete(struct drm_file *f /* Release driver's reference and decrement refcount. */ drm_gem_object_release_handle(handle, obj, filp); - /* And finally make the handle available for future allocations. */ - spin_lock(&filp->table_lock); - idr_remove(&filp->object_idr, handle); - spin_unlock(&filp->table_lock); - return 0; } EXPORT_SYMBOL(drm_gem_handle_delete); @@ -1086,7 +1100,7 @@ void drm_gem_release(struct drm_device *dev, struct drm_file *file_private) { idr_for_each(&file_private->object_idr, - &drm_gem_object_release_handle, file_private); + &drm_gem_object_release_idr_handle, file_private); idr_destroy(&file_private->object_idr); } --