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
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: skip get_taint and put_device
Aleksandr Nogikh
2024-12-05
1
-0
/
+71
*
pkg/report: ignore one more informational warning
Aleksandr Nogikh
2024-12-05
1
-0
/
+23
*
pkg/report: ignore the "uses deprecated v2 capabilities" warning
Aleksandr Nogikh
2024-12-05
1
-0
/
+23
*
pkg/report: ignore the drop_nlink frame
Aleksandr Nogikh
2024-11-18
1
-0
/
+116
*
pkg/report: improve "Bad page state" parsing
Dmitry Vyukov
2024-11-15
1
-0
/
+64
*
pkg/report: ignore warnings printed by __ext4_msg
Aleksandr Nogikh
2024-10-30
1
-0
/
+7
*
pkg/report: improve Bad page state parsing
Aleksandr Nogikh
2024-10-22
4
-1
/
+230
*
pkg/report: better suppress ALSA-caused go runtime error
Aleksandr Nogikh
2024-09-23
1
-1
/
+6
*
pkg/report: filter out false reboot reports
Sabyrzhan Tasbolatov
2024-09-10
3
-0
/
+10
*
pkg/report: ignore rhashtable_lookup frames
Aleksandr Nogikh
2024-08-30
1
-0
/
+319
*
pkg/report: extract the syz-executor info
Aleksandr Nogikh
2024-08-22
3
-0
/
+3
*
pkg/report: add new Linux rcu stall report format
Dmitry Vyukov
2024-07-02
3
-0
/
+555
*
pkg/report: suppress executor SIGBUS
Dmitry Vyukov
2024-07-01
2
-0
/
+11
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
1
-15
/
+15
*
pkg/report: support prettified starnix logs
Laura Peskin
2024-06-17
4
-2
/
+502
*
pkg/report: ignore cleanup_srcu_struct
Aleksandr Nogikh
2024-06-14
1
-0
/
+98
*
pkg/report: ignore __fortify_report
Aleksandr Nogikh
2024-06-14
1
-0
/
+40
*
pkg/report: ignore __phys_addr
Aleksandr Nogikh
2024-05-03
1
-0
/
+89
*
all: remove akaros support
Dmitry Vyukov
2024-04-15
9
-445
/
+0
*
pkg/report: make "mand mount option" regexps more robust
Aleksandr Nogikh
2024-04-10
1
-0
/
+4
*
pkg/report: capture starnix kernel panics caused by rust panics
Laura Peskin
2024-03-07
2
-0
/
+369
*
pkg/report: ignore ida_free
Aleksandr Nogikh
2024-02-15
1
-0
/
+106
*
pkg/report: ignore CPU bug mitigation warnings
Aleksandr Nogikh
2023-11-23
1
-0
/
+28
*
pkg/report: ignore strstr()
Alexander Potapenko
2023-09-04
1
-0
/
+33
*
pkg/report: ignore copy_page_{to,from}_iter(), copy_folio_to_iter()
Alexander Potapenko
2023-09-04
1
-0
/
+88
*
pkg/report: drop "ALT: KMSAN origin" titles for uninit reports
Alexander Potapenko
2023-08-31
20
-20
/
+0
*
pkg/report: gather Go runtime bugs under one bug
Florent Revest
2023-07-26
4
-0
/
+21
*
pkg/report: update decompile tests
Aleksandr Nogikh
2023-07-11
2
-3
/
+3
*
pkg/report: introduce crash.SyzFailure report type
Aleksandr Nogikh
2023-07-06
3
-0
/
+3
*
pkg/report: extract more report types for Linux
Aleksandr Nogikh
2023-07-05
303
-30
/
+311
*
pkg/report: skip more lib/xarray.h and mm/filemap.c functions
Aleksandr Nogikh
2023-07-04
1
-0
/
+225
*
pkg/report: whack-a-mole folio-related functions
Alexander Potapenko
2023-07-04
5
-0
/
+300
*
pkg/report: ignore crc_itu_t
Aleksandr Nogikh
2023-06-13
1
-0
/
+94
*
pkg/report: ignore print_tainted
Aleksandr Nogikh
2023-06-13
1
-0
/
+43
*
pkg/report: ignore Register information lines
Aleksandr Nogikh
2023-05-20
1
-0
/
+644
*
pkg/report: ignore kvfree
Aleksandr Nogikh
2023-05-16
1
-0
/
+98
*
pkg/report: ignore arm64 fault handling
Aleksandr Nogikh
2023-05-10
1
-0
/
+46
*
pkg/report: skip stack trace handling functions
Aleksandr Nogikh
2023-04-17
1
-0
/
+131
*
pkg/report: ignore mm/folio-compat.c and (un)lock_page
Aleksandr Nogikh
2023-04-05
2
-0
/
+119
*
pkg/report: ignore arch/.*/kernel/unwind.*.c and kernel/stacktrace.c
Aleksandr Nogikh
2023-04-03
1
-0
/
+175
*
pkg/report: ignore more guilty files
Aleksandr Nogikh
2023-03-28
2
-1
/
+75
*
pkg/report: skip the rcu_barrier frame for hung tasks
Aleksandr Nogikh
2023-03-27
1
-0
/
+75
*
pkg/report: fix false positive reboot reports
Dmitry Vyukov
2023-03-13
1
-0
/
+7
*
pkg/report: ignore copy_to/from_iter
Dmitry Vyukov
2023-03-13
3
-2
/
+122
*
pkg/report: ignore ALSA fatal errors
Dmitry Vyukov
2023-02-22
1
-0
/
+2
*
pkg/report: improve Go throw/panic parsing
Dmitry Vyukov
2023-02-22
2
-0
/
+25
*
pkg/report: handle guilty file extraction for non-symbolized reports
Aleksandr Nogikh
2023-02-16
1
-0
/
+116
*
pkg/report: extract guilty files for arm64 rcu stalls
Aleksandr Nogikh
2023-02-10
1
-0
/
+81
*
pkg/report: extract guilty files for rcu errors correctly
Aleksandr Nogikh
2023-02-10
2
-0
/
+135
*
pkg/report: improve rcu stall parsing on arm64
Aleksandr Nogikh
2023-02-10
1
-0
/
+72
[next]