Branch: refs/heads/gh-readonly-queue/master/pr-7024-dcaebc52ee9a07f19b1af93180bb01c9c454c55c
Home:
https://github.com/google/syzkaller
Commit: aa4af680db9149eaf0c5b49570b0f8ca8d915dbf
https://github.com/google/syzkaller/commit/aa4af680db9149eaf0c5b49570b0f8ca8d915dbf
Author: Teja Vojjala <
tejav...@google.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M executor/common_linux.h
A sys/linux/test/io_uring_large
Log Message:
-----------
sys/linux: support large sqe/cqe in io_uring custom syz calls
Currently, even when the fuzzer attempts to set flags like IORING_SETUP_CQE32
or IORING_SETUP_SQE128, the custom syscalls explicitly ignore them.
But this limits the fuzzer's coverage and it is essential especially for
IORING_OP_URING_CMD ops.
The proposed fix should usually work. However, if params intended for
one ring are passed to another, this will fail.
Fixes #4531
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications