All of lore.kernel.org
 help / color / mirror / Atom feed
* [moderation/CI] Re: bpf trampoline support "jmp" mode
@ 2025-11-14 10:32 syzbot ci
  0 siblings, 0 replies; 2+ messages in thread
From: syzbot ci @ 2025-11-14 10:32 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v1] bpf trampoline support "jmp" mode
https://lore.kernel.org/all/20251114092450.172024-1-dongml2@chinatelecom.cn
* [PATCH RFC bpf-next 1/7] ftrace: introduce FTRACE_OPS_FL_JMP
* [PATCH RFC bpf-next 2/7] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
* [PATCH RFC bpf-next 3/7] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
* [PATCH RFC bpf-next 4/7] bpf,x86: adjust the "jmp" mode for bpf trampoline
* [PATCH RFC bpf-next 5/7] bpf: introduce bpf_arch_text_poke_type
* [PATCH RFC bpf-next 6/7] bpf,x86: implement bpf_arch_text_poke_type for x86_64
* [PATCH RFC bpf-next 7/7] bpf: implement "jmp" mode for trampoline

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/94b38701-bd30-4339-be30-e395e6237f5b

***

kernel build error

tree:      bpf-next
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next.git
base:      026bcf9c286c42aacc34359a18aebcc1787f12d2
arch:      amd64
compiler:  Debian clang version 20.1.8 (++20250708063551+0c9f909b7976-1~exp1~20250708183702.136), Debian LLD 20.1.8
config:    https://ci.syzbot.org/builds/c564f88b-ade0-465f-87ea-bb953779c1de/config

kernel/bpf/trampoline.c:499:11: error: incomplete definition of type 'struct ftrace_ops'
kernel/bpf/trampoline.c:499:22: error: use of undeclared identifier 'FTRACE_OPS_FL_JMP'
kernel/bpf/trampoline.c:501:11: error: incomplete definition of type 'struct ftrace_ops'
kernel/bpf/trampoline.c:501:23: error: use of undeclared identifier 'FTRACE_OPS_FL_JMP'

***

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 daniel@iogearbox.net eddyz87@gmail.com haoluo@google.com john.fastabend@gmail.com jolsa@kernel.org kpsingh@kernel.org linux-kernel@vger.kernel.org linux-trace-kernel@vger.kernel.org mark.rutland@arm.com martin.lau@linux.dev mathieu.desnoyers@efficios.com menglong8.dong@gmail.com mhiramat@kernel.org rostedt@goodmis.org sdf@fomichev.me song@kernel.org yonghong.song@linux.dev]

If the report looks fine to you, reply with:
#syz upstream


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

* [moderation/CI] Re: bpf trampoline support "jmp" mode
@ 2025-11-17  4:36 syzbot ci
  0 siblings, 0 replies; 2+ messages in thread
From: syzbot ci @ 2025-11-17  4:36 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v2] bpf trampoline support "jmp" mode
https://lore.kernel.org/all/20251117034906.32036-1-dongml2@chinatelecom.cn
* [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
* [PATCH bpf-next v2 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
* [PATCH bpf-next v2 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
* [PATCH bpf-next v2 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
* [PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
* [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/b597c752-a7b9-40fa-9a32-641b73182e64

***

kernel build error

tree:      bpf-next
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next.git
base:      4722981cca373a338bbcf3a93ecf7144a892b03b
arch:      amd64
compiler:  Debian clang version 20.1.8 (++20250708063551+0c9f909b7976-1~exp1~20250708183702.136), Debian LLD 20.1.8
config:    https://ci.syzbot.org/builds/53f87e2d-9838-46d8-afda-0347a66e697a/config

kernel/bpf/trampoline.c:500:11: error: incomplete definition of type 'struct ftrace_ops'
kernel/bpf/trampoline.c:500:22: error: use of undeclared identifier 'FTRACE_OPS_FL_JMP'
kernel/bpf/trampoline.c:502:11: error: incomplete definition of type 'struct ftrace_ops'
kernel/bpf/trampoline.c:502:23: error: use of undeclared identifier 'FTRACE_OPS_FL_JMP'
kernel/bpf/trampoline.c:534:12: error: incomplete definition of type 'struct ftrace_ops'
kernel/bpf/trampoline.c:534:23: error: use of undeclared identifier 'FTRACE_OPS_FL_JMP'
kernel/bpf/trampoline.c:536:12: error: incomplete definition of type 'struct ftrace_ops'
kernel/bpf/trampoline.c:536:24: error: use of undeclared identifier 'FTRACE_OPS_FL_JMP'

***

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 daniel@iogearbox.net eddyz87@gmail.com haoluo@google.com jiang.biao@linux.dev john.fastabend@gmail.com jolsa@kernel.org kpsingh@kernel.org linux-kernel@vger.kernel.org linux-trace-kernel@vger.kernel.org mark.rutland@arm.com martin.lau@linux.dev mathieu.desnoyers@efficios.com menglong8.dong@gmail.com mhiramat@kernel.org rostedt@goodmis.org sdf@fomichev.me song@kernel.org yonghong.song@linux.dev]

If the report looks fine to you, reply with:
#syz upstream


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

end of thread, other threads:[~2025-11-17  4:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17  4:36 [moderation/CI] Re: bpf trampoline support "jmp" mode syzbot ci
  -- strict thread matches above, loose matches on Subject: below --
2025-11-14 10:32 syzbot ci

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.