Page MenuHomeFreeBSD

kboot: Keep track of what's used in the segment
ClosedPublic

Authored by imp on Feb 1 2023, 6:24 AM.
Tags
None
Referenced Files
F85147172: D38315.diff
Sun, Jun 2, 4:00 AM
Unknown Object (File)
Wed, May 29, 11:08 AM
Unknown Object (File)
Sun, May 26, 12:34 AM
Unknown Object (File)
Sun, May 26, 12:34 AM
Unknown Object (File)
Sun, May 26, 12:34 AM
Unknown Object (File)
Sun, May 26, 12:34 AM
Unknown Object (File)
Fri, May 24, 4:04 AM
Unknown Object (File)
Sun, May 19, 9:12 AM
Subscribers

Details

Summary

Keep track of how much is used in the segment as we allocate it to the
application. Set memsz to 0 first, and increment it as used. Adjust the
bufsz before we call kexec so the kernel copies the right amount (it's
an error for bufsz to be bigger than memsz, so we set them == when we
retrieve the segment). Make sure we round to the page size, otherwise
kexec_load gets cranky.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Feb 1 2023, 6:24 AM

rebase / refactor / redo

This revision is now accepted and ready to land.Feb 2 2023, 4:44 PM
This revision was automatically updated to reflect the committed changes.