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 DA554C4167B for ; Thu, 30 Nov 2023 22:03:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377101AbjK3WDj (ORCPT ); Thu, 30 Nov 2023 17:03:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377044AbjK3WDi (ORCPT ); Thu, 30 Nov 2023 17:03:38 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B4121D40; Thu, 30 Nov 2023 14:03:44 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 352B41042; Thu, 30 Nov 2023 14:04:31 -0800 (PST) Received: from bogus (unknown [10.57.42.162]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7E8413F73F; Thu, 30 Nov 2023 14:03:43 -0800 (PST) Date: Thu, 30 Nov 2023 22:01:37 +0000 From: Sudeep Holla To: Stephen Rothwell Cc: Linux Kernel Mailing List , Sudeep Holla , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the scmi tree Message-ID: <20231130220137.pglo3n5g3n5zuudy@bogus> References: <20231201085914.4ad45eb2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231201085914.4ad45eb2@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 01, 2023 at 08:59:14AM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the scmi tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > arm-linux-gnueabi-ld: drivers/firmware/arm_scmi/perf.o: in function `scmi_dvfs_freq_set': > perf.c:(.text+0xc8c): undefined reference to `__aeabi_uldivmod' > > Caused by commit > > eb55fbef8913 ("firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode") > > I have used the scmi tree from next-20231130 for today. Thanks for the report, I will fix it ASAP. -- Regards, Sudeep