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 EC9C43D4128 for ; Mon, 10 Aug 2026 12:12:59 +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=1786363981; cv=none; b=aQrB78JcOAZujLp0NdN2xjucdxfoC/1Rt+lfGsWqULHb275OBmNvBmM9kZB9IG+Ra5CF+sN53IxO264y1odWDGyRkbcbQNyozOSeTZGXWmNG3dF5yXDKkaXzFGGd4lacnks7FHvmHTGoJGaVlpG4/gMUx7m5+OZGh4FKkGTN0F4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786363981; c=relaxed/simple; bh=DK2c/cH2Pc7nAg5hVcwX4p6yTLHKj1QLMJdCAxZo+xQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=cz6lSfYaBMEbiGVGep+TeuxYnvKcPV/DFYhuoSwY72NRUD8zDvu8za5rGpDssV5hBZUutOMPVK354c5VS9iK3jCcK+f7/BjIDPbhpyVG1u1k5X3dZZ8OXY7TnX9zXYRIWY5NMmfilDbvgQS7PqK5fKfxg9lvCfyHhrqIXKOHV0M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=byaETKM4; 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="byaETKM4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6051F1F000E9; Mon, 10 Aug 2026 12:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786363979; bh=LEQqEjF8ENkKvc9fNu5k7uChVvv7rPEEaXfU9a7B6Z0=; h=From:To:Cc:Subject:Date:Reply-To; b=byaETKM45tj3W/ROXl6ssWcZBs2/i5/l9oTg0ekgvNu1vL0Gjuw7JlsuDpVt2oXH7 h1BT3XiiYVCqciCBh3BEHNfQWNC09QzuZbvSZ4j4c9cQbmZunelnaUVHMUxg8Mc7Rg lt7uqmdFNqcUeUkOpPRc14D7yoEJ/Yc7yvxWDF9A= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-68383: drm/xe/guc: Keep scheduler timeline name alive Date: Mon, 10 Aug 2026 14:01:40 +0200 Message-ID: <2026081045-CVE-2026-68383-c228@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=2373; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=8yO5Hs8K9DdQm4sQ1KAh42afJwxPAVIz99F3nyrQaxE=; b=owGbwMvMwCRo6H6F97bub03G02pJDFmVe3by79ZRPdRay99y0P5/8Zz0mLiEo3Er7Gd+c1FSa ijMm9PUEcvCIMjEICumyPJlG8/R/RWHFL0MbU/DzGFlAhnCwMUpABNZMJdhfnj5j+677Ep8dgfk 7wvwqK2ep/q5kWGeXqj+pz0FZhNOqPVvmbDRhtuwVFAeAA== 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/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q->name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xe_guc_exec_queue so it shares the scheduler's RCU-deferred lifetime. (cherry picked from commit 41075f0eb5dcbd3b065d15f15ef7bbe9315188e8) The Linux kernel CVE team has assigned CVE-2026-68383 to this issue. Affected and fixed versions =========================== Issue introduced in 6.17 with commit 6bd90e700b4285e6a7541e00f969cab0d696adde and fixed in 7.1.6 with commit 77fd62412431e8c80ef2ad61466bc76fe425f80a Issue introduced in 6.17 with commit 6bd90e700b4285e6a7541e00f969cab0d696adde and fixed in 7.2-rc4 with commit 299bc6d50b1bed7d1f408391736712f01a0855e2 Issue introduced in 6.12.43 with commit b17fcce70733c211cb5dabf54f4f9491920b1d92 Issue introduced in 6.15.11 with commit ba37807d08bae67de6139346a85650cab5f6145a Issue introduced in 6.16.2 with commit 683b0e397dad9f26a42dcacf6f7f545a77ce6c06 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-68383 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/xe/xe_guc_exec_queue_types.h drivers/gpu/drm/xe/xe_guc_submit.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/77fd62412431e8c80ef2ad61466bc76fe425f80a https://git.kernel.org/stable/c/299bc6d50b1bed7d1f408391736712f01a0855e2