From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753205AbdF3WFB (ORCPT ); Fri, 30 Jun 2017 18:05:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:59010 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753012AbdF3WFA (ORCPT ); Fri, 30 Jun 2017 18:05:00 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 868D422BCB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Message-Id: <20170630220402.465621079@goodmis.org> User-Agent: quilt/0.63-1 Date: Fri, 30 Jun 2017 18:04:02 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Linus Torvalds , Ingo Molnar , Andrew Morton Subject: [PATCH 0/2] [GIT PULL] tracing: Last minute fixes for 4.12 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Two fixes: One is for a crash when using the :mod: trace probe command into stack_trace_filter. This bug was introduced during the last merge window. The other was there forever. It's a small bug that makes it impossible to name a module function for kprobes when the module starts with a digit. Please pull the latest trace-v4.12-rc5 tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git trace-v4.12-rc5 Tag SHA1: 223396dc4638984b67e90dc89df5a889b8768e8e Head SHA1: 9e52b32567126fe146f198971364f68d3bc5233f Sabrina Dubroca (1): tracing/kprobes: Allow to create probe with a module name starting with a digit Steven Rostedt (VMware) (1): ftrace: Fix regression with module command in stack_trace_filter ---- kernel/trace/ftrace.c | 3 --- kernel/trace/trace.c | 3 +++ kernel/trace/trace_functions.c | 12 ++++++++++++ kernel/trace/trace_kprobe.c | 14 +++++--------- kernel/trace/trace_stack.c | 6 ++++-- 5 files changed, 24 insertions(+), 14 deletions(-)