index
:
syz
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
/
linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/symbolizer: add Cache type
Dmitry Vyukov
2024-04-02
1
-1
/
+5
*
pkg/report: ignore ida_free
Aleksandr Nogikh
2024-02-15
1
-0
/
+1
*
pkg/report: ignore CPU bug mitigation warnings
Aleksandr Nogikh
2023-11-23
1
-0
/
+2
*
pkg/report: ignore strstr()
Alexander Potapenko
2023-09-04
1
-0
/
+1
*
pkg/report: ignore copy_page_{to,from}_iter(), copy_folio_to_iter()
Alexander Potapenko
2023-09-04
1
-0
/
+3
*
pkg/report: drop "ALT: KMSAN origin" titles for uninit reports
Alexander Potapenko
2023-08-31
1
-1
/
+0
*
pkg/report: gather Go runtime bugs under one bug
Florent Revest
2023-07-26
1
-0
/
+1
*
pkg/report: move report.Type to pkg/report/crash
Aleksandr Nogikh
2023-07-05
1
-59
/
+60
*
pkg/report: extract more report types for Linux
Aleksandr Nogikh
2023-07-05
1
-49
/
+120
*
pkg/report: skip more lib/xarray.h and mm/filemap.c functions
Aleksandr Nogikh
2023-07-04
1
-0
/
+3
*
pkg/report: whack-a-mole folio-related functions
Alexander Potapenko
2023-07-04
1
-0
/
+8
*
pkg/report: ignore crc_itu_t
Aleksandr Nogikh
2023-06-13
1
-0
/
+1
*
pkg/report: ignore print_tainted
Aleksandr Nogikh
2023-06-13
1
-0
/
+1
*
pkg/report: ignore Register information lines
Aleksandr Nogikh
2023-05-20
1
-1
/
+1
*
pkg/report: ignore kvfree
Aleksandr Nogikh
2023-05-16
1
-1
/
+1
*
pkg/report: ignore arm64 fault handling
Aleksandr Nogikh
2023-05-10
1
-0
/
+5
*
pkg/report: skip stack trace handling functions
Aleksandr Nogikh
2023-04-17
1
-1
/
+7
*
pkg/report: ignore mm/folio-compat.c and (un)lock_page
Aleksandr Nogikh
2023-04-05
1
-0
/
+2
*
pkg/report: ignore arch/.*/kernel/unwind.*.c and kernel/stacktrace.c
Aleksandr Nogikh
2023-04-03
1
-0
/
+2
*
pkg/report: ignore more guilty files
Aleksandr Nogikh
2023-03-28
1
-0
/
+3
*
pkg/report: skip the rcu_barrier frame for hung tasks
Aleksandr Nogikh
2023-03-27
1
-1
/
+2
*
pkg/report: fix false positive reboot reports
Dmitry Vyukov
2023-03-13
1
-1
/
+6
*
pkg/report: ignore copy_to/from_iter
Dmitry Vyukov
2023-03-13
1
-0
/
+4
*
pkg/report: improve Go throw/panic parsing
Dmitry Vyukov
2023-02-22
1
-2
/
+0
*
pkg/report: handle guilty file extraction for non-symbolized reports
Aleksandr Nogikh
2023-02-16
1
-2
/
+1
*
pkg/report: extract guilty files for arm64 rcu stalls
Aleksandr Nogikh
2023-02-10
1
-1
/
+2
*
pkg/report: extract guilty files for rcu errors correctly
Aleksandr Nogikh
2023-02-10
1
-1
/
+2
*
pkg/report: improve rcu stall parsing on arm64
Aleksandr Nogikh
2023-02-10
1
-1
/
+2
*
pkg/report: anchor at netlink_dump frame
Aleksandr Nogikh
2023-02-09
1
-0
/
+1
*
pkg/report: add a ReportToGuiltyFile method
Aleksandr Nogikh
2023-02-08
1
-2
/
+5
*
pkg/report: skip more memory allocation frames
Aleksandr Nogikh
2023-02-06
1
-13
/
+6
*
pkg/report: detect custom VFS errors
Dmitry Vyukov
2023-01-20
1
-0
/
+24
*
pkg/report: skip netlink_ack and netlink_rcv_skb
Alexander Potapenko
2023-01-17
1
-1
/
+1
*
pkg/report: export GuiltyFile and report it to the dashboard
Aleksandr Nogikh
2022-12-16
1
-3
/
+3
*
pkg/report: ignore kvmalloc frames
Dmitry Vyukov
2022-11-28
1
-0
/
+1
*
pkg/report: skip some new spinlock/mutex-related frames
Dmitry Vyukov
2022-11-21
1
-0
/
+2
*
pkg/report: skip more lockdep frames
Dmitry Vyukov
2022-11-17
1
-1
/
+2
*
pkg/report: skip debug objects frames
Dmitry Vyukov
2022-11-15
1
-0
/
+2
*
pkg/report: skip queue_work frames
Dmitry Vyukov
2022-11-15
1
-0
/
+1
*
pkg/report: extract top frame in arm reports
Dmitry Vyukov
2022-11-15
1
-1
/
+4
*
pkg/report: don't call get_maintainer.pl for cuttlefish
kalder
2022-11-09
1
-0
/
+6
*
pkg/report: skip "allocate_slab"
Alexander Potapenko
2022-11-09
1
-0
/
+1
*
pkg/report: parse stack in "inconsistent lock state" reports
Dmitry Vyukov
2022-10-24
1
-1
/
+8
*
pkg/report: ignore more mutex frames
Dmitry Vyukov
2022-10-18
1
-4
/
+3
*
pkg/report: improve arm64 stack overflow reports
Dmitry Vyukov
2022-10-13
1
-6
/
+22
*
pkg/report: remove alt title for BUGs
Dmitry Vyukov
2022-10-06
1
-1
/
+0
*
pkg/report: ignore klist_ frames
Aleksandr Nogikh
2022-10-05
1
-0
/
+1
*
pkg/report: ignore hex_dump calls
Aleksandr Nogikh
2022-10-04
1
-0
/
+2
*
pkg/report: skip mm/mempool.c as guilty file
Dmitry Vyukov
2022-10-04
1
-0
/
+1
*
pkg/report: ignore more refcount/kobject frames
Dmitry Vyukov
2022-10-04
1
-9
/
+3
[prev]
[next]