Merge tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fix from Michael Ellerman:

- Fix writable sections being moved into the rodata region.

Thanks to Nicholas Piggin and Christophe Leroy.

* tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc: Fix writable sections being moved into the rodata region

+1 -1
+1 -1
arch/powerpc/kernel/vmlinux.lds.S
··· 142 142 #endif 143 143 144 144 .data.rel.ro : AT(ADDR(.data.rel.ro) - LOAD_OFFSET) { 145 - *(.data.rel.ro*) 145 + *(.data.rel.ro .data.rel.ro.*) 146 146 } 147 147 148 148 .branch_lt : AT(ADDR(.branch_lt) - LOAD_OFFSET) {