From nobody Mon Nov 15 18:12:30 2021 X-Original-To: jail@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 464DC188FBAC for ; Mon, 15 Nov 2021 18:12:31 +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 4HtHNG5b3rz3PvW for ; Mon, 15 Nov 2021 18:12:30 +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 8E2721E5D8 for ; Mon, 15 Nov 2021 18:12:30 +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 1AFICUef015183 for ; Mon, 15 Nov 2021 18:12:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFICUQm015182 for jail@FreeBSD.org; Mon, 15 Nov 2021 18:12:30 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: jail@FreeBSD.org Subject: [Bug 251046] bhyve PCI passthrough does not work inside jail Date: Mon, 15 Nov 2021 18:12:30 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: markj@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: Discussion about FreeBSD jail(8) List-Archive: https://lists.freebsd.org/archives/freebsd-jail List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-jail@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251046 --- Comment #17 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3De002d882ac2094047a8d5a8bef9252e50= 06b5828 commit e002d882ac2094047a8d5a8bef9252e5006b5828 Author: Mark Johnston AuthorDate: 2021-10-09 15:36:19 +0000 Commit: Mark Johnston CommitDate: 2021-11-15 18:11:52 +0000 bhyve: Map the MSI-X table unconditionally for passthrough It is possible for the PBA to reside in the same page as the MSI-X table. And, while devices are not supposed to do this, at least some Intel wifi devices place registers in a page shared with the MSI-X table. To handle the first case we currently map the PBA page using /dev/mem, and the second case is not handled. Kill two birds with one stone: map the MSI-X table BAR using the PCIOCBARMMAP ioctl instead of /dev/mem, and map the entire table so that accesses beyond the bounds of the table can be emulated. Regions of the BAR not containing the table are left unmapped. PR: 251046 Reviewed by: bz, grehan, jhb Sponsored by: The FreeBSD Foundation (cherry picked from commit 7fa2335347362378322a4d27cb40f6e6cd5dd0fb) usr.sbin/bhyve/pci_emul.h | 4 +- usr.sbin/bhyve/pci_passthru.c | 186 +++++++++++++++++---------------------= ---- 2 files changed, 76 insertions(+), 114 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Nov 20 19:02:38 2021 X-Original-To: jail@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 324F5188BF1D for ; Sat, 20 Nov 2021 19:02:38 +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 4HxNFn74VVz4sRt for ; Sat, 20 Nov 2021 19:02:37 +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 D37E4212E4 for ; Sat, 20 Nov 2021 19:02:37 +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 1AKJ2be0092112 for ; Sat, 20 Nov 2021 19:02:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKJ2blT092111 for jail@FreeBSD.org; Sat, 20 Nov 2021 19:02:37 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: jail@FreeBSD.org Subject: [Bug 259770] ggate: jail(2) failure error: Unable to jail process in directory /var/empty after stable/12 src ca9ab8ea1774 Date: Sat, 20 Nov 2021 19:02:38 +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: Unspecified X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jamie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status 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: Discussion about FreeBSD jail(8) List-Archive: https://lists.freebsd.org/archives/freebsd-jail List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-jail@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259770 Jamie Gritton changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|Open |Closed --- Comment #9 from Jamie Gritton --- While it was worthwhile to open some discussion into this possible downside= of jail_attach(2) ignoring kern.chroot_allow_open_directories, it's clear the consensus is to keep it that way. Plus, this particular case isn't the pro= blem it first looked like. So, as expected, closing without any changes. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Nov 25 12:55:10 2021 X-Original-To: jail@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 E758D18B2E58 for ; Thu, 25 Nov 2021 12:55:10 +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 4J0HsV5L1Kz4ZMr for ; Thu, 25 Nov 2021 12:55:10 +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 4AAC81DD33 for ; Thu, 25 Nov 2021 12:55:10 +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 1APCtA7x041690 for ; Thu, 25 Nov 2021 12:55:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APCtAQc041689 for jail@FreeBSD.org; Thu, 25 Nov 2021 12:55:10 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: jail@FreeBSD.org Subject: [Bug 259770] ggate: jail(2) failure error: Unable to jail process in directory /var/empty after stable/12 src ca9ab8ea1774 Date: Thu, 25 Nov 2021 12:55:10 +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: Unspecified X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fk@fabiankeil.de X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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: Discussion about FreeBSD jail(8) List-Archive: https://lists.freebsd.org/archives/freebsd-jail List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-jail@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637844910; 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=IQNiuF6n7FXZs5pvHd0dT7GH0CSUfwSg8AxGrVPucRo=; b=XwEKieUOjjF97tljBpMFNCPd+COFPtVf1Kb5OFAG/FTE+NYPYTyabvZktQnrpeLJQc/pWz r+0JY6BqmuVahSuMnfPO/JMCnEm9ZAapcamhl+Bp6KJjoYLtGEUvmRVN0eLQceXAJhs3M5 KrAyxStUW3g9P9kDBel/L5q82IHc5OklCwNIwOThNFSGkpRAQr/WYSEAI8NJ9Hc/57sOoI pSuLGBHLBNZ+PQWLNmbNyIegbT5/6NG2PRh9qH+QQ0kuQHr0jLR9Ko/pHkQ+L0kwmFZCUw QczsgnowlapkgwcbJRgpqC9/O1AvNaCwkVQGuAntApoPVAMZsXGT92wK56kBwg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637844910; a=rsa-sha256; cv=none; b=IlcbH6p4oL3pgqCznc+gqGg2gZm5wRfCmb83OnWwVEhiy0t/9hIcc5lNLUSENv2u8ADEzy 2PmtVRXpAmhPdgwxouoWf/FRzsPB9XB5C+RouqTes64p8oEBX/krHd0ryPB9+q1mgi/fIx Ky6Gestuo+jtdtDh6Kzx9OI42UiS0ZqrsnlLzQ6GtI8JzTO3CO2gkWEecmfDJfg8+2wkPg OlnUXZ0xO3Vzw5DXcufZPF0W4sESbcbLLLRRZtS76Ua7RoLitNe59ZEtAx6SUzrD1N5jrp kKmL6mzioahAR1jvVKz+Yn+Q/j6xMACILAY2sx3uklkwHcO18UV/CWMttlRlVA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259770 --- Comment #10 from Fabian Keil --- (In reply to Jamie Gritton from comment #9) I agree. Thanks a lot for all the feedback. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Nov 29 23:15:03 2021 X-Original-To: jail@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 B2B3818C31B0 for ; Mon, 29 Nov 2021 23:15:04 +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 4J31Qw40Mgz4RgN for ; Mon, 29 Nov 2021 23:15:04 +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 6A457380D for ; Mon, 29 Nov 2021 23:15:04 +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 1ATNF49Y038441 for ; Mon, 29 Nov 2021 23:15:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATNF45N038440 for jail@FreeBSD.org; Mon, 29 Nov 2021 23:15:04 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: jail@FreeBSD.org Subject: [Bug 251046] bhyve PCI passthrough does not work inside jail Date: Mon, 29 Nov 2021 23:15:03 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: markj@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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: Discussion about FreeBSD jail(8) List-Archive: https://lists.freebsd.org/archives/freebsd-jail List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-jail@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638227704; 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=CE2w1n7dz3/znVgNN0a3JtBRg+TodQKCxGU5NpRlsmk=; b=Vx1gWu7JvAKu2uAOaSL490zN9i8lNUK5ROpGEwSkm8JtuMlTlB6bEsoAzO9RKJiuyl+m0P 0p23IxJ6FH7rTe0vIL2ehBOJm9josWPSzmSUXxPuFxGs5qzdW5G/9KFkz9TAjIOEUBKkoy ZTjbv4lczr8F2B0GcXQwB1vj1hK0a+D2o8Xhz7isdkSmvtmGMc53uYUV4HTRMcU9tXdss3 gJ3FJWnNJp8nyjyzkgaTc7szuUn6LgiCxdhQbHEYo3rWOdUOLvvijF6W+3WAdvvglfRfJa 0xmUZk6IEdzYxTz+yCY49+4cnlVCUs+eKV2u/I4quxY7ZVZ+6WwJnIRT0LBXug== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638227704; a=rsa-sha256; cv=none; b=G7L4Fs+NirvFTMvmspBL71xM2WlFZiwKBegch95Yci4k7N5Fxgg0omSZBAqyEZJbasNw+r 7z9FstvEeZfiLJRd0S9yhu74+BchDsu1d2D7F/wUgGr/qkE3Cm7fQBrKuoMSbck+gf46zi QV0LonAz9H1KPy9FvYE0klDLAiQVSg5ffBTUqVEttVoA/IWAqNHSUsIvgOI8DBv05UwBMc tb0Wcbr+9fvN+qNB8Hrq9uy342X7Y8WWw1B5bBq0R2iG4XnPJ/bldp0YSEuqiCLZumN763 Rg+QpKn00loEYv8KOvAT/8Ww3Avh5Dj5FA+L9AhIrweXZZd5wxb+bN/pGLHHPA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251046 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --- Comment #18 from Mark Johnston --- I've removed the dependency on /dev/mem and /dev/io in bhyve on main and stable/13. See https://cgit.freebsd.org/src/commit/?id=3D7fa2335347362378322a4d27cb40f6e6c= d5dd0fb , I failed to tag this PR in the commit. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Dec 1 16:48:07 2021 X-Original-To: jail@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 B469818C298B for ; Wed, 1 Dec 2021 16:48: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 4J44lW41CTz4WPd for ; Wed, 1 Dec 2021 16:48: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 664FE54CB for ; Wed, 1 Dec 2021 16:48: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 1B1Gm7g6016203 for ; Wed, 1 Dec 2021 16:48:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1Gm71t016202 for jail@FreeBSD.org; Wed, 1 Dec 2021 16:48: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: jail@FreeBSD.org Subject: [Bug 255685] PF: JAIL: fail to connect from jail to jail service when pf enabled Date: Wed, 01 Dec 2021 16:48: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 Some People X-Bugzilla-Who: freebsdbugzilla@agneau.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jail@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: Discussion about FreeBSD jail(8) List-Archive: https://lists.freebsd.org/archives/freebsd-jail List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-jail@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638377287; 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=TidBfoFObobYNOwBEtwCWJO9tpajqh8lCZ1K5Oc8U4I=; b=qhXPS8uiMRxUysr6RmvFjPoWn7TQZJzYivG71Cu3DECHo2yvspTK7YFD72340sYUf2ltTt qupmZRbZxVDZ7Ii3zgZr157fQdE3Clbi560MgE42r++JNxc8+z0QQZqCZ6gwmWCJZjN+e/ OTvHXDnaXXEI9D863iT/o3VF/5L64OuIlzNmcdLf+z0KH6W/i4Nw+IcsU8nRu2agq2fDhT RpA9RpsPrxvNJKsLSErCREs909G1pSVUVbOtg+iTurVVjlGLxn3Zp7XfOacqwbcmTS5oT5 R5QvothafQ8JI590OrfhdxTXZFLA5hLvQ2XZhD2MeMwYVwBMLQZSJXRqtXsMmQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638377287; a=rsa-sha256; cv=none; b=wFMyUkqKA84NtiyfbzCwqfRQB9217w//tUhJkjYQEcRDhT0kqsvMQvyszJbasslOxlpXNd DnCJmBDVfk6mYyscdPE5yf4ia6TMpu05Bq/sJvcGSAFDfoAtQgrR9lKodU98GfosYgDz5G xZ+5/PujnvazzbyQhiIgQA1D618jrBtkP+1ZJvaMceXi2dXCaFG9Uo1X85fmYb7ITswOhV Hz62iZ0AnvLFINrykRUwZLNKAmsJ0pMqpvZ6TOUs2AFqDrRZhSaSPnro75arPtqcp8kf3Z Jp0OpUc/6iqDdkodNk8wl3dSgbGG5HKmANl+lxIZqwpLPJLP7JkG4tDVheDH1A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255685 Laurent Frigault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsdbugzilla@agneau.org --- Comment #4 from Laurent Frigault --- I just hit the same regression. It looks more like a jail issue to me. When an IP address is added to a jail, the local route to the ip via lo0 is= not added any more, this raises issues when upgrading to 13.0 and violate the POLA. --=20 You are receiving this mail because: You are the assignee for the bug.=