Page MenuHomeFreeBSD

Avoid bzero() before ireloc.
ClosedPublic

Authored by kib on May 9 2018, 1:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 6:11 AM
Unknown Object (File)
Thu, Dec 5, 6:07 AM
Unknown Object (File)
Tue, Dec 3, 2:22 AM
Unknown Object (File)
Tue, Nov 26, 2:48 PM
Unknown Object (File)
Nov 21 2024, 9:54 AM
Unknown Object (File)
Nov 20 2024, 10:35 AM
Unknown Object (File)
Nov 20 2024, 10:23 AM
Unknown Object (File)
Nov 20 2024, 8:51 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.