From owner-freebsd-mips@freebsd.org Mon Nov 16 07:53:02 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA21BA307D5 for ; Mon, 16 Nov 2015 07:53:02 +0000 (UTC) (envelope-from sig6247@openmailbox.org) Received: from smtp7.openmailbox.org (smtp7.openmailbox.org [62.4.1.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F55D1D10 for ; Mon, 16 Nov 2015 07:53:02 +0000 (UTC) (envelope-from sig6247@openmailbox.org) Received: by mail2.openmailbox.org (Postfix, from userid 1004) id 9B12F2AC1542; Mon, 16 Nov 2015 07:58:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1447657083; bh=3kPLyVY5Tih4hZTsrxyrvzv/47QigebjGcWUGnsmhRI=; h=Date:From:To:Subject:From; b=puTdp8TYerFySCv0d+F/GZnLGWAs6ZiSZLEfHnnODkgEtL04JJBxEaOuaQr/O1eQW 2ZyHzM2pRu3JDQAjae5n2X2qmucaNlQN1mI/7p4dy2QkezqTOCpPs72q1oUph4uq0G unnoG1uboNyuNWWFfWh7UMe59azfAeAf8Tg/OsiE= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on openmailbox-b2 X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MISSING_MID,NO_RECEIVED,NO_RELAYS autolearn=no autolearn_force=no version=3.4.0 Date: Mon, 16 Nov 2015 06:57:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1447657083; bh=3kPLyVY5Tih4hZTsrxyrvzv/47QigebjGcWUGnsmhRI=; h=Date:From:To:Subject:From; b=puTdp8TYerFySCv0d+F/GZnLGWAs6ZiSZLEfHnnODkgEtL04JJBxEaOuaQr/O1eQW 2ZyHzM2pRu3JDQAjae5n2X2qmucaNlQN1mI/7p4dy2QkezqTOCpPs72q1oUph4uq0G unnoG1uboNyuNWWFfWh7UMe59azfAeAf8Tg/OsiE= From: sig6247 To: freebsd-mips@freebsd.org Subject: any updates to KSTACK_LARGE_PAGE patches? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20151116065803.9B12F2AC1542@mail2.openmailbox.org> X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 07:53:02 -0000 Hi, I'm running 11.0-CURRENT r290335 on EdgeRouter Lite, sometimes it just reboots with panic: kernel stack overflow panic: kernel stack overflow - trapframe at 0xffffffff8096feb0 cpuid = 0 Uptime: 4h3m29s Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Then I tried the patches from here https://lists.freebsd.org/pipermail/freebsd-mips/2014-May/003534.html The kernel can't boot when I enabled options KSTACK_LARGE_PAGE ugen0.1: at usbus0 uhub0: on usbus0 uhub0: 1 port with 1 removable, self powered random: harvesting attach, 8 bytes (4 bits) from uhub0 Root mount waiting for: usbus0 timeout stopping cpus panic: MCHECK cpuid = 0 Uptime: 3s Rebooting... Any help would be appreicated.