On 10/16/2017 01:58 PM, Martin Liška wrote:
> On 10/16/2017 07:56 PM, Jeff Law wrote:
>> With this patch we get a clean bootstrap & regression test with Martin's
>> latest sbitmap checking patches on x86.
>
> Thanks Jeff for testing. May I consider this as green for installation
> of my patch?
I h
On 10/16/2017 07:56 PM, Jeff Law wrote:
With this patch we get a clean bootstrap & regression test with Martin's
latest sbitmap checking patches on x86.
Thanks Jeff for testing. May I consider this as green for installation of my
patch?
Martin
Martin's checking turned up another bug in the same line of code that we
use to check if we're doing a real from a live location.
The computation of the end of the range to check did not account for the
offset of the write reference. Ugh.
With this patch we get a clean bootstrap & regression te