Page MenuHomeFreeBSD

[ppc64] prevent infinite loop on icache sync
ClosedPublic

Authored by luporl on Feb 11 2019, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 9:23 AM
Unknown Object (File)
Fri, Sep 4, 1:53 AM
Unknown Object (File)
Thu, Sep 3, 6:29 PM
Unknown Object (File)
Tue, Sep 1, 6:09 PM
Unknown Object (File)
Fri, Aug 28, 9:39 AM
Unknown Object (File)
Fri, Aug 21, 6:17 AM
Unknown Object (File)
Wed, Aug 19, 8:11 PM
Unknown Object (File)
Mon, Aug 17, 2:06 PM

Details

Summary

At moea64_sync_icache(), when the 'va' argument has page size
alignment, round_page() will return the same value as 'va'.
This would cause 'len' to be 0 and thus an infinite loop.

With this change, 'lim' will always point to the next page boundary.

This issue occurred especially during debugging sessions, when a breakpoint
was placed on an exact page-aligned offset, for instance.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable