From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995AbcGMHfp (ORCPT ); Wed, 13 Jul 2016 03:35:45 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35872 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbcGMHfg (ORCPT ); Wed, 13 Jul 2016 03:35:36 -0400 Date: Wed, 13 Jul 2016 09:35:27 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Alexander Shishkin , Alexander Yarygin , Alexey Brodkin , Ananth N Mavinakayanahalli , Andrew Morton , Brendan Gregg , Chris Phlipot , Christoffer Dall , David Ahern , Davidlohr Bueso , David Tolnay , Eric Auger , Hemant Kumar , Hitoshi Mitake , Jiri Olsa , Josh Poimboeuf , Marc Zyngier , Masami Hiramatsu , Namhyung Kim , "Naveen N . Rao" , Peter Zijlstra , Peter Zijlstra , Srikar Dronamraju , Steven Rostedt , Vineet Gupta , Wang Nan , Yunlong Song , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/66] perf/core improvements and fixes Message-ID: <20160713073527.GA28210@gmail.com> References: <1468363241-14555-1-git-send-email-acme@kernel.org> <20160713065906.GA13006@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160713065906.GA13006@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hm, the objtool build broke: GEN arch/x86/insn/inat-tables.c CC arch/x86/decode.o In file included from /home/mingo/tip/tools/include/linux/hashtable.h:12:0, from arch/x86/../../elf.h:24, from arch/x86/decode.c:26: /home/mingo/tip/tools/include/linux/bitops.h:12:0: error: "BITS_PER_LONG" redefined [-Werror] #define BITS_PER_LONG __WORDSIZE ^ In file included from /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:10:0, from /usr/include/asm-generic/int-ll64.h:11, from /usr/include/asm-generic/types.h:6, from /usr/include/x86_64-linux-gnu/asm/types.h:4, from /home/mingo/tip/tools/include/linux/types.h:9, from /home/mingo/tip/tools/include/linux/list.h:4, from arch/x86/../../elf.h:23, from arch/x86/decode.c:26: /home/mingo/tip/tools/include/asm-generic/bitsperlong.h:10:0: note: this is the location of the previous definition #define BITS_PER_LONG 32 ^ and this breaks the x86 allyesconfig build. Thanks, Ingo