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: 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
*
pkg/report: fix NUM replacement
Dmitry Vyukov
2021-02-12
2
-2
/
+47
*
pkg/report: ignore krealloc in KFENCE reports
Dmitry Vyukov
2021-02-04
2
-0
/
+28
*
pkg/report: support parsing KFENCE reports
Dmitry Vyukov
2021-02-02
12
-0
/
+435
*
pkg/report: ignore __seqprop_assert
Dmitry Vyukov
2021-01-27
2
-0
/
+94
*
pkg/report: merge task hung and task can't die reports
Dmitry Vyukov
2021-01-27
46
-0
/
+47
*
pkg/report: merge rcu stalls and soft lockups
Dmitry Vyukov
2021-01-27
88
-4
/
+89
*
pkg/report: merge KMSAN bugs into KASAN bugs
Dmitry Vyukov
2021-01-27
13
-0
/
+13
*
pkg/report: ignore kthread more precisely in stall reports
Dmitry Vyukov
2021-01-22
2
-1
/
+51
*
pkg/report: merge KASAN/GPF/etc crashes together
Dmitry Vyukov
2021-01-22
141
-3
/
+166
*
pkg/report: add alt title for "kernel BUG" oops
Dmitry Vyukov
2021-01-17
19
-24
/
+41
*
pkg/report: add more "kernel BUG at" oops samples
Dmitry Vyukov
2021-01-17
12
-0
/
+629
*
pkg/report: support alternative bug titles
Dmitry Vyukov
2021-01-17
4
-13
/
+49
*
pkg/report: skip all kmalloc/kcalloc frames
Dmitry Vyukov
2021-01-17
4
-5
/
+81
*
pkg/report: ignore mem/strdup functions
Dmitry Vyukov
2021-01-14
2
-0
/
+80
*
pkg/report: add more mte report samples
Dmitry Vyukov
2021-01-13
5
-0
/
+486
*
pkg/report: parse KASAN_HW_TAGS reports
Dmitry Vyukov
2021-01-12
2
-1
/
+81
*
pkg/report: fix parsing of arm "unable to handle kernel NULL pointer derefere...
Dmitry Vyukov
2021-01-09
2
-3
/
+109
*
pkg/report: add more oops samples
Dmitry Vyukov
2021-01-05
6
-0
/
+583
*
pkg/report: improve parsing of "HARDIRQ-safe -> HARDIRQ-unsafe lock order det...
Dmitry Vyukov
2021-01-05
6
-3
/
+1609
*
pkg/report: improve arm oops parsing
Dmitry Vyukov
2020-12-31
8
-81
/
+124
*
pkg/report: improve arm oops parsing
Dmitry Vyukov
2020-12-30
2
-2
/
+53
*
pkg/report: implement arm oops parsing
Dmitry Vyukov
2020-12-30
15
-47
/
+725
*
pkg/report: add more arm64/riscv64 oops examples
Dmitry Vyukov
2020-12-29
6
-0
/
+203
*
pkg/report: add anoter report example
Dmitry Vyukov
2020-12-23
1
-0
/
+65
*
pkg/report: skip mark_lock
Dmitry Vyukov
2020-12-16
2
-1
/
+44
[prev]
[next]