From owner-freebsd-stable@FreeBSD.ORG Sat Feb 8 13:45:33 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C25335C7 for ; Sat, 8 Feb 2014 13:45:33 +0000 (UTC) Received: from mail-yk0-f171.google.com (mail-yk0-f171.google.com [209.85.160.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8250F1CB7 for ; Sat, 8 Feb 2014 13:45:32 +0000 (UTC) Received: by mail-yk0-f171.google.com with SMTP id q9so2206571ykb.2 for ; Sat, 08 Feb 2014 05:45:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=yHxoxGsKTz1ni0KscvjLqsWEqsrbqeGYTEKx0YS+xQM=; b=DpRzBl+/YLJDeVxQ5SXUTwGQ1MYrPu0AY2eWOPdGpRLhp5BXX3sekkmJ89k7pXDxeu 4fXSWKH3k33vzrBYUUSe2lQ39dV5Vf84gxU29xao8yNOwYAreG8u/AEHAbu4zO5evtDK RW43sfCqFq5vVxuXbtRHxD0w13N9RBRyIKFevitYE6RYzlT60tGmJcMb6bdu0ydUh5he uFtxjVLvTb3QAfyvwmGtsSm1dn2D0AHCT9PGk+qbC0GOULlBYFTAok4+e4qdoDv5UBkN vW7JKl+sMW7YKsd3MbHvlzNee5P8Ht7/TSITCHe6E42Jg1c74W1+cMgi/9bSDOEfw9ds xdmA== X-Gm-Message-State: ALoCoQnAnhOIoeNfIF/awAKlRZWyflCl5XMlzbDDkRA8Q30OdFuFlXv7MkZisHOpqNGuHgKshi8b MIME-Version: 1.0 X-Received: by 10.236.126.162 with SMTP id b22mr1198960yhi.72.1391867125966; Sat, 08 Feb 2014 05:45:25 -0800 (PST) Received: by 10.170.64.18 with HTTP; Sat, 8 Feb 2014 05:45:25 -0800 (PST) Date: Sat, 8 Feb 2014 14:45:25 +0100 Message-ID: Subject: Re: regression: msk0 watchdog timeout and interrupt storm From: Frans-Jan van Steenbeek To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 13:45:33 -0000 I've tested this by patching if_msk.c with r261577 and rebuilding the kernel from an otherwise clean 10.0-RELEASE src.txz. I got the watchdog timeouts quite quickly after booting the new kernel and running `pkg-static update`. Relevant information from dmesg: mskc0: port 0xe000-0xe0ff mem 0xfea20000-0xfea23fff irq 16 at device 0.0 on pci3 msk0: on mskc0 msk0: Ethernet address: dc:9c:52:07:a5:92 miibus0: on msk0 e1000phy0: PHY 0 on miibus0 Let me know what I can do. Please do CC me, I'm not subscribed. ----- Yonghyeon PYUN - Fri Feb 7 05:13:48 UTC 2014 > Jeff, please try r261577 and let me know how it works. > As you said, cold-boot is recommended way to test r261577. -- Frans-Jan