From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: linux-next: Tree for Feb 9 Date: Tue, 09 Feb 2016 17:08:44 +0100 Message-ID: <3600593.0vxxUHHYns@wuerfel> References: <20160209164104.4ecaa0ce@canb.auug.org.au> <3561538.HMPaSbaoce@wuerfel> <20160209160117.GB9332@leverpostej> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.126.131]:63131 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757730AbcBIQIz (ORCPT ); Tue, 9 Feb 2016 11:08:55 -0500 In-Reply-To: <20160209160117.GB9332@leverpostej> Sender: linux-next-owner@vger.kernel.org List-ID: To: Mark Rutland Cc: Geert Uytterhoeven , Catalin Marinas , Sudip Mukherjee , Stephen Rothwell , Linux-Next , "linux-kernel@vger.kernel.org" , Ard Biesheuvel , Jeremy Linton , Linux-Arch , Laura Abbott On Tuesday 09 February 2016 16:01:18 Mark Rutland wrote: > That builds fine for me atop of for-next/pgtable, both 64-bit and > 32-bit. > > GCC seems to treat enum fixed_addresses the same as unsigned. Only if I > change the type of idx in fixmap.h (e.g. to char) do I get a conflict > against paravirt.h Interesting. The patch seems fine then: Acked-by: Arnd Bergmann