Page MenuHomeFreeBSD

Avoid bzero() before ireloc.
ClosedPublic

Authored by kib on May 9 2018, 1:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 7, 11:07 AM
Unknown Object (File)
May 6 2026, 10:16 PM
Unknown Object (File)
May 4 2026, 9:08 AM
Unknown Object (File)
May 3 2026, 11:42 AM
Unknown Object (File)
May 1 2026, 11:43 AM
Unknown Object (File)
Apr 30 2026, 3:42 AM
Unknown Object (File)
Apr 29 2026, 10:19 AM
Unknown Object (File)
Apr 29 2026, 7:29 AM
Subscribers

Diff Detail

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

Event Timeline

Ensure that cpu_stdext_feature is initialized before ireloc.

sys/amd64/amd64/machdep.c
1541 ↗(On Diff #42310)

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.