From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752534AbdJDPYe (ORCPT ); Wed, 4 Oct 2017 11:24:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:34108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752397AbdJDPYb (ORCPT ); Wed, 4 Oct 2017 11:24:31 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8853621869 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: <20171004152236.000114616@goodmis.org> User-Agent: quilt/0.63-1 Date: Wed, 04 Oct 2017 11:22:36 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Linus Torvalds , Ingo Molnar , Andrew Morton Subject: [PATCH 0/2] [GIT PULL] tracing: Two minor updates Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Two updates. - A memory fix with left over code from spliting out ftrace_ops and function graph tracer, where the function graph tracer could reset the trampoline pointer, leaving the old trampoline not to be freed (memory leak). - The update to Paul's patch that added the unnecessary READ_ONCE(). This removes the unnecessary READ_ONCE() instead of having to rebase the branch to update the patch that added it. Please pull the latest trace-v4.14-rc1-3 tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git trace-v4.14-rc1-3 Tag SHA1: 3860b8ee2c2850d80277992ba1d0275514ee1238 Head SHA1: f39b536ce9248e9799ff900358d6f073ab2e6c55 Paul E. McKenney (1): rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}() Shu Wang (1): ftrace: Fix kmemleak in unregister_ftrace_graph ---- kernel/rcu/tree.c | 4 ++-- kernel/trace/ftrace.c | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-)