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
F136090876: D30404.id89696.diff
Sat, Nov 15, 5:41 PM
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
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39361
Build 36250: arc lint + arc unit