Page MenuHomeFreeBSD

Avoid bzero() before ireloc.
ClosedPublic

Authored by kib on May 9 2018, 1:06 PM.
Tags
None
Referenced Files
F153342335: D15367.diff
Mon, Apr 20, 2:24 PM
Unknown Object (File)
Sat, Apr 18, 7:09 AM
Unknown Object (File)
Thu, Apr 16, 3:45 PM
Unknown Object (File)
Thu, Apr 16, 3:37 PM
Unknown Object (File)
Tue, Apr 14, 9:46 PM
Unknown Object (File)
Thu, Apr 9, 8:15 PM
Unknown Object (File)
Thu, Apr 9, 4:59 AM
Unknown Object (File)
Mon, Apr 6, 4:37 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.