Skip to content

Instantly share code, notes, and snippets.

@spbnick
Last active July 17, 2020 08:10
Show Gist options
  • Save spbnick/79962f235f0434be95c8d84db96a551c to your computer and use it in GitHub Desktop.
Save spbnick/79962f235f0434be95c8d84db96a551c to your computer and use it in GitHub Desktop.
Syzbot Submisson mockup
{
    /* Test comment */
    "revisions": [
        {
            "id": "7ae77150d94d3b535c7b85e6b3647113095e79bf",
            "origin": "syzbot",
            "discovery_time": "2020-06-25T03:21:48+00:00",
            "git_repository_url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git",
            "git_repository_commit_hash": "7ae77150d94d3b535c7b85e6b3647113095e79bf",
            "git_repository_branch": "master",
            "valid": true
        },
        {
            "id": "0aea6d5c5be33ce94c16f9ab2f64de1f481f424b",
            "origin": "syzbot",
            "discovery_time": "2020-07-12T15:56:32+00:00",
            "git_repository_url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git",
            "git_repository_commit_hash": "0aea6d5c5be33ce94c16f9ab2f64de1f481f424b",
            "git_repository_branch": "master",
            "valid": true
        }
    ],
    "builds": [
        {
            "id": "syzkaller:d195fe572fb15312",
            "revision_id": "7ae77150d94d3b535c7b85e6b3647113095e79bf",
            "architecture": "x86_64",
            "compiler": "gcc (GCC) 9.0.0 20181231 (experimental)",
            "start_time": "2020-06-25T03:21:48+00:00",
            "config_url": "https://syzkaller.appspot.com/text?tag=KernelConfig&x=d195fe572fb15312",
            "valid": true
        },
        {
            "id": "syzkaller:66ad203c2bb6d8b",
            "revision_id": "0aea6d5c5be33ce94c16f9ab2f64de1f481f424b",
            "architecture": "x86_64",
            "compiler": "gcc (GCC) 9.0.0 20181231 (experimental)",
            "start_time": "2020-07-12T15:56:32+00:00",
            "config_url": "https://syzkaller.appspot.com/text?tag=KernelConfig&x=66ad203c2bb6d8b",
            "valid": true
        }
    ],
    "tests": [
        {
            "build_id": "syzkaller:d195fe572fb15312",
            "id": "syzkaller:d195fe572fb15312",
            "output_files": [
                {
                    "name": "log.txt",
                    "url": "https://syzkaller.appspot.com/text?tag=CrashLog&x=137c5419100000"
                },
                {
                    "name": "report.txt",
                    "url": "https://syzkaller.appspot.com/text?tag=CrashReport&x=1543f44b100000"
                },
                {
                    "name": "repro.syz.txt",
                    "url": "https://syzkaller.appspot.com/text?tag=ReproSyz&x=12941c03100000"
                },
                {
                    "name": "repro.c",
                    "url": "https://syzkaller.appspot.com/text?tag=ReproC&x=12002cf9100000"
                }
            ],
            "path": "syzkaller",
            "start_time": "2020-06-25T03:21:48+00:00",
            "status": "FAIL",
            "waived": false
        },
        {
            "build_id": "syzkaller:66ad203c2bb6d8b",
            "id": "syzkaller:66ad203c2bb6d8b",
            "output_files": [
                {
                    "name": "log.txt",
                    "url": "https://syzkaller.appspot.com/text?tag=CrashLog&x=137c5419100000"
                },
                {
                    "name": "report.txt",
                    "url": "https://syzkaller.appspot.com/text?tag=CrashReport&x=1543f44b100000"
                },
                {
                    "name": "repro.syz.txt",
                    "url": "https://syzkaller.appspot.com/text?tag=ReproSyz&x=12941c03100000"
                },
                {
                    "name": "repro.c",
                    "url": "https://syzkaller.appspot.com/text?tag=ReproC&x=12002cf9100000"
                }
            ],
            "path": "syzkaller",
            "start_time": "2020-06-25T03:21:48+00:00",
            "status": "FAIL",
            "waived": false
        }
    ],
    "incidents": [
        {
            "test_id": "syzkaller:d195fe572fb15312",
            "issue_id": "syzkaller:ca2299cf11b3e3d3d0f44ac479410a14eecbd326"
        },
        {
            "test_id": "syzkaller:66ad203c2bb6d8b",
            "issue_id": "syzkaller:ca2299cf11b3e3d3d0f44ac479410a14eecbd326"
        }
    ],
    "issues": [
        {
            "id": "syzkaller:ca2299cf11b3e3d3d0f44ac479410a14eecbd326",
            "origin": "syzkaller",
            "subject": "WARNING in idr_alloc",
            "url": "https://syzkaller.appspot.com/bug?id=ca2299cf11b3e3d3d0f44ac479410a14eecbd326"
        }
    ],
    "version": {
        "major": 3,
        "minor": 0
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment