From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751170AbZHXBk2 (ORCPT ); Sun, 23 Aug 2009 21:40:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751031AbZHXBk2 (ORCPT ); Sun, 23 Aug 2009 21:40:28 -0400 Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:44385 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751019AbZHXBk1 (ORCPT ); Sun, 23 Aug 2009 21:40:27 -0400 Date: Mon, 24 Aug 2009 10:40:25 +0900 From: Paul Mundt To: Frederic Weisbecker Cc: Josh Stone , linux-kernel@vger.kernel.org, Jason Baron , Ingo Molnar , Li Zefan , Steven Rostedt , Peter Zijlstra , Mathieu Desnoyers , Jiaying Zhang , Martin Bligh , Lai Jiangshan Subject: Re: [PATCH v3 2/4] tracing: Make syscall_(un)regfunc arch-specific Message-ID: <20090824014025.GA12653@linux-sh.org> Mail-Followup-To: Paul Mundt , Frederic Weisbecker , Josh Stone , linux-kernel@vger.kernel.org, Jason Baron , Ingo Molnar , Li Zefan , Steven Rostedt , Peter Zijlstra , Mathieu Desnoyers , Jiaying Zhang , Martin Bligh , Lai Jiangshan References: <1250795373-32363-1-git-send-email-jistone@redhat.com> <1250917125-6174-1-git-send-email-jistone@redhat.com> <1250917125-6174-2-git-send-email-jistone@redhat.com> <1250917125-6174-3-git-send-email-jistone@redhat.com> <20090823211422.GG6256@nowhere> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090823211422.GG6256@nowhere> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 23, 2009 at 11:14:24PM +0200, Frederic Weisbecker wrote: > On Fri, Aug 21, 2009 at 09:58:43PM -0700, Josh Stone wrote: > > The bodies of syscall_regfunc and syscall_unregfunc need the > > arch-specific flag TIF_SYSCALL_TRACEPOINT, which only exists > > on x86 and s390, so they should live in arch-specific files. > > Sh also does, but currently in a seperate development branch. > (Adding Paul Mundt in Cc to prevent from further linux-next breakage). > Thanks, I'll take care of this as well as the other ftrace syscalls breakage during the merge window. At the moment I don't have any good ideas on how to fix the workflow issues, and -tip likewise doesn't care about -next impact, so there's somewhat of an impasse.