From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755987AbcFASEo (ORCPT ); Wed, 1 Jun 2016 14:04:44 -0400 Received: from foss.arm.com ([217.140.101.70]:39436 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751385AbcFASEn (ORCPT ); Wed, 1 Jun 2016 14:04:43 -0400 Subject: Re: [PATCH] coresight: Handle build path error To: Mathieu Poirier References: <1462545350-15970-1-git-send-email-suzuki.poulose@arm.com> Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Greg KH From: Suzuki K Poulose Message-ID: <574F23B7.2020409@arm.com> Date: Wed, 1 Jun 2016 19:04:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/05/16 15:43, Mathieu Poirier wrote: > On 6 May 2016 at 08:35, Suzuki K Poulose wrote: >> Enabling a component via sysfs (echo 1 > enable_source), would >> trigger building a path from the enabled sources to the sink. >> If there is an error in the process (e.g, sink not enabled or >> the device (CPU corresponding to ETM) is not online), we never report >> failure, except for leaving a message in the dmesg. >> >> > > Thanks for the correction: > > Acked-by: Mathieu Poirier > > Greg, given how small the changes are can you pick this up? Otherwise > I'll simply keep it in my tree. Should this go in for rc2 as a fix ? Cheers Suzuki