HomeFreeBSD

kboot: .note.GNU-stack is needed

Description

kboot: .note.GNU-stack is needed

Add '.section .note.GNU-stack,"",%progbits' to all assembler. Newer
versions of clang complain when this isn't present because executable
stacks are going away in the future. We don't need an executable stack
anyway.

Sponsored by: Netflix
Reviewed by: kevans, andrew, emaste, jhibbits
Differential Revision: https://reviews.freebsd.org/D49855

Details

Provenance
impAuthored on Thu, Apr 17, 4:03 AM
Reviewer
kevans
Differential Revision
D49855: kboot: .note.GNU-stack is needed
Parents
rG4caaab2e6d49: kboot: Spell Reserved correctly
Branches
Unknown
Tags
Unknown