mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
icp: mark asm files with noexec stack
Similar to commit a3600a106
. Asm files need an explicit note
that they do not require an executable stack.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jason Zaman <jason@perfinion.com>
Closes #5332
This commit is contained in:
parent
9fa4db44b7
commit
402c7c27b0
@ -2081,3 +2081,7 @@ K512:
|
|||||||
.quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
|
.quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
|
||||||
.quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
|
.quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
|
||||||
#endif /* !lint && !__lint */
|
#endif /* !lint && !__lint */
|
||||||
|
|
||||||
|
#ifdef __ELF__
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user