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 B0E9A2248B3 for ; Wed, 16 Apr 2025 18:41:54 +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=1744828914; cv=none; b=YTFSi6YYBSJF7NDP918PmvgEh7oRNeOvzshGxjgugK+hhvSHYH99/v0h3p8Iq5fK2VFByF/g6NNuC2AiENpRnlNReDHz9VrwkbCLqmvOEqSrP1zEXpHFdyV+vkavnWnNrXdgO0WWG/yJ/1q3TR6fWljoRe+lkhi1mbZiYGBQigc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744828914; c=relaxed/simple; bh=KjNmswcxf38A5M9atBcosAwVob6w/vmfpdVCx1CNLhA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=stN2fIFu6jjLELwDUlqpRNw6o0uFyP0rSP4Py/bFTb+1fEKezFTSKgO9EvgGcyHbuRQl+46ZS69DekQrwlenC8SBmiNzP1OVpUlemGG68O98FnG9J+VU3b6Y33Y6xHAWSPlWBmIDldkZKIxPhdxQBXsj8Cy2trLsLpfbc7KpLzc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CEzkulat; 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="CEzkulat" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C335C4CEE4; Wed, 16 Apr 2025 18:41:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744828914; bh=KjNmswcxf38A5M9atBcosAwVob6w/vmfpdVCx1CNLhA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CEzkulatPzCTh53O7EgEnmFXf4HqRWwoiJ+OJyuVRfpftSRrNml7Bi7Ta8DDXebTK hK0O7OPQ3hjTYNE3Fzi81/bBOExqVpqALaDCShDWDSmBr/Cy3rHfsj8yRO1rRWj5Q0 qY9FIQ3kDO7OrelD29lEG5xoywwsa1FXqy1Alda2crSRC1PJHJifGQiAQ2Ywc9HlV6 N02J/NnpgwXszPK8bCsQxxF+5rAO5RbbFIzYsCJgZLt/QqnKSszyCaCUmbsBpbAf66 blJ0vvFK9PMvs/JhDm56YZkbdcevmWna+xX3dEQpPxh/vjztUuSJ/Z47a7i/rFxV57 qzwvr+0UOF4Qw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 70D393822D59; Wed, 16 Apr 2025 18:42:33 +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 v4 0/2] riscv: Rework the arch_kgdb_breakpoint() implementation From: patchwork-bot+linux-riscv@kernel.org Message-Id: <174482895224.3460781.16808742382382868644.git-patchwork-notify@kernel.org> Date: Wed, 16 Apr 2025 18:42:32 +0000 References: In-Reply-To: To: WangYuli Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, chenhuacai@kernel.org, linux-kernel@vger.kernel.org, vincent.chen@sifive.com, palmerdabbelt@google.com, samuel.holland@sifive.com, zhanjun@uniontech.com, niecheng1@uniontech.com, guanwentao@uniontech.com Hello: This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Fri, 11 Apr 2025 15:29:04 +0800 you wrote: > 1. The arch_kgdb_breakpoint() function defines the kgdb_compiled_break > symbol using inline assembly. > > There's a potential issue where the compiler might inline > arch_kgdb_breakpoint(), which would then define the kgdb_compiled_break > symbol multiple times, leading to fail to link vmlinux.o. > > [...] Here is the summary with links: - [v4,1/2] riscv: KGDB: Do not inline arch_kgdb_breakpoint() https://git.kernel.org/riscv/c/3af4bec9c1db - [v4,2/2] riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_break https://git.kernel.org/riscv/c/550c2aa787d1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html