From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57415 invoked by alias); 4 Sep 2017 17:08:45 -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 57399 invoked by uid 89); 4 Sep 2017 17:08:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=H*M:ralph, HTo:D*gmx.com X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Sep 2017 17:08:38 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 0A6A010AF07; Mon, 4 Sep 2017 13:08:37 -0400 (EDT) From: John Baldwin To: Kamil Rytarowski Cc: Pedro Alves , gdb-patches@sourceware.org, coypu@sdf.org Subject: Re: [PATCH v2 0/2] Various build fixes for NetBSD Date: Mon, 04 Sep 2017 17:08:00 -0000 Message-ID: <4495676.UmTHkmBAkE@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <93094170-b92c-1360-00d9-682fcf3d448b@gmx.com> References: <20170725165051.9132-1-jhb@FreeBSD.org> <33cd4019-5d82-89d5-8f36-c382394d695d@redhat.com> <93094170-b92c-1360-00d9-682fcf3d448b@gmx.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00057.txt.bz2 On Monday, September 04, 2017 04:35:58 PM Kamil Rytarowski wrote: > On 04.09.2017 16:01, Pedro Alves wrote: > > > > 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 > > > > I'm right now upstreaming pkgsrc patches to qemu. Once I will be done, I > will switch to gdb. > > In general there are around 2 remaining build issues on NetBSD > ( freebsdism and missing _KMEMUSER). In the past I was > demotivated by that ChangeLog format. > > Long term, I'm still working on ptrace(2) correctness (appropriate > support for threads in tracee) and LLDB/NetBSD porting.. I expect to > allocate at some point time - when working on LLDB/kgdb - to improve GDB > support and resurrect execution of tests. I'm fine with pushing the current patchset to master if that works best for you Kamil. I'm also happy to help shepherd NetBSD patches in when I can. -- John Baldwin