FreeBSD Bugzilla – Attachment 172505 Details for
Bug 210884
panic: bogus refcnt 0 on lle 0xfffff80004608c00
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
suggested patch: fixes return value for a never scheduled callout
210884.diff (text/plain), 376 bytes, created by
Gleb Smirnoff
on 2016-07-14 11:30:44 UTC
(
hide
)
Description:
suggested patch: fixes return value for a never scheduled callout
Filename:
MIME Type:
Creator:
Gleb Smirnoff
Created:
2016-07-14 11:30:44 UTC
Size:
376 bytes
patch
obsolete
>Index: kern_timeout.c >=================================================================== >--- kern_timeout.c (revision 302822) >+++ kern_timeout.c (working copy) >@@ -1381,7 +1381,7 @@ again: > CTR3(KTR_CALLOUT, "failed to stop %p func %p arg %p", > c, c->c_func, c->c_arg); > CC_UNLOCK(cc); >- return (cancelled); >+ return (0); > } > > c->c_iflags &= ~CALLOUT_PENDING;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210884
:
172201
|
172202
|
172217
|
172254
|
172266
|
172268
|
172272
|
172407
|
172505
|
172634
|
172639