From nobody Fri Jul 28 11:29:33 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 4RC5596xp1z4pPY1 for ; Fri, 28 Jul 2023 11:29:33 +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 4RC5595db7z3kqv for ; Fri, 28 Jul 2023 11:29:33 +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=1690543773; 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=kX8whiyPqA94ihzGcG7QSL+s9NQ7Mju2jk4yrvonRYU=; b=s+uQztqTy9cF7ywsrp26lAt+3Fnd+hwIYTN4OK5Z+taMMQhGIWm11Kp0qFa/1SwxTlu6kh S3NHy0Rbn8SH/ge+3W9JL3V+bnyR7onwSYfJKcw5MBUj1aQLOM5c1GlnvqeMFc41ls2IG6 Huhl08sKWuojMrQD/tnJ7uGYZr3AyoYT5+M30owVi4HVShi+0cKYlFfYduNbwagUQH+zMk dY9qTqX8Khx/lHIGco6ZpWFLCFHTNob3ZepNJkUcpBCJ7fR/SNSy7uhB0Dr7B/dBMC0+1+ RS9dHHPgZq28U8ECKA+lM1EQ9PUW5436jHzHkoAV0SiT/pKzjsWmloZnqj6ucw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1690543773; a=rsa-sha256; cv=none; b=qES+4GbggxY3yJuNtULW8qMN3YCSNzQMSn6Q9gcqkLjLVl1G+MI+8soWGUTFnzsrtG5ieI VSDEmTQfXaANUezbQUn9HGksfHFSSfQj0JMpYYFr5HWibTo4wTZZgY71GPT7uu3l6lKQ+1 ++mhKChxHn2e+LW8kj9UCJqEvLwCu4ZBN2KvmChgqx7flDblxY+h/qOHEi/tBc+iy4FkyU Kj0bNKkw5gcGGTppB5MkAUhRdEneLVAqmuYQmLlUtsh7dZgr70M5q6J+GrgndfXvSUtDm6 qfZRKqEgPi8IyXdqSB2ok2H0Dc/0LVjNrc/qVeEJwOTbnor2rpTs2iw2PgTriA== 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 4RC5594ZCfzpsB for ; Fri, 28 Jul 2023 11:29:33 +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 36SBTXr0076110 for ; Fri, 28 Jul 2023 11:29:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 36SBTXBK076108 for net@FreeBSD.org; Fri, 28 Jul 2023 11:29:33 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: Fri, 28 Jul 2023 11:29:33 +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: 13.2-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264094 --- Comment #29 from Dimitry Andric --- Shall we close this, or do you think an Erratum is necessary? From what I gather, 13.2-RELEASE images would be affected by this bug? --=20 You are receiving this mail because: You are on the CC list for the bug.=