Re: misc/181834: amd mounting NFS directories can drive a dead-lock

2013-09-05 Thread Charbon, Julien
The following reply was made to PR misc/181834; it has been noted by GNATS. From: "Charbon, Julien" To: bug-follo...@freebsd.org, jchar...@verisign.com Cc: Subject: Re: misc/181834: amd mounting NFS directories can drive a dead-lock Date: Thu, 05 Sep 2013 14:13:01 +0200 Thi

Re: kern/172963: Kernel panic in udp_input()

2013-04-09 Thread Charbon, Julien
The following reply was made to PR kern/172963; it has been noted by GNATS. From: "Charbon, Julien" To: bug-follo...@freebsd.org Cc: rwat...@freebsd.org, "De La Gueronniere, Marc" Subject: Re: kern/172963: Kernel panic in udp_input() Date: Tue, 09 Apr 2013 16:51:

Re: kern/176446: Concurrency in ixgbe driving out-of-order packet process and spurious RST

2013-02-27 Thread Charbon, Julien
I successfully reproduced this issue using only the socat tool: Server side: Enable TCP debug, and launch socat server: # sysctl net.inet.tcp.log_debug=1 net.inet.tcp.log_debug: 0 -> 1 $ cat /some/where/response.sh #!/usr/bin/env bash read line echo -n "01234567890123456789012345678901234567

Re: kern/172963: Kernel panic in udp_input()

2012-10-26 Thread Charbon, Julien
The following reply was made to PR kern/172963; it has been noted by GNATS. From: "Charbon, Julien" To: bug-follo...@freebsd.org Cc: Subject: Re: kern/172963: Kernel panic in udp_input() Date: Fri, 26 Oct 2012 13:54:38 +0200 I confirm that this race condition is also present i