[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Kubilay Kocak changed: What|Removed |Added Flags|mfc-stable11? |mfc-stable11+ -- You are receivin

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Andrey V. Elsukov changed: What|Removed |Added Resolution|--- |FIXED Status|In Pr

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #12 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Wed Aug 8 16:09:29 UTC 2018 New revision: 337460 URL: https://svnweb.freebsd.org/changeset/base/337460 Log: MFC r336405: Move invoking o

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Rodney W. Grimes changed: What|Removed |Added CC||n...@freebsd.org,

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Kubilay Kocak changed: What|Removed |Added Status|New |In Progress Keywords|

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Tue Jul 17 11:33:24 UTC 2018 New revision: 336405 URL: https://svnweb.freebsd.org/changeset/base/336405 Log: Move invoking of callout_stop(&l

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #9 from Andrey V. Elsukov --- (In reply to Kajetan Staszkiewicz from comment #8) > Is there any progress on this issue? Does the proposed patch really help? I > had a similar stacktrace (no debug information though, sorry) when

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-07-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Kajetan Staszkiewicz changed: What|Removed |Added CC||veg...@tuxpowered.net --- C

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Andrey V. Elsukov changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #7 from Andrey V. Elsukov --- For now I'll try this patch with your D4605. @@ -780,8 +778,13 @@ nd6_llinfo_timer(void *arg) CURVNET_RESTORE(); return; } - ndi = ND_IFINFO(ifp);

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #6 from Hans Petter Selasky --- I agree about your suggestion to move callout stop to a central place. -- You are receiving this mail because: You are the assignee for the bug. ___ f

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #5 from Hans Petter Selasky --- There is a generic problem in the LLE code (IPv4 and IPv6) that it cannot sleep to drain the timers. In case an active timer is detected after callout_stop(), then the LL entry should be put on a

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #4 from Andrey V. Elsukov --- (In reply to Hans Petter Selasky from comment #3) > Can you try the patch in D4605 ? This problem is not easy to trigger and I'm not sure that the patch solves it. I think how it happens: on ifnet

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org --- Com

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #2 from Hans Petter Selasky --- Is this related to: https://reviews.freebsd.org/D4605 --HPS -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-ne

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 --- Comment #1 from Andrey V. Elsukov --- Add lle_tbl (kgdb) p *ln->lle_tbl $4 = {llt_link = {sle_next = 0x2}, llt_af = 33770267, llt_hsize = 0, lle_head = 0x0, llt_ifp = 0x0, llt_lookup = 0x0, llt_alloc_entry = 0x0, llt_delete_entry =

[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

2018-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225927 Andrey V. Elsukov changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- Yo