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

2018-10-01 Thread Maciej Slodczyk
On 29.09.2018 11:37, Suzuki K Poulose wrote: > 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 conce

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

2018-09-29 Thread Suzuki K Poulose
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. S

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

2018-09-26 Thread Maciej Slodczyk
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. Signed-off-by: Maciej Slodczyk --- arch/arm/probes/Makefile | 8 arch/arm/probes/kprobes/ac