2021-07-02 06:08:50

by syzbot

[permalink] [raw]
Subject: [syzbot] upstream build error (16)

Hello,

syzbot found the following issue on:

HEAD commit: 3dbdb38e Merge branch 'for-5.14' of git://git.kernel.org/p..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=11c93764300000
kernel config: https://syzkaller.appspot.com/x/.config?x=caee64f929f74d56
dashboard link: https://syzkaller.appspot.com/bug?extid=567c9f52d94ad483cac5
userspace arch: arm

IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: [email protected]

drivers/clk/hisilicon/clk-hi3559a.c:818: undefined reference to `hisi_reset_exit'
drivers/clk/hisilicon/clk-hi3559a.c:800: undefined reference to `hisi_reset_init'
arm-linux-gnueabi-ld: drivers/clk/hisilicon/clk-hi3559a.c:806: undefined reference to `hisi_reset_exit'

---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at [email protected].

syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.


2021-07-02 20:56:23

by Stephen Boyd

[permalink] [raw]
Subject: Re: [syzbot] upstream build error (16)

Quoting syzbot (2021-07-01 23:04:23)
> Hello,
>
> syzbot found the following issue on:
>
> HEAD commit: 3dbdb38e Merge branch 'for-5.14' of git://git.kernel.org/p..
> git tree: upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=11c93764300000
> kernel config: https://syzkaller.appspot.com/x/.config?x=caee64f929f74d56
> dashboard link: https://syzkaller.appspot.com/bug?extid=567c9f52d94ad483cac5
> userspace arch: arm
>
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: [email protected]
>
> drivers/clk/hisilicon/clk-hi3559a.c:818: undefined reference to `hisi_reset_exit'
> drivers/clk/hisilicon/clk-hi3559a.c:800: undefined reference to `hisi_reset_init'
> arm-linux-gnueabi-ld: drivers/clk/hisilicon/clk-hi3559a.c:806: undefined reference to `hisi_reset_exit'
>

I think we fixed it. It's staged to merge in the next couple days.

#syz fix: clk: hisilicon: hi3559a: Drop __init markings everywhere

2021-07-16 09:16:30

by Dongjiu Geng

[permalink] [raw]
Subject: Re: [syzbot] upstream build error (16)

Sorry for my late response, I just saw it.
Thanks very much for Stephen Boyd's fix.

Stephen Boyd <[email protected]> 于2021年7月3日周六 上午4:56写道:
>
> Quoting syzbot (2021-07-01 23:04:23)
> > Hello,
> >
> > syzbot found the following issue on:
> >
> > HEAD commit: 3dbdb38e Merge branch 'for-5.14' of git://git.kernel.org/p..
> > git tree: upstream
> > console output: https://syzkaller.appspot.com/x/log.txt?x=11c93764300000
> > kernel config: https://syzkaller.appspot.com/x/.config?x=caee64f929f74d56
> > dashboard link: https://syzkaller.appspot.com/bug?extid=567c9f52d94ad483cac5
> > userspace arch: arm
> >
> > IMPORTANT: if you fix the issue, please add the following tag to the commit:
> > Reported-by: [email protected]
> >
> > drivers/clk/hisilicon/clk-hi3559a.c:818: undefined reference to `hisi_reset_exit'
> > drivers/clk/hisilicon/clk-hi3559a.c:800: undefined reference to `hisi_reset_init'
> > arm-linux-gnueabi-ld: drivers/clk/hisilicon/clk-hi3559a.c:806: undefined reference to `hisi_reset_exit'
> >
>
> I think we fixed it. It's staged to merge in the next couple days.
>
> #syz fix: clk: hisilicon: hi3559a: Drop __init markings everywhere