[Bug 209682] [panic] [netinet] arptimer race

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

[Bug 209682] [panic] [netinet] arptimer race

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

[Bug 209682] [panic] [netinet] arptimer race

2018-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #16 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 209682] [panic] [netinet] arptimer race

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

[Bug 209682] [panic] [netinet] arptimer race

2018-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Kubilay Kocak changed: What|Removed |Added Assignee|n...@freebsd.org |a...@freebsd.org Stat

[Bug 209682] [panic] [netinet] arptimer race

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

[Bug 209682] [panic] [netinet] arptimer race

2018-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #13 from Hans Petter Selasky --- Alexander: Any news? When will the patches discussed hit the tree? -- You are receiving this mail because: You are the assignee for the bug. ___ free

[Bug 209682] [panic] [netinet] arptimer race

2018-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #12 from Dave Baukus --- Back in March, 2018, I added hselasky's patch to our 11.1 base. I and have not seen this issues since. I did not add the patch to our 11.0 release; this bug reared its head in our 11.0 based release stre

[Bug 209682] [panic] [netinet] arptimer race

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

[Bug 209682] [panic] [netinet] arptimer race

2018-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable11? See Also|

[Bug 209682] [panic] [netinet] arptimer race

2018-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #11 from Dave Baukus --- After 38 days of quiet, this bug has reemerged in our CI tests. I have hit this again 4 times in the past 24 hours (2x on stable 11.0 and 2x on stable 11.1). I'm going to try Hans Peter Salasky's propo

[Bug 209682] [panic] [netinet] arptimer race

2018-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #10 from Hans Petter Selasky --- Does applying the fix at: https://reviews.freebsd.org/D4605 resolve those IPv6 based panics? It might be you're just lucky that the IPv4 arptimer is not panicing. --HPS -- You are receiving

[Bug 209682] [panic] [netinet] arptimer race

2018-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #9 from Dave Baukus --- (In reply to Hans Petter Selasky from comment #8) I've tried your test and more in an infinite loop; all I get is various crashes in the IPv6 code (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225438

[Bug 209682] [panic] [netinet] arptimer race

2018-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #8 from Hans Petter Selasky --- ... while running the script above. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mailing list

[Bug 209682] [panic] [netinet] arptimer race

2018-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #7 from Hans Petter Selasky --- OK, but do you see the memory leakage. Try to run some other software which causes kernel memory to be allocated and freed. -- You are receiving this mail because: You are the assignee for the b

[Bug 209682] [panic] [netinet] arptimer race

2018-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #6 from Dave Baukus --- (In reply to Hans Petter Selasky from comment #5) I am unable to reproduce with that test. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 209682] [panic] [netinet] arptimer race

2018-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #5 from Hans Petter Selasky --- I think you can reproduce like this: DEF_ROUTE=x.x.x.x # replace with IP of your default route vmstat -m | grep llt arp -d $DEF_ROUTE ping $DEF_ROUTE vmstat -m | grep llt arp -d $DEF_ROUTE ping $

[Bug 209682] [panic] [netinet] arptimer race

2018-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Dave Baukus changed: What|Removed |Added CC||da...@spectralogic.com --- Comment #

[Bug 209682] [panic] [netinet] arptimer race

2016-12-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Andriy Voskoboinyk changed: What|Removed |Added Severity|Affects Only Me |Affects Some People

[Bug 209682] [panic] [netinet] arptimer race

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #2 from Hans Petter Selasky --- Reproducable with recent 11-STABLE doing ifconfig up/down in sequence. --HPS 270 LLE_REMREF(lle); 271 lltable_unlink_entry(lle->lle_tbl, lle); 272

[Bug 209682] [panic] [netinet] arptimer race

2016-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 209682] [panic] [netinet] arptimer race

2016-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org --- Com

[Bug 209682] [panic] [netinet] arptimer race

2016-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 Dmitry Chagin changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- You ar