diff options
| author | Hrutvik Kanabar <hrutvik@google.com> | 2022-09-28 08:40:03 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-09-28 11:00:33 +0200 |
| commit | e2556bc3d5922d083190922a5f66f1db91687492 (patch) | |
| tree | a91927c7dfb35b192d3aafc08534745a61a7a3ff /sys/linux/dev_rfkill.txt | |
| parent | 75c78242e3cb60e13282fa7040f13832f573320e (diff) | |
pkg/report: skip over `assertfail` in log parsing
The `assertfail` function is defined in `fs/btrfs/ctree.h`
(https://elixir.bootlin.com/linux/v5.19.11/source/fs/btrfs/ctree.h#L3616).
It is used over 650 times within `fs/btrfs` as part of the `ASSERT`
macro. Without special handling of `assertfail` in log parsing, many
different errors are grouped into a single category.
This commit therefore skips over `assertfail` and adds a test to check
this new behaviour. In particular, the test is a truncated `syzbot` log
which previously showed the `BUG` as originating from `assert_fail`.
Diffstat (limited to 'sys/linux/dev_rfkill.txt')
0 files changed, 0 insertions, 0 deletions
