]> www.infradead.org Git - users/dwmw2/linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:50:24 +0000 (10:50 +0200)
commited13fc13af8e43e019acca4d2c62b41eb2fb2ae9
tree5008e030d0a95abbb1b65b1965346c4b96c1c0f1
parent480d6d2f396e76bb9d77a180d32f2308fa8fb2d9
arm64: compat: Allow single-byte watchpoints on all addresses

commit 849adec41203ac5837c40c2d7e08490ffdef3c2c upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/hw_breakpoint.c