From mboxrd@z Thu Jan 1 00:00:00 1970 From: panand@redhat.com (Pratyush Anand) Date: Thu, 08 Jan 2015 23:24:56 +0530 Subject: [RFC 8/8] ARM64: Add uprobe support In-Reply-To: <20150108170324.GT11583@arm.com> References: <0694af6935f9c6873ef8d25ad51630a40a74a116.1420038188.git.panand@redhat.com> <20150108170324.GT11583@arm.com> Message-ID: <54AEC470.50509@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 08 January 2015 10:33 PM, Will Deacon wrote: > On Wed, Dec 31, 2014 at 03:21:24PM +0000, Pratyush Anand wrote: >> This patch adds support for uprobe on ARM64 architecture. >> >> Unit test for following has been done so far and they have been found >> working >> 1. Normal instruction, which can be probed like sub, ldr, add etc. >> 2. Instructions which can be simulated like ret. >> 3. uretprobe > > I'm assuming that means you don't support compat (AArch32) tasks with this? Hummm.. Yes, compat not yet supported. I will come back on this. ~Pratyush > How do you enforce that? > > Will > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >