https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146
--- Comment #15 from Kevin Bowling ---
Our cxgbe issue was not related and has been fixed by the vendor.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220198
Sean Bruno changed:
What|Removed |Added
Resolution|--- |FIXED
Status|New
oleg added a comment.
AFAIR those changes were done for _callout_stop_safe() aka
callout_(stop|drain).
callout_reset_sbt_on() is not affected.
REVISION DETAIL
https://reviews.freebsd.org/D1777
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferences/
To: rrs, kib
hselasky added a subscriber: glebius.
hselasky added a comment.
@oleg : Beware of the callout return value differences between FreeBSD
9-10-11 and 12 !
@glebius
REVISION DETAIL
https://reviews.freebsd.org/D1777
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferenc
oleg added a comment.
Please correct me if i'm wrong but there is ref leakage. In particular:
"If the callout was restarted, the pending bit will be back on and"
agree.
"we just want to bail"
no, i would say we should do LLE_REMREF(lle) first, then unlock/return
because this one