Page MenuHomeFreeBSD

uma: pcpu_page_free needs to startup_free pages from startup_alloc
ClosedPublic

Authored by rlibby on Feb 4 2020, 12:58 AM.
Tags
None
Referenced Files
F132516555: D23496.diff
Fri, Oct 17, 2:19 PM
Unknown Object (File)
Fri, Oct 10, 9:01 PM
Unknown Object (File)
Wed, Sep 24, 6:32 AM
Unknown Object (File)
Sep 13 2025, 4:38 PM
Unknown Object (File)
Aug 26 2025, 10:01 PM
Unknown Object (File)
Aug 1 2025, 4:38 AM
Unknown Object (File)
Jul 22 2025, 11:53 AM
Unknown Object (File)
Jul 22 2025, 11:53 AM
Subscribers

Details

Summary

After r357392, it is apparent that we do have some early-boot PCPU
zones. Make it so we can safely free pages from them if they are
actually used during early boot.

Diff Detail

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

Event Timeline

I just considered that it might be cleaner to test for this once in keg_free_slab but this is fine.

This revision is now accepted and ready to land.Feb 4 2020, 1:17 AM