Re: tools: Consolidate types.h

2015-05-06 Thread Andy Lutomirski
On Wed, May 6, 2015 at 10:37 AM, Borislav Petkov wrote: > On Wed, May 06, 2015 at 07:30:35PM +0200, Oleg Nesterov wrote: >> On 05/06, Borislav Petkov wrote: >> > >> > On Wed, May 06, 2015 at 06:54:00PM +0200, Oleg Nesterov wrote: >> > > Hi, >> > > >> > > I can't build the kernel after "git pull",

Re: tools: Consolidate types.h

2015-05-06 Thread Borislav Petkov
On Wed, May 06, 2015 at 07:30:35PM +0200, Oleg Nesterov wrote: > On 05/06, Borislav Petkov wrote: > > > > On Wed, May 06, 2015 at 06:54:00PM +0200, Oleg Nesterov wrote: > > > Hi, > > > > > > I can't build the kernel after "git pull", > > > > You mean, you can't build perf tool...? > > No, make

Re: tools: Consolidate types.h

2015-05-06 Thread Oleg Nesterov
> ./include/uapi/asm-generic/int-ll64.h:11:29: error: asm/bitsperlong.h: > > No such file or directory > > > > I am not 100% sure but it seems that this was broken by > > d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f "tools: Consolidate types.h" > > >

Re: tools: Consolidate types.h

2015-05-06 Thread Borislav Petkov
ot 100% sure but it seems that this was broken by > d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f "tools: Consolidate types.h" > > Don't we need the patch below? Or should I finally update my (very old) > distro which doesn't have /usr/include/asm/bitsperlong.h ? > > Oleg. > > > diff --gi

Re: tools: Consolidate types.h

2015-05-06 Thread Oleg Nesterov
dso2c.c:66: ./include/uapi/asm-generic/int-ll64.h:11:29: error: asm/bitsperlong.h: No such file or directory I am not 100% sure but it seems that this was broken by d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f "tools: Consolidate types.h" Don't we need the patch below? Or should I finally

Re: tools: Consolidate types.h

2015-05-06 Thread Borislav Petkov
tools: Consolidate types.h Don't we need the patch below? Or should I finally update my (very old) distro which doesn't have /usr/include/asm/bitsperlong.h ? Oleg. diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index 275a3a8..e970320 100644 --- a/arch/x86/vdso/Makefile

Re: tools: Consolidate types.h

2015-05-06 Thread Oleg Nesterov
I am not 100% sure but it seems that this was broken by d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f tools: Consolidate types.h Don't we need the patch below? Or should I finally update my (very old) distro which doesn't have /usr/include/asm/bitsperlong.h ? Oleg. diff --git a/arch/x86

Re: tools: Consolidate types.h

2015-05-06 Thread Oleg Nesterov
: ./include/uapi/asm-generic/int-ll64.h:11:29: error: asm/bitsperlong.h: No such file or directory I am not 100% sure but it seems that this was broken by d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f tools: Consolidate types.h Don't we need the patch below? Or should I finally update my (very old) distro

Re: tools: Consolidate types.h

2015-05-06 Thread Borislav Petkov
On Wed, May 06, 2015 at 07:30:35PM +0200, Oleg Nesterov wrote: On 05/06, Borislav Petkov wrote: On Wed, May 06, 2015 at 06:54:00PM +0200, Oleg Nesterov wrote: Hi, I can't build the kernel after git pull, You mean, you can't build perf tool...? No, make bzImage fails, it can't

Re: tools: Consolidate types.h

2015-05-06 Thread Andy Lutomirski
On Wed, May 6, 2015 at 10:37 AM, Borislav Petkov b...@suse.de wrote: On Wed, May 06, 2015 at 07:30:35PM +0200, Oleg Nesterov wrote: On 05/06, Borislav Petkov wrote: On Wed, May 06, 2015 at 06:54:00PM +0200, Oleg Nesterov wrote: Hi, I can't build the kernel after git pull, You

[tip:perf/core] perf tools: Consolidate types.h for ARM and ARM64

2014-05-20 Thread tip-bot for Jean Pihet
types.h for ARM and ARM64 Prevents a build breakage since commit d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f 'tools: Consolidate types.h' Signed-off-by: Jean Pihet Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pi...@linaro.org Signed-off-by: Jiri Olsa --- tools/perf/arch/arm

[tip:perf/core] perf tools: Consolidate types.h for ARM and ARM64

2014-05-20 Thread tip-bot for Jean Pihet
+0200 perf tools: Consolidate types.h for ARM and ARM64 Prevents a build breakage since commit d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f 'tools: Consolidate types.h' Signed-off-by: Jean Pihet jean.pi...@linaro.org Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pi

[PATCH 5/8] perf tools: Consolidate types.h for ARM and ARM64

2014-05-19 Thread Jiri Olsa
From: Jean Pihet Prevents a build breakage since commit d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f 'tools: Consolidate types.h' Signed-off-by: Jean Pihet Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pi...@linaro.org Signed-off-by: Jiri Olsa --- tools/perf/arch/arm

[PATCH 5/8] perf tools: Consolidate types.h for ARM and ARM64

2014-05-19 Thread Jiri Olsa
From: Jean Pihet jean.pi...@linaro.org Prevents a build breakage since commit d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f 'tools: Consolidate types.h' Signed-off-by: Jean Pihet jean.pi...@linaro.org Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pi...@linaro.org Signed-off

[tip:perf/core] tools: Consolidate types.h

2014-05-05 Thread tip-bot for Borislav Petkov
Commit-ID: d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f Gitweb: http://git.kernel.org/tip/d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f Author: Borislav Petkov AuthorDate: Fri, 25 Apr 2014 21:31:02 +0200 Committer: Jiri Olsa CommitDate: Thu, 1 May 2014 21:22:39 +0200 tools: Consolidate types.h

[PATCH 02/12] tools: Consolidate types.h

2014-05-05 Thread Jiri Olsa
From: Borislav Petkov Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper bitmap.h header. Signed-off-by: Borislav Petkov Acked-by: Rusty Russell Link:

[PATCH 02/12] tools: Consolidate types.h

2014-05-05 Thread Jiri Olsa
From: Borislav Petkov b...@suse.de Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper bitmap.h header. Signed-off-by: Borislav Petkov b...@suse.de Acked-by: Rusty Russell ru...@rustcorp.com.au Link:

[tip:perf/core] tools: Consolidate types.h

2014-05-05 Thread tip-bot for Borislav Petkov
tools: Consolidate types.h Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper bitmap.h header. Signed-off-by: Borislav Petkov b...@suse.de Acked-by: Rusty Russell ru...@rustcorp.com.au Link: http

Re: [PATCH] tools: Consolidate types.h

2014-04-14 Thread Jiri Olsa
On Sun, Apr 13, 2014 at 01:27:43PM +0200, Borislav Petkov wrote: > And while we're at it, let's do another consolidation: > > --- > From: Borislav Petkov > Date: Sat, 12 Apr 2014 20:10:49 +0200 > Subject: [PATCH] tools: Consolidate types.h > > Combine all definitions int

Re: [PATCH] tools: Consolidate types.h

2014-04-14 Thread Jiri Olsa
On Sun, Apr 13, 2014 at 01:27:43PM +0200, Borislav Petkov wrote: And while we're at it, let's do another consolidation: --- From: Borislav Petkov b...@suse.de Date: Sat, 12 Apr 2014 20:10:49 +0200 Subject: [PATCH] tools: Consolidate types.h Combine all definitions into a common tools

[PATCH] tools: Consolidate types.h

2014-04-13 Thread Borislav Petkov
And while we're at it, let's do another consolidation: --- From: Borislav Petkov Date: Sat, 12 Apr 2014 20:10:49 +0200 Subject: [PATCH] tools: Consolidate types.h Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. While at it, move u64_swap

[PATCH] tools: Consolidate types.h

2014-04-13 Thread Borislav Petkov
And while we're at it, let's do another consolidation: --- From: Borislav Petkov b...@suse.de Date: Sat, 12 Apr 2014 20:10:49 +0200 Subject: [PATCH] tools: Consolidate types.h Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. While at it, move