linux: Allows writing to the vdso from the kernel
We need to write to the vdso in the kernel to perform fixups. Move it from .rodata to .data so these can be run. Reported by: cy Sponsored by: Arm Ltd
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
.section .rodata
|
||||
.section .data
|
||||
.globl _binary_linux_vdso_so_o_start
|
||||
_binary_linux_vdso_so_o_start:
|
||||
.incbin "linux_vdso.so.o"
|
||||
|
||||
Reference in New Issue
Block a user