linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [syzbot] upstream build error (18)
@ 2022-05-27  7:14 syzbot
  2022-05-27  8:25 ` Baolin Wang
  0 siblings, 1 reply; 3+ messages in thread
From: syzbot @ 2022-05-27  7:14 UTC (permalink / raw)
  To: anshuman.khandual, baolin.wang, catalin.marinas,
	linux-arm-kernel, linux-kernel, mike.kravetz, songmuchun,
	syzkaller-bugs, will

Hello,

syzbot found the following issue on:

HEAD commit:    7e284070abe5 Merge tag 'for-5.19/dm-changes' of git://git...
git tree:       upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=1233ae81f00000
kernel config:  https://syzkaller.appspot.com/x/.config?x=854cea6cbaeb1d1b
dashboard link: https://syzkaller.appspot.com/bug?extid=a0b95614aef2afe9e488
compiler:       aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2
userspace arch: arm64

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

arch/arm64/mm/hugetlbpage.c:515:9: error: implicit declaration of function 'get_clear_flush'; did you mean 'ptep_clear_flush'? [-Werror=implicit-function-declaration]
arch/arm64/mm/hugetlbpage.c:515:9: error: incompatible types when returning type 'int' but 'pte_t' was expected
arch/arm64/mm/hugetlbpage.c:516:1: error: control reaches end of non-void function [-Werror=return-type]

---
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.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [syzbot] upstream build error (18)
  2022-05-27  7:14 [syzbot] upstream build error (18) syzbot
@ 2022-05-27  8:25 ` Baolin Wang
  2022-05-27 12:29   ` Dmitry Vyukov
  0 siblings, 1 reply; 3+ messages in thread
From: Baolin Wang @ 2022-05-27  8:25 UTC (permalink / raw)
  To: syzbot, anshuman.khandual, catalin.marinas, linux-arm-kernel,
	linux-kernel, mike.kravetz, songmuchun, syzkaller-bugs, will

Hi,

On 5/27/2022 3:14 PM, syzbot wrote:
> Hello,
> 
> syzbot found the following issue on:
> 
> HEAD commit:    7e284070abe5 Merge tag 'for-5.19/dm-changes' of git://git...
> git tree:       upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=1233ae81f00000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=854cea6cbaeb1d1b
> dashboard link: https://syzkaller.appspot.com/bug?extid=a0b95614aef2afe9e488
> compiler:       aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2
> userspace arch: arm64
> 
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+a0b95614aef2afe9e488@syzkaller.appspotmail.com
> 
> arch/arm64/mm/hugetlbpage.c:515:9: error: implicit declaration of function 'get_clear_flush'; did you mean 'ptep_clear_flush'? [-Werror=implicit-function-declaration]
> arch/arm64/mm/hugetlbpage.c:515:9: error: incompatible types when returning type 'int' but 'pte_t' was expected
> arch/arm64/mm/hugetlbpage.c:516:1: error: control reaches end of non-void function [-Werror=return-type]

I've sent out a fix patch [1], please try it. Thanks.

[1] 
https://lore.kernel.org/all/814e20c19b110209ee12ecae7cb05f8a78d021c8.1653625820.git.baolin.wang@linux.alibaba.com/

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [syzbot] upstream build error (18)
  2022-05-27  8:25 ` Baolin Wang
@ 2022-05-27 12:29   ` Dmitry Vyukov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Vyukov @ 2022-05-27 12:29 UTC (permalink / raw)
  To: Baolin Wang
  Cc: syzbot, anshuman.khandual, catalin.marinas, linux-arm-kernel,
	linux-kernel, mike.kravetz, songmuchun, syzkaller-bugs, will

On Fri, 27 May 2022 at 10:24, Baolin Wang <baolin.wang@linux.alibaba.com> wrote:
>
> Hi,
>
> On 5/27/2022 3:14 PM, syzbot wrote:
> > Hello,
> >
> > syzbot found the following issue on:
> >
> > HEAD commit:    7e284070abe5 Merge tag 'for-5.19/dm-changes' of git://git...
> > git tree:       upstream
> > console output: https://syzkaller.appspot.com/x/log.txt?x=1233ae81f00000
> > kernel config:  https://syzkaller.appspot.com/x/.config?x=854cea6cbaeb1d1b
> > dashboard link: https://syzkaller.appspot.com/bug?extid=a0b95614aef2afe9e488
> > compiler:       aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2
> > userspace arch: arm64
> >
> > IMPORTANT: if you fix the issue, please add the following tag to the commit:
> > Reported-by: syzbot+a0b95614aef2afe9e488@syzkaller.appspotmail.com
> >
> > arch/arm64/mm/hugetlbpage.c:515:9: error: implicit declaration of function 'get_clear_flush'; did you mean 'ptep_clear_flush'? [-Werror=implicit-function-declaration]
> > arch/arm64/mm/hugetlbpage.c:515:9: error: incompatible types when returning type 'int' but 'pte_t' was expected
> > arch/arm64/mm/hugetlbpage.c:516:1: error: control reaches end of non-void function [-Werror=return-type]
>
> I've sent out a fix patch [1], please try it. Thanks.
>
> [1]
> https://lore.kernel.org/all/814e20c19b110209ee12ecae7cb05f8a78d021c8.1653625820.git.baolin.wang@linux.alibaba.com/

Let's tell syzbot about the fix:

#syz fix: arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-05-27 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  7:14 [syzbot] upstream build error (18) syzbot
2022-05-27  8:25 ` Baolin Wang
2022-05-27 12:29   ` Dmitry Vyukov

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).