2018-08-06 02:11:34

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:

drivers/ptp/ptp_qoriq.o: In function `qoriq_ptp_probe':
ptp_qoriq.c:(.text+0xd0c): undefined reference to `__aeabi_uldivmod'

Caused by commit

91305f281262 ("ptp_qoriq: support automatic configuration for ptp timer")

I just reverted that commit for today.

--
Cheers,
Stephen Rothwell


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

2018-08-06 04:45:09

by Yangbo Lu

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

Hi all,

Sorry for the trouble.
Just sent out the fix-up patch.
https://patchwork.ozlabs.org/patch/953695/

Thanks a lot.

Best regards,
Yangbo Lu

> -----Original Message-----
> From: Stephen Rothwell [mailto:[email protected]]
> Sent: Monday, August 6, 2018 10:10 AM
> To: David Miller <[email protected]>; Networking
> <[email protected]>
> Cc: Linux-Next Mailing List <[email protected]>; Linux Kernel Mailing
> List <[email protected]>; Y.b. Lu <[email protected]>
> 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:
>
> drivers/ptp/ptp_qoriq.o: In function `qoriq_ptp_probe':
> ptp_qoriq.c:(.text+0xd0c): undefined reference to `__aeabi_uldivmod'
>
> Caused by commit
>
> 91305f281262 ("ptp_qoriq: support automatic configuration for ptp timer")
>
> I just reverted that commit for today.
>
> --
> Cheers,
> Stephen Rothwell