From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79002 invoked by alias); 6 Jun 2018 21:19:29 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 78892 invoked by uid 89); 6 Jun 2018 21:19:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=alans, Alans, alan's, Alan's X-HELO: sesbmg23.ericsson.net Received: from sesbmg23.ericsson.net (HELO sesbmg23.ericsson.net) (193.180.251.37) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Jun 2018 21:19:26 +0000 Received: from ESESSHC007.ericsson.se (Unknown_Domain [153.88.183.39]) by sesbmg23.ericsson.net (Symantec Mail Security) with SMTP id 9D.B1.13413.BDF481B5; Wed, 6 Jun 2018 23:19:23 +0200 (CEST) Received: from ESESSMB501.ericsson.se (153.88.183.162) by ESESSHC007.ericsson.se (153.88.183.39) with Microsoft SMTP Server (TLS) id 14.3.382.0; Wed, 6 Jun 2018 23:19:22 +0200 Received: from ESESSMB501.ericsson.se (153.88.183.162) by ESESSMB501.ericsson.se (153.88.183.162) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 6 Jun 2018 23:19:22 +0200 Received: from NAM03-CO1-obe.outbound.protection.outlook.com (153.88.183.157) by ESESSMB501.ericsson.se (153.88.183.162) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Wed, 6 Jun 2018 23:19:22 +0200 Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [10.0.0.110] (192.222.164.54) by BN7PR15MB2385.namprd15.prod.outlook.com (2603:10b6:406:8c::23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.841.14; Wed, 6 Jun 2018 21:19:19 +0000 Subject: Re: [PATCH] Guard declarations of 'sve_*_from_*' macros on Aarch64 (and unbreak build) To: Alan Hayward , Sergio Durigan Junior CC: GDB Patches , nd References: <87zi09vw7m.fsf@redhat.com> <20180605220556.7418-1-sergiodj@redhat.com> From: Simon Marchi Message-ID: Date: Wed, 06 Jun 2018 21:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-ClientProxiedBy: YQBPR0101CA0036.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:c00::49) To BN7PR15MB2385.namprd15.prod.outlook.com (2603:10b6:406:8c::23) X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: BN7PR15MB2385: X-Exchange-Antispam-Report-Test: UriScan:; X-MS-Exchange-SenderADCheck: 1 X-Forefront-PRVS: 06952FC175 Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-MS-Office365-Filtering-Correlation-Id: e4b77727-6c4e-4f8c-8628-08d5cbf32adf X-MS-Exchange-CrossTenant-OriginalArrivalTime: 06 Jun 2018 21:19:19.6139 (UTC) X-MS-Exchange-CrossTenant-Network-Message-Id: e4b77727-6c4e-4f8c-8628-08d5cbf32adf X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 92e84ceb-fbfd-47ab-be52-080c6b87953f X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN7PR15MB2385 X-OriginatorOrg: ericsson.com X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00160.txt.bz2 On 2018-06-06 03:34 AM, Alan Hayward wrote: > FYI, either today or tomorrow I’ll be posting a new set of SVE patches. > As part of that series, due to review comments, I’ll be moving the all > the linux kernel defines to two new files which contain only kernel > defines (From ptrace.h and sigcontext.h). I’ll double check this works > with new header files. Regardless of that, I think your patch should > still go in to unbreak the build until then. > > > Changes are good to me if the VG guards are removed (but I’m not a > maintainer so cannot officially approve it). LGTM with Alan's proposed changes. Simon