| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
|
|
|
| |
KCIDB removing Google PubSub and start to accept REST submissions.
This will require new configuration options, such as REST URL and
token.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
| |
|
|
|
|
| |
It allows to use `syz-env make configs ... INSTANCE=`.
Helps with #6391
|
| | |
|
| | |
|
| |
|
|
| |
Closes #6380.
|
| |
|
| |
Fix the problem where syz repro was displayed as C repro when defining test_result html.
|
| | |
|
| |
|
|
|
|
| |
#6070 explains the problem of data propagation.
1. Add weekly /cron/update_coverdb_subsystems.
2. Stop updating subsystems from coverage receiver API.
|
| |
|
|
| |
Make the host name configurable.
|
| |
|
|
|
|
|
|
| |
To get coverage of PREEMPT_RT as well.
The disabled configs are marked as incompatible
with PREEMPT_RT in Kconfig files.
Fixes #6225
|
| |
|
|
|
|
| |
Don't specify the subsystem revision in the dashboard config and instead
let it be nested in the registered subsystems. This reduces the amount
of the manual work needed to switch syzbot to a newer subsystem list.
|
| |
|
|
|
|
|
| |
For some reason, the default ReplyTo field is converted to a Reply-To
header that's not well understood by the mailing lists.
Set an In-Reply-To header explicitly.
|
| |
|
|
|
|
|
|
|
|
| |
It seems incredibly difficult to clean up the side effects of this
kernel functionality.
Keep it enabled only on a new config dedicated specifically for the
snapshot-based instance.
Closes #5956.
|
| |
|
|
|
|
|
|
| |
1. recover the removed comment
2. unnecessary leading newline
3. unnecessary brackets
4. restore dropped "..."
5. use bytes.Equal instead of conversion to string
|
| |
|
|
| |
./tools/syz-env bin/golangci-lint run ./... --fix
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Adjust the tests to emulate user reply to the forwarded email.
To prevent syzbot from reacting to the email, look for the inbox pattern
in the raw from/cc/to email lists.
|
| |
|
|
| |
This will allow us to easily identify them.
|
| |
|
|
|
|
|
|
| |
When we forward an email that matched an inbox regexp, make sure the
author and the original report email are Cc'd. Otherwise the automation
cannot determine the original bug report.
Improve tests.
|
| |
|
|
|
| |
The impact score is deducted from the title.
Impact is max(known_titles).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add comedi.yml fragment with all usb and manually configurable
legacy comedi drivers. Specify x86_64-only setting for drivers
that depend on CONFIG_ISA[_BUS].
- Set the comedi.comedi_num_legacy_minors=4 kernel config param.
That way there are always /dev/comediN devices to try
COMEDI_DEFCONFIG ioctl on.
- Enable comedi.yml fragment for most instances.
Disable it for ChromeOS and Android, as well as some other arches
to avoid conflicts.
This change will disable some already set COMEDI config options (like
COMEDI usb drivers) in a few instances. It should not adversely affect
overall coverage as most other instances will keep those options and
add more on top.
|
| | |
|
| |
|
|
|
|
| |
For some specified inboxes, forward the emails that contain syz
commands.
Add tests to verify the behavior.
|
| |
|
|
|
| |
The API method can be used to send a raw email on behalf of the GAE
instance.
|
| | |
|
| |
|
|
|
| |
GKE streams all stdout as severity=ERROR messages, which makes it too
noisy to be useful on the Admin page of syzbot.
|
| |
|
|
| |
Now that Rust Binder has been merged into the tree, we can enable it.
|
| | |
|
| | |
|
| |
|
|
| |
We haven't been fuzzing it on syzbot for a very long time.
|
| |
|
|
| |
Use v6.16-rc1 and the latest linux-next tag.
|
| |
|
|
| |
It is a bit shorter.
|
| |
|
|
| |
Get parameters are the internal interface.
|
| |
|
|
|
| |
1. Refactor handleHeatmap.
2. Introduce function options. Build them from http.Request.
|
| |
|
|
|
| |
We're currently using alternative solution:
https://cloud.google.com/datastore/docs/backups
|
| |
|
|
| |
Enable RUST as well as other Rust-related configs.
|
| |
|
|
| |
The lines about folders don't look actionable.
|
| |
|
|
| |
getSpannerClient returns prod client as a default.
|
| |
|
|
|
| |
1. Set coverage db.
2. Use appUrl instead of r[.URL].Host.
|
| |
|
|
| |
We periodically send coverage reports for the regressions detection.
|
| |
|
|
| |
The bugs that were popping up during image tests now seem to be fixed.
|
| |
|
|
|
|
|
|
|
| |
We are using incorrect *Sort functions when using some sortTable functions.
Also, this is causing the current syz repro sort to not work.
Thereforce we need to modify it to use the correct *Sort functions
and remove unnecessary tab spaces to pass the intended text to
the *Sort functions.
|
| |
|
|
|
|
|
|
|
| |
A config bisection between our LTS and Android configs have pointed to
the SERIAL_8250_RUNTIME_UARTS option determining whether the kernel
will hang during boot in qemu.
Set SERIAL_8250_RUNTIME_UARTS=4 on our Android kernels to make them
bootable.
|
| | |
|
| |
|
|
| |
Use the latest linux-next and torvalds releases.
|
| |
|
|
|
|
|
| |
To make them accessible for non-admins, we need explicit checks in
access.go.
Extend TestAccess to cover fsck logs.
|
| | |
|
| |
|
|
| |
We don't use these on syzbot.
|