From patchwork Mon Sep 23 23:59:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 2931081 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6EED1BFF05 for ; Mon, 23 Sep 2013 23:59:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ACC78203DF for ; Mon, 23 Sep 2013 23:59:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D645D203EC for ; Mon, 23 Sep 2013 23:59:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753363Ab3IWX7Y (ORCPT ); Mon, 23 Sep 2013 19:59:24 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:48451 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753280Ab3IWX7T (ORCPT ); Mon, 23 Sep 2013 19:59:19 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 8220381672; Tue, 24 Sep 2013 01:59:18 +0200 (CEST) Date: Tue, 24 Sep 2013 01:59:17 +0200 From: Pavel Machek To: Will Deacon , Trivial patch monkey , Andrew Morton , Linus Torvalds Cc: "linux-kernel@vger.kernel.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Catalin Marinas Subject: new binutils needed for arm in 3.12-rc1 Message-ID: <20130923235917.GA30967@amd.pavel.ucw.cz> References: <20130919093002.GA23806@amd.pavel.ucw.cz> <20130919093627.GB24866@mudshark.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130919093627.GB24866@mudshark.cambridge.arm.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP During 3.12-rc, Will Deacon introduced code into arch/arm that requires binutils 2.22. Signed-off-by: Pavel Machek --- Or that changes should be reverted. I have updated my buildsystem on main machine, but ... it seems that debian-cross repository does not contain new enough bintuils for kernel now. We are talking 62cbbc42e0019aff6310259f275ae812463f8836 6af396a6b6c698eb3834184518fc9a59bc22c817 73a6fdc48bf52e93c26874dc8c0f0f8d5585a809 6abdd491698a27f7df04a32ca12cc453810e4396 diff --git a/Documentation/Changes b/Documentation/Changes index b175808..0f8deaf 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -23,7 +23,7 @@ you probably needn't concern yourself with isdn4k-utils. o Gnu C 3.2 # gcc --version o Gnu make 3.80 # make --version -o binutils 2.12 # ld -v +o binutils 2.22 # ld -v o util-linux 2.10o # fdformat --version o module-init-tools 0.9.10 # depmod -V o e2fsprogs 1.41.4 # e2fsck -V