commit | 849adec41203ac5837c40c2d7e08490ffdef3c2c | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Mon Jul 29 11:06:17 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Jul 29 11:06:17 2019 +0100 |
tree | 07a2376b7c640a8c780a05c62c4a2a894b1851f4 | |
parent | 609488bc979f99f805f34e9a32c1e3b71179d10b [diff] |
arm64: compat: Allow single-byte watchpoints on all addresses Commit d968d2b801d8 ("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>