From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752840AbaC3BAf (ORCPT ); Sat, 29 Mar 2014 21:00:35 -0400 Received: from one.firstfloor.org ([193.170.194.197]:59566 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583AbaC3BAe (ORCPT ); Sat, 29 Mar 2014 21:00:34 -0400 Date: Sun, 30 Mar 2014 03:00:33 +0200 From: Andi Kleen To: Jovi Zhangwei Cc: Ingo Molnar , Steven Rostedt , linux-kernel@vger.kernel.org, Masami Hiramatsu , Greg Kroah-Hartman , Frederic Weisbecker , Andi Kleen Subject: Re: [RFC PATCH v2 00/29] ktap: A lightweight dynamic tracing tool for Linux Message-ID: <20140330010033.GZ22728@two.firstfloor.org> References: <1396017924-7754-1-git-send-email-jovi.zhangwei@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396017924-7754-1-git-send-email-jovi.zhangwei@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For now I would suggest concentrating on the kernel ring 0 parts only. Split the user space part into a separate patchkit that is posted on a separate schedule. It's hard to make progress with too large patchkits. -Andi