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 C70CDC4167B for ; Sun, 12 Nov 2023 00:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229894AbjKLAzy (ORCPT ); Sat, 11 Nov 2023 19:55:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229852AbjKLAzu (ORCPT ); Sat, 11 Nov 2023 19:55:50 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2ADC930FA for ; Sat, 11 Nov 2023 16:55:47 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 68ACAC433C9; Sun, 12 Nov 2023 00:55:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699750546; bh=VgTVM+5WP2BDA8+eWnnrND2B8DSs8IWm3pfXn96hH5M=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=JLb3QwkYkbpfY3FNvlq0ln90cjF2dCJ/FBjoJvohtlKl5++jjxUpLiRvVRrzLfnMw vqIx6cIMfKr070kpufEO4pDDNYZBrsbey74LmD56VyB6rtMKEMS2PuHv8FlOzAdnko OCS/Hdjzh6S+iL7nZNY1du7wFsPrQPCaydb5KK9mUDp8BLAfADd2autchrBUsE5bXS wtlaPjOEbe6qAkDlAIfra6VZWq2xAq3pay7+/5hPxAYOmrUCJZap1/rY5guetPn+MO WzYBiUUdpnzpd6S0tZndmFihAyu/lQnh1zU4pQRpK3GfZZ53EnlYT1MgSfx2vEGWUx pSeNNz6aY733A== 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 4447AE00088; Sun, 12 Nov 2023 00:55:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/4] kbuild: remove ARCH_POSTLINK from module builds From: patchwork-bot+linux-riscv@kernel.org Message-Id: <169975054627.11360.14371365860315312701.git-patchwork-notify@kernel.org> Date: Sun, 12 Nov 2023 00:55:46 +0000 References: <20231017103742.130927-1-masahiroy@kernel.org> In-Reply-To: <20231017103742.130927-1-masahiroy@kernel.org> To: Masahiro Yamada Cc: linux-riscv@lists.infradead.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu, bp@alien8.de, christophe.leroy@csgroup.eu, dave.hansen@linux.intel.com, hpa@zytor.com, mingo@redhat.com, mpe@ellerman.id.au, nathan@kernel.org, npiggin@gmail.com, ndesaulniers@google.com, nicolas@fjasle.eu, palmer@dabbelt.com, paul.walmsley@sifive.com, tsbogend@alpha.franken.de, tglx@linutronix.de, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, x86@kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Masahiro Yamada : On Tue, 17 Oct 2023 19:37:39 +0900 you wrote: > The '%.ko' rule in arch/*/Makefile.postlink does nothing but call the > 'true' command. > > Remove the meaningless code. > > Signed-off-by: Masahiro Yamada > > [...] Here is the summary with links: - [1/4] kbuild: remove ARCH_POSTLINK from module builds https://git.kernel.org/riscv/c/7f6d8f7e43fb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html