Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755727AbcJLNKs (ORCPT ); Wed, 12 Oct 2016 09:10:48 -0400 Received: from mailapp02.imgtec.com ([217.156.133.132]:57664 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755456AbcJLNKi (ORCPT ); Wed, 12 Oct 2016 09:10:38 -0400 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 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: <87zim951m9.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: 343 Lines: 11 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