From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 3F1163858C2D for ; Sun, 3 Dec 2023 03:15:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3F1163858C2D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3F1163858C2D Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701573333; cv=none; b=OJ09xMnGay9bzMPnkjHhqaQDV+U+Cbl+RTBVe/JTB0wrjobm7UneuYsckdSTudOYeiBkfL7IlUsC6owtmVxuaP+KVj7uCzbzJ8Jgid2EzGYtnaT5+CUzye0NKmlzBUcng8IH25Lffii6rdmnEq83+X/8HhHohZZizKIFVtXLrR8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701573333; c=relaxed/simple; bh=gidYkJhoFVf/xov2KxUgXbXSuDZf2L62XV83gJlPRcw=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=RHg6fCfGp81zRErpNT/rgTGzJe6jqm5CcrlY2KeIrr5OFZyzCVEOhxFaSLyqeM92AiN+gGEYauHfb9CdtsNMJ+IO9AtQksMfMeq5nqWypaVFJKAmdcfLfwK5P5Urk+rFVEGNxaRSh0CjIt5uzWE23fwVI2duNWiw+wy0kZ1ufgg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701573331; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gidYkJhoFVf/xov2KxUgXbXSuDZf2L62XV83gJlPRcw=; b=Ue/l/3kPZTUBaJkfAd9BM67ltpoFr3rLnhXQFOnRwr2E7ApgC78PiGSdTLaJA+ixJnUkXg d/0S4MxDFp+mxRNUN04teG6QQw1Jj063dcYTpYumndTUIPFP5nD/t7FXuBhG3bI+OkQrfT RR1N16pAVDtLIMm5h6h30AWpiysK8D4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-608-hQJksMfyMy6Cm-HAct1Vlw-1; Sat, 02 Dec 2023 22:15:30 -0500 X-MC-Unique: hQJksMfyMy6Cm-HAct1Vlw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2852880C343 for ; Sun, 3 Dec 2023 03:15:30 +0000 (UTC) Received: from f39-zbm-nv (unknown [10.22.10.130]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CFC7E40C6EB9 for ; Sun, 3 Dec 2023 03:15:29 +0000 (UTC) Date: Sat, 2 Dec 2023 20:15:13 -0700 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: Introducing a GDB Code Of Conduct Message-ID: <20231202201513.2d2adef3@f39-zbm-nv> In-Reply-To: <87edg7nsen.fsf@redhat.com> References: <87edg7nsen.fsf@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 30 Nov 2023 15:59:44 +0000 Andrew Burgess wrote: > The text of the proposed CoC can be found at the end of this email, and > I look forward to hearing people's thoughts. I'm in favor of adopting this code of conduct. Kevin