Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp909372ima; Fri, 1 Feb 2019 12:58:08 -0800 (PST) X-Google-Smtp-Source: ALg8bN5sZex0HY0s2azeZzj9aV3mPyc2ptdqeHKulGtFWRK3Jaf3pn0Skm0JR8vaV9sUwqIbH6DZ X-Received: by 2002:a62:e30d:: with SMTP id g13mr40518643pfh.151.1549054688173; Fri, 01 Feb 2019 12:58:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549054688; cv=none; d=google.com; s=arc-20160816; b=TYFSmk9+YpANc0z/UmO7QU/gAqCW6xj4ZB6R3teej+2lEFGH49N32/2e0kv/RMnMDZ aHuV+AVb1wbDRiUr31XG79KB1gDYzN+Y5sVIqDpnOmXuBhkuU6VzdU+iY5bL1GPURLxa UVGc+1EI2bMyI+K+0BI8Tvy+exU8lUQuw01dvQ3dNhIzvdLPA3mh5TaXBqfbbeG34QDL Q4wKNjr0AburagA5Dk64olf8VaFQQOETPIqpUESuusM703HuV5qYsKiDJoMQsdm70F9W 50hi5Ie/xsxtBucNDmox44ydOYoQFw7iG3hHd1/G44KZPmTqjKSsTU2oYWt96DAbaibQ HNsA== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=V7z5gLT2+CsB9JSg6EfZS+ucAw2yI9VZ2rE5l6iaFC0=; b=Be1lbobpYyHa4uhDccrWykvTFxfqrEfYd17nSYqxEDit3tnEiA05AzAc99uulLMzi7 oQAr+/fWmvcK3upAisAhL9LbX1nZepyiNA4eJzTp5oOaLIE+E/YSoGeIXrzvvI4uVDJr 0HXc9WnpU4jesZqNZKk/DIwCq5S/61OC625/NJ9lyqj4s8Saa8/3MRGNDJpTeBs6d9AP rtWVL5Y8kPm0fDM8bNuRRwlAFUB9ojBH0dOYZ507C4ghC2xct8hE/d/37U0266BiDRW2 AnBw8HJdUwhbFNDAt5rVJADXQy5mf0j47SgIUV0l+qvkpzcBP7WyPxUm4TjftZJVH3kl zzQA== ARC-Authentication-Results: i=1; mx.google.com; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y141si9154742pfc.180.2019.02.01.12.57.53; Fri, 01 Feb 2019 12:58:08 -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; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729214AbfBAUyq (ORCPT + 99 others); Fri, 1 Feb 2019 15:54:46 -0500 Received: from mga18.intel.com ([134.134.136.126]:59549 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726506AbfBAUyn (ORCPT ); Fri, 1 Feb 2019 15:54:43 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Feb 2019 12:54:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,549,1539673200"; d="scan'208";a="140866333" Received: from chang-linux-2.sc.intel.com ([10.3.52.165]) by fmsmga004.fm.intel.com with ESMTP; 01 Feb 2019 12:54:42 -0800 From: "Chang S. Bae" To: Andy Lutomirski , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Andi Kleen Cc: Markus T Metzger , Ravi Shankar , "Chang S . Bae" , LKML , Linux Torvalds Subject: [PATCH v5 03/13] kbuild: Raise the minimum required binutils version to 2.21 Date: Fri, 1 Feb 2019 12:53:08 -0800 Message-Id: <20190201205319.15995-4-chang.seok.bae@intel.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20190201205319.15995-1-chang.seok.bae@intel.com> References: <20190201205319.15995-1-chang.seok.bae@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It helps to use some new instructions directly in inline assembly. Suggested-by: Andi Kleen Signed-off-by: Chang S. Bae Cc: Andy Lutomirski Cc: Linux Torvalds Cc: Thomas Gleixner Cc: Ingo Molnar Cc: H. Peter Anvin --- Documentation/process/changes.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index 18735dc460a0..0a18075c485e 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -31,7 +31,7 @@ you probably needn't concern yourself with isdn4k-utils. ====================== =============== ======================================== GNU C 4.6 gcc --version GNU make 3.81 make --version -binutils 2.20 ld -v +binutils 2.21 ld -v flex 2.5.35 flex --version bison 2.0 bison --version util-linux 2.10o fdformat --version @@ -77,9 +77,7 @@ You will need GNU make 3.81 or later to build the kernel. Binutils -------- -The build system has, as of 4.13, switched to using thin archives (`ar T`) -rather than incremental linking (`ld -r`) for built-in.a intermediate steps. -This requires binutils 2.20 or newer. +Binutils 2.21 or newer is needed to build the kernel. pkg-config ---------- -- 2.19.1