From nobody Fri Sep 17 00:52:48 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B0AD817DDD44 for ; Fri, 17 Sep 2021 00:52:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H9b5r4Vflz3tGh for ; Fri, 17 Sep 2021 00:52:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AB0D39C1 for ; Fri, 17 Sep 2021 00:52:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 18H0qmmm028139 for ; Fri, 17 Sep 2021 00:52:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 18H0qm67028138 for bugs@FreeBSD.org; Fri, 17 Sep 2021 00:52:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 258551] e1000: "Rework em_msi_link interrupt filter" commit causes to hard lock-up Date: Fri, 17 Sep 2021 00:52:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: t_uemura@macome.co.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258551 Bug ID: 258551 Summary: e1000: "Rework em_msi_link interrupt filter" commit causes to hard lock-up Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: t_uemura@macome.co.jp Created attachment 227954 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227954&action= =3Dedit Successful boot sequence https://cgit.freebsd.org/src/commit/sys/dev/e1000?h=3Dstable/13&id=3D1fb96c= 59b4ce265ea94eddef5a97c7c075ceaec5 On my Shuttle DS77U Bhyve host, the above mentioned 1fb96c59b4ce265ea94eddef5a97c7c075ceaec5 commit causes the system to freeze during boot. Just backing out the commit solves. The detail is as follows. * Yesterday's 13-STABLE (8895170347fcfd9c9acf413ed408f11b15760b4b) * uname -a FreeBSD fwina.tesla.local 13.0-STABLE FreeBSD 13.0-STABLE #0: Thu Sep 16 18:42:17 JST 2021=20=20=20=20 root@fwina.tesla.local:/usr/obj/usr/src/amd64.amd64/sys/FWINA amd64 * Part of pciconf -lv: em0@pci0:0:31:6: class=3D0x020000 rev=3D0x21 hdr=3D0x00 vendor=3D0x8= 086 device=3D0x156f subvendor=3D0x8086 subdevice=3D0x0000 vendor =3D 'Intel Corporation' device =3D 'Ethernet Connection I219-LM' class =3D network subclass =3D ethernet igb0@pci0:1:0:0: class=3D0x020000 rev=3D0x03 hdr=3D0x00 vendor=3D0= x8086 device=3D0x1539 subvendor=3D0x1297 subdevice=3D0x4052 vendor =3D 'Intel Corporation' device =3D 'I211 Gigabit Network Connection' class =3D network subclass =3D ethernet * Live LAN connection hooked up only to igb0. em0 has no connection during test. * bridge is fabricated because this host also serves as a traffic filter. autobridge_interfaces=3D"bridge0" autobridge_bridge0=3D"igb0 em0" cloned_interfaces=3D"bridge0" ifconfig_bridge0=3D"up" ifconfig_em0=3D"up" ifconfig_igb0=3D"inet 10.141.30.22 netmask 255.255.255.0 up" * Various modules specified in $devmatch_blacklist so no kld is loaded duri= ng test. When the mentioned commit backed out, the system boots without any glitch. = When the commit being applied, the system freezes at adding net default: gateway, maybe trying to link up the bridge0 and its member interfaces. The attached ok.jpg shows the successful activation of bridge0 while the ng= .jpg is the capture of the hard lock-up. Power-cycle, load the previous kernel a= nd fsck is the only available option to recover. --=20 You are receiving this mail because: You are the assignee for the bug.=