From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84457 invoked by alias); 4 Sep 2017 14:01:26 -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 84264 invoked by uid 89); 4 Sep 2017 14:01:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=smoke, pushing, HTo:D*gmx.com, H*M:89d5 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Sep 2017 14:01:21 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DEBA36772D; Mon, 4 Sep 2017 14:01:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com DEBA36772D Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=palves@redhat.com Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id F0F307F545; Mon, 4 Sep 2017 14:01:17 +0000 (UTC) Subject: Re: [PATCH v2 0/2] Various build fixes for NetBSD To: Kamil Rytarowski , John Baldwin , gdb-patches@sourceware.org, coypu@sdf.org References: <20170725165051.9132-1-jhb@FreeBSD.org> <4e0601ae-32eb-9e6a-1a64-df588e58a2c2@redhat.com> <1ac94d76-8452-8fc7-b35f-b8186d4edaaa@gmx.com> From: Pedro Alves Message-ID: <33cd4019-5d82-89d5-8f36-c382394d695d@redhat.com> Date: Mon, 04 Sep 2017 14:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1ac94d76-8452-8fc7-b35f-b8186d4edaaa@gmx.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00048.txt.bz2 On 09/04/2017 02:04 PM, Kamil Rytarowski wrote: > On 04.09.2017 14:50, Pedro Alves wrote: >> On 07/25/2017 05:50 PM, John Baldwin wrote: >>> Relative to the first patch series: one patch has been committed, >>> the amd64 KVM support has been dropped, the _KMEMUSER #define was >>> moved earlier in bsd-kvm.o, and the x86 debug registers change was >>> expanded to also add needed object files in the NetBSD/x86 native >>> targets. I haven't been able to test remaining patches so am >>> waiting for testing reports from coypu@. >>> >> >> This hasn't been pushed yet, right? >> FWIW, it looks good to me. >> >> Thanks, >> Pedro Alves >> > > Hi, > > NetBSD patches are still pending. I'm going to readd NetBSD buildbot > after merging them. So, how to break the deadlock? Can you perhaps try applying the patches manually (or John could push them to some branch), and do some quick smoke testing just to be sure things aren't horribly broken? Otherwise, I'd be fine with just pushing them to master directly and if the new buildbot reveals breakage we can always back out the change. Thanks, Pedro Alves