From owner-freebsd-current@freebsd.org Fri Jan 24 17:16:53 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 5B5931F6021 for ; Fri, 24 Jan 2020 17:16:53 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4845R91nJRz4J6H for ; Fri, 24 Jan 2020 17:16:53 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3B3F11F6020; Fri, 24 Jan 2020 17:16:53 +0000 (UTC) Delivered-To: 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 3B0621F601F for ; Fri, 24 Jan 2020 17:16:53 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4845R86ygWz4J6G for ; Fri, 24 Jan 2020 17:16:52 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id 00OHGlcu013753 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 24 Jan 2020 09:16:47 -0800 (PST) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id 00OHGjSP013751; Fri, 24 Jan 2020 09:16:45 -0800 (PST) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Fri, 24 Jan 2020 09:16:45 -0800 From: Gleb Smirnoff To: Masachika ISHIZUKA , Idwer Vollering Cc: current@freebsd.org Subject: Re: panic: Assertion in_epoch(net_epoch_preempt) failed at ... src/sys/net/if.c:3694 Message-ID: <20200124171645.GP1268@FreeBSD.org> References: <833361579628288@myt4-2943a877c094.qloud-c.yandex.net> <3041901579770984@myt4-4d473ee472d6.qloud-c.yandex.net> <20200124.162344.1430316126325877949.ish@amail.plala.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200124.162344.1430316126325877949.ish@amail.plala.or.jp> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 4845R86ygWz4J6G X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.52 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.871,0]; NEURAL_HAM_LONG(-0.65)[-0.651,0]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 24 Jan 2020 17:16:53 -0000 On Fri, Jan 24, 2020 at 04:23:44PM +0900, Masachika ISHIZUKA wrote: M> > 21.01.2020, 20:10, "Nick Hibma" : M> >> That (with the return added, thanks Cy) worked like a charm. M> > Got committed in r357038. M> > Thank you for the report! M> M> Hi. M> M> My machine was panicked on r357061 with in_epoch in netisr.c. M> I can not capture screen. I believe this is fixed by r357088. -- Gleb Smirnoff