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, Jul 19, 7:15 PM
Unknown Object (File)
Fri, Jul 10, 3:46 PM
Unknown Object (File)
Sat, Jul 4, 6:11 AM
Unknown Object (File)
Fri, Jul 3, 12:54 PM
Unknown Object (File)
Fri, Jul 3, 3:43 AM
Unknown Object (File)
Thu, Jul 2, 12:26 AM
Unknown Object (File)
Tue, Jun 30, 6:30 PM
Unknown Object (File)
Thu, Jun 25, 9:49 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