Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751836AbdGMLlC (ORCPT ); Thu, 13 Jul 2017 07:41:02 -0400 Received: from mga14.intel.com ([192.55.52.115]:36416 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbdGMLlB (ORCPT ); Thu, 13 Jul 2017 07:41:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,353,1496127600"; d="scan'208";a="878512471" From: Felipe Balbi To: Alexander Shishkin , Steven Rostedt , Ingo Molnar Cc: Linux USB , linux-kernel@vger.kernel.org, Chunyan Zhang Subject: Re: [PATCH] usb: gadget: functions: add ftrace export over USB In-Reply-To: <20170609061327.17899-1-felipe.balbi@linux.intel.com> References: <20170609061327.17899-1-felipe.balbi@linux.intel.com> Date: Thu, 13 Jul 2017 14:40:43 +0300 Message-ID: <87iniw5zus.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 627 Lines: 21 Hi, Felipe Balbi writes: > Allow for ftrace data to be exported over a USB Gadget > Controller. With this, we have a potentially very fast pipe for > transmitting ftrace data to a Host PC for further analysis. > > Note that in order to decode the data, one needs access to kernel > symbols in order to convert binary data into function names and what > not. > > Signed-off-by: Felipe Balbi > --- Looks like this and its depedency missed the merge window. Steven, how do you want me to handle them? Should I rebase them once -rc1 is tagged and resend? -- balbi