From nobody Sat Jun 12 05:52:26 2021 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 424BA11CD8E4 for ; Sat, 12 Jun 2021 05:52:26 +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 4G26LK6znHz3qLt for ; Sat, 12 Jun 2021 05:52:25 +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 D8689E6D for ; Sat, 12 Jun 2021 05:52:25 +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 15C5qPv1029511 for ; Sat, 12 Jun 2021 05:52:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15C5qPv5029510 for net@FreeBSD.org; Sat, 12 Jun 2021 05:52:25 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 256439] if_bridge(4): Kernel panic on FreeBSD 13.0-RELEASE: bridge_rthash Date: Sat, 12 Jun 2021 05:52:26 +0000 X-Bugzilla-Reason: AssignedTo CC 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: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cryptogranny@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@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: 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 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256439 --- Comment #24 from crypt47 --- > Would you be willing to share your rulesets somehow? Yes, I simplified my running config just for testing in following regard: 1) I've disabled pf module, here is what I've managed go get just before cr= ash (sorry, linux alias): moonfall ~ # lsmod=20 Id Refs Address Size Name 1 51 0xffffffff80200000 1f18f80 kernel 2 1 0xffffffff82119000 6724a0 zfs.ko 3 2 0xffffffff8278c000 4eaf0 ipfw.ko 4 1 0xffffffff827db000 8ba8 ipfw_nat.ko 5 2 0xffffffff827e4000 176a8 libalias.ko 6 1 0xffffffff827fc000 4240 coretemp.ko 7 1 0xffffffff82b20000 3378 acpi_wmi.ko 8 1 0xffffffff82b24000 3250 ichsmb.ko 9 1 0xffffffff82b28000 2180 smbus.ko 10 1 0xffffffff82b2b000 7638 if_bridge.ko 11 1 0xffffffff82b33000 50d8 bridgestp.ko 12 1 0xffffffff82b39000 378f8 linux.ko 13 2 0xffffffff82b71000 db70 linux_common.ko 14 1 0xffffffff82b7f000 30ac8 linux64.ko 15 1 0xffffffff82bb0000 2260 pty.ko 16 1 0xffffffff82c00000 53f420 vmm.ko 17 1 0xffffffff82bb3000 21cc nmdm.ko 2) The only (mandatory) rules in config at the moment of testing that should have been loaded was: 00009 2 0 deny ip from any to any MAC any 02:00:00:00:00:00/8 la= yer2 via em0 65534 62027 22596555 allow ip from any to any 65535 13 320 allow ip from any to any --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=