Page MenuHomeFreeBSD

i386+gcc: Turn off stack protection
Needs ReviewPublic

Authored by imp on Wed, Apr 15, 2:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 10:19 PM
Unknown Object (File)
Sun, Apr 19, 7:01 PM
Unknown Object (File)
Sat, Apr 18, 5:25 AM
Unknown Object (File)
Sat, Apr 18, 4:39 AM
Subscribers
None

Details

Reviewers
jhb
Summary

Stack protection doesn't build with gcc, so just turn it off for the kernel + modles.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72229
Build 69112: arc lint + arc unit

Event Timeline

imp requested review of this revision.Wed, Apr 15, 2:39 PM
imp created this revision.

Humm, so we do in fact enable it with LLVM and on other architectures? I wonder how LLVM is able to link an i386 kernel.