On Wed, Jan 15, 2014 at 10:45:23AM +0900, Namhyung Kim wrote:
> Hello,
> 
> When plugins are loaded, they register various event and function
> handlers.  But they don't unregister even after the plugins unloaded
> so that events could have refererences to non-existing handlers.
> 
> This patchset added relevant unregister functions to handle that.
> 
> Note that this is not a problem as of now since all of users unload
> plugins after finishing their access to events.  But being a generic
> library, it should be handled properly IMHO.
> 
> The patch 1-4 are resend of the previous die removal series so
> independent to this series.
> 
> I put the series on the 'libtraceevent/plugin-v1' branch in my tree
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
> 
> Any comments are welcome, thanks
> Namhyung

looks ok,

Reviewed-by: Jiri Olsa <jo...@redhat.com>

jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to