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
/
linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: cleanPath for frame.File
Joey Jiao
2024-07-23
1
-4
/
+3
*
pkg/report: support to symbolize line with module+offset
Joey Jiao
2024-07-23
1
-8
/
+31
*
pkg/report: suppress executor SIGBUS
Dmitry Vyukov
2024-07-01
1
-0
/
+1
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
1
-3
/
+3
*
pkg/report: ignore cleanup_srcu_struct
Aleksandr Nogikh
2024-06-14
1
-0
/
+1
*
pkg/report: ignore __fortify_report
Aleksandr Nogikh
2024-06-14
1
-0
/
+1
*
sys/targets: mark big-endian targets
Dmitry Vyukov
2024-06-04
1
-9
/
+3
*
pkg/report: ignore __phys_addr
Aleksandr Nogikh
2024-05-03
1
-0
/
+1
*
pkg/report: remove unnecessary NewScan() calls
Aleksandr Nogikh
2024-04-15
1
-15
/
+20
*
pkg/report: fix OOB in linux.symbolize()
Aleksandr Nogikh
2024-04-15
1
-16
/
+5
*
pkg/report: add more assertions
Aleksandr Nogikh
2024-04-10
1
-0
/
+17
*
pkg/report: make "mand mount option" regexps more robust
Aleksandr Nogikh
2024-04-10
1
-1
/
+1
*
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
[next]