From owner-freebsd-arm@freebsd.org Mon Mar 6 11:29:19 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 2E2AFCFBBA6 for ; Mon, 6 Mar 2017 11:29:19 +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 D1F091BE0 for ; Mon, 6 Mar 2017 11:29:18 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from [192.168.127.3] (port=21983 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 1ckqpA-0001Fl-LE; Mon, 06 Mar 2017 11:29:08 +0000 Received: from localhost ([127.0.0.1]:54517 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 1ckqp9-000H9R-Nb; Mon, 06 Mar 2017 11:29:07 +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: <87tw76ekx6.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: Mon, 06 Mar 2017 11:29:06 +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: Mon, 06 Mar 2017 11:29:19 -0000 >>>>> "Mark" == Mark Millard writes: Mark> I'm currently sticking with some known failures in the base Mark> system: Sure, but the emacs one is both more predictable than any of the other failures and _doesn't_ involve openssl (it might load 100 shared libs, but libcrypto is not amongst them; gnutls is, but isn't being called). The emacs text display bug is reproducible in emacs-nox11 build. Mark> Disabling the use of NEON via a hack removes the "openssl speed" Mark> problem. Right, but it's not simply the use of NEON which is the issue because importing the NEON sha1 code into git in an otherwise non-cortex-a7 build does not reproduce any problem. -- Andrew.