From owner-freebsd-net@freebsd.org Wed Sep 7 11:30:46 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35117BCF0AA for ; Wed, 7 Sep 2016 11:30:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ABDA834 for ; Wed, 7 Sep 2016 11:30:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u87BUjjd066018 for ; Wed, 7 Sep 2016 11:30:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208205] re0 watchdog timeout Date: Wed, 07 Sep 2016 11:30:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: c.kworr@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 11:30:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208205 --- Comment #11 from c.kworr@gmail.com --- (In reply to Sean Bruno from comment #8) Actually you can be right. During boot I always have this LOR: Sep 7 10:08:26 limbo kernel: lock order reversal: Sep 7 10:08:26 limbo kernel: 1st 0xffffffff818f5b80 pf rulesets (pf rulese= ts) @ /usr/src/sys/modules/pf/../../netpfil/pf/pf.c:5879 Sep 7 10:08:26 limbo kernel: 2nd 0xffffffff80d4a6c8 pcbinfohash (pcbinfoha= sh) @ /usr/src/sys/netinet/in_pcb.c:1957 Sep 7 10:08:26 limbo kernel: stack backtrace: Sep 7 10:08:26 limbo kernel: #0 0xffffffff8040af80 at witness_debugger+0x70 Sep 7 10:08:26 limbo kernel: #1 0xffffffff8040ae74 at witness_checkorder+0= xe54 Sep 7 10:08:26 limbo kernel: #2 0xffffffff803a8647 at __rw_rlock+0xa7 Sep 7 10:08:26 limbo kernel: #3 0xffffffff804d369f at in_pcblookup_hash+0x= 3f Sep 7 10:08:26 limbo kernel: #4 0xffffffff818c75e5 at pf_socket_lookup+0xe5 Sep 7 10:08:26 limbo kernel: #5 0xffffffff818cdbc7 at pf_test_rule+0x1817 Sep 7 10:08:26 limbo kernel: #6 0xffffffff818c9254 at pf_test+0x18f4 Sep 7 10:08:26 limbo kernel: #7 0xffffffff818dc5dd at pf_check_out+0x1d Sep 7 10:08:26 limbo kernel: #8 0xffffffff804b890b at pfil_run_hooks+0x8b Sep 7 10:08:26 limbo kernel: #9 0xffffffff804d5bc5 at ip_tryforward+0x295 Sep 7 10:08:26 limbo kernel: #10 0xffffffff804d818f at ip_input+0x35f Sep 7 10:08:26 limbo kernel: #11 0xffffffff804b77c0 at netisr_dispatch_src+0x80 Sep 7 10:08:26 limbo kernel: #12 0xffffffff804a2fea at ether_demux+0x14a Sep 7 10:08:26 limbo kernel: #13 0xffffffff804a3de0 at ether_nh_input+0x340 Sep 7 10:08:26 limbo kernel: #14 0xffffffff804b77c0 at netisr_dispatch_src+0x80 Sep 7 10:08:26 limbo kernel: #15 0xffffffff804a3352 at ether_input+0x62 Sep 7 10:08:26 limbo kernel: #16 0xffffffff817d9f75 at re_rxeof+0x5c5 Sep 7 10:08:26 limbo kernel: #17 0xffffffff817d75ba at re_intr_msi+0xca re0@pci0:2:0:0: class=3D0x020000 card=3D0x4b101186 chip=3D0x43001186 rev=3D= 0x06 hdr=3D0x00 vendor =3D 'D-Link System Inc' device =3D 'DGE-528T Gigabit Ethernet Adapter' class =3D network subclass =3D ethernet re1@pci0:3:0:0: class=3D0x020000 card=3D0x230e1565 chip=3D0x816810ec rev=3D= 0x07 hdr=3D0x00 vendor =3D 'Realtek Semiconductor Co., Ltd.' device =3D 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controll= er' class =3D network subclass =3D ethernet Only re1 fails. --=20 You are receiving this mail because: You are the assignee for the bug.=