Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mo6mz-0008M2-5H for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 19 Nov 2021 16:31:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mo6mR-0000wC-Hq for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 19 Nov 2021 16:30:27 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mo6mR-0000w3-0w for pgsql-pkg-debian@lists.postgresql.org; Fri, 19 Nov 2021 16:30:27 +0000 Received: from smtp-fw-80007.amazon.com ([99.78.197.218]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mo6mO-0002Nv-Gs for pgsql-pkg-debian@postgresql.org; Fri, 19 Nov 2021 16:30:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1637339423; x=1668875423; h=from:to:cc:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:subject; bh=+NKNWhK6waEDZENKECFjdsKlGZgpa/Kqvd2HpilF8bM=; b=dg0PlA5Hmu4ciDhOwmRNstetTx+kCvztoSHkBpeV/Ky+SQDNEJLmxT1v reNRtZsMEgx1+OfyRqVPYzTXEJdo+WtOUS0Tt/bNUuSZ8YGBMN1t/IV4f bLld+BIQ7I9qvsxeCLoWYV2bmeTsNQWeXg2QsrOERZpkBgMSBIzt4oGuG o=; X-IronPort-AV: E=Sophos;i="5.87,248,1631577600"; d="scan'208";a="42801190" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Thread-Topic: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Received: from pdx4-co-svc-p1-lb2-vlan2.amazon.com (HELO email-inbound-relay-pdx-2b-02ee77e7.us-west-2.amazon.com) ([10.25.36.210]) by smtp-border-fw-80007.pdx80.corp.amazon.com with ESMTP; 19 Nov 2021 16:30:20 +0000 Received: from EX13MTAUWB001.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan3.pdx.amazon.com [10.236.137.198]) by email-inbound-relay-pdx-2b-02ee77e7.us-west-2.amazon.com (Postfix) with ESMTPS id 7DB4F41C71; Fri, 19 Nov 2021 16:30:21 +0000 (UTC) Received: from EX13D13UWB004.ant.amazon.com (10.43.161.218) by EX13MTAUWB001.ant.amazon.com (10.43.161.249) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Fri, 19 Nov 2021 16:30:20 +0000 Received: from EX13D01UWB002.ant.amazon.com (10.43.161.136) by EX13D13UWB004.ant.amazon.com (10.43.161.218) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Fri, 19 Nov 2021 16:30:21 +0000 Received: from EX13D01UWB002.ant.amazon.com ([10.43.161.136]) by EX13d01UWB002.ant.amazon.com ([10.43.161.136]) with mapi id 15.00.1497.026; Fri, 19 Nov 2021 16:30:20 +0000 From: "Pop, Sebastian" To: Christoph Berg , Aaron Pavely CC: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Thread-Index: AQHX3WHCaMnwG7BEBkCMiUUHc3YgaawLCgYA Date: Fri, 19 Nov 2021 16:30:20 +0000 Message-ID: <1637339419808.5989@amazon.com> References: <1637276208521.45856@amazon.com> <1637096664670.64397@amazon.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.162.153] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > That's amd64.=0A= > https://salsa.debian.org/postgresql/postgresql/-/blob/15/debian/patches/f= ocal-arm64-outline-atomics=0A= =0A= Sorry about that typo. Arm64 branch 15 looks good. Thanks Christoph.=0A= =0A= > I don't know what Ubuntu's policy on updating released packages is.=0A= =0A= I took the issue to Canonical and I will follow up with them to update the = PostgreSQL packages.=0A= =0A= Thanks,=0A= Sebastian=