Page MenuHomeFreeBSD

ktrace: Remove vrele() at the end of ktr_writerequest()
ClosedPublic

Authored by markj on May 23 2021, 5:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 6:37 PM
Unknown Object (File)
Wed, Oct 29, 10:05 AM
Unknown Object (File)
Wed, Oct 29, 9:50 AM
Unknown Object (File)
Wed, Oct 29, 9:46 AM
Unknown Object (File)
Wed, Oct 29, 9:46 AM
Unknown Object (File)
Sun, Oct 26, 5:07 PM
Unknown Object (File)
Sun, Oct 19, 11:09 PM
Unknown Object (File)
Thu, Oct 16, 7:13 AM
Subscribers

Details

Summary

As of commit fc369a353 we no longer ref the vnode when writing a record.
Drop the corresponding vrele() call in the error case.

Fixes: fc369a353 ("ktrace: fix a race between writes and close")
Reported by: syzbot+9b96ea7a5ff8917d3fe4@syzkaller.appspotmail.com
Reported by: syzbot+6120ebbb354cd52e5107@syzkaller.appspotmail.com
MFC after: 6 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable