From nobody Thu Sep 12 19:04:34 2024 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 4X4Rh255q1z5WX8m for ; Thu, 12 Sep 2024 19:04:34 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X4Rh21w42z4mpw for ; Thu, 12 Sep 2024 19:04:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1726167874; a=rsa-sha256; cv=none; b=rcVp4Y03sHkaP01AwDh79AkbKgxgmTWtm30TfGWA+H89Sh9Bq9rC2j8JGcLo6T2RcLh6IH GeW7awW3s0FGUl6/Z3XC9gKj6Wf86fPR6fVml6A04Rcvmqr6i4cIkxV2GGNHc3Bhm4+MI/ JXC72go1aR/qdr5S38JohkylNjfRjoOupBHdDqhvSKUp/W6IRHRBl4dqWIm51KE1rFvckY ufXCE7I15wXAErmd9jUtRecN7Kd1ZtbBckdRe2XPi0AraM6pLjQFDBTP5v6L0TeQ3osLR7 K9JuSY4IcvJOUXjoO4uLu9i9FOvxLyUKvmWXwMflGaeq25kHJce1/n4dvKAPUg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1726167874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PD6/2jWXU6klpAZe2KKaaKBqp+EFuPaxGKN0mQyzFyw=; b=yh+uKGAeh98L2FBvyB9o5BLkDNv8XbmV68Lx2BbaHvIKEVk1CHPWWsd7OFJumsL2C+TMSZ +MlNcrftbJaaSfTUKVxqDP95XZvSrM9ZgdEtVE/U2kFNi7IhJ5EXKyDOCWNqK12hmlChcI XOX0bS9oRVva5fKQz8hdETYh9EiNIhXCv32dB3SU80lU1oalRz29OeCmfPuzTFXozM+sx7 pPJud/K3ZUhd8XkPkEv9yuyE8mZ1E1kZrGT2w2yhHOpP1B6Iw9PsEdrK4c7OzIfclIiglb RTDySy66mMmbGFQ0qOEZ39p99anBfJ7HIwrHWPfeIdOO6zmnqKPu2+24/nEAlQ== 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 4X4Rh21Gj7z1Qcp for ; Thu, 12 Sep 2024 19:04:34 +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 48CJ4YDe078631 for ; Thu, 12 Sep 2024 19:04:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 48CJ4YAo078629 for bugs@FreeBSD.org; Thu, 12 Sep 2024 19:04:34 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 281469] Lock issue during boot. Date: Thu, 12 Sep 2024 19:04:34 +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: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: crb@ChrisBowman.com 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281469 Bug ID: 281469 Summary: Lock issue during boot. Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: crb@ChrisBowman.com Created attachment 253527 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D253527&action= =3Dedit full dmesg output I built a brand new EPYC system and installed a clean 14.1 with a slightly modified GENERIC kernel to remove devices I don't really need. I get the following during boot: mce0: link state changed to UP Invoking IPv6 network device address event may sleep with the following non-sleepable locks held: exclusive sleep mutex mlx5rx (network driver) r =3D 0 (0xfffffe037ea6afc0) = locked @ /usr/src/sys/dev/mlx5/mlx5_en/mlx5_en_rx.c:654 stack backtrace: #0 0xffffffff80bc4a9c at witness_debugger+0x6c #1 0xffffffff80bc5c93 at witness_warn+0x403 #2 0xffffffff80d79a71 at in6_update_ifa+0xc81 #3 0xffffffff80da6220 at in6_ifadd+0x1e0 #4 0xffffffff80da2945 at nd6_ra_input+0x1025 #5 0xffffffff80d738c4 at icmp6_input+0x5b4 #6 0xffffffff80d8d0d0 at ip6_input+0xc70 #7 0xffffffff80caa1ad at netisr_dispatch_src+0xad #8 0xffffffff80c8c94a at ether_demux+0x16a #9 0xffffffff80c8e02d at ether_nh_input+0x3cd #10 0xffffffff80caa1ad at netisr_dispatch_src+0xad #11 0xffffffff80c8cda5 at ether_input+0xe5 #12 0xffffffff80d4c6ec at tcp_lro_flush_all+0xdc #13 0xffffffff80e49a4d at mlx5e_rx_cq_comp+0x11fd #14 0xffffffff80e049e4 at mlx5_cq_completion+0x74 #15 0xffffffff80e078bd at mlx5_eq_int+0x2ad #16 0xffffffff80e07135 at mlx5_msix_handler+0x15 #17 0xffffffff80deff39 at lkpi_irq_handler+0x29 lock order reversal: (sleepable after non-sleepable) 1st 0xfffffe037ea6afc0 mlx5rx (network driver, sleep mutex) @ /usr/src/sys/dev/mlx5/mlx5_en/mlx5_en_rx.c:654 2nd 0xffffffff81cda7a0 in6_multi_sx (in6_multi_sx, sx) @ /usr/src/sys/netinet6/in6_mcast.c:1217 lock order network driver -> in6_multi_sx attempted at: #0 0xffffffff80bc466d at witness_checkorder+0xbbd #1 0xffffffff80b5a7cd at _sx_xlock+0x5d #2 0xffffffff80d821b1 at in6_joingroup+0x31 #3 0xffffffff80d79e24 at in6_update_ifa+0x1034 #4 0xffffffff80da6220 at in6_ifadd+0x1e0 #5 0xffffffff80da2945 at nd6_ra_input+0x1025 #6 0xffffffff80d738c4 at icmp6_input+0x5b4 #7 0xffffffff80d8d0d0 at ip6_input+0xc70 #8 0xffffffff80caa1ad at netisr_dispatch_src+0xad #9 0xffffffff80c8c94a at ether_demux+0x16a #10 0xffffffff80c8e02d at ether_nh_input+0x3cd #11 0xffffffff80caa1ad at netisr_dispatch_src+0xad #12 0xffffffff80c8cda5 at ether_input+0xe5 #13 0xffffffff80d4c6ec at tcp_lro_flush_all+0xdc #14 0xffffffff80e49a4d at mlx5e_rx_cq_comp+0x11fd #15 0xffffffff80e049e4 at mlx5_cq_completion+0x74 #16 0xffffffff80e078bd at mlx5_eq_int+0x2ad #17 0xffffffff80e07135 at mlx5_msix_handler+0x15 A full dmesg output is attached. This system seems to run fairly stably after booting. --=20 You are receiving this mail because: You are the assignee for the bug.=