Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932244AbcC2ObA (ORCPT ); Tue, 29 Mar 2016 10:31:00 -0400 Received: from www.linutronix.de ([62.245.132.108]:57411 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751928AbcC2Oa7 (ORCPT ); Tue, 29 Mar 2016 10:30:59 -0400 Date: Tue, 29 Mar 2016 16:30:52 +0200 From: Sebastian Andrzej Siewior To: Steven Rostedt Cc: "Shi, Yang" , Tejun Heo , gregkh@linuxfoundation.org, lizefan@huawei.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, linaro-kernel@lists.linaro.org Subject: Re: [RFC V4 PATCH] trace: writeback: replace cgroup path to cgroup ino Message-ID: <20160329143052.GC13334@linutronix.de> References: <1456996137-8354-1-git-send-email-yang.shi@linaro.org> <20160304125224.GG13868@htj.duckdns.org> <56DCF64A.3070409@linaro.org> <20160307090347.12405fe4@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160307090347.12405fe4@gandalf.local.home> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 515 Lines: 18 * Steven Rostedt | 2016-03-07 09:03:47 [-0500]: >On Sun, 6 Mar 2016 19:32:26 -0800 >"Shi, Yang" wrote: > >> Hi Steven, >> >> Any comment on this one? I'm supposed it will be taken by your tracing tree? >> > >Usually trace events go in through their subsystem, but since this one >only touches the include/trace/events/ directory, I could pull it in >too. I took this for the next -RT release and dropped the "!defined(CONFIG_PREEMPT_RT_FULL)" workaround we had in the meantime. Sebastian