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 882D8352C29 for ; Fri, 3 Apr 2026 18:30:39 +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=1775241039; cv=none; b=eZSkqSwAZPUthjfkPXhfB9fkwOzDH6uBc/6l4Qnqg/gOEzNJuzLIJJIBNEbhS7dVX5ikKUPt3CQBiQpfSCNE8SCSqNq7AYetCQOBreKWXsL6vO4Q64riBsmx60o0GJjxd4APpTu19BGPaIY62cMpNCPu1g60o8Mh2iYzO4wEsCY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775241039; c=relaxed/simple; bh=4hg0SDmodu9ulUBulI/MHscDJOQwTqQSM78LxLTkV4g=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ZTU9Y8A+WMNZxaV8jZ1Ul5xq4eiTfavBjb0Oz+5ytGeMLVsR3wK0T0OCcjJaG/FEm7kU51Hhl+fbyPxn6SkSmHtYdFVudNAZGFQoP4H0g+o8jhfu6EIr6B+f7sv1n3rks5B7kX536dQyyzBYlFh6hWZnFTiwVvZ7rO2FG/ibaIU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XCMr+YTK; 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="XCMr+YTK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49493C2BCAF; Fri, 3 Apr 2026 18:30:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775241039; bh=4hg0SDmodu9ulUBulI/MHscDJOQwTqQSM78LxLTkV4g=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XCMr+YTK/Fd50sGFZCOqkg+Jx9qYKTXISGc1B6SA8eETbSARSWMePg3JKQx9d1lo5 drDMrper8pmn2wPyhqYaWUiJKGFBy7HnZKHlKpi9qSgoNre7r0PSlRhjlSAy16t87+ 0TIcYf58CCnHUcTZ2ho7Stz1mIO1mgEsdrDgsW4HVXevJvKK1uolAYVPzhqyHIybNg HVieWAVMHfMAWvIQj/NqBz/zQzgj4lMOunXDnfF+/soO7jNsEq6v0F0bld1JWkUd06 hAIkuuOwKteIfBgEhuvCB+bxvpy0udmt0mmTCbWqgZxErH5GmIcdpwrKNjQsVJCTFh AAmfxYQMdIKWg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FDB73809A14; Fri, 3 Apr 2026 18:30:22 +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 0/5] riscv: Cleanup and deduplicate unaligned access speed probe From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177524102078.1406513.13713846519162509736.git-patchwork-notify@kernel.org> Date: Fri, 03 Apr 2026 18:30:20 +0000 References: In-Reply-To: To: Nam Cao Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, ajones@ventanamicro.com, cleger@rivosinc.com, linux-kernel@vger.kernel.org Hello: This series was applied to riscv/linux.git (for-next) by Paul Walmsley : On Wed, 11 Feb 2026 18:30:30 +0100 you wrote: > Hi, > > This series does some minor cleanups and deduplication of riscv unaligned > access speed probe. > > arch/riscv/kernel/unaligned_access_speed.c | 221 ++++++++------------- > 1 file changed, 85 insertions(+), 136 deletions(-) > > [...] Here is the summary with links: - [1/5] riscv: Clean up & optimize unaligned scalar access probe https://git.kernel.org/riscv/c/c202d70b2244 - [2/5] riscv: Split out measure_cycles() for reuse https://git.kernel.org/riscv/c/83eb6102c71d - [3/5] riscv: Reuse measure_cycles() in check_vector_unaligned_access() https://git.kernel.org/riscv/c/b2dd256b5783 - [4/5] riscv: Split out compare_unaligned_access() https://git.kernel.org/riscv/c/72f578aa02f5 - [5/5] riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access() https://git.kernel.org/riscv/c/eb88916053bc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html