Page MenuHomeFreeBSD

Avoid bzero() before ireloc.
ClosedPublic

Authored by kib on May 9 2018, 1:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 24, 10:29 PM
Unknown Object (File)
Sun, Oct 5, 12:03 AM
Unknown Object (File)
Sep 27 2025, 6:59 AM
Unknown Object (File)
Sep 26 2025, 9:04 PM
Unknown Object (File)
Sep 16 2025, 2:27 PM
Unknown Object (File)
Sep 5 2025, 4:01 AM
Unknown Object (File)
Sep 2 2025, 8:04 AM
Unknown Object (File)
Aug 16 2025, 12:57 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Ensure that cpu_stdext_feature is initialized before ireloc.

sys/amd64/amd64/machdep.c
1541

Ignore this line, it is innocent and appears due to the way the diff is generated.

This makes the kernel boot fine with mem* routines flipped to erms.

This revision is now accepted and ready to land.May 9 2018, 2:20 PM
This revision was automatically updated to reflect the committed changes.