Re: [patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-10 Thread Mathieu Desnoyers
* Alexey Dobriyan ([EMAIL PROTECTED]) wrote: > On Thu, May 10, 2007 at 09:12:41AM -0400, Mathieu Desnoyers wrote: > > Linux Kernel Markers - Architecture Independant Code fix 2 > > > > Fix trivial SMP bug in list_modules. > > > --- linux-2.6-lttng.orig/kernel/module.c2007-05-10 08:51:02.00

Re: [patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-10 Thread Alexey Dobriyan
On Thu, May 10, 2007 at 09:12:41AM -0400, Mathieu Desnoyers wrote: > Linux Kernel Markers - Architecture Independant Code fix 2 > > Fix trivial SMP bug in list_modules. > --- linux-2.6-lttng.orig/kernel/module.c 2007-05-10 08:51:02.0 > -0400 > +++ linux-2.6-lttng/kernel/module.c 20

Re: [patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-10 Thread Mathieu Desnoyers
Linux Kernel Markers - Architecture Independant Code fix 2 Fix trivial SMP bug in list_modules. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- kernel/module.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) Index: linux-2.6-lttng/kernel/module.c ===

Re: [patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-10 Thread Mathieu Desnoyers
Hi Alexey, * Alexey Dobriyan ([EMAIL PROTECTED]) wrote: > On Wed, May 09, 2007 at 09:55:57PM -0400, Mathieu Desnoyers wrote: > > --- /dev/null > > +++ linux-2.6-lttng/include/linux/marker.h > > @@ -0,0 +1,124 @@ > > > +#ifdef __KERNEL__ > > Just don't add this file to include/linux/Kbuild and re

Re: [patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-09 Thread Alexey Dobriyan
On Wed, May 09, 2007 at 09:55:57PM -0400, Mathieu Desnoyers wrote: > --- /dev/null > +++ linux-2.6-lttng/include/linux/marker.h > @@ -0,0 +1,124 @@ > +#ifdef __KERNEL__ Just don't add this file to include/linux/Kbuild and remove __KERNEL__ ifdef. > --- linux-2.6-lttng.orig/include/linux/module.h

[patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-09 Thread Mathieu Desnoyers
[EMAIL PROTECTED]: marker exports must be EXPORT_SYMBOL_GPL] Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- include/asm-generic/vmlinux.lds.h | 13 + include/linux/marker.h| 12