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 E9B673CF1F4 for ; Mon, 10 Aug 2026 12:08: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=1786363704; cv=none; b=Zv5KKFEPwibQQ0s8mLlsgcKLzgcHMTb2PE9oGLUWjkdPLxPvA2rC03F596tdVMk9LGnroF0439JNNUAjSUAXBcen8zII07AHPgsjlxCjk+Cg6T6SvzacHXkWan1ZPsKJufcNHQX9SQAnvZjKxareYJiBjFdX8KZ3tGtoVXEB46w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786363704; c=relaxed/simple; bh=bhrN5vf+7gHkOTiYluzSmzASaJs6bTuzE5MP1hRkyS0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=us92Nif5fS1avqf4+SIyb8y2Oc5UYJjTZ0m7bZ4cM/qWaCqHKRQ5/+WLD9U1GXmTkbIZqmrDDZdd1Ns7YRZVBlLvE5A/ww18V9u2Z0bR5xzYsrKfxmLNbChvH7GDJk4dNqkIPzBeMyDw7vfK9ONJHfm1FBRroV4jwAClb1mcszA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sNcz4TYi; 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="sNcz4TYi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 686431F000E9; Mon, 10 Aug 2026 12:08:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786363702; bh=4y0p8qlcjlK2m7o76WfJERyfd2FlWFHqANDNE+kzUBo=; h=From:To:Cc:Subject:Date:Reply-To; b=sNcz4TYiYcwtaN4k8ixGititUYk0v5NTStAlFSvIr03YACOuL6x9xD2fEnpnoCEzk 3M/a/HagD6zlIJJpjlOot3IjYp6VwjAr+zTlb8L3QaM8+FKCIg9Tk1ASLAWXqelpCf zhfPD/OcVFVgrKdKFWmAP5wEDHWdiWsDFg62SPlI= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-68268: drm/xe: Return error on non-migratable faults requiring devmem Date: Mon, 10 Aug 2026 13:59:45 +0200 Message-ID: <2026081023-CVE-2026-68268-dc64@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=2270; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=T6jagUiBwqDxWClkPO7TDxj7m+u5zEF2VltIjtYIXII=; b=owGbwMvMwCRo6H6F97bub03G02pJDFmVexYzmp7I5vg6mUv+69lF+3UZJCYafQkquOo95TjvW 74L96dydMSyMAgyMciKKbJ82cZzdH/FIUUvQ9vTMHNYmUCGMHBxCsBEfooyzI+QytjcPul8uuuR 5RKK949e/zlL9j3D/ACF/vKaCe+UYrgndwYsDFPO15MoBQA= 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: Return error on non-migratable faults requiring devmem Non-migratable faults that require devmem incorrectly jump to the 'out' label, which squashes the error code intended to be returned to the upper layers. Fix this by returning -EACCES instead. (cherry picked from commit c4508edb2c723de93717272488ea65b165637eac) The Linux kernel CVE team has assigned CVE-2026-68268 to this issue. Affected and fixed versions =========================== Issue introduced in 6.18 with commit 4208fac3dce52d4328007028ec88dd5d0e78dcf2 and fixed in 6.18.42 with commit 90a8a938e0caecc9ee9dec3eb9eda92d66ba02a3 Issue introduced in 6.18 with commit 4208fac3dce52d4328007028ec88dd5d0e78dcf2 and fixed in 7.1.6 with commit 7445e1b85159baf40d56b9557f344f131f924dd0 Issue introduced in 6.18 with commit 4208fac3dce52d4328007028ec88dd5d0e78dcf2 and fixed in 7.2-rc2 with commit 136fb61ba8571076dc5d49350a0e6d002d740b74 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-68268 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_svm.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/90a8a938e0caecc9ee9dec3eb9eda92d66ba02a3 https://git.kernel.org/stable/c/7445e1b85159baf40d56b9557f344f131f924dd0 https://git.kernel.org/stable/c/136fb61ba8571076dc5d49350a0e6d002d740b74