Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp1345291ybp; Thu, 17 Oct 2019 11:22:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqyXLHpU/IqJRLSdcmZD9g4QLlLpUpodcVXcU1UQh0jte+u5+q/t3pI9yzqQX+++0sStCqJF X-Received: by 2002:a50:c304:: with SMTP id a4mr5271285edb.303.1571336536180; Thu, 17 Oct 2019 11:22:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571336536; cv=none; d=google.com; s=arc-20160816; b=BBUgtIHNAUoWsZl/3uCXL9pMZSm1zyMidcm4kyVdudAo+UX2AB7AyQpmie+jtvHcsj dUMvnBzTh/wUd7O/CAXfxWNAe6ayLV16h1v9nNcWHnMb4CGSBwAYW+VkXw39884HR3DC fpj48nR7KMOzJTj5TMpygYHbybtEeaqOsRhB1lSBLldg5qVlDlQ+Hi/tgll8jukT8iyX jZoNulUWQOSGq2A+8uozx+H3BaOtefxhGOV0ub19RaYK8ldaC0iTq/H95l5leKoibLon flVi5ECrDkQI7ed/gVRCk26I1mN3o+E7j2ULCzHLS2DNTcGgkFZt5glnJN06D0hbjFg6 A5zQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=QvFZLcO+LVo+gn141TT4fCwNO8r5azXCI6Na6ELLR7E=; b=cuQHzAi+6Vp48GRS7foKb86uakX/m5f62jii7lmAx/WirEi0Y6uyEQzlHGn4IbmadB jo4GXtgMJlF9/WgwXD/eLaQfZss9MLdciOmozuTz5eLancsT9U/lVGLZFmx/2wfSFVbs 8rp6rDn4JYg4tJmxUVxeMaf5/cl8Wlv0kAVId+DbubyrxyJJMd4wBaX+H4pMNtmFxg4W dT0/8nbmbwv0G7gF5cMXMQSOMQTGul5/VKyHCGkusEgFh4q2F6grAea/lfy7vNtz1XEA wL4SxcFdFu5h1KCXnV+wpmSvZxfsBIV8J+vazekd92bfTeq++V1Z4PLJVJbSnCj8vg5A 4xDw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=r+wuKtJK; 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 j47si2088776ede.117.2019.10.17.11.21.53; Thu, 17 Oct 2019 11:22:16 -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; dkim=pass header.i=@kernel.org header.s=default header.b=r+wuKtJK; 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 S2438823AbfJPWAf (ORCPT + 99 others); Wed, 16 Oct 2019 18:00:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:54076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2438485AbfJPV7X (ORCPT ); Wed, 16 Oct 2019 17:59:23 -0400 Received: from localhost (unknown [192.55.54.58]) (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 8CEA021A49; Wed, 16 Oct 2019 21:59:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571263162; bh=34dwj3LqK+f/Pc6CdTWGf50hADG+/PaAMtm6ggm8DlM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=r+wuKtJKbK8wH8mBuvelYk7JSW9ipxZDXFH4BZbfH19c3zQG9BH2AuT3VKUkRKEaP lEr1RQTj/YoSukfW2uo20zCm0JoU089rBero255AViI0wiCVYzbsTHVK0zEI9CtdK1 qoZg8Vm6kaZVeQSSo9r5F143mULtxKR9nqU6iY7I= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Paul Burton , Huacai Chen , Jiaxun Yang , linux-mips@vger.kernel.org Subject: [PATCH 5.3 090/112] MIPS: Disable Loongson MMI instructions for kernel build Date: Wed, 16 Oct 2019 14:51:22 -0700 Message-Id: <20191016214905.434758748@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191016214844.038848564@linuxfoundation.org> References: <20191016214844.038848564@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Paul Burton commit 2f2b4fd674cadd8c6b40eb629e140a14db4068fd upstream. GCC 9.x automatically enables support for Loongson MMI instructions when using some -march= flags, and then errors out when -msoft-float is specified with: cc1: error: ‘-mloongson-mmi’ must be used with ‘-mhard-float’ The kernel shouldn't be using these MMI instructions anyway, just as it doesn't use floating point instructions. Explicitly disable them in order to fix the build with GCC 9.x. Signed-off-by: Paul Burton Fixes: 3702bba5eb4f ("MIPS: Loongson: Add GCC 4.4 support for Loongson2E") Fixes: 6f7a251a259e ("MIPS: Loongson: Add basic Loongson 2F support") Fixes: 5188129b8c9f ("MIPS: Loongson-3: Improve -march option and move it to Platform") Cc: Huacai Chen Cc: Jiaxun Yang Cc: stable@vger.kernel.org # v2.6.32+ Cc: linux-mips@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- arch/mips/loongson64/Platform | 4 ++++ arch/mips/vdso/Makefile | 1 + 2 files changed, 5 insertions(+) --- a/arch/mips/loongson64/Platform +++ b/arch/mips/loongson64/Platform @@ -66,6 +66,10 @@ else $(call cc-option,-march=mips64r2,-mips64r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS64) endif +# Some -march= flags enable MMI instructions, and GCC complains about that +# support being enabled alongside -msoft-float. Thus explicitly disable MMI. +cflags-y += $(call cc-option,-mno-loongson-mmi) + # # Loongson Machines' Support # --- a/arch/mips/vdso/Makefile +++ b/arch/mips/vdso/Makefile @@ -9,6 +9,7 @@ ccflags-vdso := \ $(filter -mmicromips,$(KBUILD_CFLAGS)) \ $(filter -march=%,$(KBUILD_CFLAGS)) \ $(filter -m%-float,$(KBUILD_CFLAGS)) \ + $(filter -mno-loongson-%,$(KBUILD_CFLAGS)) \ -D__VDSO__ ifdef CONFIG_CC_IS_CLANG