[lttng-dev] Fwd: [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-12-17 Thread Florian Walbroel
Hi, I sent in this patch last month and did not hear about any updates since then. There were a few formatting issues that have been addressed. Is there anything more that should be done? Best regards, Florian Walbroel Forwarded Message Subject: [PATCH lttng-modules] Add

Re: [lttng-dev] Fwd: [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-12-17 Thread Mathieu Desnoyers
- On Dec 17, 2019, at 3:56 AM, Florian Walbroel wrote: > Hi, > I sent in this patch last month and did not hear about any updates since then. > There were a few formatting issues that have been addressed. Is there anything > more that should be done? Hi, I was expecting review from Gene

[lttng-dev] [PATCH lttng-modules] fix: function prototype in wrapper/mm.h

2019-12-17 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- wrapper/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/mm.h b/wrapper/mm.h index 672855b..405248a 100644 --- a/wrapper/mm.h +++ b/wrapper/mm.h @@ -62,7 +62,7 @@ void wrapper_set_current_oom_origin(void) } static inline -void

[lttng-dev] [PATCH lttng-modules] fix: use user ns wrapper code in new id trackers

2019-12-17 Thread Michael Jeanson
These wrappers are required to translate kuid on kernels prior to v3.5. Signed-off-by: Michael Jeanson --- probes/lttng-tracepoint-event-impl.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/probes/lttng-tracepoint-event-impl.h b/probes/lttng-tracepoint-e

Re: [lttng-dev] Fwd: [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-12-17 Thread Michael Jeanson
On 2019-12-17 9:39 a.m., Mathieu Desnoyers wrote: > I was expecting review from Geneviève and Julien on this patch, but > never heard back from > them. > > Geneviève, Julien, Michael, can you review this patch please ? > > Thanks, > > Mathieu It builds on all the latest tags of the stable kerne

Re: [lttng-dev] [PATCH lttng-modules] fix: function prototype in wrapper/mm.h

2019-12-17 Thread Mathieu Desnoyers
Merged into master, 2.11, 2.10, thanks! Mathieu - On Dec 17, 2019, at 12:11 PM, Michael Jeanson mjean...@efficios.com wrote: > Signed-off-by: Michael Jeanson > --- > wrapper/mm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/wrapper/mm.h b/wrapper/mm.h > index 672

Re: [lttng-dev] [PATCH lttng-modules] fix: use user ns wrapper code in new id trackers

2019-12-17 Thread Mathieu Desnoyers
Merged into master, thanks! Mathieu - On Dec 17, 2019, at 12:11 PM, Michael Jeanson mjean...@efficios.com wrote: > These wrappers are required to translate kuid on kernels prior to v3.5. > > Signed-off-by: Michael Jeanson > --- > probes/lttng-tracepoint-event-impl.h | 18 +-