diff options
author | Michael Neuling <mikey@neuling.org> | 2013-07-01 00:19:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 17:07:20 -0400 |
commit | 3b743326ed2edd5e118950874f7bdaed5759f977 (patch) | |
tree | 278068b295a94d7acb9703bf37889b690d292ada /arch/powerpc/kernel/cpu_setup_power.S | |
parent | 277b5ae153a96d594ae6d61b244b936d6f77ff56 (diff) |
powerpc/hw_brk: Fix off by one error when validating DAWR region end
commit e2a800beaca1f580945773e57d1a0e7cd37b1056 upstream.
The Data Address Watchpoint Register (DAWR) on POWER8 can take a 512
byte range but this range must not cross a 512 byte boundary.
Unfortunately we were off by one when calculating the end of the region,
hence we were not allowing some breakpoint regions which were actually
valid. This fixes this error.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Reported-by: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/powerpc/kernel/cpu_setup_power.S')
0 files changed, 0 insertions, 0 deletions