From nobody Thu Jun 3 17:04:02 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 173D2EABF96 for ; Thu, 3 Jun 2021 17:04:08 +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 4FwsgW27m5z3rTV; Thu, 3 Jun 2021 17:04:06 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4FwsgT33h4z6dVS; Thu, 3 Jun 2021 19:04:05 +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=1622739843; x=1624554244; bh=mSE1eY qGy8pY1kSee3GZuQ+mKDdKea965l89y4zCAVk=; b=qHu3mXC05ahFxRMPgK2ksy hi3wXmOU3NvSeNrT8F0e6SBsGwx0uTXz624DsbefrCEErEmXF3rrrkT6ZUbTVybW tkucPCvAwRYd00GF/kbf5sOZkIA/SYnGpIV6YBE/a7IhjDjBpYlV5hzh/I01hO8t /tV4dBjkC5THUwccLYU0qePNs/Aan0yFypvrldCPYdVb+2YuMymiJAdT40dlN+4h VR/civd0x9/sZk6tAqqa4Vf9akAP6LC/pomQB9TssBLh9/teYPNKprosL2aMgek+ xcxxFo9LKCCaRxuMxy9wRALPMk8JsMW33j6XZwqK53pi95beHi1blFlV9ybUw9Gw == 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 7ddx6KCul6AK; Thu, 3 Jun 2021 19:04:03 +0200 (CEST) To: "vbox@freebsd.org" , freebsd-emulation@FreeBSD.org Subject: kldload vboxnetflt hangs on recent HEAD (14) Message-ID: <60bc6053-4363-fc4b-ad1c-409a30dd4cf7@madpilot.net> Date: Thu, 3 Jun 2021 19:04:02 +0200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FwsgW27m5z3rTV X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=madpilot.net header.s=bjowvop61wgh header.b=qHu3mXC0; 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 [-2.00 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[159.69.1.99:from]; R_SPF_ALLOW(-0.20)[+mx:c]; MISSING_MIME_VERSION(2.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[159.69.1.99:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[madpilot.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-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 X-Original-From: Guido Falsi X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N List-Id: Development of Emulators of other operating systems List-Archive: https://lists.freebsd.org/archives/freebsd-emulation List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-emulation@freebsd.org Hi, As the subject states, with a very recent head (main-n247147-8682abbf7bf from today) I'm seeing "kldload vboxnetflt" hang in the rc script vboxnet. The module is although correctly loaded; interrupting that process and launching it again proceeds to load everything correctly. Looks like something has changed in module loading recently and that module has some problem. I've tried to dig out something but I really have no clue here. Does anyone has an idea what could be causing this? At present I'm working around by disabling vboxnet in rc.conf and loading it by hand. P.S. There is also a problem compiling additions on recent head, I'm testing a fix for that I'll commit later once I'm done testing. -- Guido Falsi From nobody Thu Jun 3 17:04:02 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 6EA7AEABAC2 for ; Thu, 3 Jun 2021 17:04:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FwsgX1kGTz3rWr for ; Thu, 3 Jun 2021 17:04:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by freefall.freebsd.org (Postfix) id 2D3821A390; Thu, 3 Jun 2021 17:04:08 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "R3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 278961A38F for ; Thu, 3 Jun 2021 17:04:08 +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 4FwsgW27m5z3rTV; Thu, 3 Jun 2021 17:04:06 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4FwsgT33h4z6dVS; Thu, 3 Jun 2021 19:04:05 +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=1622739843; x=1624554244; bh=mSE1eY qGy8pY1kSee3GZuQ+mKDdKea965l89y4zCAVk=; b=qHu3mXC05ahFxRMPgK2ksy hi3wXmOU3NvSeNrT8F0e6SBsGwx0uTXz624DsbefrCEErEmXF3rrrkT6ZUbTVybW tkucPCvAwRYd00GF/kbf5sOZkIA/SYnGpIV6YBE/a7IhjDjBpYlV5hzh/I01hO8t /tV4dBjkC5THUwccLYU0qePNs/Aan0yFypvrldCPYdVb+2YuMymiJAdT40dlN+4h VR/civd0x9/sZk6tAqqa4Vf9akAP6LC/pomQB9TssBLh9/teYPNKprosL2aMgek+ xcxxFo9LKCCaRxuMxy9wRALPMk8JsMW33j6XZwqK53pi95beHi1blFlV9ybUw9Gw == 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 7ddx6KCul6AK; Thu, 3 Jun 2021 19:04:03 +0200 (CEST) To: "vbox@freebsd.org" , freebsd-emulation@FreeBSD.org Subject: kldload vboxnetflt hangs on recent HEAD (14) Message-ID: <60bc6053-4363-fc4b-ad1c-409a30dd4cf7@madpilot.net> Date: Thu, 3 Jun 2021 19:04:02 +0200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FwsgW27m5z3rTV X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=madpilot.net header.s=bjowvop61wgh header.b=qHu3mXC0; 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 [-2.00 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[159.69.1.99:from]; R_SPF_ALLOW(-0.20)[+mx:c]; MISSING_MIME_VERSION(2.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[159.69.1.99:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[madpilot.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-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 X-Original-From: Guido Falsi X-ThisMailContainsUnwantedMimeParts: N List-Id: Development of Emulators of other operating systems List-Archive: https://lists.freebsd.org/archives/freebsd-emulation List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-emulation@freebsd.org Hi, As the subject states, with a very recent head (main-n247147-8682abbf7bf from today) I'm seeing "kldload vboxnetflt" hang in the rc script vboxnet. The module is although correctly loaded; interrupting that process and launching it again proceeds to load everything correctly. Looks like something has changed in module loading recently and that module has some problem. I've tried to dig out something but I really have no clue here. Does anyone has an idea what could be causing this? At present I'm working around by disabling vboxnet in rc.conf and loading it by hand. P.S. There is also a problem compiling additions on recent head, I'm testing a fix for that I'll commit later once I'm done testing. -- Guido Falsi From nobody Sun Jun 6 19:26:40 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 7E1D59602A4 for ; Sun, 6 Jun 2021 19:26:41 +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 4Fymhd35HHz3mqF for ; Sun, 6 Jun 2021 19:26:41 +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 528481110 for ; Sun, 6 Jun 2021 19:26:41 +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 156JQfF8097264 for ; Sun, 6 Jun 2021 19:26:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 156JQfSp097263 for emulation@FreeBSD.org; Sun, 6 Jun 2021 19:26:41 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 21463] [linux] Linux compatability mode should not allow setuid programs Date: Sun, 06 Jun 2021 19:26:40 +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: 1.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Flags: 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: Development of Emulators of other operating systems List-Archive: https://lists.freebsd.org/archives/freebsd-emulation List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-emulation@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D21463 --- Comment #12 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D598f6fb49c9ca688029b79de0a44227ab= 79c608c commit 598f6fb49c9ca688029b79de0a44227ab79c608c Author: Konstantin Belousov AuthorDate: 2021-01-14 13:51:52 +0000 Commit: Konstantin Belousov CommitDate: 2021-06-06 18:43:00 +0000 linuxolator: Add compat.linux.setid_allowed knob PR: 21463 Reported by: kris Reviewed by: dchagin Tested by: trasz Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D28154 share/man/man4/linux.4 | 14 +++++++++++++- sys/amd64/linux/linux_sysvec.c | 1 + sys/amd64/linux32/linux32_sysvec.c | 1 + sys/arm64/linux/linux_sysvec.c | 1 + sys/compat/linux/linux_mib.c | 12 ++++++++++++ sys/compat/linux/linux_mib.h | 3 +++ sys/i386/linux/linux_sysvec.c | 2 ++ 7 files changed, 33 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=