2023-11-30 21:59:28

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the scmi tree

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.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-11-30 22:03:55

by Sudeep Holla

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the scmi tree

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