From nobody Tue Jul 20 11:41:43 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 4B0F012A9E86 for <emulation@mlmmj.nyi.freebsd.org>; Tue, 20 Jul 2021 11:41:44 +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 4GTcHq6v7dz3Pjm for <emulation@FreeBSD.org>; Tue, 20 Jul 2021 11:41:43 +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 C234B1DC3 for <emulation@FreeBSD.org>; Tue, 20 Jul 2021 11:41:43 +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 16KBfhdQ045814 for <emulation@FreeBSD.org>; Tue, 20 Jul 2021 11:41:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16KBfhi8045813 for emulation@FreeBSD.org; Tue, 20 Jul 2021 11:41:43 GMT (envelope-from bugzilla-noreply@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: [Bug 255947] linuxulator: Add FUTEX_REQUEUE for musl libc. Date: Tue, 20 Jul 2021 11:41:43 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@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: Message-ID: <bug-255947-4077-1xrSCTFOkS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255947-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-255947-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=3D255947 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dcf8d74e3fe63da7359d6ca7e0b4b57c56= 84c2845 commit cf8d74e3fe63da7359d6ca7e0b4b57c5684c2845 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-07-20 11:39:20 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2021-07-20 11:39:20 +0000 linux(4): Allow musl brand to use FUTEX_REQUEUE op. Initial patch from submitter was adapted by me to prevent unconditional FUTEX_REQUEUE use. PR: 255947 Submitted by: Philippe Michaud-Boudreault Differential Revision: https://reviews.freebsd.org/D30332 sys/amd64/linux/linux_sysvec.c | 3 ++- sys/amd64/linux32/linux32_sysvec.c | 3 ++- sys/compat/linux/linux.h | 5 ++++ sys/compat/linux/linux_futex.c | 49 +++++++++++++++++++++++++---------= ---- sys/i386/linux/linux_sysvec.c | 3 ++- 5 files changed, 43 insertions(+), 20 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Jul 20 14:46:44 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 4926812A600C for <emulation@mlmmj.nyi.freebsd.org>; Tue, 20 Jul 2021 14:46:44 +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 4GThPJ1V8Jz4dSH for <emulation@FreeBSD.org>; Tue, 20 Jul 2021 14:46:44 +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 1CE134AD7 for <emulation@FreeBSD.org>; Tue, 20 Jul 2021 14:46:44 +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 16KEki6g057374 for <emulation@FreeBSD.org>; Tue, 20 Jul 2021 14:46:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16KEkiRf057372 for emulation@FreeBSD.org; Tue, 20 Jul 2021 14:46:44 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 255947] linuxulator: Add FUTEX_REQUEUE for musl libc. Date: Tue, 20 Jul 2021 14:46:44 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dchagin@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dchagin@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status Message-ID: <bug-255947-4077-w2L7ndLoaw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255947-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-255947-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=3D255947 Dmitry Chagin <dchagin@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|emulation@FreeBSD.org |dchagin@FreeBSD.org Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Jul 21 20:11:24 2021 X-Original-To: freebsd-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 A792112D4788 for <freebsd-emulation@mlmmj.nyi.freebsd.org>; Wed, 21 Jul 2021 20:11:36 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4GVRYg3jwmz4nsS for <freebsd-emulation@freebsd.org>; Wed, 21 Jul 2021 20:11:35 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4GVRYW71DBz6hHY for <freebsd-emulation@freebsd.org>; Wed, 21 Jul 2021 22:11:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-language:content-type :content-type:date:date:message-id:subject:subject:from:from :received; s=bjowvop61wgh; t=1626898285; x=1628712686; bh=3fIeuF 5LIrR1rcEb2Aof9Q5V5qy0P4DTcOVzveTJDf0=; b=ROuzKKZUL/Tgq8fTp81fqd O0cNES0NkztxPt/PSr6Y1czZAM5uLiAt7Wdu2UUT2Dl1GP3MYP431pbjYRbWG5hQ 6byAIZjT3ZPsCRAAcXxj2drD2bqmtghEo5KTtlM6JNd0yw/J9Q+idZmnGeffC4GG GeqfOZhc2T8T/QIYC11HF3ApJ3S+L4LrWBbFDLyNEurX3Ovj+69zUhJWxYg76eHK Ndi1e+fFRk8k5w0db8U7oH5+mbyUpCtKyE2POmVp0G9UspotZ2GeqIdgSn+eK5Cb GeBJSSD+NCQaw2U1Rq2TYktvPsnGe+M37z0kVhfcD5juNXAxictH93UULE3YqlxA == Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id 7p1uGGwMNa2i for <freebsd-emulation@freebsd.org>; Wed, 21 Jul 2021 22:11:25 +0200 (CEST) To: freebsd-emulation@freebsd.org Subject: [HELP NEEDED] VirtualBox 6.1.24 update Message-ID: <f4762149-df79-7565-d942-369c925b6757@madpilot.net> Date: Wed, 21 Jul 2021 22:11:24 +0200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GVRYg3jwmz4nsS X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=madpilot.net header.s=bjowvop61wgh header.b=ROuzKKZU; dmarc=pass (policy=quarantine) header.from=madpilot.net; spf=pass (mx1.freebsd.org: domain of mad@madpilot.net designates 159.69.1.99 as permitted sender) smtp.mailfrom=mad@madpilot.net X-Spamd-Result: default: False [-1.95 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[159.69.1.99:from]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; NEURAL_HAM_MEDIUM(-0.99)[-0.985]; FROM_HAS_DN(0.00)[]; MISSING_MIME_VERSION(2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-emulation@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[159.69.1.99:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; DKIM_TRACE(0.00)[madpilot.net:+]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-0.97)[-0.968]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-emulation] Reply-To: mad@madpilot.net From: Guido Falsi via freebsd-emulation <freebsd-emulation@freebsd.org> X-Original-From: Guido Falsi <mad@madpilot.net> X-ThisMailContainsUnwantedMimeParts: N 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 Hi, I've tested updating to latest virtualbox. It mostly works. But the audio subsystem has been overhauled. Our patches don't apply anymore, but they may not be necessary. Looks like the new code does the right thing for OSS and ALSA. Unluckily I'm unable to start any VM using pulseaudio. I've submitted the patch and comments (including some error messages I get) here: https://reviews.freebsd.org/D31264 If anyone has a clue, please followup there (or here if not "enrolled" in phabricator) Thanks in advance! -- Guido Falsi <mad@madpilot.net> From nobody Sun Jul 25 21:00:54 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 5FD3D12D3A2D for <emulation@mlmmj.nyi.freebsd.org>; Sun, 25 Jul 2021 21:00:55 +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 4GXwSk4fN0z3NRw for <emulation@FreeBSD.org>; Sun, 25 Jul 2021 21:00:54 +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 7318526AB for <emulation@FreeBSD.org>; Sun, 25 Jul 2021 21:00:54 +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 16PL0sYX012028 for <emulation@FreeBSD.org>; Sun, 25 Jul 2021 21:00:54 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16PL0sR5012027 for emulation@FreeBSD.org; Sun, 25 Jul 2021 21:00:54 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202107252100.16PL0sR5012027@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, 25 Jul 2021 21:00:54 +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="16272468543.f1d1bEa.10666" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: Y --16272468543.f1d1bEa.10666 Date: Sun, 25 Jul 2021 21:00:54 +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. --16272468543.f1d1bEa.10666--