From owner-freebsd-arm@FreeBSD.ORG Sun Mar 22 18:15:26 2015 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E69C32C7; Sun, 22 Mar 2015 18:15:26 +0000 (UTC) Received: from kanar.ci0.org (kanar.ci0.org [IPv6:2001:bc8:35e6::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88B8CF6F; Sun, 22 Mar 2015 18:15:26 +0000 (UTC) Received: from kanar.ci0.org (pluxor@localhost [127.0.0.1]) by kanar.ci0.org (8.14.8/8.14.8) with ESMTP id t2MIF1TW040260; Sun, 22 Mar 2015 19:15:01 +0100 (CET) (envelope-from mlfbsd@kanar.ci0.org) Received: (from mlfbsd@localhost) by kanar.ci0.org (8.14.8/8.14.8/Submit) id t2MIF1P0040259; Sun, 22 Mar 2015 19:15:01 +0100 (CET) (envelope-from mlfbsd) Date: Sun, 22 Mar 2015 19:15:01 +0100 From: Olivier Houchard To: Michael Tuexen Subject: Re: panic: pmap_demote_section: No l2_bucket for wired mapping Message-ID: <20150322181501.GA40209@ci0.org> References: <20150322151934.GA31108@ci0.org> <667A250D-91AC-4B81-97E3-4C351BB35577@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <667A250D-91AC-4B81-97E3-4C351BB35577@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 18:15:27 -0000 On Sun, Mar 22, 2015 at 01:05:43PM -0500, Michael Tuexen wrote: > > On 22 Mar 2015, at 10:19, Olivier Houchard wrote: > > > > On Sun, Mar 22, 2015 at 06:54:06AM -0500, Michael Tuexen wrote: > >> Dear all, > >> > > > > Hi Michael, > > > >> running head on a Raspberry Pi became unstable. When running > >> r280329 for a while (the machine is exposed to the Internet, so > >> ssh logins are continuously tried), the machine panics: > >> > >> panic: pmap_demote_section: No l2_bucket for wired mapping > >> > >> It might be related to > >> https://svnweb.freebsd.org/changeset/base/280324 > >> > >> Any idea what is going on? > >> > > > > Doest backing rev 280324 out fixes it ? I'm at a loss as to why my commit > OK, testing done. Backing out 280324 does NOT help. So the issue is not related > to this patch. > Disabling superpages helps to work around the issue. > Is there any specific workload on your RPi, beside getting ssh-scanned ? Who has PID 15, and suffer such an unfortunate doom while trying to demote pages ? Regards, Olivier