From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 41BC8372EF1 for ; Fri, 19 Jun 2026 10:23:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781864603; cv=none; b=GbCjToMBN1GP0OZWUIfGdFjmf6nSJh0cEgRzY5LI8z9ojoMYNWaXzscJWcSGQH3LJeb8HJfC3396MjyZ0dKXO8ypaltkpmCeypfi54/vqoCVjt6muXHsl+EDhCjbsYJ57Hwf4oQWy49xmspYnvMRz3WBQTxcYtrDsMn3MpMfym0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781864603; c=relaxed/simple; bh=Mrsf8owtapUkfLXJzhbCAFYvgvi+dIm3xVjkUFTm8Ok=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=U3RX6lV3rhOAT4XYUZCvEiaRhhRTC8T4MvSEx1EDWuudqqWrrmz+ItuzJ+o80+4yzzOIqSkK29gFCzlqmvK6tre3IJUNtPdF0jZpIcSE0fobUGM+2zw3FvZRPublqR1sKp2qwPcg8Xs+RkKSFG9pxW9KxZUz6YQLWxrrx5ZjAlE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=keA+AnuF; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=EYS6e85x; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="keA+AnuF"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="EYS6e85x" From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1781864598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Mrsf8owtapUkfLXJzhbCAFYvgvi+dIm3xVjkUFTm8Ok=; b=keA+AnuF+GlAEYrjJpAD9nUSRs+l1tYA1zx4c0Cd+ACVTFmc6QdGxqgjpWVys2m0a0J1dt oL3xSXwXD05xv7TgcZFlSFkebllXnYUAG+jwIYqajbwy6JbhkQDyHugNKW51xsde92ZB/2 XMqO6PamfPz9ZfoGJ5G7BsSfGdOGVETMGbSiaa5ywhrfpmlk+6FP2cwSoREH6bDnio6FJ2 t+mBXKxGlJD+FhNJUw0l4jDG1bFjqEbGfsyZgPpRVup0JOYf+7jNRpIEp0s+YM0eKHUvjY Lo9fMBWOi1Ac6Kgbs7D3+U+jxHOS8YK7jkQbtH/XKnazvokSyQZH7R/fKPUKzg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1781864598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Mrsf8owtapUkfLXJzhbCAFYvgvi+dIm3xVjkUFTm8Ok=; b=EYS6e85xnaKkdLjnvhdo7aNIEMpTpJBkuNH6WwON9A4TEIyJ6HJsk77fEp7HkBgZfAMgYd ILS+gi2H6KjLn0BQ== To: Bastian Blank , 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: References: Date: Fri, 19 Jun 2026 12:23:17 +0200 Message-ID: <87v7be4yne.fsf@yellow.woof> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Bastian Blank writes: > 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 Reviewed-by: Nam Cao