diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-07-04 17:57:06 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-07-04 16:44:26 +0000 |
| commit | 80298b6ff976aafe8f55904f88dabecb4c39d037 (patch) | |
| tree | e1ea56adf05bbeccc57f2b71e26b2992a61a1f52 /pkg/report/linux.go | |
| parent | 2d8d17cdc08c12751ed879827e56db3ccaaf34ad (diff) | |
pkg/report: skip more lib/xarray.h and mm/filemap.c functions
Reference: https://syzkaller.appspot.com/bug?extid=c370a63abf53498ae3e2
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 8202c68a2..02dbc3e61 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1259,6 +1259,9 @@ var linuxStackParams = &stackParams{ "el1_abort", "el1h_64_sync(?:_handler)?", "print_tainted", + "xas_(?:start|load|find)", + "find_lock_entries", + "truncate_inode_pages_range", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
