Page MenuHomeFreeBSD

powerpc64: fix loader regression
ClosedPublic

Authored by luporl on Sep 20 2021, 5:54 PM.
Tags
None
Referenced Files
F102424058: D32027.id95482.diff
Tue, Nov 12, 2:15 AM
F102423974: D32027.id95390.diff
Tue, Nov 12, 2:13 AM
Unknown Object (File)
Wed, Nov 6, 10:14 AM
Unknown Object (File)
Mon, Nov 4, 6:41 PM
Unknown Object (File)
Thu, Oct 17, 11:45 AM
Unknown Object (File)
Wed, Oct 16, 3:27 PM
Unknown Object (File)
Tue, Oct 15, 4:41 AM
Unknown Object (File)
Oct 13 2024, 1:10 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.