Bug 205595
Summary: | Memory leak in scsi_init_io | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Tristan Madani (tristmd) |
Component: | SCSI | Assignee: | linux-scsi (linux-scsi) |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.3.10 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Tristan Madani
2019-11-20 14:27:32 UTC
On 2019-11-20 06:27, bugzilla-daemon@bugzilla.kernel.org wrote: > Syzkaller hit 'memory leak in scsi_init_io' bug. > BUG: memory leak > unreferenced object 0xffff888029b78500 (size 256): Was the "unreferenced object" text perhaps generated by kmemleak? What software genereated the "BUG: memory leak" output? A quick search through the kernel tree did not reveal any code that produces that text. I'm wondering how to reproduce this issue and the leak reports. Is running the provided syzkaller reproducer sufficient? Thanks, Bart. |