From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27F87C3A589 for ; Tue, 20 Aug 2019 21:07:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EB5BE2332A for ; Tue, 20 Aug 2019 21:07:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566335238; bh=nQ4Q7lPZ+ByI5zMAUs+MDJdmWRvVUGYLzDW96RRtalo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=y6yaHjn/O16ugj7jWpNlJj5g/3KkSLS3eK/NgEqv3EDosavR79qqC4PyhuSr84QQ0 xsK3exq5a9b549KaRJFe2eHwpsFAVFrkbeJEuh37ZkLbAtQuuyjI9GKW3HblMrt3gr qd4vngL0xkgYF7MDiqBxujqHLcRJcHjJs8D3bwrQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730638AbfHTVHR (ORCPT ); Tue, 20 Aug 2019 17:07:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:44718 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730501AbfHTVHR (ORCPT ); Tue, 20 Aug 2019 17:07:17 -0400 Received: from localhost (wsip-184-188-36-2.sd.sd.cox.net [184.188.36.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9144A22DD6; Tue, 20 Aug 2019 21:07:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566335236; bh=nQ4Q7lPZ+ByI5zMAUs+MDJdmWRvVUGYLzDW96RRtalo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a+fjuxuhDMGGpMaSRw5qubw6odxQahO0xlCjAAiRvHEhImnDO28pGhZ6Yj0XGTZ4z cKTz5dD9jxSHLT1rvhEaW9uQfMY8q48Y9gpwOl+F4f5LTfMrGPRlfcxUdB3YuMmydO UPb1t8aPHWUBzDiv7jwu7bz3ltqoLZ8/Gynqh5Fo= Date: Tue, 20 Aug 2019 14:07:16 -0700 From: Greg KH To: Nick Desaulniers Cc: "# 3.4.x" , Sasha Levin , Guenter Roeck Subject: Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y Message-ID: <20190820210716.GA31292@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote: > Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to > prevent Clang from emitting libcalls to undefined SW FP routines") to > 4.19.y. > > It will help with AMD based chromebooks for ChromeOS. That commit id is not in Linus's tree, are you sure you got it correct? thanks, greg k-h