Re: panic: sleeping in an epoch section

2019-10-13 Thread Xin Li via freebsd-net
On 2019-10-09 08:07, Gleb Smirnoff wrote: > Yes, I we should allow sleep in ifioctl handlers. So this is my fault, I'll > handle it today. It seems that -CURRENT as of today would panic with: (kgdb) #0 doadump (textdump=1) at src/sys/amd64/include/pcpu_aux.h:55 #1 0x80bbe550 in kern_r

[Bug 241223] em(4): E1000 panic: sleeping in an epoch section

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241223 Kubilay Kocak changed: What|Removed |Added Keywords||regression Flags|

[Bug 241223] em(4): E1000 panic: sleeping in an epoch section

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241223 Anthony Cornehl changed: What|Removed |Added Resolution|--- |FIXED Status|Open

[Bug 241223] em(4): E1000 panic: sleeping in an epoch section

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241223 --- Comment #5 from Gleb Smirnoff --- Please try with kernel after r353484. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-net@freebsd.org mailing list h

[Bug 241223] em(4): E1000 panic: sleeping in an epoch section

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241223 --- Comment #4 from Anthony Cornehl --- (In reply to Gleb Smirnoff from comment #3) It was built after a svn update of /usr/src from base/head. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 241223] em(4): E1000 panic: sleeping in an epoch section

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241223 --- Comment #3 from Gleb Smirnoff --- > I recompiled with r353461... Did you cherry-pick r353461 or did you update all of your kernel sources up to r353461? -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 241223] em(4): E1000 panic: sleeping in an epoch section

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241223 Kubilay Kocak changed: What|Removed |Added Summary|E1000: panic: sleeping in |em(4): E1000 panic:

[Bug 210726] tcp connect() can return invalid EADDRINUSE (Eg: multiple jails with the same IP address)

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210726 Kubilay Kocak changed: What|Removed |Added CC||ko...@freebsd.org Fla

[Bug 237568] nginx causes host panic when closing socket descriptor?

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237568 --- Comment #2 from rlwestl...@gmail.com --- Sorry, but I'm afraid the server was wiped since then. I'll see if we can reproduce it now. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for t

[Bug 240608] if_vmx(4): iflib - Panic with INVARIANTS: Memory modified after free (12.1-pre-QA)

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240608 Kubilay Kocak changed: What|Removed |Added Summary|iflib: Panic with |if_vmx(4): iflib - Panic

[Bug 241162] Panic in closefp() triggered by nginx

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 237568] nginx causes host panic when closing socket descriptor?

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237568 Kubilay Kocak changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Flag

[Bug 241088] netinet: Move request window scaling computation to tcp_output()

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241088 Kubilay Kocak changed: What|Removed |Added Flags|mfc-stable11?, | |mfc-stable12?

[Bug 241088] netinet: Move request window scaling computation to tcp_output()

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241088 Kubilay Kocak changed: What|Removed |Added Resolution|Overcome By Events |Not Accepted --- Comment #3 from K

[Bug 234442] libnetgraph race condition

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234442 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable11+, |

[Bug 235607] Incorrect checksums with NAT on vtnet with offloading

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235607 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 236309] axe(4): PF & NAT'd outbound traffic has zero checksums with TXCSUM enabled

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236309 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable12? Severity|A

Problem reports for n...@freebsd.org that need special attention

2019-10-13 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

Re: DHCPv6 client in base

2019-10-13 Thread Roy Marples via freebsd-net
On 13/10/2019 20:32, Hiroki Sato wrote: Ben Woods wrote in : wo> On Fri, 11 Oct 2019 at 08:32, Ben Woods wrote: wo> As promised, I have completed my initial work to import dhcpcd into FreeBSD wo> base, and it is ready for review, testing and comment at the link below. wo> https://reviews.fr

Re: DHCPv6 client in base

2019-10-13 Thread Hiroki Sato
Ben Woods wrote in : wo> On Fri, 11 Oct 2019 at 08:32, Ben Woods wrote: wo> As promised, I have completed my initial work to import dhcpcd into FreeBSD wo> base, and it is ready for review, testing and comment at the link below. wo> https://reviews.freebsd.org/D22012 wo> wo> As per the comment

[Bug 241121] netinet: In multicast/broadcast udp(6)_input(), compare the IP details after we lock inp as well

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241121 Neel Chauhan changed: What|Removed |Added Summary|netinet: In |netinet: In |mult

Re: DHCPv6 client in base

2019-10-13 Thread Ben Woods
On Fri, 11 Oct 2019 at 08:32, Ben Woods wrote: > On Mon, 7 Oct 2019 at 8:53 am, Ben Woods wrote: > >> On Thu, 16 May 2019 at 2:25 am, Hiroki Sato wrote: >> >>> wrote >>> in <001e01d50b49$176104d0$46230e70$@gmail.com>: >>> >>> dr> Has anyone ever thought or considered integrating an IPv6 DHCP