Page MenuHomeFreeBSD

lualoader: Improve module loading diagnostics
ClosedPublic

Authored by kevans on Oct 25 2018, 1:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 6:37 AM
Unknown Object (File)
Mar 9 2024, 2:44 AM
Unknown Object (File)
Mar 9 2024, 2:44 AM
Unknown Object (File)
Mar 9 2024, 2:44 AM
Unknown Object (File)
Mar 9 2024, 2:44 AM
Unknown Object (File)
Mar 9 2024, 2:32 AM
Unknown Object (File)
Jan 13 2024, 11:14 AM
Unknown Object (File)
Jan 9 2024, 1:12 AM
Subscribers
None

Details

Summary

Some fixes:

  • Maintain historical behavior more accurately w.r.t verbose_loading; verbose_loading strictly prints "${module_name...}" and later "failed!" or "ok" based on load success
  • With or without verbose_loading, dump command_errbuf on load failure. This usually happens prior to ok/failed if we're verbose_loading

Diff Detail

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

Event Timeline

Don't brick boots without the updated liblua... most commonly occurring if loader.efi's been installed to ESP, additional intervention is required.

This revision is now accepted and ready to land.Oct 25 2018, 1:44 AM
This revision was automatically updated to reflect the committed changes.