From owner-svn-src-head@FreeBSD.ORG Thu Aug 28 17:17:34 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0546374; Thu, 28 Aug 2014 17:17:34 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A96213A8; Thu, 28 Aug 2014 17:17:34 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id x3so1117284qcv.2 for ; Thu, 28 Aug 2014 10:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NolcD+3aY8yldmLdHKs0V3dCZxZxj3UEPLDUNeWFUls=; b=s+6izmjoMdbdsXlIPYaMK+S4q/Pz19eS/2hxatuoQrnU8cd3cit6iBYJC5F/92DsTM QrQNkZZuIBnkdMIcJGNkW+pY7seTKCBnh7GSO9gbNBXpyI9EQuK1Srh3RTWmnMH4IK69 ljRWjOYIMQom1odwVZ7lOZq+Fqa/3krnz0jeworyjLsddrk7hOdB5jON0hg9RJF1n+Tf 7Hw/9/3IyMF6iXl2os7Db+GfHbOzbtm4xKXLwo4Dn3RF5DeZdI5SbQexRGq6jNI3DXQF 6UewiRJ3cX3dSdqDPCukvKANzEjboUQkzcqCQXADTjZ+YUHWqIba6pI0HgVo9N8qAfvu gQOQ== MIME-Version: 1.0 X-Received: by 10.140.19.201 with SMTP id 67mr8267003qgh.28.1409246253436; Thu, 28 Aug 2014 10:17:33 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Thu, 28 Aug 2014 10:17:33 -0700 (PDT) In-Reply-To: References: <201407261810.s6QIAIIj049439@svn.freebsd.org> <72B80282-6FA1-4481-8333-37EF3A58FB74@rice.edu> Date: Thu, 28 Aug 2014 10:17:33 -0700 X-Google-Sender-Auth: XheI_rrvDSRD3puepTIjdGHUGJM Message-ID: Subject: Re: svn commit: r269134 - head/sys/vm From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=UTF-8 Cc: Alan Cox , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Alan Cox X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 17:17:35 -0000 On 28 August 2014 09:52, hiren panchasara wrote: > On Thu, Aug 28, 2014 at 9:30 AM, Alan Cox wrote: >> >> On Aug 28, 2014, at 3:30 AM, Adrian Chadd wrote: >> >>> Hi Alan! >>> >>> I just reverted back to the commit before this one and it fixed my MIPS32 boot. >>> >>> Would you have some time to help me help you figure out why things broke? :) >>> >> >> >> Have you tried booting a kernel based on r269134? At the time, I tested a 64-bit MIPS kernel on gxemul, and it ran ok. Also, Hiren reports that a 32-bit kernel from about two weeks after r269134 works for him. >> > > To be precise, I am on r269799 which works for me. Ok. I'll jump forward to r269799 and then inch forward until I find where it broke. Thanks! -a