index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/report: ignore one more informational warning
Aleksandr Nogikh
2024-12-05
2
-1
/
+24
*
pkg/vminfo: fix up _etext symbol parsing
Dmitry Vyukov
2024-12-05
1
-1
/
+4
*
dashboard/app: periodically remove coverage garbage from spanner
Taras Madan
2024-12-05
5
-1
/
+101
*
pkg/report: ignore the "uses deprecated v2 capabilities" warning
Aleksandr Nogikh
2024-12-05
2
-0
/
+24
*
pkg/vcs: backport "Fix broken irq restoration in kvm_wait" for bisect
Aleksandr Nogikh
2024-12-05
1
-0
/
+6
*
executor: add test_syzos() for arm64
Alexander Potapenko
2024-12-05
2
-2
/
+21
*
pkg/runtest: fail on cross-platform SYZFAIL reports
Alexander Potapenko
2024-12-05
1
-1
/
+6
*
executor: arm: disable test_glob
Alexander Potapenko
2024-12-05
1
-0
/
+6
*
tools/docker: add qemu-user-binfmt to syz-env
Alexander Potapenko
2024-12-05
1
-1
/
+1
*
executor: arm64: rewrite guest_handle_its_send_cmd() without a switch
Alexander Potapenko
2024-12-05
1
-31
/
+33
*
executor: arm64: declare 'noinline' for SyzOS
Alexander Potapenko
2024-12-05
1
-32
/
+35
*
executor: arm64: detect data relocations in SyzOS
Alexander Potapenko
2024-12-05
1
-1
/
+28
*
all: add /addcandidate rest api to upload new prog as candidate
Joey Jiao
2024-12-05
1
-0
/
+41
*
pkg/vcs: implement remaining Repo methods for fuchsia
Laura Peskin
2024-12-05
1
-9
/
+16
*
mod: bump github.com/golangci/golangci-lint from 1.62.0 to 1.62.2
dependabot[bot]
2024-12-05
101
-534
/
+369
*
.github: update fuchsia code owners
Laura Peskin
2024-12-05
1
-1
/
+1
*
vm: use -cpu cortex-a15 for qemu/arm32
Aleksandr Nogikh
2024-12-03
1
-2
/
+3
*
syz-manager: pkg: skip seeds with mismatching requirements in fuzzing mode
Alexander Potapenko
2024-12-03
4
-89
/
+124
*
syz-ci: manager dash value is nil if dashboard is nil
Laura Peskin
2024-12-03
2
-4
/
+7
*
pkg/bisect: ignore irrelevant lost connection crashes
Aleksandr Nogikh
2024-12-03
2
-16
/
+48
*
pkg/bisect: recognize lost connection errors
Aleksandr Nogikh
2024-12-03
2
-0
/
+33
*
pkg/report: detect the lost connection crash type
Aleksandr Nogikh
2024-12-03
3
-0
/
+15
*
pkg/build: avoid relying on environment file for ffx
Laura Peskin
2024-12-02
1
-1
/
+10
*
mod: bump github.com/stretchr/testify from 1.9.0 to 1.10.0
dependabot[bot]
2024-12-02
12
-127
/
+421
*
mod: bump google.golang.org/protobuf from 1.35.1 to 1.35.2
dependabot[bot]
2024-12-02
13
-29
/
+176
*
executor: remove a tempnam() call from test.h
Aleksandr Nogikh
2024-12-02
1
-2
/
+0
*
tools/syz-env: consider HTTP proxy environment variables
Stefan Wiehler
2024-11-29
1
-1
/
+14
*
tools/syz-env: add local build option
Stefan Wiehler
2024-11-29
2
-3
/
+16
*
docs: update reproduction instructions
Aleksandr Nogikh
2024-11-29
9
-92
/
+84
*
tools/docker: add various fsck-like commands to the environment
Florent Revest
2024-11-29
2
-0
/
+8
*
sys/linux: updated fuse fs specifications
Sablin Viacheslav
2024-11-29
7
-10
/
+121
*
tools/syz-declextract: a bunch of refactorings
Dmitry Vyukov
2024-11-27
1
-69
/
+116
*
pkg/ifaceprobe: add package
Dmitry Vyukov
2024-11-27
2
-0
/
+268
*
sys/linux/dev_kvm_arm64.txt: remove the unneeded defines
Alexander Potapenko
2024-11-26
1
-80
/
+0
*
sys/linux/dev_kvm_arm64.txt: add ITS registers to syzos_api_memwrite
Alexander Potapenko
2024-11-26
2
-0
/
+31
*
pkg/rpcserver: refactoring in preparation for dynamic interface extraction
Dmitry Vyukov
2024-11-26
6
-34
/
+79
*
pkg/compiler: allow manual consts to override auto-extracted consts
Dmitry Vyukov
2024-11-26
7
-13
/
+67
*
sys/syz-extract: support kvm on arm
Dmitry Vyukov
2024-11-26
1
-0
/
+6
*
tools/syz-declextract: accept manager config
Dmitry Vyukov
2024-11-26
2
-17
/
+16
*
sys/linux: move some ARM-specific descriptions to a separate file
Alexander Potapenko
2024-11-26
6
-430
/
+432
*
sys/linux/test: add a test for SYZOS_API_ITS_SEND_CMD
Alexander Potapenko
2024-11-26
1
-0
/
+32
*
sys/linux/test: invoke SYZOS ITS setup in arm64-syz_kvm_setup_syzos_vm-vgicv3...
Alexander Potapenko
2024-11-26
1
-9
/
+11
*
executor: arm64: sys/linux: allocate 1024 pages for guest address space
Alexander Potapenko
2024-11-26
10
-30
/
+21
*
sys/linux/dev_kvm.txt: support SYZOS_API_ITS_SEND_CMD
Alexander Potapenko
2024-11-26
2
-0
/
+40
*
sys/linux/dev_kvm.txt: describe SYZOS_API_ITS_SETUP
Alexander Potapenko
2024-11-26
1
-0
/
+7
*
executor: arm64: implement SYZOS_API_ITS_SEND_CMD
Alexander Potapenko
2024-11-26
1
-0
/
+113
*
executor: arm64: implement SYZOS_API_ITS_SETUP
Alexander Potapenko
2024-11-26
2
-4
/
+444
*
executor: arm64: handle interrupt IDs above 1023
Alexander Potapenko
2024-11-26
1
-5
/
+11
*
executor: arm64: allocate memory for ITS tables on the host side
Alexander Potapenko
2024-11-26
3
-1
/
+9
*
executor: arm64: use KVM_PAGE_SIZE instead of 0x1000
Alexander Potapenko
2024-11-26
1
-1
/
+1
[prev]
[next]