From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DD8AC83F1B for ; Wed, 30 Aug 2023 18:33:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233699AbjH3Sd6 (ORCPT ); Wed, 30 Aug 2023 14:33:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244558AbjH3NUj (ORCPT ); Wed, 30 Aug 2023 09:20:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 353621A4 for ; Wed, 30 Aug 2023 06:20:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C8C5A62055 for ; Wed, 30 Aug 2023 13:20:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C76DFC433B8; Wed, 30 Aug 2023 13:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693401634; bh=0qA1YOV07JE1ChOWA2MvdbLJtXmV6RJUAOUCWFuJG8Y=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ZId3b6yTC33m6QHD2Dn9azQNzMwdOrgfAR5UV0X8qktkVkVKu1K2yfl0psHATsrgm WuTwwb43O2W8w7Ctn7c5r1MlIsN2R9YzDy5Or2cgjqmOzknYJwCu4jqgGRrb5vrhzr U8rIRPczHSYHLrl5HSRkckmMcsza2dMvIZc0sKMN2ZUzCdb9m3aadurhx69sAuii3E Q/50dEhj4QwYjCV9lOG5mRWWvSTRevL/XAYfZddLAX8ML4qMo/TDMbI2JoI0aYPilQ /9OhxxL8bEV8AMkyZ0qeb8vKIVEMp6eTMwEpNB8yOU7HJAYOK3o9nziQKmBOwjZVQX r/yX3HzuScSqg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id B244CC64457; Wed, 30 Aug 2023 13:20:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B From: patchwork-bot+linux-riscv@kernel.org Message-Id: <169340163472.19859.6098325003909705724.git-patchwork-notify@kernel.org> Date: Wed, 30 Aug 2023 13:20:34 +0000 References: <20230727160356.3874-1-jszhang@kernel.org> In-Reply-To: <20230727160356.3874-1-jszhang@kernel.org> To: Jisheng Zhang Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Fri, 28 Jul 2023 00:03:56 +0800 you wrote: > Allow to force all function address 64B aligned as it is possible for > other architectures. This may be useful when verify if performance > bump is caused by function alignment changes. > > Before commit 1bf18da62106 ("lib/Kconfig.debug: add ARCH dependency > for FUNCTION_ALIGN option"), riscv supports enabling the > DEBUG_FORCE_FUNCTION_ALIGN_64B option, but after that commit, each > arch needs to claim the support explicitly. I tried the config file in > [1] for both RV64 and RV32, I can't reproduce the build error as [1], > there is no reason for not allowing to enforce this function alignment. > > [...] Here is the summary with links: - riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B https://git.kernel.org/riscv/c/74f438e75483 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html