From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailapp01.imgtec.com (mailapp02.imgtec.com [217.156.133.132]) by lists.ozlabs.org (Postfix) with ESMTP id 3svDkP6gpXzDt0Z for ; Thu, 13 Oct 2016 00:10:37 +1100 (AEDT) Subject: Re: [PATCH v3 08/11] powerpc/tracing: fix compat syscall handling To: Michael Ellerman , References: <1476182576-15247-1-git-send-email-marcin.nowakowski@imgtec.com> <1476182576-15247-9-git-send-email-marcin.nowakowski@imgtec.com> <87zim951m9.fsf@concordia.ellerman.id.au> CC: , , , Ingo Molnar , Benjamin Herrenschmidt , Paul Mackerras , From: Marcin Nowakowski Message-ID: Date: Wed, 12 Oct 2016 15:10:34 +0200 MIME-Version: 1.0 In-Reply-To: <87zim951m9.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset="windows-1252"; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 12.10.2016 11:59, Michael Ellerman wrote: > I went to test this and noticed the exit and enter events appear to be > reversed in time? (your series on top of 24532f768121) thanks for testing the patch - I've found a bug that has sneaked in while cleaning up the patches before submission ... I'll fix it in the next iteration. Marcin