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 E79EC223321 for ; Thu, 9 Jan 2025 16:16:28 +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=1736439390; cv=none; b=lwUp3rv6CcMKQeKXq6Ury+WXnQ2Ll3YPPBFqA8JOej32C2WeclXg1hAo66BxsrAyQXUXzSTf+Rk6+fwRa+FGmAltesRTJvvgkqw/sFtl8WnsqLJIqGOmM0nrEAgPhzX0vwGVqXBNM8nGB4FoDw8yqasfUFTT5DE+3fene3U2tqQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736439390; c=relaxed/simple; bh=d7TprwuD5NPkhBDq0vs/CaxhENVFsufd54gb9c1sEyA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=gg2AHhYDhc3C/sHE5XBuslOxj4ncEc7e93ULDuoGVxpJ/bQHo/gzxAjlutgmli3t8AFLK9DMmCVr48GjFb1m/ZR52Pgy7f58kKebxPcKqyMtDjiKMnuj3e50SgMtnbD8IwahhnU+4juBqHt7w9379kV7zZbEgTBs3sPVtQZ/zHU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DENzD6Ge; 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="DENzD6Ge" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EB8CC4CEE4; Thu, 9 Jan 2025 16:16:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736439388; bh=d7TprwuD5NPkhBDq0vs/CaxhENVFsufd54gb9c1sEyA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DENzD6GeoSpVUAd6RDbv52XCnm8TjkOg7qDU/7+tmj6evPzKyU8dDHUn8WHBT6MtZ +CGXs4QY9ROOfxiJGl5Os/ZeVOifUGsnXb25/HlMWt+yuEH194bSF2MWgfUReRGfS+ RwEeQcBS1JoXk147HinDgaSlcpdxbN1sDjd/wBzH0UA2Yc/8mz3toRi4pg6tDtjxlj /w4KzdhmJ/Tt1Myvaw3XENL4YyHoAktIZWJFimpo01rhPpsPRMPvRcJH0c3byFDdYH fSbq/Nzv53WoSqAVynfZR/BHmC5WsKcBAWutf/1Zbe0iAfeFRvyAJm0Jg7piffgPxE pfiBj6uXY1CjQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 70AF3380A97D; Thu, 9 Jan 2025 16:16:51 +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] riscv: use local label names instead of global ones in assembly From: patchwork-bot+linux-riscv@kernel.org Message-Id: <173643940999.1375203.11231498644405975487.git-patchwork-notify@kernel.org> Date: Thu, 09 Jan 2025 16:16:49 +0000 References: <20250103141814.508865-1-cleger@rivosinc.com> In-Reply-To: <20250103141814.508865-1-cleger@rivosinc.com> To: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2VyIDxjbGVnZXJAcml2b3NpbmMuY29tPg==?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, linux-kernel@vger.kernel.org, alexghiti@rivosinc.com Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Fri, 3 Jan 2025 15:17:58 +0100 you wrote: > Local labels should be prefix by '.L' or they'll be exported in the > symbol table. Additionally, this messes up the backtrace by displaying > an incorrect symbol: > > ... > [ 12.751810] [] _copy_from_user+0x28/0xc2 > [ 12.752035] [] handle_misaligned_load+0x1ca/0x2fc > [ 12.752310] [] do_trap_load_misaligned+0x24/0xee > [ 12.752596] [] _new_vmalloc_restore_context_a0+0xc2/0xce > > [...] Here is the summary with links: - riscv: use local label names instead of global ones in assembly https://git.kernel.org/riscv/c/5cd900b8b7e4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html