Re: [PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-28 Thread Ingo Molnar
* Mathieu Desnoyers [EMAIL PROTECTED] wrote: * Wu Fengguang ([EMAIL PROTECTED]) wrote: On Thu, Nov 27, 2008 at 10:00:03AM +0200, Mathieu Desnoyers wrote: * Wu Fengguang ([EMAIL PROTECTED]) wrote: + +marker_synchronize_unregister() must be called before the first occurrence of

Re: [PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-27 Thread Mathieu Desnoyers
* Wu Fengguang ([EMAIL PROTECTED]) wrote: On Thu, Nov 27, 2008 at 03:23:06AM +0200, Lai Jiangshan wrote: Wu Fengguang wrote: [updated patch to include Documentation/markers.txt changes] Add document and comments on marker_synchronize_unregister(): it should be called before freeing

Re: [PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-27 Thread Wu Fengguang
On Thu, Nov 27, 2008 at 10:00:03AM +0200, Mathieu Desnoyers wrote: * Wu Fengguang ([EMAIL PROTECTED]) wrote: + +marker_synchronize_unregister() must be called before the first occurrence of You should probably say .. must be called between probe unregistration and the first

Re: [PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-27 Thread Mathieu Desnoyers
* Wu Fengguang ([EMAIL PROTECTED]) wrote: On Thu, Nov 27, 2008 at 10:00:03AM +0200, Mathieu Desnoyers wrote: * Wu Fengguang ([EMAIL PROTECTED]) wrote: + +marker_synchronize_unregister() must be called before the first occurrence of You should probably say .. must be

[PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-26 Thread Wu Fengguang
[updated patch to include Documentation/markers.txt changes] Add document and comments on marker_synchronize_unregister(): it should be called before freeing resources that the probes depend on. Based on comments from Lai Jiangshan and Mathieu Desnoyers. Cc: Lai Jiangshan [EMAIL PROTECTED] Cc:

Re: [PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-26 Thread Lai Jiangshan
Wu Fengguang wrote: [updated patch to include Documentation/markers.txt changes] Add document and comments on marker_synchronize_unregister(): it should be called before freeing resources that the probes depend on. Based on comments from Lai Jiangshan and Mathieu Desnoyers. Cc: Lai

Re: [PATCH] markers: comment marker_synchronize_unregister() on data dependency

2008-11-26 Thread Wu Fengguang
On Thu, Nov 27, 2008 at 03:23:06AM +0200, Lai Jiangshan wrote: Wu Fengguang wrote: [updated patch to include Documentation/markers.txt changes] Add document and comments on marker_synchronize_unregister(): it should be called before freeing resources that the probes depend on. Based