Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423203AbbEOBe5 (ORCPT ); Thu, 14 May 2015 21:34:57 -0400 Received: from ozlabs.org ([103.22.144.67]:58524 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422815AbbEOBeu (ORCPT ); Thu, 14 May 2015 21:34:50 -0400 Message-ID: <1431653687.13498.1.camel@ellerman.id.au> Subject: Re: [PATCH] ppc64 ftrace: mark data_access callees "notrace" (pt.1) From: Michael Ellerman To: Torsten Duwe Cc: ppc-dev , Linux Kernel Mailing List Date: Fri, 15 May 2015 11:34:47 +1000 In-Reply-To: <20150513161100.GA1619@lst.de> References: <20150513161100.GA1619@lst.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1191 Lines: 27 On Wed, 2015-05-13 at 18:11 +0200, Torsten Duwe wrote: > In order to avoid an endless recursion, functions that may get > called from the data access handler must not call into tracing > functions, which may cause data access faults ;-) > > Advancing from my previous approach that lavishly compiled whole > subdirs without the profiling switches, this is more fine-grained > (but probably yet incomplete). This patch is necessary albeit not > sufficient for FTRACE_WITH_REGS on ppc64. There's got to be a better solution than this. The chance that you've correctly annotated every function is basically 0, and the chance that we correctly add it to every new or modififed function in the future is also 0. I don't mean that as a criticism of you, but rather the technique. For starters I don't see any annotations in 32-bit code, or in the BookE code etc. Can you give us more details on what goes wrong without these annotations? cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/