Branch: refs/heads/gh-readonly-queue/master/pr-6485-d4611817041647831162ed6dedfa7bc0ad160387
Home:
https://github.com/google/syzkaller
Commit: 7cea5f2c6000fc39497806150333e1dacee708e6
https://github.com/google/syzkaller/commit/7cea5f2c6000fc39497806150333e1dacee708e6
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M tools/docker/env/Dockerfile
M tools/docker/syzbot/Dockerfile
Log Message:
-----------
tools/docker: update to debian trixie
Update our docker containers to Debian Trixie.
Fixes #6432
Commit: 42a04216dd856c12e723e48930e85d63998e4eda
https://github.com/google/syzkaller/commit/42a04216dd856c12e723e48930e85d63998e4eda
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M sys/syz-extract/linux.go
Log Message:
-----------
sys/syz-extract: add required compiler flags
Add compiler flags to syz-extract to handle wide character constants and suppress implicit function declaration warnings
in kernel headers.
Commit: 1cfbf16e320ca9bdadd9c24eb1d2d68b25369ba6
https://github.com/google/syzkaller/commit/1cfbf16e320ca9bdadd9c24eb1d2d68b25369ba6
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
A executor/_include/flatbuffers/LICENSE
R executor/_include/flatbuffers/LICENSE.txt
M executor/_include/flatbuffers/README.md
M executor/_include/flatbuffers/allocator.h
M executor/_include/flatbuffers/array.h
M executor/_include/flatbuffers/base.h
R executor/_include/flatbuffers/bfbs_generator.h
M executor/_include/flatbuffers/buffer.h
M executor/_include/flatbuffers/buffer_ref.h
A executor/_include/flatbuffers/code_generator.h
M executor/_include/flatbuffers/code_generators.h
M executor/_include/flatbuffers/default_allocator.h
M executor/_include/flatbuffers/detached_buffer.h
A executor/_include/flatbuffers/file_manager.h
M executor/_include/flatbuffers/flatbuffer_builder.h
M executor/_include/flatbuffers/flatbuffers.h
M executor/_include/flatbuffers/flatc.h
M executor/_include/flatbuffers/flexbuffers.h
M executor/_include/flatbuffers/grpc.h
M executor/_include/flatbuffers/idl.h
M executor/_include/flatbuffers/minireflect.h
M executor/_include/flatbuffers/reflection.h
M executor/_include/flatbuffers/reflection_generated.h
M executor/_include/flatbuffers/registry.h
M executor/_include/flatbuffers/stl_emulation.h
M executor/_include/flatbuffers/string.h
M executor/_include/flatbuffers/struct.h
M executor/_include/flatbuffers/table.h
M executor/_include/flatbuffers/util.h
M executor/_include/flatbuffers/vector.h
M executor/_include/flatbuffers/vector_downward.h
M executor/_include/flatbuffers/verifier.h
Log Message:
-----------
executor: update flatbuffers
Update flatbuffers to v23.5.26, which matches the compiler version in the new env container.
Commit: 4fe71640e3cb12979ba4d15deef2b846289a3589
https://github.com/google/syzkaller/commit/4fe71640e3cb12979ba4d15deef2b846289a3589
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M executor/executor.cc
Log Message:
-----------
executor: update executor code to match new flatbuffers
flatbuffers changed some function signatures. Update executor code to match.
Commit: 497b62923af8ab7cd748f5828b829e0a472a0150
https://github.com/google/syzkaller/commit/497b62923af8ab7cd748f5828b829e0a472a0150
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M Makefile
Log Message:
-----------
Makefile: fix golangci-lint version number
Commit: eb1fd62c17346f8d10fc578f60b02ec46401c67b
https://github.com/google/syzkaller/commit/eb1fd62c17346f8d10fc578f60b02ec46401c67b
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M sys/linux/dev_kvm_extra.txt
M sys/linux/dev_msm.txt
M sys/linux/socket_inet_dccp.txt
Log Message:
-----------
sys/linux: update descriptions
MSM_SUBMIT_SYNCOBJ_RESET was renamed to MSM_SYNCOBJ_RESET in the Linux kernel. Rename it in descriptions as well.
Include necessary headers for dccp and dev_kvm.
Commit: 58ad0dcabfd0489994b6ec925a2878a44ddfe0f9
https://github.com/google/syzkaller/commit/58ad0dcabfd0489994b6ec925a2878a44ddfe0f9
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M sys/linux/auto.txt.const
M sys/linux/dev_dri.txt.const
M sys/linux/dev_kvm.txt.const
M sys/linux/dev_kvm_amd64.txt.const
M sys/linux/dev_kvm_arm64.txt.const
A sys/linux/dev_kvm_extra.txt.const
M sys/linux/dev_msm.txt.const
M sys/linux/dev_uinput.txt.const
M sys/linux/fs_fuse.txt.const
M sys/linux/io_uring.txt.const
A sys/linux/kfuzztest.txt.const
M sys/linux/prctl.txt.const
M sys/linux/socket_inet_dccp.txt.const
M sys/linux/socket_netlink.txt.const
Log Message:
-----------
sys/linux: run make extract
Run make extract on next-20251111.
Commit: 98d1f71f7b423008097c585b58c557f9830f5dbf
https://github.com/google/syzkaller/commit/98d1f71f7b423008097c585b58c557f9830f5dbf
Author: Pimyn Girgis <
pi...@google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M pkg/flatrpc/flatrpc.go
M pkg/flatrpc/flatrpc.h
Log Message:
-----------
pkg/flatrpc: run make generate
Compare:
https://github.com/google/syzkaller/compare/7cea5f2c6000%5E...98d1f71f7b42
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications