From nobody Mon Jun 26 15:26:02 2023 X-Original-To: net@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 4QqWrp68GBz4kMh0 for ; Mon, 26 Jun 2023 15:26:02 +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 4QqWrp4ZJlz3GpL for ; Mon, 26 Jun 2023 15:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1687793162; 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: in-reply-to:in-reply-to:references:references; bh=96ZdxaaCb4Ftp6N2OZpuGxy6D8JJNKdwM0aXe+fn75c=; b=i6VqsTj2Gzw0zTl+DkjRlPyQ4VW1d/gHltMMCWw9BcSVG0AAixCIzbqFXuF+mwdLtENEaH GLjqhOlWho3lI0hPia1nJ3gEW+mceMwsm7EKM1IX+tk+VbRjfIXhJgFPkMcQ+BBCGCu/vT 7C99FWwnE7QRAfHuAJiLldzSUp6QWh315X78EaEyPHaCZrWw13yEbGNaC1icSooeekuV6T vWQEb3+Dwujn3YBAH32T+6XFtbHLNNx9kugUVXS44B5a22F5o2nffLP8pLWXu2hMsLyGb7 4AZztPwQtM/RihbNtbzCqaR431VqRdUfEaFBXHKdqFTLubr1yeuwvsxP/YLwTQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687793162; a=rsa-sha256; cv=none; b=pYYYM5E1OO+eR0QZDw3OV8aSje5HiYEdSeifjrFQ+6SuQLFixWaAmBA/xRPAlbK38J4LqO QQF2ubDiBJPY1fsDaAoAR4O2YPqe18VRz0jDzt7W5qa3RUPIHYqLpLja+PZ36Qk9FbaTgH YR9/M1dBiAdTGr9L86f4XNizhGzCprPRMRCEeVACwqXb7rOGJBqlcuqPJQaCM7wfCF5S+H jsG7o1aReEe5vX0RXgx8UhMspPFQWaZM72zG2sD9Daa2viKFlMChVCQ7KtC6zH9XrKWjqv bIibAACWuU2I0Urgsy+kYpYWjsewzc43ocmKx6kxyoKw6EBLGji6tS3hcThXVg== 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 4QqWrp3gBFzFSZ for ; Mon, 26 Jun 2023 15:26:02 +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 35QFQ2oE007028 for ; Mon, 26 Jun 2023 15:26:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35QFQ2EB007027 for net@FreeBSD.org; Mon, 26 Jun 2023 15:26:02 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: net@FreeBSD.org Subject: [Bug 264094] VNET and DPCPU defined in modules panic on use on arm64 after LLVM 14 import due to new linker relaxation Date: Mon, 26 Jun 2023 15:26:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jrtc27@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: blocked 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 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264094 Jessica Clarke changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |271607 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271607 [Bug 271607] 14.0-RELEASE metabug --=20 You are receiving this mail because: You are on the CC list for the bug.=