Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755694AbcJLNKP (ORCPT ); Wed, 12 Oct 2016 09:10:15 -0400 Received: from mailapp02.imgtec.com ([217.156.133.132]:21405 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755633AbcJLNJx (ORCPT ); Wed, 12 Oct 2016 09:09:53 -0400 Subject: Re: [PATCH v3 03/11] tracing/syscalls: add compat syscall metadata To: Michael Ellerman , 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> CC: , , , Ingo Molnar , Benjamin Herrenschmidt , Paul Mackerras , From: Marcin Nowakowski Message-ID: Date: Wed, 12 Oct 2016 15:09:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <8737k254tc.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.2.5] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 277 Lines: 11 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. Marcin