2019-12-18 22:33:21

by Stephen Rothwell

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

Hi all,

After merging the net-next tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arm-linux-gnueabi-ld: drivers/net/ethernet/stmicro/stmmac/stmmac_tc.o: in function `tc_setup_taprio':
stmmac_tc.c:(.text+0x4e8): undefined reference to `__aeabi_uldivmod'
arm-linux-gnueabi-ld: stmmac_tc.c:(.text+0x508): undefined reference to `__aeabi_uldivmod'

Caused by commit

b60189e0392f ("net: stmmac: Integrate EST with TAPRIO scheduler API")

I have used the net-nest tree from next-20191218 for today.
--
Cheers,
Stephen Rothwell


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

2019-12-18 22:39:13

by Jose Abreu

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

From: Stephen Rothwell <[email protected]>
Date: Dec/18/2019, 22:32:18 (UTC+00:00)

> Hi all,
>
> After merging the net-next tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arm-linux-gnueabi-ld: drivers/net/ethernet/stmicro/stmmac/stmmac_tc.o: in function `tc_setup_taprio':
> stmmac_tc.c:(.text+0x4e8): undefined reference to `__aeabi_uldivmod'
> arm-linux-gnueabi-ld: stmmac_tc.c:(.text+0x508): undefined reference to `__aeabi_uldivmod'
>
> Caused by commit
>
> b60189e0392f ("net: stmmac: Integrate EST with TAPRIO scheduler API")
>
> I have used the net-nest tree from next-20191218 for today.
> --
> Cheers,
> Stephen Rothwell

Hi Stephen,

I'll try to fix it still today. Sorry for the mess.

---
Thanks,
Jose Miguel Abreu

2019-12-18 22:59:19

by Jose Abreu

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

From: Jose Abreu <[email protected]>
Date: Dec/18/2019, 22:38:15 (UTC+00:00)

> I'll try to fix it still today.

Please check if following patch makes it work: https://marc.info/?l=linux
-netdev&m=157670971305055&w=2

Unfortunately, I don't have an ARM compiled tree right now to test.

---
Thanks,
Jose Miguel Abreu