[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] build: silence future GNU ld warning about executable stacks
- To: Julien Grall <julien@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 6 May 2022 15:46:48 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rRZMAgT/r95Dn4OiUM99nO9GHGmOz0xsBpQbOtmT7cc=; b=WIsc3FhJeBdajQ+/7LnuXR1GDfSjUq6OTH6uEowJ4fxODntPNwHhC54KlGRQU4knNKmD2tb9bmFlPz176j6E31U3gHlwElW2rSvHwO1VwXWd+dvDnmEnu7+FxmP/Bs+HeGO/f1+1OwdDvqa5TPtljRavIOFenA904FVCjeRXhizK1t7uJunOVvoOk6oMwozAlfap6N8XOf05wxdemOPs9p5jO6oBVignHDaZ+IgGEc67ui8SmtQlNloYRHlI8aF2ICc+IY3zOoMahtSX01333f0dNj6Lrw7z5bUJQYdQMtBxL+GdXZmQjL5+z2XZ6nU31cJIZXJoGLSzsse5opTHGA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ArpHw1dbewj5FdOyefUHEa8OEr0A3zGcqPcii1EQJCoEiFApT+tCMgtEDkzHK8Nxz1KLsyCBzRxVsjYQhpBt/1/DYXTqVqeT10CgM+ctaLfS7xljgzf9EG8dJFq0C2FZBiei/BpesvqypjvwW3WC+Ue4Iiu5KMN6AFVMD9uvF6LUrH302Uaxt/IKqGCvvk0wfFvIob/VBx1f35ere5/KTxkqQYpktcFf4sy9pvJXKf1HjEznfjpe0Qq35KqltavbqJKxcbHO6UGn6LS0jiypCzwWiWxFQpmydLDaElfBQ2bKtaKe+GtgcwcP9QTiJK73UjARRMVuUsd2pthNitZg9A==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Fri, 06 May 2022 13:47:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 06.05.2022 15:44, Julien Grall wrote:
> You say future, has this option been merged or still in discussion on
> the ML?
>
> On 06/05/2022 14:38, Jan Beulich wrote:
>> While for C files the compiler is supposed to arrange for emitting
>> respective information, for assembly sources we're responsible ourselves.
>
> Is this a preventive measure, or you have seen it in action?
Same answers as for patch 1.
Jan
|