]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: compat: Allow single-byte watchpoints on all addresses
authorWill Deacon <will@kernel.org>
Mon, 29 Jul 2019 10:06:17 +0000 (11:06 +0100)
committerWill Deacon <will@kernel.org>
Mon, 29 Jul 2019 10:06:17 +0000 (11:06 +0100)
commitf4d3213b5bbc7fc3e98a1986e3ff679379dbf12e
tree07a2376b7c640a8c780a05c62c4a2a894b1851f4
parentbfe2de5a355e71917b08e947fe3e805ec2f51c71
arm64: compat: Allow single-byte watchpoints on all addresses

Commit 3209875b32c3 ("ARM: 7497/1: hw_breakpoint: allow single-byte
watchpoints on all addresses") changed the validation requirements for
hardware watchpoints on arch/arm/. Update our compat layer to implement
the same relaxation.

Cc: <stable@vger.kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/hw_breakpoint.c