From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753832AbcENQQY (ORCPT ); Sat, 14 May 2016 12:16:24 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:55679 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752112AbcENQQX (ORCPT ); Sat, 14 May 2016 12:16:23 -0400 Subject: Re: next: Build errors due to 'MIPS: Add probing & defs for VZ & guest features' To: James Hogan References: <57374216.10307@roeck-us.net> <20160514155206.GE1124@jhogan-linux.le.imgtec.org> Cc: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux MIPS Mailing List , Ralf Baechle From: Guenter Roeck Message-ID: <57374F4D.70305@roeck-us.net> Date: Sat, 14 May 2016 09:16:13 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160514155206.GE1124@jhogan-linux.le.imgtec.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: private@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: private@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: private@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, On 05/14/2016 08:52 AM, James Hogan wrote: > On Sat, May 14, 2016 at 08:19:50AM -0700, Guenter Roeck wrote: >> James, >> >> your patch 'MIPS: Add probing & defs for VZ & guest features' causes build errors >> in -next when using gcc 4.7.4 / binutils 2.24. This affects almost all mips builds. > Thanks Guenter. Hmm, I thought virt extensions were supported since > binutils 2.24, odd. Actually, turns out it was binutils 2.22 (from the compiler that came with poky 1.3). Sorry for the confusion. Guenter