Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946149AbbEVQyf (ORCPT ); Fri, 22 May 2015 12:54:35 -0400 Received: from foss.arm.com ([217.140.101.70]:44442 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945936AbbEVQye (ORCPT ); Fri, 22 May 2015 12:54:34 -0400 Date: Fri, 22 May 2015 17:54:29 +0100 From: Catalin Marinas To: William Cohen Cc: David Long , "Jon Medhurst (Tixy)" , Steve Capper , Ananth N Mavinakayanahalli , Will Deacon , linux-kernel@vger.kernel.org, Anil S Keshavamurthy , Masami Hiramatsu , sandeepa.s.prabhu@gmail.com, Russell King , davem@davemloft.net, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 3/6] arm64: Kprobes with single stepping support Message-ID: <20150522165428.GC29424@e104818-lin.cambridge.arm.com> References: <1429561187-3661-1-git-send-email-dave.long@linaro.org> <1429561187-3661-4-git-send-email-dave.long@linaro.org> <20150520163946.GC29424@e104818-lin.cambridge.arm.com> <555D62BD.5040403@linaro.org> <20150522110007.GV29424@e104818-lin.cambridge.arm.com> <555F5011.90808@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <555F5011.90808@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1343 Lines: 30 On Fri, May 22, 2015 at 11:49:37AM -0400, William Cohen wrote: > On 05/22/2015 07:00 AM, Catalin Marinas wrote: > > Any plans to post an updated version with the "unexpected single-step > > error" fixed? > > The only place this issue with the "unexpected single-step error" has > been observed is with the arm64 kretporbe handler code calling kprobed > functions. Experiments with kprobed functions being called in the > kprobe handlers showed that situation was handled appropriately. > > There is proposed fix to address the issue with the trampoline, the > attached patch. This is modeled after the way that the x86 handles > the kretprobe. The trampoline directly save and restores the > registers and uses a normal call to the kretprobe handler. It > operates similarly to what you are suggesting above, but just for the > special case of the kretprobes. Thanks. I guess David will post a v7 series with this patch included and other comments addressed. BTW, I'll be on holiday for a week, back on the 1st of June. Hopefully this series gets some more reviews by then ;) -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/