From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754291AbcEPQMo (ORCPT ); Mon, 16 May 2016 12:12:44 -0400 Received: from lists.s-osg.org ([54.187.51.154]:48083 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753537AbcEPQMm (ORCPT ); Mon, 16 May 2016 12:12:42 -0400 Subject: Re: [PATCH 1/2] kselftests/ftrace: Detect tracefs mount point To: Namhyung Kim , Steven Rostedt References: <1462891986-3608-1-git-send-email-namhyung@kernel.org> <5731FD43.7090109@osg.samsung.com> Cc: LKML , Masami Hiramatsu , linux-kselftest@vger.kernel.org, Shuah Khan From: Shuah Khan Message-ID: <5739F178.70004@osg.samsung.com> Date: Mon, 16 May 2016 10:12:40 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <5731FD43.7090109@osg.samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/10/2016 09:24 AM, Shuah Khan wrote: > On 05/10/2016 08:53 AM, Namhyung Kim wrote: >> Currently ftracetest assumes tracing directory is located under >> $DEBUGFS/tracing. But it's possible to mount tracefs directly without >> debugfs. >> >> Signed-off-by: Namhyung Kim > > Looks good to me. Steve! Ack if you are good with this patch. > I can get this into 4.8-rc1 > Applied to linux-kselftest next for 4.7-rc1. thanks, -- Shuah