aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux/guilty/41
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: ignore arch/.*/mm/physaddr.c as guilty fileDmitry Vyukov2018-10-101-0/+51
This is called from kfree in the added test. We already ignore everything related to kmalloc/free and e.g. arch/.*/mm/fault.c, so it looks reasonable to ignore this one too.