Skip to content

Commit 712fb83

Browse files
committed
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
2 parents 77c51ba + eb761a1 commit 712fb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/vmlinux.lds.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ SECTIONS
142142
#endif
143143

144144
.data.rel.ro : AT(ADDR(.data.rel.ro) - LOAD_OFFSET) {
145-
*(.data.rel.ro*)
145+
*(.data.rel.ro .data.rel.ro.*)
146146
}
147147

148148
.branch_lt : AT(ADDR(.branch_lt) - LOAD_OFFSET) {

0 commit comments

Comments
 (0)