From owner-freebsd-arm@freebsd.org Tue Mar 7 10:55:52 2017 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 0B60BD01738 for ; Tue, 7 Mar 2017 10:55:52 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from lungold.riddles.org.uk (lungold.riddles.org.uk [82.68.208.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B26EB1321 for ; Tue, 7 Mar 2017 10:55:51 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from [192.168.127.3] (port=38250 helo=isig.riddles.org.uk) by lungold.riddles.org.uk with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1clCmP-0001I7-VR; Tue, 07 Mar 2017 10:55:45 +0000 Received: from localhost ([127.0.0.1]:27507 helo=isig.riddles.org.uk) by isig.riddles.org.uk with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1clCmP-000I1N-0V; Tue, 07 Mar 2017 10:55:45 +0000 From: Andrew Gierth To: Mark Millard Cc: Warner Losh , "freebsd-arm\@freebsd.org" Subject: Re: Is CPUTYPE=cortex-A7 supposed to work? In-Reply-To: <3056BE0A-6441-4878-905D-741C61BDC47C@dsl-only.net> (Mark Millard's message of "Sun, 5 Mar 2017 20:26:49 -0800") Message-ID: <87k281e5y7.fsf@news-spur.riddles.org.uk> References: <871suc3nv8.fsf@news-spur.riddles.org.uk> <87tw7820fc.fsf@news-spur.riddles.org.uk> <644D1F49-BF5D-409D-BFC4-4F7E6E73085B@dsl-only.net> <87lgsk1udz.fsf@news-spur.riddles.org.uk> <9677298B-5A5E-44BF-928E-28DDDADB310A@dsl-only.net> <87h93814rb.fsf@news-spur.riddles.org.uk> <70AE704A-C9FF-4742-88E9-147CD5B77BE8@dsl-only.net> <87tw77iwx6.fsf@news-spur.riddles.org.uk> <8760jnfvwp.fsf@news-spur.riddles.org.uk> <3056BE0A-6441-4878-905D-741C61BDC47C@dsl-only.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) Date: Tue, 07 Mar 2017 10:55:44 +0000 MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 10:55:52 -0000 >>>>> "Mark" == Mark Millard writes: Mark> I'm currently sticking with some known failures in the base Mark> system: openssl speed failures. (A signal based program crash Mark> without X11 involved could be interesting.) I've been continuing to look at git, as being the simplest test case I have on hand. I have determined that the sha1 failures occur only if the NEON-enabled SHA1 block function is interrupted by a signal. This explains why it fails in git (which is using SIGALRM to set a "display progress" flag) but not in standalone SHA1 tests; I believe openssl speed also uses SIGALRM to time tests. -- Andrew.