Page MenuHomeFreeBSD

powerpc64: fix loader regression
ClosedPublic

Authored by luporl on Sep 20 2021, 5:54 PM.
Tags
None
Referenced Files
F82084955: D32027.diff
Thu, Apr 25, 9:10 AM
Unknown Object (File)
Fri, Apr 19, 1:10 PM
Unknown Object (File)
Fri, Apr 19, 10:44 AM
Unknown Object (File)
Fri, Apr 19, 1:17 AM
Unknown Object (File)
Thu, Apr 11, 1:29 PM
Unknown Object (File)
Thu, Mar 28, 7:30 PM
Unknown Object (File)
Mar 14 2024, 11:57 PM
Unknown Object (File)
Mar 14 2024, 11:57 PM
Subscribers

Details

Summary

After b4cb3fe0e39a, loader started crashing on PowerPC64, with a
Program Exception (700) error. The problem was that archsw was
used before being initialized, with the new mount feature. This
change fixes the issue by initializing archsw earlier, before
setting currdev, that triggers the mount.

Test Plan

Tested on POWER9 VM, booting successfully with both Hash and Radix MMUs.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tsoome requested changes to this revision.Sep 20 2021, 6:01 PM

I think, it is still not set early enough; you want to have it set up before we run devsw probes.

This revision now requires changes to proceed.Sep 20 2021, 6:01 PM

Initialize archsw earlier.

This revision is now accepted and ready to land.Sep 21 2021, 4:34 PM
This revision was automatically updated to reflect the committed changes.