[google/syzkaller] 8937fb: syz-ci: don't report context.Canceled errors

3 views
Skip to first unread message

Alexander Egorenkov

unread,
Jun 10, 2025, 7:24:05 AM6/10/25
to syzk...@googlegroups.com
Branch: refs/heads/master
Home: https://github.com/google/syzkaller
Commit: 8937fbd020205c74164f5912c8e36a5f6404a657
https://github.com/google/syzkaller/commit/8937fbd020205c74164f5912c8e36a5f6404a657
Author: Aleksandr Nogikh <nog...@google.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)

Changed paths:
M syz-ci/manager.go

Log Message:
-----------
syz-ci: don't report context.Canceled errors

After #6066, we have started to see a number of log messages about
bench/corpus uploads aborted due to context cancelation. These messages
are not of any value.

Ignore Errorf() calls where one of the arguments encloses a
context.Canceled error. This is probably a bit hacky, but at least
prevents repeating errors.Is(err, context.Canceled) for every call that
may be canceled.


Commit: 5d7e17caf7d0971d22446d8a81bcf1cd8c18a0dc
https://github.com/google/syzkaller/commit/5d7e17caf7d0971d22446d8a81bcf1cd8c18a0dc
Author: Alexander Egorenkov <eai...@gmail.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)

Changed paths:
M pkg/csource/common.go

Log Message:
-----------
pkg/csource: remove C23 embed built-in defines

The new C23 embed built-in defines cause build errors in executor with
GCC 15.

<stdin>:3:9: error: ‘__STDC_EMBED_NOT_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:4:9: error: ‘__STDC_EMBED_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:5:9: error: ‘__STDC_EMBED_EMPTY__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition

Signed-off-by: Alexander Egorenkov <eai...@gmail.com>


Compare: https://github.com/google/syzkaller/compare/4826c28ef2ac...5d7e17caf7d0

To unsubscribe from these emails, change your notification settings at https://github.com/google/syzkaller/settings/notifications
Reply all
Reply to author
Forward
0 new messages