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
path:
root
/
pkg
/
report
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: ignore print_report function
Dmitry Vyukov
2022-04-01
2
-0
/
+141
*
pkg/report: better parse "scheduling while atomic" reports
Dmitry Vyukov
2022-03-28
8
-10
/
+258
*
pkg/report: ignore ThreadSanitizer clock allocator overflow errors
Andrei Vagin
2022-01-27
2
-0
/
+39
*
pkg/report: ignore ref_tracker frames
Dmitry Vyukov
2022-01-11
5
-0
/
+189
*
pkg/report: ignore atomic_dec_and_lock frames
Dmitry Vyukov
2022-01-10
2
-0
/
+152
*
pkg/report: use KMSAN origin to dedup reports
Dmitry Vyukov
2022-01-04
10
-38
/
+80
*
pkg/report: stop parsing old KMSAN reports
Dmitry Vyukov
2022-01-04
16
-1021
/
+0
*
pkg/report: repair parsing of KMSAN kernel-usb-infoleak
Dmitry Vyukov
2022-01-04
2
-2
/
+6
*
pkg/report: add more KMSAN tests
Dmitry Vyukov
2022-01-04
6
-0
/
+348
*
pkg/report: normalize protection fault report on OpenBSD
Anton Lindqvist
2021-12-30
2
-0
/
+308
*
pkg/report: don't run all tests in race mode
Dmitry Vyukov
2021-12-21
1
-4
/
+9
*
syz-manager: don't symbolize reproducer twice
Dmitry Vyukov
2021-12-20
1
-0
/
+6
*
pkg/mgrconfig: add "interests"
Dmitry Vyukov
2021-12-16
1
-3
/
+50
*
pkg/report: skip __read_once_word_nocheck frames
Dmitry Vyukov
2021-12-06
2
-0
/
+49
*
pkg/report: repair parsing of "stack guard page was hit" crashes
Dmitry Vyukov
2021-12-06
3
-1
/
+433
*
pkg/report: skip __might_resched frames
Aleksandr Nogikh
2021-11-16
2
-0
/
+60
*
pkg/report: skip crc* frames
Aleksandr Nogikh
2021-11-16
2
-0
/
+144
*
pkg/report: parse new-style KMSAN reports
Aleksandr Nogikh
2021-11-16
3
-9
/
+90
*
pkg/report: merge "BUG: Dentry still in use" bugs
Dmitry Vyukov
2021-10-29
4
-3
/
+100
*
pkg/report: fix parsing of syscall entry points
Dmitry Vyukov
2021-10-25
3
-1
/
+67
*
pkg/report: sync openbsd badop suppression
Anton Lindqvist
2021-10-04
2
-6
/
+6
*
pkg/report: suppress reports with detected stack smashing
Aleksandr Nogikh
2021-08-31
2
-0
/
+86
*
pkg/report: ignore "WARNING: Unsupported flag value(s) of 0x%x in DT_FLAGS_1"
Aleksandr Nogikh
2021-08-31
2
-0
/
+1
*
pkg/report: ignore "WARNING: The mand mount option has been deprecated"
Marco Elver
2021-08-27
2
-1
/
+10
*
pkg/report: ignore "WARNING: the mand mount option is being deprecated"
Marco Elver
2021-08-27
2
-0
/
+10
*
pkg/report: make opcode decompilation more intelligent
Aleksandr Nogikh
2021-08-19
10
-81
/
+322
*
pkg/report: return more information from opcode decompiler
Aleksandr Nogikh
2021-08-19
5
-8
/
+21
*
pkg/report: do more agressive NUM-replacement
Aleksandr Nogikh
2021-08-13
30
-247
/
+278
*
pkg/report: run objdump-related tests only under Linux
Aleksandr Nogikh
2021-08-12
1
-0
/
+5
*
pkg/report: decompile opcodes from reports
Aleksandr Nogikh
2021-08-12
15
-0
/
+1314
*
pkg/report: add opcode decompilation functionality
Aleksandr Nogikh
2021-08-12
2
-0
/
+174
*
all: use entire log to detect reports to suppress
Aleksandr Nogikh
2021-08-06
3
-15
/
+17
*
pkg/report: separate reporter wrapper from OS-specific implementations
Aleksandr Nogikh
2021-08-06
13
-35
/
+49
*
pkg/report: ignore el1h_64_sync frame
Dmitry Vyukov
2021-07-27
2
-1
/
+108
*
pkg/report: parse "stack guard page was hit" better
Dmitry Vyukov
2021-07-12
4
-2
/
+1484
*
pkg/report: match FreeBSD KASAN reports
Mark Johnston
2021-07-09
3
-0
/
+56
*
pkg/report: fix kmalloc size warning
Dmitry Vyukov
2021-06-07
2
-1
/
+92
*
pkg/report: initial darwin support
Patrick Meyer
2021-05-20
9
-0
/
+240
*
pkg/report: don't consider handle_mm_fault as anchor frame
Dmitry Vyukov
2021-05-12
4
-1
/
+324
*
pkg/report: add format for new 0-size vmalloc warnings
Dmitry Vyukov
2021-05-07
2
-0
/
+56
*
pkg/report: skip kmem_cache_* in reports
Dmitry Vyukov
2021-05-04
3
-4
/
+39
*
pkg/report: ignore some common arm64 frames
Dmitry Vyukov
2021-05-03
2
-0
/
+146
*
pkg/report: parse riscv "access to user memory"
Dmitry Vyukov
2021-03-10
2
-1
/
+29
*
pkg/report: ignore warn_bogus_irq_restore frame
Dmitry Vyukov
2021-03-05
2
-0
/
+44
*
pkg/report: improve witness reports on OpenBSD (#2468)
Anton Lindqvist
2021-03-04
2
-1
/
+292
*
pkg/report: added extra ignore cases for android
Darby Sauter
2021-02-26
2
-0
/
+13
*
pkg/report: add another arm64 report
Dmitry Vyukov
2021-02-25
2
-1
/
+64
*
pkg/report: ignore another android panic in log
Dmitry Vyukov
2021-02-25
2
-0
/
+5
*
pkg/report: ignore kcsan_setup_watchpoint in reports
Marco Elver
2021-02-22
2
-0
/
+97
*
pkg/report: detect executor failures
Dmitry Vyukov
2021-02-21
2
-0
/
+38
[next]