[PATCH v5 00/16] uprobes: Add uprobes support for ARM
From: Jon Medhurst Tixy <hidden>
Date: 2014-02-03 16:45:12
Also in:
lkml
From: Jon Medhurst Tixy <hidden>
Date: 2014-02-03 16:45:12
Also in:
lkml
On Thu, 2014-01-23 at 15:05 -0500, David Long wrote:
From: "David A. Long" <redacted> 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 <redacted> Thanks Dave for persevering. -- Tixy