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)
Sat, Sep 12, 7:34 AM
Unknown Object (File)
Sat, Sep 12, 5:30 AM
Unknown Object (File)
Fri, Sep 11, 2:48 PM
Unknown Object (File)
Thu, Sep 10, 6:41 AM
Unknown Object (File)
Wed, Sep 9, 9:31 PM
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

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 Passed
Unit
No Test Coverage
Build Status
Buildable 22441
Build 21596: arc lint + arc unit