From nobody Thu Oct  7 09:28:07 2021
X-Original-To: emulation@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 B8BEF17E48DF
	for <emulation@mlmmj.nyi.freebsd.org>; Thu,  7 Oct 2021 09:28:07 +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 4HQ5bC4XR2z4c9V
	for <emulation@FreeBSD.org>; Thu,  7 Oct 2021 09:28:07 +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 791B211621
	for <emulation@FreeBSD.org>; Thu,  7 Oct 2021 09:28:07 +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 1979S7iV037613
	for <emulation@FreeBSD.org>; Thu, 7 Oct 2021 09:28:07 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1979S7Qj037612
	for emulation@FreeBSD.org; Thu, 7 Oct 2021 09:28:07 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: emulation@FreeBSD.org
Subject: [Bug 258776] 13.0-RELEASE Installation media kernel panic under
 Qemu/KVM
Date: Thu, 07 Oct 2021 09:28:07 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Base System
X-Bugzilla-Component: kern
X-Bugzilla-Version: 13.0-RELEASE
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: yann@droneaud.fr
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: Not A Bug
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: emulation@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-258776-4077-mTPHj3CRHA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258776-4077@https.bugs.freebsd.org/bugzilla/>
References: <bug-258776-4077@https.bugs.freebsd.org/bugzilla/>
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: Development of Emulators of other operating systems <freebsd-emulation.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-emulation
List-Help: <mailto:freebsd-emulation+help@freebsd.org>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Subscribe: <mailto:freebsd-emulation+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-emulation+unsubscribe@freebsd.org>
Sender: owner-freebsd-emulation@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258776

Yann Droneaud <yann@droneaud.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #11 from Yann Droneaud <yann@droneaud.fr> ---
When testing against upstream Qemu, I've found v6.0.0 reproduces the proble=
m,
and v6.1.0 doesn't !

So maybe it's not a problem in FreeBSD implementation after all.

Doing some bisecting, I've identified a commit in Qemu that seems to fix my
issue:

  commit fea4500841024195ec701713e05b92ebf667f192 (HEAD)
  Author: David Edmondson <david.edmondson@oracle.com>
  Date:   Mon Jul 5 11:46:31 2021 +0100

      target/i386: Populate x86_ext_save_areas offsets using cpuid where
possible

      Rather than relying on the X86XSaveArea structure definition,
      determine the offset of XSAVE state areas using CPUID leaf 0xd where
      possible (KVM and HVF).

      Signed-off-by: David Edmondson <david.edmondson@oracle.com>
      Message-Id: <20210705104632.2902400-8-david.edmondson@oracle.com>
      Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

I can't tell anymore if there's a bug in FreeBSD kernel, so I'm closing the
bug.

--=20
You are receiving this mail because:
You are the assignee for the bug.=

From nobody Thu Oct  7 17:31:39 2021
X-Original-To: emulation@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 A4BEC12D38CA
	for <emulation@mlmmj.nyi.freebsd.org>; Thu,  7 Oct 2021 17:31:39 +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 4HQJK74C32z4SCb
	for <emulation@FreeBSD.org>; Thu,  7 Oct 2021 17:31:39 +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 70E08179B7
	for <emulation@FreeBSD.org>; Thu,  7 Oct 2021 17:31:39 +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 197HVd9K095352
	for <emulation@FreeBSD.org>; Thu, 7 Oct 2021 17:31:39 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197HVdwK095351
	for emulation@FreeBSD.org; Thu, 7 Oct 2021 17:31:39 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: emulation@FreeBSD.org
Subject: [Bug 258975] unsupported socket(AF_NETLINK, 3, NETLINK_ROUTE)
Date: Thu, 07 Oct 2021 17:31:39 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Base System
X-Bugzilla-Component: bin
X-Bugzilla-Version: 13.0-RELEASE
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: emaste@freebsd.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: emulation@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-258975-4077-QEyEav5Ad2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258975-4077@https.bugs.freebsd.org/bugzilla/>
References: <bug-258975-4077@https.bugs.freebsd.org/bugzilla/>
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: Development of Emulators of other operating systems <freebsd-emulation.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-emulation
List-Help: <mailto:freebsd-emulation+help@freebsd.org>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Subscribe: <mailto:freebsd-emulation+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-emulation+unsubscribe@freebsd.org>
Sender: owner-freebsd-emulation@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258975

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org
           Assignee|net@FreeBSD.org             |emulation@FreeBSD.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
See=20
https://cgit.freebsd.org/src/commit/?id=3Df4d91df5a0e425d8c7ef2ca7210e2ac8f=
fba9ae0
https://cgit.freebsd.org/src/commit/?id=3Db3be0b4d0c42575c8d02901ce821382e6=
7587304
and related commits.

Those binaries also failed on their attempts to use an AF_NETLINK socket on
FreeBSD 11.2, the error was just not reported on the console.

--=20
You are receiving this mail because:
You are the assignee for the bug.=

From nobody Sun Oct 10 21:00:06 2021
X-Original-To: emulation@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 C247917E308B
	for <emulation@mlmmj.nyi.freebsd.org>; Sun, 10 Oct 2021 21:00:06 +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 4HSDpG2LH5z4kkK
	for <emulation@FreeBSD.org>; Sun, 10 Oct 2021 21:00:06 +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 1A99014B12
	for <emulation@FreeBSD.org>; Sun, 10 Oct 2021 21:00:06 +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 19AL06DY051507
	for <emulation@FreeBSD.org>; Sun, 10 Oct 2021 21:00:06 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19AL06am051506
	for emulation@FreeBSD.org; Sun, 10 Oct 2021 21:00:06 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Message-Id: <202110102100.19AL06am051506@kenobi.freebsd.org>
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f
From: bugzilla-noreply@FreeBSD.org
To: emulation@FreeBSD.org
Subject: Problem reports for emulation@FreeBSD.org that need special attention
Date: Sun, 10 Oct 2021 21:00:06 +0000
List-Id: Development of Emulators of other operating systems <freebsd-emulation.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-emulation
List-Help: <mailto:freebsd-emulation+help@freebsd.org>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Subscribe: <mailto:freebsd-emulation+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-emulation+unsubscribe@freebsd.org>
Sender: owner-freebsd-emulation@freebsd.org
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="16338996060.7Ce3b5BA.51299"
Content-Transfer-Encoding: 7bit
X-ThisMailContainsUnwantedMimeParts: Y


--16338996060.7Ce3b5BA.51299
Date: Sun, 10 Oct 2021 21:00:06 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    257150 | security/linux-c7-nettle: Update to 2.7.1-9.el7_9 

1 problems total for which you should take action.

--16338996060.7Ce3b5BA.51299--