Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753115AbaBCQpM (ORCPT ); Mon, 3 Feb 2014 11:45:12 -0500 Received: from smarthost01a.mail.zen.net.uk ([212.23.1.1]:47114 "EHLO smarthost01a.mail.zen.net.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753013AbaBCQpI (ORCPT ); Mon, 3 Feb 2014 11:45:08 -0500 Message-ID: <1391445893.3509.36.camel@linaro1.home> Subject: Re: [PATCH v5 00/16] uprobes: Add uprobes support for ARM From: "Jon Medhurst (Tixy)" To: David Long Cc: linux-arm-kernel@lists.infradead.org, Russell King , Peter Zijlstra , Srikar Dronamraju , Oleg Nesterov , Anil S Keshavamurthy , linux-kernel@vger.kernel.org, Rabin Vincent , Ingo Molnar , Paul Mackerras , Arnaldo Carvalho de Melo , Masami Hiramatsu , davem@davemloft.net, Ananth N Mavinakayanahalli Date: Mon, 03 Feb 2014 16:44:53 +0000 In-Reply-To: <1390507559-4697-1-git-send-email-dave.long@linaro.org> References: <1390507559-4697-1-git-send-email-dave.long@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-smarthost01a-IP: [82.69.122.217] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2014-01-23 at 15:05 -0500, David Long wrote: > From: "David A. Long" > > This patch series adds basic uprobes support to ARM. It is based on patches > developed earlier by Rabin Vincent. That approach of adding hooks into > the kprobes instruction parsing code was not well received. This approach > separates the ARM instruction parsing code in kprobes out into a separate set > of functions which can be used by both kprobes and uprobes. Both kprobes and > uprobes then provide their own semantic action tables to process the results of > the parsing. Assuming my comment about 'const' use in patch 5 is addressed, then for patches 2 to 14 you can add: Acked-by: Jon Medhurst Thanks Dave for persevering. -- Tixy -- 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/