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 3F7ECC77B61 for ; Sun, 9 Apr 2023 20:13:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229577AbjDIUNZ (ORCPT ); Sun, 9 Apr 2023 16:13:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjDIUNX (ORCPT ); Sun, 9 Apr 2023 16:13:23 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B99130DE for ; Sun, 9 Apr 2023 13:13:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 667C264551BF; Sun, 9 Apr 2023 22:13:17 +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 k9cYmywI7XmE; Sun, 9 Apr 2023 22:13:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 19AA464551CF; Sun, 9 Apr 2023 22:13:17 +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 eXrkVjwXTyZY; Sun, 9 Apr 2023 22:13:17 +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 F031364551BF; Sun, 9 Apr 2023 22:13:16 +0200 (CEST) Date: Sun, 9 Apr 2023 22:13:16 +0200 (CEST) From: Richard Weinberger To: torvalds Cc: linux-um , linux-kernel Message-ID: <272357376.30348.1681071196889.JavaMail.zimbra@nod.at> Subject: [GIT PULL] UML fix for v6.3-rc7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Index: Te4fckDRJcZ/An4JPUiQECJUDET0dg== Thread-Topic: UML fix for v6.3-rc7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d: Linux 6.3-rc5 (2023-04-02 14:29:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git tags/uml-for-linus-6.3-rc7 for you to fetch changes up to a3046a618a284579d1189af8711765f553eed707: um: Only disable SSE on clang to work around old GCC bugs (2023-04-04 09:57:05 +0200) ---------------------------------------------------------------- This pull request contains the following bug fix for UML: - Build regression with older gcc versions ---------------------------------------------------------------- David Gow (1): um: Only disable SSE on clang to work around old GCC bugs arch/x86/Makefile.um | 5 +++++ 1 file changed, 5 insertions(+)