| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Add -input and -output flags to syz-kcidb to allow for faster and
easier testing of KCIDB submissions.
With these flags, it's possible to use a local JSON file as input
for a bug report and to save the resulting KCIDB submission locally.
This removes the need for communication with the dashboard and KCIDB,
which simplifies testing and development.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
| |
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
Upgrading KCIDB schema, as old versions going to be deprecated soon.
Ref: https://github.com/kernelci/kcidb-io/tree/main/kcidb_io/schema
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
| |
|
|
| |
./tools/syz-env bin/golangci-lint run ./... --fix
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Based on @spbnick comments:
https://groups.google.com/g/syzkaller/c/Gd-hTPH4Two/m/6viE0QLgCQAJ
Normalize git.kernel.org repo addresses.
Send dashboard link in misc rather than in output files.
Don't omit waived.
Also check sent messages with kcidb-validate if it's in PATH.
|
|
|
Package for working with Kcidb.
Update #2144
|