Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5607502imu; Mon, 26 Nov 2018 02:56:21 -0800 (PST) X-Google-Smtp-Source: AFSGD/WjrRLlLHi3OUsvb5CANusJJ4C9XWv6YQGt3yJJSO04jB4Uscn3+vlSRSP6kVWMA27zeJ2X X-Received: by 2002:a17:902:7d89:: with SMTP id a9mr27146989plm.242.1543229781277; Mon, 26 Nov 2018 02:56:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543229781; cv=none; d=google.com; s=arc-20160816; b=G/OKtnGXqWvdAtR7txur/bPyhJKdJvujzuQrMcnoGXElpjc3l2b02cxNaX8xabWCj0 cciVPCObECyFUEn2WfLVU6vKM0MkPYqQUAizhNWRHH06AuL4SI5UmDX4AApSWgODvHkf eNnm93PvO3BwSO+PP6xU+ZpRFM1NqZ65bOfICdLXAKl+/WpgviIRr/LNwSmi6R7A/nlb mrBBWVo5ZrYhw1GdNF8wrpqC6khnE35vOqS+vyAqsOFcox+LLq56ydCEZSJETi3phjDu 0bBC5zIh8+peqAgUuPxTlKguyXBzxMsJCeb3gElwBJT0NA17Akl1sYKlJjvHJ0YsnZY/ E7yw== 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=qK0owOTeymnDoysgPOPatNPVUcYJHk60ckxqyP8iHFY=; b=TmgIZvzezboMXFmPO6ZHbx7vqQlPD6B7oale6Y2tatq9hAAuj7PxOcpPVTU6ZGPNgc 0khVBDV7BTvJX1PA5Nj1AjAVVrmdtDWHQ2Y2YqzJKHiNuAqvxCAtjEcBGX5Rm+qYgSlC DLdY8jUq5Jpg2x76//dmRBPrfli2o2goYn4x2LUZKO3kyAXSARv4oZ3uToVneLKcLNtn oudhtdM8xOGBsOIZalM9mVihtg8oVvbUu7xWCq0iJ/zE3KZYmnzlQCHxJrz7o2G82AX4 hTt5V7qn+w6i7zAb4ivgQvX7Y74H//ChMu/bi+SC1r0wlzb+Db3HgO5GnRzTPg1drjtm nbgQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=oIGE+2cM; 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 c22si43348179pgb.254.2018.11.26.02.56.06; Mon, 26 Nov 2018 02:56:21 -0800 (PST) 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=oIGE+2cM; 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 S1727621AbeKZVsb (ORCPT + 99 others); Mon, 26 Nov 2018 16:48:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:57072 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726475AbeKZVsa (ORCPT ); Mon, 26 Nov 2018 16:48:30 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 1FB9F21479; Mon, 26 Nov 2018 10:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543229686; bh=MJk2C0A6Tzto0zftuZpB1Jaup8B/VUTXdJ81LJ/Yf+k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oIGE+2cMcsyJQny50LOIgqnMakEfdJJ6g9kqq8suOnDybQJtaGU8iHFx67jMuwT/f FenuDzYgyx4dGU6sa4+YXc7oIhCPMjzdYUjTBIy/e89kuHxsc7suQAU8fG+uGDSWV3 COyWBqM+pb/b2bXaAU5ZOpKJlUwT09xGeF5FPgiE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Matthias Kaehlcke , Ingo Molnar , Masahiro Yamada , Nathan Chancellor Subject: [PATCH 4.4 33/70] x86/build: Use __cc-option for boot code compiler options Date: Mon, 26 Nov 2018 11:50:48 +0100 Message-Id: <20181126105049.951735109@linuxfoundation.org> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181126105046.722096341@linuxfoundation.org> References: <20181126105046.722096341@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review 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 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Matthias Kaehlcke commit 032a2c4f65a2f81c93e161a11197ba19bc14a909 upstream. cc-option is used to enable compiler options for the boot code if they are available. The macro uses KBUILD_CFLAGS and KBUILD_CPPFLAGS for the check, however these flags aren't used to build the boot code, in consequence cc-option can yield wrong results. For example -mpreferred-stack-boundary=2 is never set with a 64-bit compiler, since the setting is only valid for 16 and 32-bit binaries. This is also the case for 32-bit kernel builds, because the option -m32 is added to KBUILD_CFLAGS after the assignment of REALMODE_CFLAGS. Use __cc-option instead of cc-option for the boot mode options. The macro receives the compiler options as parameter instead of using KBUILD_C*FLAGS, for the boot code we pass REALMODE_CFLAGS. Also use separate statements for the __cc-option checks instead of performing them in the initial assignment of REALMODE_CFLAGS since the variable is an input of the macro. Signed-off-by: Matthias Kaehlcke Acked-by: Ingo Molnar Signed-off-by: Masahiro Yamada Signed-off-by: Nathan Chancellor Signed-off-by: Greg Kroah-Hartman --- arch/x86/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -24,10 +24,11 @@ REALMODE_CFLAGS := $(M16_CFLAGS) -g -Os -DDISABLE_BRANCH_PROFILING \ -Wall -Wstrict-prototypes -march=i386 -mregparm=3 \ -fno-strict-aliasing -fomit-frame-pointer -fno-pic \ - -mno-mmx -mno-sse \ - $(call cc-option, -ffreestanding) \ - $(call cc-option, -fno-stack-protector) \ - $(call cc-option, -mpreferred-stack-boundary=2) + -mno-mmx -mno-sse + +REALMODE_CFLAGS += $(call __cc-option, $(CC), $(REALMODE_CFLAGS), -ffreestanding) +REALMODE_CFLAGS += $(call __cc-option, $(CC), $(REALMODE_CFLAGS), -fno-stack-protector) +REALMODE_CFLAGS += $(call __cc-option, $(CC), $(REALMODE_CFLAGS), -mpreferred-stack-boundary=2) export REALMODE_CFLAGS # BITS is used as extension for files which are available in a 32 bit