Re: [PATCH] Documentation: kprobes: Document jprobes stack copying limitations

2016-08-15 Thread David Long
On 08/15/2016 11:32 AM, Jonathan Corbet wrote: On Mon, 15 Aug 2016 10:49:36 -0400 David Long wrote: On 08/15/2016 10:25 AM, Jonathan Corbet wrote: On Fri, 12 Aug 2016 16:24:44 -0400 David Long wrote: Some architectures (i.e.: sparc64 and arm64) make reasonable partial stack duplication

Re: [PATCH] Documentation: kprobes: Document jprobes stack copying limitations

2016-08-15 Thread David Long
On 08/15/2016 10:25 AM, Jonathan Corbet wrote: On Fri, 12 Aug 2016 16:24:44 -0400 David Long wrote: Some architectures (i.e.: sparc64 and arm64) make reasonable partial stack duplication for jprobes problematic. Document this. Applied to the docs tree, thanks. jon Was kind of hoping to

[PATCH] Documentation: kprobes: Document jprobes stack copying limitations

2016-08-12 Thread David Long
From: "David A. Long" Some architectures (i.e.: sparc64 and arm64) make reasonable partial stack duplication for jprobes problematic. Document this. Signed-off-by: David A. Long --- Documentation/kprobes.txt | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/kprobes.