Re: WARNING in refcount_inc (2)

From: Andrey Konovalov
Date: Thu Feb 01 2018 - 09:35:14 EST


On Wed, Jan 31, 2018 at 8:27 AM, Eric Biggers <ebiggers3@xxxxxxxxx> wrote:
>
> Also Dmitry, syzbot seems to be grouping together unrelated bugs under the
> refcount_t WARNINGs; maybe those should be on a blacklist?

Not a blacklist, we need a proper way of extracting the offending
caller like it's done for reports from __this_cpu_* [1].

[1] https://github.com/google/syzkaller/blob/master/pkg/report/linux.go#L579