* [moderation/CI] Re: sched: make migrate_enable/migrate_disable inline
@ 2025-08-28 6:37 syzbot ci
2025-08-28 9:45 ` Aleksandr Nogikh
0 siblings, 1 reply; 2+ messages in thread
From: syzbot ci @ 2025-08-28 6:37 UTC (permalink / raw)
To: syzkaller-upstream-moderation; +Cc: syzbot
syzbot ci has tested the following series
[v4] sched: make migrate_enable/migrate_disable inline
https://lore.kernel.org/all/20250828060354.57846-1-menglong.dong@linux.dev
* [PATCH v4 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
* [PATCH v4 2/3] sched: make migrate_enable/migrate_disable inline
* [PATCH v4 3/3] sched: fix some typos in include/linux/preempt.h
and found the following issue:
kernel build error
Full report is available here:
https://ci.syzbot.org/series/aac2d563-711a-4b4b-89c3-7365b1c03190
***
kernel build error
tree: bpf-next
URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next.git
base: d3abefe897408718799ae3bd06295b89b870a38e
arch: amd64
compiler: Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132), Debian LLD 20.1.7
config: https://ci.syzbot.org/builds/bb1748d9-0b48-4894-b30e-ea91020f1c78/config
./include/linux/rcupdate.h:968:3: error: call to undeclared function 'migrate_disable'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
./include/linux/rcupdate.h:976:3: error: call to undeclared function 'migrate_enable'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
./include/linux/sched.h:2402:20: error: static declaration of 'migrate_disable' follows non-static declaration
./include/linux/sched.h:2407:20: error: static declaration of 'migrate_enable' follows non-static declaration
***
If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
Tested-by: syzbot@syzkaller.appspotmail.com
---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.
The email will later be sent to:
[andrii@kernel.org ast@kernel.org bpf@vger.kernel.org bsegall@google.com daniel@iogearbox.net dietmar.eggemann@arm.com eddyz87@gmail.com haoluo@google.com jani.nikula@intel.com john.fastabend@gmail.com jolsa@kernel.org juri.lelli@redhat.com kpsingh@kernel.org linux-kernel@vger.kernel.org martin.lau@linux.dev menglong.dong@linux.dev mgorman@suse.de mingo@redhat.com peterz@infradead.org rostedt@goodmis.org sdf@fomichev.me simona.vetter@ffwll.ch song@kernel.org tzimmermann@suse.de vincent.guittot@linaro.org vschneid@redhat.com yonghong.song@linux.dev]
If the report looks fine to you, reply with:
#syz upstream
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [moderation/CI] Re: sched: make migrate_enable/migrate_disable inline
2025-08-28 6:37 [moderation/CI] Re: sched: make migrate_enable/migrate_disable inline syzbot ci
@ 2025-08-28 9:45 ` Aleksandr Nogikh
0 siblings, 0 replies; 2+ messages in thread
From: Aleksandr Nogikh @ 2025-08-28 9:45 UTC (permalink / raw)
To: syzbot ci; +Cc: syzkaller-upstream-moderation, syzbot
#syz upstream
On Thu, Aug 28, 2025 at 8:37 AM syzbot ci
<syzbot+cief93fb72b20f6026@syzkaller.appspotmail.com> wrote:
>
> syzbot ci has tested the following series
>
> [v4] sched: make migrate_enable/migrate_disable inline
> https://lore.kernel.org/all/20250828060354.57846-1-menglong.dong@linux.dev
> * [PATCH v4 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
> * [PATCH v4 2/3] sched: make migrate_enable/migrate_disable inline
> * [PATCH v4 3/3] sched: fix some typos in include/linux/preempt.h
>
> and found the following issue:
> kernel build error
>
> Full report is available here:
> https://ci.syzbot.org/series/aac2d563-711a-4b4b-89c3-7365b1c03190
>
> ***
>
> kernel build error
>
> tree: bpf-next
> URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next.git
> base: d3abefe897408718799ae3bd06295b89b870a38e
> arch: amd64
> compiler: Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132), Debian LLD 20.1.7
> config: https://ci.syzbot.org/builds/bb1748d9-0b48-4894-b30e-ea91020f1c78/config
>
> ./include/linux/rcupdate.h:968:3: error: call to undeclared function 'migrate_disable'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> ./include/linux/rcupdate.h:976:3: error: call to undeclared function 'migrate_enable'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> ./include/linux/sched.h:2402:20: error: static declaration of 'migrate_disable' follows non-static declaration
> ./include/linux/sched.h:2407:20: error: static declaration of 'migrate_enable' follows non-static declaration
>
> ***
>
> If these findings have caused you to resend the series or submit a
> separate fix, please add the following tag to your commit message:
> Tested-by: syzbot@syzkaller.appspotmail.com
>
> ---
> This report is generated by a bot. It may contain errors.
> syzbot ci engineers can be reached at syzkaller@googlegroups.com.
>
> The email will later be sent to:
> [andrii@kernel.org ast@kernel.org bpf@vger.kernel.org bsegall@google.com daniel@iogearbox.net dietmar.eggemann@arm.com eddyz87@gmail.com haoluo@google.com jani.nikula@intel.com john.fastabend@gmail.com jolsa@kernel.org juri.lelli@redhat.com kpsingh@kernel.org linux-kernel@vger.kernel.org martin.lau@linux.dev menglong.dong@linux.dev mgorman@suse.de mingo@redhat.com peterz@infradead.org rostedt@goodmis.org sdf@fomichev.me simona.vetter@ffwll.ch song@kernel.org tzimmermann@suse.de vincent.guittot@linaro.org vschneid@redhat.com yonghong.song@linux.dev]
>
> If the report looks fine to you, reply with:
> #syz upstream
>
> --
> You received this message because you are subscribed to the Google Groups "syzkaller-upstream-moderation" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-upstream-moderation+unsubscribe@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/syzkaller-upstream-moderation/68aff912.a00a0220.1337b0.0002.GAE%40google.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-28 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 6:37 [moderation/CI] Re: sched: make migrate_enable/migrate_disable inline syzbot ci
2025-08-28 9:45 ` Aleksandr Nogikh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.