* Oleg Nesterov <[email protected]> [2014-07-11 21:06:50]: > alloc_trace_uprobe() sets TRACE_EVENT_FL_USE_CALL_FILTER for unknown > reason and this is simply wrong. Fortunately this has no effect because > register_uprobe_event() clears call->flags after that. > > Kill both. This trace_uprobe was kzalloc'ed and we realy on this fact > anyway. > > Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Srikar Dronamraju <[email protected]> -- Thanks and Regards Srikar Dronamraju -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

