From owner-freebsd-arm@freebsd.org Mon Oct 12 17:35:13 2015 Return-Path: Delivered-To: freebsd-arm@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 6D54AA11CFB for ; Mon, 12 Oct 2015 17:35:13 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02FC1B33 for ; Mon, 12 Oct 2015 17:35:13 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: by wicge5 with SMTP id ge5so26673707wic.0 for ; Mon, 12 Oct 2015 10:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:subject:references:to:cc:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=aZ2VVT1H365gfKIWujFzh0dYgNqxVCgeT/CM9dF8wqk=; b=Iwhb5x7Iw2evTBi265wUNDfZzVMD0Rrnl/mlq59Vs0fsLOqzL7RHxZ61m4gfXEHVfs Mo+0a7jlPZImMDc0hCok3MyPK0wDsAcchUDJpdmcYNSjeGqedWFP49h+870KqoTl2YdX PZ6OGxFO3hHxUPmqSD/gcK6PMhK/1H64ANXAVp9BG3zc/1mbMJaWm0U+E93JFMv7zqWw iRVi9W99CeKxkYeu8nQ9s1iVFQiMEoH+UkPh0PxbfnOcpLNcnOMFlaWwjtqIWiTVYIEf Gou7hZ4a8/DgZPRiDVMfvGg35Y5vVm4vyTGroZXkWNHO5LRT+64JgtHFDf58nSpMcgnn 5+vg== X-Received: by 10.180.102.230 with SMTP id fr6mr14749889wib.66.1444671311557; Mon, 12 Oct 2015 10:35:11 -0700 (PDT) Received: from ?IPv6:2001:1620:f00:8233:2120:cc67:92ed:9504? ([2001:1620:f00:8233:2120:cc67:92ed:9504]) by smtp.googlemail.com with ESMTPSA id gd10sm21019724wjb.47.2015.10.12.10.35.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Oct 2015 10:35:10 -0700 (PDT) From: Mattia Rossi X-Google-Original-From: Mattia Rossi Reply-To: mattia.rossi.mate@gmail.com Subject: Re: Panic running nsd-4.1.5 References: <5614D7B8.3040604@gmail.com> <561784D9.90805@gmail.com> <20151012025044.GB97450@www.zefox.net> To: bob prohaska Cc: freebsd-arm Message-ID: <561BEF4D.7050904@gmail.com> Date: Mon, 12 Oct 2015 19:35:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151012025044.GB97450@www.zefox.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 17:35:13 -0000 On 12/10/15 04:50, bob prohaska wrote: > On Fri, Oct 09, 2015 at 11:11:53AM +0200, Mattia Rossi wrote: >>> Can you please try this: https://reviews.freebsd.org/D3617 >>> Just download raw diff, apply, build new kernel, and run. >>> >>> >> Just came around trying the patch, and it's not compiling. >> I tried to find the issue here, as it doesn't make much sense, given >> that cp15_ats1cpr_set has not been changed in the patch: > The patch seems to apply without issue on RPI2 and appear to be helpful. > Stress2 tests have been running about 2x longer with the patch, though > crashes and silent hangs still occur. In some cases the debugger reports > zero values, but on occasion they are not zero, for example, at > www.zefox.net/~fbsd/rpi2/crashes/crash_10_11_15/console. > > Apart from crashes under stress2 testing (usually in the syscall tests) > the Raspberry Pi seems vastly improved over a few months ago. > I don't know what's wrong. I've deleted all the files, updated my svn copy, downloaded the patch (using fetch) once more, applied it (successfully) but still get the error message when compiling. How do I fix that? Mat