Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-07 Thread David Howells
Namhyung Kim wrote: > I've tested your branch and it seems that it conflicts with Jiri's > latest perf test patchset which merged into Arnaldo's perf/core branch. > > Simple fix will be adding '-Iutil -I.' right after '-I$(OUTPUT)util' in > BASIC_CFLAGS. Should I be developing my patches on

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-07 Thread Namhyung Kim
Hi David, On Mon, 05 Nov 2012 23:18:27 +, David Howells wrote: > David Howells wrote: > >> David Howells wrote: >> >> > I've posted a revised version of my perf patches to my UAPI disintegration >> > GIT tree. >> >> Hmmm... It seems to break some things according to Fengguang's kbuild

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-07 Thread Namhyung Kim
Hi David, On Mon, 05 Nov 2012 23:18:27 +, David Howells wrote: David Howells dhowe...@redhat.com wrote: David Howells dhowe...@redhat.com wrote: I've posted a revised version of my perf patches to my UAPI disintegration GIT tree. Hmmm... It seems to break some things according to

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-07 Thread David Howells
Namhyung Kim namhy...@kernel.org wrote: I've tested your branch and it seems that it conflicts with Jiri's latest perf test patchset which merged into Arnaldo's perf/core branch. Simple fix will be adding '-Iutil -I.' right after '-I$(OUTPUT)util' in BASIC_CFLAGS. Should I be developing my

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-05 Thread David Howells
David Howells wrote: > David Howells wrote: > > > I've posted a revised version of my perf patches to my UAPI disintegration > > GIT tree. > > Hmmm... It seems to break some things according to Fengguang's kbuild test > robot. Okay. I've fixed that. Revised stuff pushed to the GIT tree.

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-05 Thread David Howells
David Howells wrote: > I've posted a revised version of my perf patches to my UAPI disintegration GIT > tree. Hmmm... It seems to break some things according to Fengguang's kbuild test robot. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

tools, perf: Fix up for x86 UAPI disintegration

2012-11-05 Thread David Howells
Hi, I've posted a revised version of my perf patches to my UAPI disintegration GIT tree. If you look here: http://git.infradead.org/users/dhowells/linux-headers.git/shortlog/refs/tags/uapi-perf-x86-20121105 you can see the result. To construct this, I did the following: (1)

tools, perf: Fix up for x86 UAPI disintegration

2012-11-05 Thread David Howells
Hi, I've posted a revised version of my perf patches to my UAPI disintegration GIT tree. If you look here: http://git.infradead.org/users/dhowells/linux-headers.git/shortlog/refs/tags/uapi-perf-x86-20121105 you can see the result. To construct this, I did the following: (1)

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-05 Thread David Howells
David Howells dhowe...@redhat.com wrote: I've posted a revised version of my perf patches to my UAPI disintegration GIT tree. Hmmm... It seems to break some things according to Fengguang's kbuild test robot. David -- To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: tools, perf: Fix up for x86 UAPI disintegration

2012-11-05 Thread David Howells
David Howells dhowe...@redhat.com wrote: David Howells dhowe...@redhat.com wrote: I've posted a revised version of my perf patches to my UAPI disintegration GIT tree. Hmmm... It seems to break some things according to Fengguang's kbuild test robot. Okay. I've fixed that. Revised

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-26 Thread Namhyung Kim
This time, I tried on tip/master since it seemed that it contains related patches already. At first I got a conflict with davem's change: --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@@ -57,7 -53,6 +53,10 @@@ void get_term_dimensions(struct winsiz #endif #ifdef __sparc__ ++<<<

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-26 Thread Namhyung Kim
This time, I tried on tip/master since it seemed that it contains related patches already. At first I got a conflict with davem's change: --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@@ -57,7 -53,6 +53,10 @@@ void get_term_dimensions(struct winsiz #endif #ifdef __sparc__ ++ HEAD

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-25 Thread Namhyung Kim
Hi David, On Thu, 25 Oct 2012 08:57:20 +0100, David Howells wrote: > Borislav Petkov wrote: > >> David, where can get that x86 UAPI disintegration patch? > > The tip tree has it in branch x86/uapi or you can get it from: > > git://git.infradead.org/users/dhowells/linux-headers.git > >

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-25 Thread David Howells
Borislav Petkov wrote: > David, where can get that x86 UAPI disintegration patch? The tip tree has it in branch x86/uapi or you can get it from: git://git.infradead.org/users/dhowells/linux-headers.git branch disintegrate-x86 or tag disintegrate-x86-20121009. I've posted a couple of

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-25 Thread David Howells
Borislav Petkov b...@alien8.de wrote: David, where can get that x86 UAPI disintegration patch? The tip tree has it in branch x86/uapi or you can get it from: git://git.infradead.org/users/dhowells/linux-headers.git branch disintegrate-x86 or tag disintegrate-x86-20121009. I've posted

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-25 Thread Namhyung Kim
Hi David, On Thu, 25 Oct 2012 08:57:20 +0100, David Howells wrote: Borislav Petkov b...@alien8.de wrote: David, where can get that x86 UAPI disintegration patch? The tip tree has it in branch x86/uapi or you can get it from: git://git.infradead.org/users/dhowells/linux-headers.git

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-24 Thread Borislav Petkov
On Wed, Oct 24, 2012 at 11:43:37AM -0700, Arnaldo Carvalho de Melo wrote: > Em Fri, Oct 19, 2012 at 05:55:58PM +0100, David Howells escreveu: > > > > Here are some potential fix ups for perf and other tools. They need to be > > applied on top of the x86 UAPI disintegration patch. > > Borislav,

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 19, 2012 at 05:55:58PM +0100, David Howells escreveu: > > Here are some potential fix ups for perf and other tools. They need to be > applied on top of the x86 UAPI disintegration patch. Borislav, Namhyung, can you take a look at this series? - Arnaldo > There are five patches: >

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 19, 2012 at 05:55:58PM +0100, David Howells escreveu: Here are some potential fix ups for perf and other tools. They need to be applied on top of the x86 UAPI disintegration patch. Borislav, Namhyung, can you take a look at this series? - Arnaldo There are five patches:

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-24 Thread Borislav Petkov
On Wed, Oct 24, 2012 at 11:43:37AM -0700, Arnaldo Carvalho de Melo wrote: Em Fri, Oct 19, 2012 at 05:55:58PM +0100, David Howells escreveu: Here are some potential fix ups for perf and other tools. They need to be applied on top of the x86 UAPI disintegration patch. Borislav, Namhyung,

[RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-19 Thread David Howells
Here are some potential fix ups for perf and other tools. They need to be applied on top of the x86 UAPI disintegration patch. There are five patches: (1) Use a makefile $(call ...) function in tools/Makefile to make it easier to deal with. [NOTE! I think the rule for

[RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-19 Thread David Howells
Here are some potential fix ups for perf and other tools. They need to be applied on top of the x86 UAPI disintegration patch. There are five patches: (1) Use a makefile $(call ...) function in tools/Makefile to make it easier to deal with. [NOTE! I think the rule for