From owner-freebsd-current@freebsd.org Mon Sep 28 10:46:02 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD12F3FE710 for ; Mon, 28 Sep 2020 10:46:02 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailgate.Leidinger.net (bastille.leidinger.net [89.238.82.207]) (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 4C0K1j37Nyz4DW5; Mon, 28 Sep 2020 10:46:01 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from outgoing.leidinger.net (p508d5e19.dip0.t-ipconnect.de [80.141.94.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (Client did not present a certificate) by mailgate.Leidinger.net (Postfix) with ESMTPSA id 891352877; Mon, 28 Sep 2020 12:45:51 +0200 (CEST) Received: from webmail.leidinger.net (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (Client did not present a certificate) by outgoing.leidinger.net (Postfix) with ESMTPS id 3170A741D; Mon, 28 Sep 2020 12:45:32 +0200 (CEST) Date: Mon, 28 Sep 2020 12:45:31 +0200 Message-ID: <20200928124531.Horde.0EjsBzIG5ktLzby_tFcoPPS@webmail.leidinger.net> From: Alexander Leidinger To: Kristof Provost Cc: Shawn Webb , FreeBSD Current Subject: Re: iflib/bridge kernel panic References: <58CADEBB-64FD-414E-AB19-E4F8D3CABCA5@FreeBSD.org> <20200921121627.3dovpumnl6xub3kn@mutt-hbsd> <7FE1F106-2CEE-4692-95D0-14C5229ED768@FreeBSD.org> In-Reply-To: <7FE1F106-2CEE-4692-95D0-14C5229ED768@FreeBSD.org> Accept-Language: de,en Content-Type: multipart/signed; boundary="=_AlNd5GpmbppfrEuapeqAelO"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 X-Rspamd-Queue-Id: 4C0K1j37Nyz4DW5 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.23 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; NEURAL_HAM_MEDIUM(-0.99)[-0.993]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.004]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[leidinger.net:+]; DMARC_POLICY_ALLOW(-0.50)[leidinger.net,quarantine]; NEURAL_HAM_SHORT(-0.13)[-0.133]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:34240, ipnet:89.238.64.0/18, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RECEIVED_SPAMHAUS_PBL(0.00)[80.141.94.25:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2020 10:46:02 -0000 This message is in MIME format and has been PGP signed. --=_AlNd5GpmbppfrEuapeqAelO Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting Kristof Provost (from Sun, 27 Sep 2020=20=20 17:51:32=20+0200): > On 21 Sep 2020, at 14:16, Shawn Webb wrote: >> On Mon, Sep 21, 2020 at 09:57:40AM +0200, Kristof Provost wrote: >>> On 21 Sep 2020, at 2:52, Shawn Webb wrote: >>>>> From latest HEAD on a Dell Precision 7550 laptop: >>>> >>>> https://gist.github.com/lattera/a0803f31f58bcf8ead51ac1ebbc447e2 >>>> >>>> The last working boot environment was 14 Aug 2020. If I get some time = to >>>> bisect commits, I'll try to figure out the culprit. >>>> >>> Try https://reviews.freebsd.org/D26418 >> >> That seems to fix the kernel panic. dmesg gets spammed with a freak >> ton of these LOR messages now: >> > Here=E2=80=99s an early version of a task queue based approach:=20=20 >=20http://people.freebsd.org/~kp/0001-bridge-Cope-with-if_ioctl-s-that-sle= ep.patch > > That still needs to be cleaned up, but this should resolve the sleep=20= =20 >=20issue and the LOR. There are some issues... seems like inside a jail I can't ping systems=20= =20 outside=20of the hardware. Bridge setup: - member jail A - member jail B - member external_if of host If I ping the router from the host, it works. If I ping from one jail=20=20 to=20another, it works. If I ping from the jail to the IP of the=20=20 external_if,=20it works. If I ping from a jail to the router, I do not=20= =20 get=20a response. Bye, Alexander. --=20 http://www.Leidinger.net=20Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_AlNd5GpmbppfrEuapeqAelO Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJfcb7LAAoJEBINsJsD+NiGOL8P/jx46nnsDZMiX0zHw/oCeO6s r/pbz0x+uTJfAjCye9zEQN9cWhswR2BsEEtTyit/O64CjX/aBWNHw2M2TzCdkgcB tNHXU2TlPtrvd/Ta8aY0fbo+n9kWvmzkNqzky12F+Oc0GxGdGZ2KK2VCTP4yxtLb 5/JWbziHneDtzh+3VVztHhuzmvPa6qX5tGcKhYS8bly0E9GrQTaFwOv6f5PRTmJ9 G5cdZvwDx0wXYcdHIO5ag1w/hP5B1sre5B9PT6Ov10wxbPLp5UugyrOECiBemL3+ X2Xv8KbAtvzP9nq2bisjTYGK214D8dWbzzHWHJIBAz304Cq5EaF9oxWCN7CL801+ D95wly27eRMlJrZcN2OSFW3w5hM+Hypko+ld5AbPN7wbrSaBO5lYrkh/JPOlPRNQ SB1JT7yOnvR0zR8HZrg/dLOUNRPdw2oYrmJQNNvnsLq+xhwLvW6Fj28ovViAPYQR UZlYgJNwNjyrZCaWLn91ul39nDV45DFt7my/ekfiUgdKvWdA/xB09ZGTpxhMB+1t iw2xVszFLLXqx0x6LWlTx3d3G5tyIsuFur5rQIc4tynznA5RoBgofKbXOKUzPLBc rPGvOHrL1ikBaT6/GIEtEiZaPArxygNUriEeEwFbrT3t35Wtw3v1V6n3j0Kg2oTO qsxvH80a9lnDrJiVdHRB =f3mM -----END PGP SIGNATURE----- --=_AlNd5GpmbppfrEuapeqAelO--