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/report: improve parsing of "nested lock was not taken"
Dmitry Vyukov
2022-10-04
1
-3
/
+6
*
pkg/report: improve guilty file identification
Hrutvik Kanabar
2022-09-30
1
-8
/
+36
*
pkg/report: skip over `assertfail` in log parsing
Hrutvik Kanabar
2022-09-28
1
-0
/
+1
*
pkg/report: adjust report parsing for the `Nested lock was not taken` crash
Aleksandr Nogikh
2022-09-26
1
-0
/
+5
*
pkg/report: don't decompile opcodes for hanged reports
Aleksandr Nogikh
2022-07-12
1
-8
/
+13
*
pkg/report: ignore `missed to adjust virtual screen size` messages
Aleksandr Nogikh
2022-07-11
1
-0
/
+1
*
pkg/report: parse new double/invalid-free reports
Dmitry Vyukov
2022-07-04
1
-2
/
+2
*
pkg/report: skip atomic functions
Dmitry Vyukov
2022-06-20
1
-1
/
+2
*
pkg/report: ignore general protection faults from the userspace
Aleksandr Nogikh
2022-05-24
1
-1
/
+3
*
pkg/report: ignore down_trylock frames
Dmitry Vyukov
2022-04-25
1
-0
/
+1
*
pkg/report: ignore eibrs mitigation warnings
Aleksandr Nogikh
2022-04-08
1
-0
/
+1
*
pkg/report: ignore print_report function
Dmitry Vyukov
2022-04-01
1
-0
/
+1
*
pkg/report: better parse "scheduling while atomic" reports
Dmitry Vyukov
2022-03-28
1
-0
/
+11
*
pkg/report: ignore ref_tracker frames
Dmitry Vyukov
2022-01-11
1
-0
/
+1
*
pkg/report: ignore atomic_dec_and_lock frames
Dmitry Vyukov
2022-01-10
1
-0
/
+1
*
pkg/report: use KMSAN origin to dedup reports
Dmitry Vyukov
2022-01-04
1
-9
/
+19
*
pkg/report: stop parsing old KMSAN reports
Dmitry Vyukov
2022-01-04
1
-10
/
+0
*
pkg/report: repair parsing of KMSAN kernel-usb-infoleak
Dmitry Vyukov
2022-01-04
1
-0
/
+5
*
pkg/report: skip __read_once_word_nocheck frames
Dmitry Vyukov
2021-12-06
1
-0
/
+1
*
pkg/report: repair parsing of "stack guard page was hit" crashes
Dmitry Vyukov
2021-12-06
1
-1
/
+1
*
pkg/report: skip __might_resched frames
Aleksandr Nogikh
2021-11-16
1
-0
/
+1
*
pkg/report: skip crc* frames
Aleksandr Nogikh
2021-11-16
1
-0
/
+1
*
pkg/report: parse new-style KMSAN reports
Aleksandr Nogikh
2021-11-16
1
-8
/
+29
*
pkg/report: merge "BUG: Dentry still in use" bugs
Dmitry Vyukov
2021-10-29
1
-2
/
+7
*
pkg/report: fix parsing of syscall entry points
Dmitry Vyukov
2021-10-25
1
-1
/
+1
*
pkg/report: suppress reports with detected stack smashing
Aleksandr Nogikh
2021-08-31
1
-0
/
+1
*
pkg/report: ignore "WARNING: Unsupported flag value(s) of 0x%x in DT_FLAGS_1"
Aleksandr Nogikh
2021-08-31
1
-0
/
+1
*
pkg/report: ignore "WARNING: The mand mount option has been deprecated"
Marco Elver
2021-08-27
1
-1
/
+1
*
pkg/report: ignore "WARNING: the mand mount option is being deprecated"
Marco Elver
2021-08-27
1
-0
/
+1
*
pkg/report: make opcode decompilation more intelligent
Aleksandr Nogikh
2021-08-19
1
-53
/
+89
*
pkg/report: decompile opcodes from reports
Aleksandr Nogikh
2021-08-12
1
-0
/
+195
*
pkg/report: separate reporter wrapper from OS-specific implementations
Aleksandr Nogikh
2021-08-06
1
-1
/
+1
*
pkg/report: ignore el1h_64_sync frame
Dmitry Vyukov
2021-07-27
1
-1
/
+1
*
pkg/report: parse "stack guard page was hit" better
Dmitry Vyukov
2021-07-12
1
-1
/
+3
*
pkg/report: fix kmalloc size warning
Dmitry Vyukov
2021-06-07
1
-1
/
+1
*
pkg/report: don't consider handle_mm_fault as anchor frame
Dmitry Vyukov
2021-05-12
1
-1
/
+4
*
pkg/report: add format for new 0-size vmalloc warnings
Dmitry Vyukov
2021-05-07
1
-0
/
+5
*
pkg/report: skip kmem_cache_* in reports
Dmitry Vyukov
2021-05-04
1
-2
/
+4
*
pkg/report: ignore some common arm64 frames
Dmitry Vyukov
2021-05-03
1
-0
/
+2
*
pkg/report: parse riscv "access to user memory"
Dmitry Vyukov
2021-03-10
1
-1
/
+1
*
pkg/report: ignore warn_bogus_irq_restore frame
Dmitry Vyukov
2021-03-05
1
-0
/
+1
*
pkg/report: added extra ignore cases for android
Darby Sauter
2021-02-26
1
-0
/
+2
*
pkg/report: add another arm64 report
Dmitry Vyukov
2021-02-25
1
-1
/
+1
*
pkg/report: ignore kcsan_setup_watchpoint in reports
Marco Elver
2021-02-22
1
-0
/
+1
*
pkg/report: ignore krealloc in KFENCE reports
Dmitry Vyukov
2021-02-04
1
-0
/
+2
*
pkg/report: support parsing KFENCE reports
Dmitry Vyukov
2021-02-02
1
-0
/
+46
*
pkg/report: ignore __seqprop_assert
Dmitry Vyukov
2021-01-27
1
-0
/
+1
*
pkg/report: merge task hung and task can't die reports
Dmitry Vyukov
2021-01-27
1
-0
/
+2
*
pkg/report: merge rcu stalls and soft lockups
Dmitry Vyukov
2021-01-27
1
-0
/
+2
*
pkg/report: merge KMSAN bugs into KASAN bugs
Dmitry Vyukov
2021-01-27
1
-0
/
+1
[prev]
[next]