From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751348AbdBOA2c (ORCPT ); Tue, 14 Feb 2017 19:28:32 -0500 Received: from mail.kernel.org ([198.145.29.136]:59538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791AbdBOA2b (ORCPT ); Tue, 14 Feb 2017 19:28:31 -0500 From: Masami Hiramatsu To: Russell King Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, Peter Zijlstra , Ananth N Mavinakayanahalli , Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" , Jon Medhurst , Wang Nan , Catalin Marinas , Will Deacon , "David A . Long" , Sandeepa Prabhu Subject: [BUGFIX PATCH V2 0/3] kprobes/arm: Improve kprobes implementation on arm Date: Wed, 15 Feb 2017 09:27:33 +0900 Message-Id: <148711844284.5814.10387227824715177703.stgit@devbox> X-Mailer: git-send-email 2.9.3 User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here is the 2nd version of the patches which improve kprobe on arm implementation (a kind of bugfix). Version 1 is here; https://lkml.org/lkml/2017/2/13/538 In this version I didn't update the code, just update the patch description according to Tixy's comment and add his Ack. Thank you, --- Masami Hiramatsu (3): kprobes/arm: Allow to handle reentered kprobe on single-stepping kprobes/arm: Skip single-stepping in recursing path if possible kprobes/arm: Fix the return address of multiple kretprobes arch/arm/probes/kprobes/core.c | 49 +++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 11 deletions(-) -- Masami Hiramatsu