Re: [lttng-dev] [PATCH] lttng: cleanup one-bit signed bitfields

2011-12-01 Thread Dan Carpenter
Acked-by: Dan Carpenter dan.carpen...@oracle.com regards, dan carpenter signature.asc Description: Digital signature ___ lttng-dev mailing list lttng-dev@lists.lttng.org http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Re: [lttng-dev] [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-01 Thread Peter Zijlstra
On Thu, 2011-12-01 at 16:41 -0500, Mathieu Desnoyers wrote: LTTng needs this symbol to prepend the current task dynamic priority value to events (optional context information). I absolutely detest exporting such stuff. It propagates the idea that task prio actually means something. Also,

Re: [lttng-dev] [PATCH 07/15] fs/splice: export splice_to_pipe to modules

2011-12-01 Thread Mathieu Desnoyers
* Greg KH (g...@kroah.com) wrote: On Thu, Dec 01, 2011 at 03:18:03PM -0500, Mathieu Desnoyers wrote: * Greg KH (g...@kroah.com) wrote: On Wed, Nov 30, 2011 at 01:34:20PM -0500, Mathieu Desnoyers wrote: LTTng needs this symbol exported because it implements its own splice actor.

Re: [lttng-dev] [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-01 Thread Peter Zijlstra
On Thu, 2011-12-01 at 17:04 -0500, Mathieu Desnoyers wrote: * Peter Zijlstra (pet...@infradead.org) wrote: On Thu, 2011-12-01 at 16:41 -0500, Mathieu Desnoyers wrote: LTTng needs this symbol to prepend the current task dynamic priority value to events (optional context information).

Re: [lttng-dev] [PATCH 01/11] mm: export vmalloc_sync_all symbol to GPL modules

2011-12-01 Thread Mathieu Desnoyers
* Greg KH (g...@kroah.com) wrote: On Thu, Dec 01, 2011 at 04:57:00PM -0500, Christoph Hellwig wrote: On Thu, Dec 01, 2011 at 04:41:13PM -0500, Mathieu Desnoyers wrote: LTTng needs this symbol exported. It calls it to ensure its tracing buffers and allocated data structures never trigger a

Re: [lttng-dev] [PATCH 01/11] mm: export vmalloc_sync_all symbol to GPL modules

2011-12-01 Thread Christoph Hellwig
On Thu, Dec 01, 2011 at 02:13:37PM -0800, Greg KH wrote: On Thu, Dec 01, 2011 at 04:57:00PM -0500, Christoph Hellwig wrote: On Thu, Dec 01, 2011 at 04:41:13PM -0500, Mathieu Desnoyers wrote: LTTng needs this symbol exported. It calls it to ensure its tracing buffers and allocated data

Re: [lttng-dev] [PATCH 01/11] mm: export vmalloc_sync_all symbol to GPL modules

2011-12-01 Thread Greg KH
On Thu, Dec 01, 2011 at 05:19:40PM -0500, Mathieu Desnoyers wrote: * Greg KH (g...@kroah.com) wrote: On Thu, Dec 01, 2011 at 04:57:00PM -0500, Christoph Hellwig wrote: On Thu, Dec 01, 2011 at 04:41:13PM -0500, Mathieu Desnoyers wrote: LTTng needs this symbol exported. It calls it to

[lttng-dev] [lttng-ust PATCH 1/3] Update .gitignore

2011-12-01 Thread Alexandre Montplaisir
Signed-off-by: Alexandre Montplaisir alexandre.montplai...@gmail.com --- .gitignore | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bea8aa3..9cdbfc0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,32 +16,37 @@ configure

[lttng-dev] [lttng-ust PATCH 2/3] Add check for 'texinfo' to configure.ac

2011-12-01 Thread Alexandre Montplaisir
Fix for http://lttng.org/issue/252 Signed-off-by: Alexandre Montplaisir alexandre.montplai...@gmail.com --- configure.ac |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 74fb795..2ed7f5d 100644 --- a/configure.ac +++ b/configure.ac