From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 1ED113B9D81 for ; Mon, 10 Aug 2026 12:03:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786363403; cv=none; b=iCJyj0MWf00K+NOV72VxyaS2Y3lz905ZwemdW1nTxRMgJUA9fM9znA2Y8k860bGpsoFJ3fUROLCULmeam87U4RQD2oxn2CkRvJ70C+pxBl8nwTIR+Atv4DTm6dLV0+G1u4YnfONh/+TkmSQKCywa4AG31zruiRirt3q7gKnYLmk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786363403; c=relaxed/simple; bh=89z/ajj8qpIVCtxmYPubjwPj9Vuoy+c7FVcx2YgvXrU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jbSwWSTQVTiS+45KZv+oO7jkUfY+qRsW0R0XPAKU2aTDcj+L60B+GigH+IzoXa/eLwlceK4tLAZ11tqQ4Xzlyb6iZWoijYxSs7nS8ChEpVzkmwtT9NJoOrcZGC+X1kpXTPEvMcCucnwvzjS41wvw7MzmxHcy4lcf2Lak5l2r3Oo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Q5TULR+u; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Q5TULR+u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84ABE1F000E9; Mon, 10 Aug 2026 12:03:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786363401; bh=O8I3l+XbNXEJzfnp1xmcru+Gexlh5Dsa8jtgMA2TQfI=; h=From:To:Cc:Subject:Date:Reply-To; b=Q5TULR+uq7b4vkCIdB+sDPZXuAp7eXd3qU5UkRHsjo6k6GVUzmoDSeYDLhnKEEQ+R JI85nm/3+6EsdXQIC9iUuIGdu2js1FXgBoyvD9dtsUsmclmqY9q5IFmKqW0qs2C5Rr 1r6AbI5eZ3Q0tIMsiCc30YgRgI+qk9IzqkO8UyiI= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-68111: drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON() Date: Mon, 10 Aug 2026 13:57:08 +0200 Message-ID: <2026081054-CVE-2026-68111-1cff@gregkh> X-Mailer: git-send-email 2.55.0 Reply-To: , Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=2173; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=dDByIw2oPmO+JaDa6eUC8gzTnZEvYFGDd9z6RXZQB6Q=; b=owGbwMvMwCRo6H6F97bub03G02pJDFmVe9o2lt/lfpdU/sp379KCnUJrZbc/z/D59uCow+Sbs 4r0lnfHd8SyMAgyMciKKbJ82cZzdH/FIUUvQ9vTMHNYmUCGMHBxCsBEFnczLDgVdyDIKef3pXOB oY9v7OEPqlnJtINhfprLDMmd5X2S2frB/Yeve8trq9qtAgA= X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit From: Greg Kroah-Hartman Description =========== In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit b71604f8685b0eba07866f4e8dc30f93e1931054) The Linux kernel CVE team has assigned CVE-2026-68111 to this issue. Affected and fixed versions =========================== Fixed in 6.6.148 with commit 6c8b9c1f03c7169c9577098b0c3035617606f8d4 Fixed in 6.12.101 with commit d74a6351d3f64e1f8a0fba28b369c0eeecf517f1 Fixed in 6.18.42 with commit 042c047e8bc9c9ada7574028a8e4592102e2e1fd Fixed in 7.1.6 with commit 43768ad42b8f1a91652b86e0731ac14d6853cebb Fixed in 7.2-rc2 with commit 6302be10b521f5106ce01eb5a724b9e7945a5061 Please see https://www.kernel.org for a full list of currently supported kernel versions by the kernel community. Unaffected versions might change over time as fixes are backported to older supported kernel versions. The official CVE entry at https://cve.org/CVERecord/?id=CVE-2026-68111 will be updated if fixes are backported, please check that for the most up to date information about this issue. Affected files ============== The file(s) affected by this issue are: drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c Mitigation ========== The Linux kernel CVE team recommends that you update to the latest stable kernel version for this, and many other bugfixes. Individual changes are never tested alone, but rather are part of a larger kernel release. Cherry-picking individual commits is not recommended or supported by the Linux kernel community at all. If however, updating to the latest release is impossible, the individual changes to resolve this issue can be found at these commits: https://git.kernel.org/stable/c/6c8b9c1f03c7169c9577098b0c3035617606f8d4 https://git.kernel.org/stable/c/d74a6351d3f64e1f8a0fba28b369c0eeecf517f1 https://git.kernel.org/stable/c/042c047e8bc9c9ada7574028a8e4592102e2e1fd https://git.kernel.org/stable/c/43768ad42b8f1a91652b86e0731ac14d6853cebb https://git.kernel.org/stable/c/6302be10b521f5106ce01eb5a724b9e7945a5061