From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ABC5CCDE001 for ; Thu, 25 Jun 2026 18:06:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:Message-ID: In-Reply-To:Subject:cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xbF4ygoAWhdSY52KE6IA0pZL4q4ABLlFzMmdSwxCaw4=; b=FxAolYWmlAt585 EghlACWWsmJTVogTcSp0AJLZ9c99zILXLzqzimYKrUt4HQNGHDJ8HnbfGsEhl+HSA6WqMO6kknYa0 2t+VyZ2YBP7HpUl7jifF+IbQN3HhsRhNmztvQOjuGFzfBs9ttCk3v6rLdTbV1aDUJkKnEL8GWiDiv SY0vKiBHZFj2TYjnnZJ4eMgTh8l78UVfOw7uKrdVSYB/Wwc3HIewBS8f9PCspCVJV0iGxpOZM5pFN 8ZjF9xdlM6eGYR02i9wye+1zhsXvJAP8mrtemE4aEYcKRLzwe3e244OV716iTbYeLzl9cbQWQM4kh rjgv+TIQ5hsA++N5VQlw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wcoSe-00000009eyu-1g1i; Thu, 25 Jun 2026 18:06:00 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wcoSd-00000009eyS-0PD9 for linux-riscv@lists.infradead.org; Thu, 25 Jun 2026 18:05:59 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 8E1A64015D; Thu, 25 Jun 2026 18:05:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05CF31F000E9; Thu, 25 Jun 2026 18:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782410758; bh=Qsz0AgtCAYtAkf/U7L7Qm8RkdAOEqnzegf87Lexqke8=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=kInPP9TaKE7sjnAGAMDJyEvSF/0PUPnFmqFtDnvSr8lSeJTCCiBBQ0cbYbsIlcSSJ qSGv6GvCmAQvlzMrG5a/BeVdR2x48ZsehthuBBurS8tM+mMKipZwy9JXLbZNVpKf3C ySIwszl9EgTST4wkjE32w6xBTDoFZfS6kia7mkP66/m+5snGRLXMBqBWUdjyXXzyF5 4W/tK0yZo0aI2v57w+hOTNk3agmDSdTW2XC3V4MRlBDvxj5A9bt2BI0IIlP2sU41sy NoCtvRYBSIzcbfN5gdLa4iJqBXlhQPOIadyVjePAqJZpM0SGF2Z4pO+jpGruKbmWZS WnuMmTJgQyM2A== Date: Thu, 25 Jun 2026 12:05:57 -0600 (MDT) From: Paul Walmsley To: Bastian Blank cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] riscv: Add build salt to the vDSO In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Thu, 18 Jun 2026, Bastian Blank wrote: > The vDSO needs to have a unique build id in a similar manner > to the kernel and modules. Use the build salt macro. > > Signed-off-by: Bastian Blank Thanks, queued for v7.2-rc. - Paul _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv