commit | 57dd3a7bdf311e4a499fe0decabcdf2484e2538a | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu Nov 25 12:43:33 2021 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Nov 29 22:49:29 2021 +1100 |
tree | 4bae3c23cac60c5d63446ecccd355f16e81a9222 | |
parent | cdc81aece8041fd5437bdabde6c543cdeb2891a8 [diff] |
powerpc: Don't bother about .data..Lubsan sections Since commit 9a427556fb8e ("vmlinux.lds.h: catch compound literals into data and BSS") .data..Lubsan sections are taken into account in DATA_MAIN which is included in DATA_DATA macro. No need to take care of them anymore in powerpc vmlinux.lds.S Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/3eb14570612eef17e01bb67f14a4450136001794.1637840601.git.christophe.leroy@csgroup.eu