linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [syzbot] bpf build error (3)
@ 2021-09-02 17:34 syzbot
  2021-09-02 21:46 ` Daniel Borkmann
  2021-09-03  8:11 ` Marco Elver
  0 siblings, 2 replies; 4+ messages in thread
From: syzbot @ 2021-09-02 17:34 UTC (permalink / raw)
  To: akpm, ast, bp, daniel, hpa, linux-kernel, mingo, netdev,
	rafael.j.wysocki, rppt, syzkaller-bugs, tglx, x86

Hello,

syzbot found the following issue on:

HEAD commit:    49ca6153208f bpf: Relicense disassembler as GPL-2.0-only O..
git tree:       bpf
console output: https://syzkaller.appspot.com/x/log.txt?x=17835513300000
kernel config:  https://syzkaller.appspot.com/x/.config?x=bd61edfef9fa14b1
dashboard link: https://syzkaller.appspot.com/bug?extid=8a8ba69ec56c60331e1f

IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+8a8ba69ec56c60331e1f@syzkaller.appspotmail.com

arch/x86/kernel/setup.c:916:6: error: implicit declaration of function 'acpi_mps_check' [-Werror=implicit-function-declaration]
arch/x86/kernel/setup.c:1110:2: error: implicit declaration of function 'acpi_table_upgrade' [-Werror=implicit-function-declaration]
arch/x86/kernel/setup.c:1112:2: error: implicit declaration of function 'acpi_boot_table_init' [-Werror=implicit-function-declaration]
arch/x86/kernel/setup.c:1120:2: error: implicit declaration of function 'early_acpi_boot_init'; did you mean 'early_cpu_init'? [-Werror=implicit-function-declaration]
arch/x86/kernel/setup.c:1162:2: error: implicit declaration of function 'acpi_boot_init' [-Werror=implicit-function-declaration]

---
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 syzkaller@googlegroups.com.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [syzbot] bpf build error (3)
  2021-09-02 17:34 [syzbot] bpf build error (3) syzbot
@ 2021-09-02 21:46 ` Daniel Borkmann
  2021-09-02 22:40   ` Nathan Chancellor
  2021-09-03  8:11 ` Marco Elver
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Borkmann @ 2021-09-02 21:46 UTC (permalink / raw)
  To: syzbot, akpm, ast, bp, hpa, linux-kernel, mingo, netdev,
	rafael.j.wysocki, rppt, syzkaller-bugs, tglx, x86,
	Stephen Rothwell, Konrad Rzeszutek Wilk, Maurizio Lombardi,
	Mike Rapoport, andrii.nakryiko

On 9/2/21 7:34 PM, syzbot wrote:
> Hello,
> 
> syzbot found the following issue on:
> 
> HEAD commit:    49ca6153208f bpf: Relicense disassembler as GPL-2.0-only O..
> git tree:       bpf
> console output: https://syzkaller.appspot.com/x/log.txt?x=17835513300000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=bd61edfef9fa14b1
> dashboard link: https://syzkaller.appspot.com/bug?extid=8a8ba69ec56c60331e1f
> 
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+8a8ba69ec56c60331e1f@syzkaller.appspotmail.com
> 
> arch/x86/kernel/setup.c:916:6: error: implicit declaration of function 'acpi_mps_check' [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1110:2: error: implicit declaration of function 'acpi_table_upgrade' [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1112:2: error: implicit declaration of function 'acpi_boot_table_init' [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1120:2: error: implicit declaration of function 'early_acpi_boot_init'; did you mean 'early_cpu_init'? [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1162:2: error: implicit declaration of function 'acpi_boot_init' [-Werror=implicit-function-declaration]

See also Stephen's recent report:

   https://lore.kernel.org/lkml/20210901165450.5898f1c7@canb.auug.org.au/

Maurizio/Konrad, did you have a chance to take a look?

Thanks,
Daniel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [syzbot] bpf build error (3)
  2021-09-02 21:46 ` Daniel Borkmann
@ 2021-09-02 22:40   ` Nathan Chancellor
  0 siblings, 0 replies; 4+ messages in thread
From: Nathan Chancellor @ 2021-09-02 22:40 UTC (permalink / raw)
  To: Daniel Borkmann
  Cc: syzbot, akpm, ast, bp, hpa, linux-kernel, mingo, netdev,
	rafael.j.wysocki, rppt, syzkaller-bugs, tglx, x86,
	Stephen Rothwell, Konrad Rzeszutek Wilk, Maurizio Lombardi,
	Mike Rapoport, andrii.nakryiko

Hi Daniel,

On Thu, Sep 02, 2021 at 11:46:21PM +0200, Daniel Borkmann wrote:
> On 9/2/21 7:34 PM, syzbot wrote:
> > Hello,
> > 
> > syzbot found the following issue on:
> > 
> > HEAD commit:    49ca6153208f bpf: Relicense disassembler as GPL-2.0-only O..
> > git tree:       bpf
> > console output: https://syzkaller.appspot.com/x/log.txt?x=17835513300000
> > kernel config:  https://syzkaller.appspot.com/x/.config?x=bd61edfef9fa14b1
> > dashboard link: https://syzkaller.appspot.com/bug?extid=8a8ba69ec56c60331e1f
> > 
> > IMPORTANT: if you fix the issue, please add the following tag to the commit:
> > Reported-by: syzbot+8a8ba69ec56c60331e1f@syzkaller.appspotmail.com
> > 
> > arch/x86/kernel/setup.c:916:6: error: implicit declaration of function 'acpi_mps_check' [-Werror=implicit-function-declaration]
> > arch/x86/kernel/setup.c:1110:2: error: implicit declaration of function 'acpi_table_upgrade' [-Werror=implicit-function-declaration]
> > arch/x86/kernel/setup.c:1112:2: error: implicit declaration of function 'acpi_boot_table_init' [-Werror=implicit-function-declaration]
> > arch/x86/kernel/setup.c:1120:2: error: implicit declaration of function 'early_acpi_boot_init'; did you mean 'early_cpu_init'? [-Werror=implicit-function-declaration]
> > arch/x86/kernel/setup.c:1162:2: error: implicit declaration of function 'acpi_boot_init' [-Werror=implicit-function-declaration]
> 
> See also Stephen's recent report:
> 
>   https://lore.kernel.org/lkml/20210901165450.5898f1c7@canb.auug.org.au/
> 
> Maurizio/Konrad, did you have a chance to take a look?

This is fixed as commit ea7b4244b365 ("x86/setup: Explicitly include
acpi.h") in Linus's tree.

Cheers,
Nathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [syzbot] bpf build error (3)
  2021-09-02 17:34 [syzbot] bpf build error (3) syzbot
  2021-09-02 21:46 ` Daniel Borkmann
@ 2021-09-03  8:11 ` Marco Elver
  1 sibling, 0 replies; 4+ messages in thread
From: Marco Elver @ 2021-09-03  8:11 UTC (permalink / raw)
  To: syzbot; +Cc: linux-kernel, syzkaller-bugs

#syz fix: x86/setup: Explicitly include acpi.h

On Thu, 2 Sept 2021 at 19:34, syzbot
<syzbot+8a8ba69ec56c60331e1f@syzkaller.appspotmail.com> wrote:
>
> Hello,
>
> syzbot found the following issue on:
>
> HEAD commit:    49ca6153208f bpf: Relicense disassembler as GPL-2.0-only O..
> git tree:       bpf
> console output: https://syzkaller.appspot.com/x/log.txt?x=17835513300000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=bd61edfef9fa14b1
> dashboard link: https://syzkaller.appspot.com/bug?extid=8a8ba69ec56c60331e1f
>
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+8a8ba69ec56c60331e1f@syzkaller.appspotmail.com
>
> arch/x86/kernel/setup.c:916:6: error: implicit declaration of function 'acpi_mps_check' [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1110:2: error: implicit declaration of function 'acpi_table_upgrade' [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1112:2: error: implicit declaration of function 'acpi_boot_table_init' [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1120:2: error: implicit declaration of function 'early_acpi_boot_init'; did you mean 'early_cpu_init'? [-Werror=implicit-function-declaration]
> arch/x86/kernel/setup.c:1162:2: error: implicit declaration of function 'acpi_boot_init' [-Werror=implicit-function-declaration]
>
> ---
> 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 syzkaller@googlegroups.com.
>
> syzbot will keep track of this issue. See:
> https://goo.gl/tpsmEJ#status for how to communicate with syzbot.
>
> --
> You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/000000000000d0dfda05cb0697d7%40google.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-03  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 17:34 [syzbot] bpf build error (3) syzbot
2021-09-02 21:46 ` Daniel Borkmann
2021-09-02 22:40   ` Nathan Chancellor
2021-09-03  8:11 ` Marco Elver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).