From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88091 invoked by alias); 6 Dec 2019 19:20: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 88082 invoked by uid 89); 6 Dec 2019 19:20:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.4 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=H*MI:sk:CAPTJ0X X-HELO: mail-oi1-f195.google.com Received: from mail-oi1-f195.google.com (HELO mail-oi1-f195.google.com) (209.85.167.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Dec 2019 19:20:27 +0000 Received: by mail-oi1-f195.google.com with SMTP id a124so728009oii.13 for ; Fri, 06 Dec 2019 11:20:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ONIZY+SEC/5eMgVbuNGLRRen90cIo8gk9Ll9dSb/N9w=; b=hxCP0ovSiNjiFnDBjmVzDBO8ysGMozFJEs3FdSaegSTaR6v5RmKhSUgIT8G/ZnSLMz /9QNYVQCBlS3w0jTjfklIczHUQS0cYv7M+VdaDhaQTQ96TWzBIRG7qvcgAVPRfmtSUkG 1aOiHg95zofUYHqewqEQIkS/ov2OCVljbDrZKPkTvx0AM2HBO4XEv2KLDDNf1ZEjiI+b DY+8MtG6jUVxU6AtED2KTSFfnhLyUXoWT/E7kpG1aY1PwgGHMgA+lIuUAFabD6TzbOHj srhHT+g4t3K74YcrxpF+t3lTjyZkSFrmh6ExTk3pknnncS9KmB2GrFKOm86S1DoNH0I0 AB9A== MIME-Version: 1.0 References: <20191202211550.231100-1-cbiesinger@google.com> <20191205213228.197521-1-cbiesinger@google.com> <7935d839-7790-0275-e442-1b03f6d3eda5@redhat.com> In-Reply-To: <7935d839-7790-0275-e442-1b03f6d3eda5@redhat.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Fri, 06 Dec 2019 19:20:00 -0000 Message-ID: Subject: Re: [PATCH v2] Put bcache inside "namespace gdb" To: Pedro Alves Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00240.txt.bz2 On Fri, Dec 6, 2019 at 12:51 PM Pedro Alves wrote: > > On 12/5/19 9:32 PM, Christian Biesinger via gdb-patches wrote: > > [Updated for https://sourceware.org/ml/gdb-patches/2019-12/msg00073.html, > > which has been pushed] > > > > This avoids a conflict with a system "struct bcache" on > > Solaris (see e.g. > > https://www.isi.edu/nsnam/archive/ns-users/webarch/2001/msg05393.html) > > > > Note that the Solaris conflict for now only surfaces with > > --enable-targets=all (which the build bot doesn't use). > > > > OK. > > I still haven't managed to submit the "namespace gdb everywhere" [1] > patch series in this cycle. :-/ Maybe after we branch. Once > we have that, then we can drop the "gdb::"'s sprinkled throughout. Thanks, pushed. Christian