From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87726 invoked by alias); 9 Aug 2018 03:18:34 -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 87711 invoked by uid 89); 9 Aug 2018 03:18:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:f14-v6s, monday, Monday, Hx-spam-relays-external:209.85.215.194 X-HELO: mail-pg1-f194.google.com Received: from mail-pg1-f194.google.com (HELO mail-pg1-f194.google.com) (209.85.215.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Aug 2018 03:18:32 +0000 Received: by mail-pg1-f194.google.com with SMTP id f14-v6so2026753pgv.13 for ; Wed, 08 Aug 2018 20:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=date:subject:in-reply-to:cc:from:to:message-id; bh=edxB4Al6v13FM5GZDmtq7ZNGdpOQhDVAfDp7/kRw9ZI=; b=K/O6TBYjEnklmIfW8U2q/YxXsh9l6UNyYnTGm8jsDhQ8YUROyoG7AEsG/TR003KyGH M1Ch5uYXscPH5zt5c5l2pOsPA8xXP/Rex/aHwIiqg+x9WnsSqugT3arCV0wkSbKen1NJ BFbaGtCwqxtMQTHJRPgOMHMRMR0Qo4z9E2nA+8nDoM6hQ/u2au7Y6x4jpiu8+dQBItPQ 63vzIZgyY9XDNCEHk3xzj7oEzlr+lIeG2oVFrGy/gdiuNp07IC18QgZ5KzjICSOe3QOT A6Q1oELbodqT649jz1p4FRPDNgU8Z4890jxN+9dcTyVMQDVEQ1cdYb5R5GqeFer+kSN/ BYbQ== Return-Path: Received: from localhost ([12.206.222.5]) by smtp.gmail.com with ESMTPSA id b195-v6sm11880215pfb.2.2018.08.08.20.18.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Aug 2018 20:18:29 -0700 (PDT) Date: Thu, 09 Aug 2018 03:18:00 -0000 X-Google-Original-Date: Wed, 08 Aug 2018 19:45:21 PDT (-0700) Subject: Re: [PATCH 0/5] RISC-V Linux native port In-Reply-To: CC: andrew.burgess@embecosm.com, gdb-patches@sourceware.org From: Palmer Dabbelt To: Jim Wilson Message-ID: X-SW-Source: 2018-08/txt/msg00202.txt.bz2 On Wed, 08 Aug 2018 11:42:42 PDT (-0700), Jim Wilson wrote: > On Wed, Aug 8, 2018 at 11:16 AM, Andrew Burgess > wrote: >> * Jim Wilson [2018-08-08 10:41:52 -0700]: >> I was more suggesting at least having the link on the mailing list so >> anyone whose interested can find the instructions. > > Makes sense. You can find info in > https://github.com/jim-wilson/riscv-linux-native-gdb/blob/jimw-riscv-linux-gdb/README.md > and my collected set of linux kernel patches is > https://github.com/jim-wilson/riscv-linux-native-gdb/blob/jimw-riscv-linux-gdb/riscv-linux.txt > > I'll have to update the info, as the second and third patches are in > the queue for this merge window, and the fourth patch needs to be > rewritten before I can upstream it. And now that gdb patches are > going in upstream I will want to point people at the upstream gdb tree > for further work. The Linux patch queue is for-next, the last of Jim's accepted patches can be found here: https://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git/commit/?h=for-next&id=b06d1415ddc43963761bcce379248bc329d314e4 The merge window opens on Monday, I usually tag Linux patch sets on Monday and then submit them on Wednesday. Unless something goes wrong, I'd anticipate they'll all be merged to Linus' master by next Friday (not this week). Thanks! > Jim