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:
Andrew Turner 2024-06-05 18:47:48 +00:00
parent 86c9325d34
commit ec69d23093

View file

@ -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"