kernel/arch/um/include/asm/common.lds.S
.. .. @@ -9,14 +9,13 @@ 9 9 _sdata = .; 10 10 PROVIDE (sdata = .); 11 11 12 - RODATA12 + RO_DATA(4096)13 13 14 14 .unprotected : { *(.unprotected) } 15 15 . = ALIGN(4096); 16 16 PROVIDE (_unprotected_end = .); 17 17 18 18 . = ALIGN(4096); 19 - NOTES20 19 EXCEPTION_TABLE(0) 21 20 22 21 BUG_TABLE .. .. @@ -52,8 +51,6 @@ 52 51 .con_initcall.init : { 53 52 CON_INITCALL 54 53 } 55 -56 - SECURITY_INIT57 54 58 55 .exitcall : { 59 56 __exitcall_begin = .;