Re: [PATCH v2 1/7] arm64: move arm uprobes code to be reused by arm64

From: Suzuki K Poulose
Date: Sat Sep 29 2018 - 05:36:24 EST


On 09/26/2018 01:11 PM, Maciej Slodczyk wrote:
Move ARM32 uprobes code from arch/arm/probes/ to a more common location -
lib/probes/arm/. This code will be used by ARM64 code when uprobing 32-bit
applications.

The patch looks OK to me, with the following nit:

The subject tag looks incorrect. Since this patch moves the ARM
code around and has nothing to do with arm64 (yet). So, the subject
could be :

ARM: move uprobes code to be reused by arm64

which could allow the concerned arm people to check this patch.

Suzuki