From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760574AbcIYXZP (ORCPT ); Sun, 25 Sep 2016 19:25:15 -0400 Received: from mail.kernel.org ([198.145.29.136]:54015 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759222AbcIYXZN (ORCPT ); Sun, 25 Sep 2016 19:25:13 -0400 Message-Id: <20160925232324.747135083@goodmis.org> User-Agent: quilt/0.61-1 Date: Sun, 25 Sep 2016 19:23:24 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Linus Torvalds , Ingo Molnar , Andrew Morton , Al Viro Subject: [PATCH 0/2] [GIT PULL] tracing: A couple of fixes with tracefs Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Al Viro has been looking at the tracefs code, and has pointed out some issues. This contains one fix by me and one by Al. I'm sure that he'll come up with more but for now I tested these patches and they don't appear to have any negative impact on tracing. Please pull the latest trace-v4.8-rc7 tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git trace-v4.8-rc7 Tag SHA1: 7a41afe1fd2b8a81f979c6e00533b68b07af2519 Head SHA1: 1ae2293dd6d2f5c823cf97e60b70d03631cd622f Al Viro (1): fix memory leaks in tracing_buffers_splice_read() Steven Rostedt (Red Hat) (1): tracing: Move mutex to protect against resetting of seq data ---- kernel/trace/trace.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-)