From owner-freebsd-mips@FreeBSD.ORG Mon Apr 22 05:35:28 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE4A746E for ; Mon, 22 Apr 2013 05:35:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) by mx1.freebsd.org (Postfix) with ESMTP id 5A97B111E for ; Mon, 22 Apr 2013 05:35:28 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id l13so3618206wie.12 for ; Sun, 21 Apr 2013 22:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gRB3PXIC44VLKfW1h9iCE+RECpou+znNurWgFnnxwok=; b=My2MlCIKZeTE//IavatVc+ENT1Es/YUTeHr68dbPZQpC44UkyHyMHKpqsLfHWkBf5c x0JhmbY/NWpFL07sQAtOOuJC5ehxAeBpYdRoK3JKfZIUQFPCM8RQioLMYaEbtKdHGbps XhO+A3gtz4xm74x9mP8dKNaXn4FrWqbCNptJjVyaTdFhd5Cju50My5oVx8tru9ILQ7tt yQw8uRFzpdixKSOb5TLzBgcuwf7dtesVAfcqn57Pt3ixk3qhe3Cs8VLsw42WQ7+2tmlm GsE8yiiFCfdhBe4igXWY/s744hd1vmvX1O9nab23J7HfCwm7KU8WlBLWmWSQWW8P1jpb CvuQ== MIME-Version: 1.0 X-Received: by 10.180.20.37 with SMTP id k5mr10329265wie.27.1366608927158; Sun, 21 Apr 2013 22:35:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.88.129 with HTTP; Sun, 21 Apr 2013 22:35:26 -0700 (PDT) In-Reply-To: <201304220300.r3M301iY093070@freefall.freebsd.org> References: <201304220300.r3M301iY093070@freefall.freebsd.org> Date: Sun, 21 Apr 2013 22:35:26 -0700 X-Google-Sender-Auth: OJKlLpT67coqdlCFadbtznF5Vm0 Message-ID: Subject: Re: kern/177876: [mips] kernel stack overflow panic on mips64, EdgeRouter Lite From: Adrian Chadd To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2013 05:35:28 -0000 .. hm, is this related to the KVM sizing work that people did, that broke non-intel platforms? *sigh* adrian On 21 April 2013 20:00, Joe Holden wrote: > The following reply was made to PR kern/177876; it has been noted by GNATS. > > From: Joe Holden > To: bug-followup@FreeBSD.org, joe@rewt.org.uk > Cc: > Subject: Re: kern/177876: [mips] kernel stack overflow panic on mips64, EdgeRouter > Lite > Date: Mon, 22 Apr 2013 03:58:00 +0100 > > So the TLB miss problem was fixed by Warner, but since about then the > following happens when booting (either from NFS or USB), completely > fresh world and src tree, no special make options or optimisations... > > Kernel config: http://sprunge.us/EVjO > > Trying to mount root from nfs: []... > NFS ROOT: 172.16.8.3:/nfs/bsd/fbsd/erl > warning: no time-of-day clock registered, system time will not be set > accurately > warning: no time-of-day clock registered, system time will not be set > accurately > start_init: trying /sbin/init > Cannot map anonymous memory > Out of memory > Enter full pathname of shell or RETURN for /bin/sh: > Cannot map anonymous memory > Out of memory > Cannot map anonymous memory > Out of memory > Enter full pathname of shell or RETURN for /bin/sh: > > Usual procedure to cross-build from amd64: > > make buildworld buildkernel KERNCONF=OCTEON-ERL TARGET=mips64 > TARGET_ARCH=mips TARGET_CPUTYPE=octeon WITHOUT_MODULES="cxgbe mwlfw mwl > ralfw ral runfw run" > > src.conf just contains NO_FSCHG= > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"