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 002743603D5 for ; Sun, 7 Jun 2026 08:00:07 +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=1780819209; cv=none; b=myZLZt/IZ7eXABiF6B2QeLbuZQA3dPcz1Q8DgycCL5sglvlSd/l61Ft8nrtTyUOqWCysD9OujX6wsoDrfU4rkB2xMasuGOyN79BozJy3ZE8nUQ2jsKJo0zHGjk4YGAskcQpbh5Cd3nsjtSD0eL8ZlHjqMpqQMU/YHbAvGR29DK0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780819209; c=relaxed/simple; bh=TxrfGFWLl8g4k2W6h1YqoFzcXVGFm8rWpwOCLvYrTYU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=tvRDa0dXwt5H560eT4K16rFtsQc56kmqwydcQ6AVnI3jOkEXhHeeEvMu2U+6Wi3PxGzpUFt8mfgGbmSGjCNfLJiCLXUPWGn6DtU/gUfry25JAEbFX83w0yeaiOAc1O4L8+ocpdlYVY8hIPJKKHEYutUUvzAd+kMCupH5H7azVJU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Sw0o6AYZ; 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="Sw0o6AYZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9487F1F00893; Sun, 7 Jun 2026 08:00:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780819207; bh=jO4jV1/6SN2onRJRAvM4X17hEiA2izSef4Zh9LbL1sA=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Sw0o6AYZpNEb9ecgTKhamOFGQkfQA5nh/dJCPy2Uv/h2rwdS5ryI2HXNALeX6R38i /l1maIxw9KuoBCoBzhYZAiyscnhIdcSGavAFP7iezma/gdQndXTs1ylSOHf4pV2Uv3 zRPNXZB1kAJ3nzzxRkvICUwaopSVnT/h0g6MxQftHf0GuUPXTGl7DhTXOS92E2i98k 88ukl6FTbP9/mjB6qqA+O3qtQtqzraVFaozSpf/vvYAR7J1Xq7gN4omSEAMAk1Pd1Y aH36eT53aT1+YP9x5gcaG04D/lFvmaL4iViDIjjducB91npg1sZtnAN2723JFlEKna wh5F9v9gYzLCg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 569173930C87; Sun, 7 Jun 2026 08:00:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 0/4] riscv: alternative: Also patch the CFI vDSO From: patchwork-bot+linux-riscv@kernel.org Message-Id: <178081920690.147064.6320265225927754862.git-patchwork-notify@kernel.org> Date: Sun, 07 Jun 2026 08:00:06 +0000 References: <20260504-riscv-cfi-vdso-alternative-v1-0-bcdf3d37f62e@linutronix.de> In-Reply-To: <20260504-riscv-cfi-vdso-alternative-v1-0-bcdf3d37f62e@linutronix.de> To: =?utf-8?q?Thomas_Wei=C3=9Fschuh_=3Cthomas=2Eweissschuh=40linutronix=2Ede=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, debug@rivosinc.com, cmirabil@redhat.com, linux-kernel@vger.kernel.org, namcao@linutronix.de Hello: This series was applied to riscv/linux.git (for-next) by Paul Walmsley : On Mon, 04 May 2026 08:30:49 +0200 you wrote: > The dedicated vDSO for CFI-enabled userspace can also contain > alternative entries. > > It seems the vDSO alternative patching is actually dead code since > commit 0b1d60d6dd9e ("riscv: Fix build with > CONFIG_CC_OPTIMIZE_FOR_SIZE=y"). However new usages will be added > soonish. > > [...] Here is the summary with links: - [1/4] riscv: vdso: Always declare vdso_start symbols https://git.kernel.org/riscv/c/499578e22ae0 - [2/4] riscv: alternative: Use IS_ENABLED() over ifdeffery for apply_vdso_alternatives() https://git.kernel.org/riscv/c/4fd6505f189d - [3/4] riscv: alternative: Pass vDSO start as parameter to apply_vdso_alternatives() https://git.kernel.org/riscv/c/6386161abb02 - [4/4] riscv: alternative: Also patch the CFI vDSO https://git.kernel.org/riscv/c/d3e0634787a2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html