Re: [PATCH] x86, relocs: Add __end_rodata_aligned to S_REL

2018-08-09 Thread Sedat Dilek
On Thu, Aug 9, 2018 at 11:44 AM, Joerg Roedel wrote: > This new symbol needs to be in the workaround-list for buggy > binutils, otherwise the build with gcc-4.6 fails. > > Fixes: 39d668e04eda ('x86/mm/pti: Make pti_clone_kernel_text() compile on 32 > bit') > Signed-off-by: Joerg Roedel > --- >

Re: [PATCH] x86, relocs: Add __end_rodata_aligned to S_REL

2018-08-09 Thread Sedat Dilek
On Thu, Aug 9, 2018 at 11:44 AM, Joerg Roedel wrote: > This new symbol needs to be in the workaround-list for buggy > binutils, otherwise the build with gcc-4.6 fails. > > Fixes: 39d668e04eda ('x86/mm/pti: Make pti_clone_kernel_text() compile on 32 > bit') > Signed-off-by: Joerg Roedel > --- >

[PATCH] x86, relocs: Add __end_rodata_aligned to S_REL

2018-08-09 Thread Joerg Roedel
This new symbol needs to be in the workaround-list for buggy binutils, otherwise the build with gcc-4.6 fails. Fixes: 39d668e04eda ('x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit') Signed-off-by: Joerg Roedel --- arch/x86/tools/relocs.c | 1 + 1 file changed, 1 insertion(+) diff

[PATCH] x86, relocs: Add __end_rodata_aligned to S_REL

2018-08-09 Thread Joerg Roedel
This new symbol needs to be in the workaround-list for buggy binutils, otherwise the build with gcc-4.6 fails. Fixes: 39d668e04eda ('x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit') Signed-off-by: Joerg Roedel --- arch/x86/tools/relocs.c | 1 + 1 file changed, 1 insertion(+) diff