[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ping: [PATCH] build: restrict gcc11 workaround to versions earlier than 11.3.0


  • To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Mon, 11 Sep 2023 17:44:09 +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=IZr1sn12g7Btt4NaK9zM8LhHis5d1rFDYlAdBcRHDcU=; b=bV1qB69R+UQoWFJMFQwLpaC5Q/Xuu2gVy01j5cGbmhMcrpP/OIwLnxnkQNA+ohONvpp7g4yl5Br34FMYWXekwUqz0ccfmcJ3L7XO8GTf4hJxGoon1zHw5E8mRHtV1bTnmx/8s4ciipnb8sKj6mNVXP/Klfq7gPDGcXLDIiujOuT7/370RJV/O3i/8qnlbYEcn7I0rmtCzVliVSt4pv9hvdFdTuvgCDHFaAllQJU8ksM28Yccz3f6mmNxLRxgJom8AL0pjmgKo2VY7UhIqGTEkR+zoeueWGeD2aPdBzsFID4Tc0dwDkqiuVslvOVGikfYSjo6mGgbNiFmc4DoTm3vXw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nCNl+2nEiK/z72WT7/D6qRgAxrRn+i7mzVD4lWWx85TY6DY6999/RyDJI32Pez2bkFAXVATTTG5zlEYNYMRy9TvSVriITVTxccC6RhiDON0g5FW43S/swNED86wZuv4nmTk/um31CHFb7vCVsrVd8CVsNff3THX7adkuP1Ja5EXugB/3GD1MUgWfdVO+J1ZSIVziUWwdh8dTkL+Mnc0zub5H8rt1TGItY1BdQELVtXmCcsj0Le+HXi8hCB6i70BtJJrF9BIw0+lfSeP0UITRW2LFeZ+dsy+dWcZncdAOLEz0VOvmCIe0zlZMNOWQHyR1oj5wLdS5jEoxK4x7uRiMEQ==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Mon, 11 Sep 2023 15:44:56 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 22.08.2023 16:40, Jan Beulich wrote:
> The fix for this issue was backported to 11.3, so let's not unduly
> engage the workaround.
> 
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>

Anyone? Please?

Thanks, Jan

> --- a/xen/include/xen/compiler.h
> +++ b/xen/include/xen/compiler.h
> @@ -146,7 +146,8 @@
>      __asm__ ("" : "=r"(__ptr) : "0"(ptr));      \
>      (typeof(ptr)) (__ptr + (off)); })
>  
> -#if CONFIG_GCC_VERSION >= 110000 /* See gcc bug 100680. */
> +/* See gcc bug 100680. */
> +#if CONFIG_GCC_VERSION >= 110000 && CONFIG_GCC_VERSION < 110300
>  # define gcc11_wrap(x) RELOC_HIDE(x, 0)
>  #else
>  # define gcc11_wrap(x) (x)
> 




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.