call-to-call prioity mechanism

7 views
Skip to first unread message

David Lee

unread,
Oct 8, 2025, 3:48:52 AM (12 days ago) Oct 8
to syzkaller
Hi,

When running syz-manager, and viewing the status on webpage, there are tables like "Priorities for syscall_a", and there are different priority values under the prio column for other syscalls. Does the prio column represent the value of the next syscall to be chosen after the syscall_a? Also, how is the priority value determined? Thanks.

Aleksandr Nogikh

unread,
Oct 8, 2025, 3:56:52 AM (12 days ago) Oct 8
to David Lee, syzkaller
Hi,

On Wed, Oct 8, 2025 at 9:48 AM David Lee <sayni...@gmail.com> wrote:
>
> Hi,
>
> When running syz-manager, and viewing the status on webpage, there are tables like "Priorities for syscall_a", and there are different priority values under the prio column for other syscalls. Does the prio column represent the value of the next syscall to be chosen after the syscall_a?

Yes, kind of. The higher the number associated with syscall B, the
greater the chance of it being chosen after syscall A.

> Also, how is the priority value determined? Thanks.

You can find the corresponding logic in this file:
https://github.com/google/syzkaller/blob/master/prog/prio.go

--
Aleksandr
Reply all
Reply to author
Forward
0 new messages