Support for unaligned watchpoints in arm/arm64
Will Deacon
will.deacon at arm.com
Tue May 31 05:38:27 PDT 2016
On Thu, May 26, 2016 at 05:04:46PM +0100, Pavel Labath wrote:
> Hello all,
Hi Pavel,
> I've been wondering if there are any plans about adding support for
> unaligned watchpoints to the kernel. It seems quite a shame that
> applications are not able not use them, even though the hardware
> should support that feature.
I'm actually coming round to the idea of ditching the perf hw_breakpoint
mechanism entirely and simply writing a ptrace back-end that can expose
the hardware features directly to userspace. The two issues with this
are:
(1) It's a fair amount of work
(2) We might already have users of the perf interface (including compat)
I'm really not happy with the way hw_breakpoint worked out :(
Will
More information about the linux-arm-kernel
mailing list