Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1978623imm; Thu, 27 Sep 2018 05:41:11 -0700 (PDT) X-Google-Smtp-Source: ACcGV623yULdd5LLpyM+VRPnyGzSirKbFLgIuFSgOEQV0jRMCgLau7wNk2l8XJ39fRnXGOcaTvew X-Received: by 2002:a63:982:: with SMTP id 124-v6mr10178473pgj.80.1538052071118; Thu, 27 Sep 2018 05:41:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538052071; cv=none; d=google.com; s=arc-20160816; b=eAEAJafnR8XM11LFqnZwZv+ytR7HjVp4MDGi0SPcAar9IVXN+8hRGd1ObzR2iXKWvT pbSGVjmasKlzf5CJEvhOBRxwIXCjpf/s2DMGKBX0yceseLJCp/68pruDryDMvE/k/pAu 0yYobYSWbWpaAU5svUYYNpRykJ7PTyiyLHKJhbUmZHa+Rco/WIuiTz5CZF+gnxAOcY9u WeLWPxoo5LfDx5FVoT1lojMjvRmGq2lhwO0LPivWKnJicGcnuiH/DgDPmZrxkYfh5CrX oJsNIzI4PDEaoagod8fR77mZzupO7hP55eFyDgC6r2qEURpHcWmecDw09tGlmUP/ZSCh RKVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=St5j0etKtkIuYMYAKXzFVHM/jdh0xiVws5gIETwUMms=; b=vHOeIp1rheOz0h0QX6J/nuw2CH/Ck+hNzjqfLwaSQwS/gft2L7gPABMSHXcm6QY4/y 8fQvKCEiddtYsSq/f3KeNVKeOCj0UFopz3eTh986C0DTMSgY+idf0oEWGTBRItIYx1LN r7ulfy7HmuKKdbPgexDXtiLkgyGB45JG+TalFq4OFl6riT1zly/0WmTsk4vWHuR7YWuo m6YjY1LFBdfzCShQ8PlqDmM71WCteBIMTkRrVNFNnt11udBR/WO0ydN1wR6yY763c7jn MqNObt+swt7+J9eC0Ae48BzT77dZ1nDY73Ed2WfmSmrhBxcOyh9YObZFZKrA09DhZlyY gShA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m32-v6si1917657pld.404.2018.09.27.05.40.55; Thu, 27 Sep 2018 05:41:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727486AbeI0S6O (ORCPT + 99 others); Thu, 27 Sep 2018 14:58:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44050 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727334AbeI0S6O (ORCPT ); Thu, 27 Sep 2018 14:58:14 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D980EFE7; Thu, 27 Sep 2018 12:40:07 +0000 (UTC) Date: Thu, 27 Sep 2018 14:40:05 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel , Stable , Zdenek Kaspar , Ondrej Mosnacek , Herbert Xu Subject: Re: [PATCH 4.14 64/64] crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2 Message-ID: <20180927124005.GB23563@kroah.com> References: <20180927090249.801943776@linuxfoundation.org> <20180927090258.591819886@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 27, 2018 at 12:30:04PM +0100, Sudip Mukherjee wrote: > Hi Greg, > > On Thu, Sep 27, 2018 at 10:04 AM, Greg Kroah-Hartman > wrote: > > 4.14-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Ondrej Mosnacek > > > > commit 24568b47d48ec8c906fd0f589489a08b17e1edca upstream. > > > > It turns out OSXSAVE needs to be checked only for AVX, not for SSE. > > Without this patch the affected modules refuse to load on CPUs with SSE2 > > but without AVX support. > > > > Fixes: 877ccce7cbe8 ("crypto: x86/aegis,morus - Fix and simplify CPUID checks") > > Cc: # 4.18 > > Reported-by: Zdenek Kaspar > > Signed-off-by: Ondrej Mosnacek > > Signed-off-by: Herbert Xu > > Signed-off-by: Greg Kroah-Hartman > > I am confused with this one. I am not seeing this in the "git log" > from your 4.14.73-rc1. > I also tried to apply this from your queue to v4.14.72 and it did not > apply as it could not > find some files. > > error: arch/x86/crypto/aegis128-aesni-glue.c: No such file or directory > error: arch/x86/crypto/aegis128l-aesni-glue.c: No such file or directory > error: arch/x86/crypto/aegis256-aesni-glue.c: No such file or directory > error: arch/x86/crypto/morus1280-sse2-glue.c: No such file or directory > error: arch/x86/crypto/morus640-sse2-glue.c: No such file or directory > > Am I missing something? Nope, my fault, it was at the end of my quilt queue and should have been deleted. My scripts didn't catch the error, which is odd. Now dropped, thanks. greg k-h