From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755599AbdK2QWa (ORCPT ); Wed, 29 Nov 2017 11:22:30 -0500 Received: from mail-io0-f195.google.com ([209.85.223.195]:36274 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753719AbdK2QW2 (ORCPT ); Wed, 29 Nov 2017 11:22:28 -0500 X-Google-Smtp-Source: AGs4zMa2i+4PqdO15bqSD1hvS0TbXbXimngZwrhjcAdTCC94VDcF+bPm00p68m+OqCw9KO1FXkD51Q== Date: Wed, 29 Nov 2017 08:22:23 -0800 From: Sami Tolvanen To: Ard Biesheuvel Cc: Alex Matveev , Andi Kleen , Greg Hackmann , Kees Cook , "linux-arm-kernel@lists.infradead.org" , linux-kbuild@vger.kernel.org, "linux-kernel@vger.kernel.org" , Mark Rutland , Masahiro Yamada , Maxim Kuvyrkov , Michal Marek , Nick Desaulniers , Yury Norov , Matthias Kaehlcke Subject: Re: [PATCH 3/3] arm64: use -mno-implicit-float instead of -mgeneral-regs-only Message-ID: <20171129162223.GA2959@samitolvanen.mtv.corp.google.com> References: <20171129000011.55235-1-samitolvanen@google.com> <20171129000011.55235-4-samitolvanen@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 29, 2017 at 12:15:14PM +0000, Ard Biesheuvel wrote: > Do we still need these patches now that the AES code has been fixed? With your AES patch that Herbert just applied, this patch is no longer needed. Version macros in the first two patches will still be useful in future though. Sami