From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Biggers Subject: Re: [PATCH 00/12] x86/crypto: Fix RBP usage in several crypto .S files Date: Thu, 7 Sep 2017 10:58:00 -0700 Message-ID: <20170907175800.GA92996@gmail.com> References: <20170902000919.GA139193@gmail.com> <20170907071534.ztbxvyfoo7m7esmw@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Josh Poimboeuf , x86@kernel.org, linux-kernel@vger.kernel.org, Tim Chen , Mathias Krause , Chandramouli Narayanan , Jussi Kivilinna , Peter Zijlstra , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, Eric Biggers , Andy Lutomirski , Jiri Slaby To: Ingo Molnar Return-path: Content-Disposition: inline In-Reply-To: <20170907071534.ztbxvyfoo7m7esmw@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Thu, Sep 07, 2017 at 09:15:34AM +0200, Ingo Molnar wrote: > > * Eric Biggers wrote: > > > Thanks for fixing these! I don't have time to review these in detail, but I ran > > the crypto self-tests on the affected algorithms, and they all pass. I also > > benchmarked them before and after; the only noticable performance difference was > > that sha256-avx2 and sha512-avx2 became a few percent slower. I don't suppose > > there is a way around that? Otherwise it's probably not a big deal. > > Which CPU model did you use for the test? > > Thanks, > > Ingo This was on Haswell, "Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz". Eric