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 F2D2F33C183; Sat, 13 Jun 2026 14:51:43 +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=1781362308; cv=none; b=DZIiftHYtQysRUU5dAj/GECmTzyfDPw9kYvkfSwMbWCXKRv5wXvCGlk+2r04vr+IgljZrapL/OharKkSVJHraTxeUmkFjw2DSPXs4dElWYVWbfkResrh7/EVnHJ3BVw3oeGFiTTe2+jXGDhHtt3Q8yQYCNzgiRDT8CHOgnBqCgQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781362308; c=relaxed/simple; bh=7VIFNRgQTmLyNLFghQPD7RUIQFlqTNO/3ABuxf+WAk4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QD+6NhneFY1rqPRFf2ov6eJznmqJDltb/sgczfe36+YbfDaDDrl06nq4LIc/+EGiQcHmXiPoRF5sZvn7mTTIxe3W9BbPv5Znp4M/mu59BbAZLmJpin9pLlG1WT3mXa5lDijwOtrNe1PXxl65A7bAnSKCMouLHFeuyqa7MrEILAg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R7CHHJqe; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="R7CHHJqe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D3C61F00A3E; Sat, 13 Jun 2026 14:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781362303; bh=mwtemniNSvRmeuyRdk01RGvMOavihgD5ot1mMgpEysY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=R7CHHJqeA+n83imcawNSiA2P68SqicleF9o3hL0T85hbBADmCd4BnjYHGEisVk8ZW jxILh7RFy5QJ8ZhYQAOlIh/CW8zotIbDMKm2DzQIop3lJFd/VEvOWxRUrR4LpmbvZm m9COcRV3+XDCMe4L42AhvJeEESSqDgTkcD8oc38cuI5Le2El8OFa4QUXIoTOLQWAqG JBPfGVcmjg3p9dc1QEoppZ/xeSH9caZ12pVI48vlTdT/9rtfRBPhex95FYW0QrXyhB yue/l1zRXcgfpCBMs2KEwCYz4f1hF2rV4pOrAQenWzGb9+S4J2q2abvHvdaiPNqgQX px7v3vIVMozGA== From: Sasha Levin To: Alexey Panov Cc: Sasha Levin , stable@vger.kernel.org, Greg Kroah-Hartman , Jens Axboe , Pavel Begunkov , Prithvi Tambewagh , linux-kernel@vger.kernel.org, io-uring@vger.kernel.org, lvc-project@linuxtesting.org, Li Zetao Subject: Re: [PATCH 5.10] io_uring: prevent opcode speculation Date: Sat, 13 Jun 2026 10:51:32 -0400 Message-ID: <20260613143006.0007-1-sashal@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260612081720.3632-1-apanov@astralinux.ru> References: <20260610172203.27999-1-apanov@astralinux.ru> <20260611-stable-reply-0106@kernel.org> <20260612081720.3632-1-apanov@astralinux.ru> Precedence: bulk X-Mailing-List: io-uring@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Fri, Jun 12, 2026 at 11:17:20AM +0300, Alexey Panov wrote: > Unless I am missing something, the fix is already present in both trees: > > 6.6.y: b9826e3b26ec ("io_uring: prevent opcode speculation") > 6.12.y: 506b9b5e8c2d ("io_uring: prevent opcode speculation") You're right, thanks for checking. Both newer trees carry it now, so the prerequisite is satisfied. Queued for 5.10.y. -- Thanks, Sasha