From owner-freebsd-arm@freebsd.org Tue Oct 13 11:17:26 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 CC7DCA12D86 for ; Tue, 13 Oct 2015 11:17:26 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (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 70A821BA6 for ; Tue, 13 Oct 2015 11:17:26 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: by wicge5 with SMTP id ge5so186152077wic.0 for ; Tue, 13 Oct 2015 04:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=Gi3GufaGOcXQ4Vg5lTNbymcsQf/2iPy9XR1SKAzXOGk=; b=krHaCXwisMfRIkbPTijyIg3KiSa27ek1AvmFJsot3u590rQWBSkeCE2Q1SgECZeaIr CBNjL/vF7jdkQ81qV5jHAod5RtLi3/op5BG2J2xnlcxXcElhYJMXXdo4N1QhZS9CfOvG 6/Um54K2O1oLyTuRusfp33Hh13QYRpxv7v6Z+la9EVUNdJD0enNofgcNumMUIn6Ahq2I sh5gtQiouwMOojUx4lhuF9TClpbccoVDW9jLYqLJs/uL8GWjDN7bFJqT9aecu0XmcRIW yeNxMgn5XXI7Iq+JwPZELqaHqG0xo2SFzeKMEc/TLXJe8/TK96ziwz3wYoBnCcRe9kLL 9YVA== X-Received: by 10.194.110.37 with SMTP id hx5mr36480790wjb.149.1444735042911; Tue, 13 Oct 2015 04:17:22 -0700 (PDT) Received: from [192.168.0.113] (82.50.202.62.static.wline.lns.sme.cust.swisscom.ch. [62.202.50.82]) by smtp.googlemail.com with ESMTPSA id lv4sm3008951wjb.43.2015.10.13.04.17.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Oct 2015 04:17:22 -0700 (PDT) Subject: Re: Panic running nsd-4.1.5 To: Svatopluk Kraus References: <5614D7B8.3040604@gmail.com> <561784D9.90805@gmail.com> <20151012025044.GB97450@www.zefox.net> <561BEF4D.7050904@gmail.com> Cc: bob prohaska , freebsd-arm From: Mattia Rossi Message-ID: <561CE841.9060203@gmail.com> Date: Tue, 13 Oct 2015 13:17:21 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; 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: Tue, 13 Oct 2015 11:17:27 -0000 Hey Svata, I actually thought so... I was just surprised that it's trying to compile the patched files anyway? And the bad thing is, that it's failing to compile. Now on the other hand, I guess that compiling with TARGET=arm and TARGET_ARCH=arm is not correct for the DREAMPLUG, and I should compile it with TARGET=arm and TARGET_ARCH=armv5 or similar? In which file are the TARGET architectures listed? Where can I pick them from? Cheers, Mat Am 13.10.2015 um 12:35 schrieb Svatopluk Kraus: > Hi, > > I'm sorry that I confused you. I'm so focused on __ARM_ARCH >= 6 that > I did not notice that DREAMPLUG is not. And the patch is for armv6 and > higher platforms only. It's even quoted in its name. > > So, I cannot help you with your problem as I do not know much about old ARMs. > > Svata > > > > On Mon, Oct 12, 2015 at 7:35 PM, Mattia Rossi > wrote: >> 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 >> >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"