FreeBSD Bugzilla – Attachment 172254 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]
Quick and dirty patch to try
lle_timer.diff (text/plain), 407 bytes, created by
Alexander Kabaev
on 2016-07-08 19:54:58 UTC
(
hide
)
Description:
Quick and dirty patch to try
Filename:
MIME Type:
Creator:
Alexander Kabaev
Created:
2016-07-08 19:54:58 UTC
Size:
407 bytes
patch
obsolete
>diff --git a/sys/netinet/in.c b/sys/netinet/in.c >index 7a17386..1f8c019 100644 >--- a/sys/netinet/in.c >+++ b/sys/netinet/in.c >@@ -1137,7 +1137,8 @@ in_lltable_free_entry(struct lltable *llt, struct llentry *lle) > } > > /* cancel timer */ >- if (callout_stop(&lle->lle_timer) > 0) >+ if (callout_active(&lle->lle_timer) && >+ callout_stop(&lle->lle_timer) > 0) > LLE_REMREF(lle); > > /* Drop hold queue */
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