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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E7A6C7618D for ; Tue, 4 Apr 2023 07:59:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233788AbjDDH7S convert rfc822-to-8bit (ORCPT ); Tue, 4 Apr 2023 03:59:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229629AbjDDH7S (ORCPT ); Tue, 4 Apr 2023 03:59:18 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7471B171F; Tue, 4 Apr 2023 00:59:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 237E364551A4; Tue, 4 Apr 2023 09:59:16 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Hz8yMQEoa-uq; Tue, 4 Apr 2023 09:59:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id AAA4164551A5; Tue, 4 Apr 2023 09:59:15 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id F9UrfvwtSDma; Tue, 4 Apr 2023 09:59:15 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 7D4B564551A4; Tue, 4 Apr 2023 09:59:15 +0200 (CEST) Date: Tue, 4 Apr 2023 09:59:15 +0200 (CEST) From: Richard Weinberger To: davidgow Cc: anton ivanov , Johannes Berg , linux-um , x86 , llvm , Rust for Linux Kernel , kunit-dev , linux-kernel , SeongJae Park , Roberto Sassu , Miguel Ojeda , Nathan Chancellor , mingo , tglx , Nick Desaulniers Message-ID: <892003004.13106.1680595155348.JavaMail.zimbra@nod.at> In-Reply-To: <2128345299.463203.1680251851757.JavaMail.zimbra@nod.at> References: <20230318041555.4192172-1-davidgow@google.com> <2128345299.463203.1680251851757.JavaMail.zimbra@nod.at> Subject: Re: [PATCH] arch:um: Only disable SSE on clang to work around old GCC bugs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: arch:um: Only disable SSE on clang to work around old GCC bugs Thread-Index: KRbe3B8OBuNHdw1xcXwa3ZqHhmy+S+VRZu+O Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org ----- Ursprüngliche Mail ----- >> Von: "davidgow" >> An: "richard" , "anton ivanov" >> , "Johannes Berg" >> Any chance we could get this picked up as a fix for 6.3? The UML build >> is still broken with older gcc versions. > > Sure. Just got flooded with other stuff. :-S Patch applied to fixes branch. PR will happen soon. Thanks everyone and sorry for the delay on my side! -- Thanks, //richard