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 9DA74258EF9 for ; Sun, 7 Jun 2026 05:10:13 +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=1780809014; cv=none; b=TZs0ID9wePX8iPm4//0gVT2DNIXxJppnXKxgEdj+G6f4FQGKp8PmoCmGbJ8IgcIZ10X8R3jix1QffSxVf8GqShj3YL/WkrWspPDxKFnixGCLCXXZpBvvnw7WX1KhGY2dKCTU9+J+dQoONqKJ4T3PREoNj9IvjXX2/1HoaW66V0A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780809014; c=relaxed/simple; bh=Nt1UNPxE1sT/Dm1xLvWI2/zbTvIyE64PhZ+8UdukHRw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=YQ+06Sbi3DY8wWxl00WuV5tpY1agL0w/wqZiKFPr3W59hLdoq5de3ni5wGY/lXydA0S1Tlr7eEtlXDWo2xHfnwaIKgIAhfdZktOQWvK29YR24D8shXmYb5lPGgqVHE4Q1uXPPglX7UxJQ+wnaxgozjzeLoK8Q2aN8Ti0eItW1pQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HoOY4/k6; 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="HoOY4/k6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 473D31F00893; Sun, 7 Jun 2026 05:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780809013; bh=FhxLVLV7boFVF3rVaqt0wvqfHLkviyFEXdpRZw9osbk=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=HoOY4/k6kZLk4VObrc4IZpk1BrXUnWQKwMCNqQzI1wxtBiecN131M7LAsQncVbs8e T8do8P/w2Y/g/4DPsD+JzyKr7OtST8nP0+3gmedzexkn5s9qQ3c5sgWA5PA3mA1ofB jbOBDRztbQoGea2/zwfb2yaEcfPm5bJvG4jojqZ6q0VHJ6kl2xGvaz/FYbik2cgeR5 BOKpazgTFo3Nac8aALZ03Az0nG/LBDXyqUGQJsp291kcVFo6e7z47UGJRkzh97Dj78 BelZo1NaIPvbCp/CvXY/r5Qs3JkpZBZVNNsrNuyDougR0ldjYeYeoYj/U+bvmIuP2b WR7U/BV383sRA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 1987B3930C3F; Sun, 7 Jun 2026 05:10:14 +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 v2 0/2] riscv: stacktrace: Fix return address handling in non-FP unwinder From: patchwork-bot+linux-riscv@kernel.org Message-Id: <178080901279.114658.9003538182499897339.git-patchwork-notify@kernel.org> Date: Sun, 07 Jun 2026 05:10:12 +0000 References: <20260605082034.1426923-1-qirui.001@bytedance.com> In-Reply-To: <20260605082034.1426923-1-qirui.001@bytedance.com> To: Rui Qi Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, linux-kernel@vger.kernel.org Hello: This series was applied to riscv/linux.git (for-next) by Paul Walmsley : On Fri, 5 Jun 2026 16:20:32 +0800 you wrote: > This 2-patch series fixes how the non-frame-pointer version of > walk_stackframe handles return addresses, addressing both the > unwinder layer and the display layer. > > Background > ========== > > [...] Here is the summary with links: - [v2,1/2] riscv: stacktrace: Remove bogus -0x4 offset in non-FP walk_stackframe https://git.kernel.org/riscv/c/73b6d019c851 - [v2,2/2] riscv: stacktrace: Use %pB for return addresses and %pS for exact IPs (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html