From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3svlsh2SX2zDsyP for ; Thu, 13 Oct 2016 20:33:44 +1100 (AEDT) From: Michael Ellerman To: Marcin Nowakowski , linux-kernel@vger.kernel.org Cc: linux-api@vger.kernel.org, luto@amacapital.net, rostedt@goodmis.org, Ingo Molnar , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v3 03/11] tracing/syscalls: add compat syscall metadata In-Reply-To: References: <1476182576-15247-1-git-send-email-marcin.nowakowski@imgtec.com> <1476182576-15247-4-git-send-email-marcin.nowakowski@imgtec.com> <8737k254tc.fsf@concordia.ellerman.id.au> Date: Thu, 13 Oct 2016 20:33:40 +1100 Message-ID: <87r37kr3t7.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Marcin Nowakowski writes: > On 12.10.2016 10:50, Michael Ellerman wrote: >> <...> >> It's annoying that we have to duplicate all that just to do a + 1. >> >> How about this as a precursor? > > <...> > > Thanks for the suggestion - unless anyone sees a reason to keep the > current solution I'll change it. Thanks. I forgot to add my SOB so here it is: Signed-off-by: Michael Ellerman cheers