From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 87F383FFD for ; Mon, 5 Jan 2026 23:17:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767655047; cv=none; b=rXSQo7RoK6nEFyn05+yfZIAarqqiJ3Cnpk26yAsDwfgOvJVkdap6o2u4wgKlsU6MBNDs0TuGfAmMKP6XGAUZI10Xig5OtIjhyoP+iXpkBWttJTVMI/7/IxPfY3f1G4Ms8Dww3Hv7P9m/UKZjViHL0fC8gTVwqRW5WLR07RcOKyY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767655047; c=relaxed/simple; bh=39FKH8D38UVbpuLTkAYB13o8AfvF/nw55c78cDCsOgY=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=T5BEn8Wzeq5Ep8Jc/f4tsbQ37ii4bxQnnkaexbfQyX/x/PsvEbO6SaYd5qoUJ39GyQnqLWdGnkkyxnkvpEzgzDkXduouXszxhEAtedMVnutPKrUTBmepbUl7JVXT7JpY6tYULuiCY2MRsInrCxlT9c0iJi9fzzXfXxd67VdB8AA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iKIlzu/T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iKIlzu/T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52937C116D0; Mon, 5 Jan 2026 23:17:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767655047; bh=39FKH8D38UVbpuLTkAYB13o8AfvF/nw55c78cDCsOgY=; h=Date:From:To:List-Id:cc:Subject:In-Reply-To:References:From; b=iKIlzu/T30KzA8IGSHVJG68kdqFKadJ3cdLrJ7XWntv7cI+0FFOG01K3yKbJ15Y76 O2chYOImsfUyxMDYZr9A67frEP1zoYvqRNaGHiNXQ5iF/eNeuIFCgWTFwNty8jVV3P OdkWutvDS/nDttpW/193ntNECYIHxdcBfz3nUJJOFZw2Rof/8qD9iivZgRWKx0qL2E /0l+M1DE1EkJehvQ1H/6oqfv/Y2MUCc2tmsdEoR4UdRwZ052T4CMbGv3scb8s3lnLR eEMXQKGntp8as63BG8P3mRmLFaZe/EaSA89vRzQAEUJ3DGXQGbrDt4oEbCSqo9CR7i ZeJbfkdq7ISOg== Date: Mon, 5 Jan 2026 16:17:22 -0700 (MST) From: Paul Walmsley To: Lukas Gerlach cc: patchwork-bot+linux-riscv@kernel.org, linux-riscv@lists.infradead.org, palmer@dabbelt.com, pjw@kernel.org, aou@eecs.berkeley.edu, alex@ghiti.fr, linux-kernel@vger.kernel.org, daniel.weber@cispa.de, michael.schwarz@cispa.de, marton.bognar@kuleuven.be, jo.vanbulck@kuleuven.be Subject: Re: [PATCH 0/2] riscv: Add Spectre v1 mitigations In-Reply-To: <176715189629.3416240.5165553541798344765.git-patchwork-notify@kernel.org> Message-ID: <6f196be2-3d56-75f5-78d8-800138a8ba46@kernel.org> References: <20251218191332.35849-1-lukas.gerlach@cispa.de> <176715189629.3416240.5165553541798344765.git-patchwork-notify@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Wed, 31 Dec 2025, patchwork-bot+linux-riscv@kernel.org wrote: > This series was applied to riscv/linux.git (fixes) > by Paul Walmsley : > > On Thu, 18 Dec 2025 20:13:30 +0100 you wrote: > > This series adds Spectre v1 to RISC-V in line with x86 and arm64. . > > [...] > > Here is the summary with links: > - [1/2] riscv: Use pointer masking to limit uaccess speculation > (no matching commit) > - [2/2] riscv: Sanitize syscall table indexing under speculation > https://git.kernel.org/riscv/c/25fd7ee7bf58 Just to be clear, I only picked up the syscall table indexing patch, not the address masking patch. Am still waiting for an update for that one. - Paul