Re: [PATCH 1/2] build: suppress future GNU ld warning about RWX load segments

2022-05-16 Thread Julien Grall
Hi Jan, On 06/05/2022 14:46, Jan Beulich wrote: On 06.05.2022 15:43, Julien Grall wrote: You say future, has this option been merged or still in discussion on the ML? "future" as in "no released version yet". The change is present on the binutils master branch. Thanks for the clarification.

Re: [PATCH 1/2] build: suppress future GNU ld warning about RWX load segments

2022-05-06 Thread Andrew Cooper
On 06/05/2022 15:18, Andrew Cooper wrote: > On 06/05/2022 14:46, Jan Beulich wrote: >> On 06.05.2022 15:43, Julien Grall wrote: >>> You say future, has this option been merged or still in discussion on >>> the ML? >> "future" as in "no released version yet". The change is present on the >> binutil

Re: [PATCH 1/2] build: suppress future GNU ld warning about RWX load segments

2022-05-06 Thread Andrew Cooper
On 06/05/2022 14:46, Jan Beulich wrote: > On 06.05.2022 15:43, Julien Grall wrote: >> You say future, has this option been merged or still in discussion on >> the ML? > "future" as in "no released version yet". The change is present on the > binutils master branch. In which case, I'd recommend sa

Re: [PATCH 1/2] build: suppress future GNU ld warning about RWX load segments

2022-05-06 Thread Jan Beulich
On 06.05.2022 15:43, Julien Grall wrote: > You say future, has this option been merged or still in discussion on > the ML? "future" as in "no released version yet". The change is present on the binutils master branch. > On 06/05/2022 14:37, Jan Beulich wrote: >> We cannot really avoid such and w

Re: [PATCH 1/2] build: suppress future GNU ld warning about RWX load segments

2022-05-06 Thread Julien Grall
Hi, You say future, has this option been merged or still in discussion on the ML? On 06/05/2022 14:37, Jan Beulich wrote: We cannot really avoid such and we're also not really at risk because of them, as we control page table permissions ourselves rather than relying on a loader of some sort.

[PATCH 1/2] build: suppress future GNU ld warning about RWX load segments

2022-05-06 Thread Jan Beulich
We cannot really avoid such and we're also not really at risk because of them, as we control page table permissions ourselves rather than relying on a loader of some sort. Signed-off-by: Jan Beulich --- a/xen/Makefile +++ b/xen/Makefile @@ -397,6 +397,8 @@ endif AFLAGS += -D__ASSEMBLY__ +LD