Re: [PATCH 0/1] x86/boot: lld fix

2020-05-21 Thread Arvind Sankar
On Wed, May 20, 2020 at 07:12:17PM -0700, Fangrui Song wrote: > On 2020-05-20, Arvind Sankar wrote: > >On Wed, May 20, 2020 at 06:56:53PM -0400, Arvind Sankar wrote: > >> arch/x86/boot/setup.elf currently has an orphan section .text.startup, > >> and lld git as of ebf14d9b6d8b is breaking on 64-bit

Re: [PATCH 0/1] x86/boot: lld fix

2020-05-20 Thread Fangrui Song
On 2020-05-20, Arvind Sankar wrote: On Wed, May 20, 2020 at 06:56:53PM -0400, Arvind Sankar wrote: arch/x86/boot/setup.elf currently has an orphan section .text.startup, and lld git as of ebf14d9b6d8b is breaking on 64-bit due to what seems to be a change in behavior on orphan section placement

Re: [PATCH 0/1] x86/boot: lld fix

2020-05-20 Thread Arvind Sankar
On Wed, May 20, 2020 at 06:56:53PM -0400, Arvind Sankar wrote: > arch/x86/boot/setup.elf currently has an orphan section .text.startup, > and lld git as of ebf14d9b6d8b is breaking on 64-bit due to what seems > to be a change in behavior on orphan section placement (details in patch > commit messag