From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27973 invoked by alias); 14 Nov 2005 17:11:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 27950 invoked by uid 22791); 14 Nov 2005 17:11:13 -0000 Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 14 Nov 2005 17:11:13 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-03.spheriq.net with ESMTP id jAEHBAUU028259 for ; Mon, 14 Nov 2005 17:11:10 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-03.spheriq.net with ESMTP id jAEHB9sg012788 for ; Mon, 14 Nov 2005 17:11:10 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id jAEHAhQn009148 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 14 Nov 2005 17:10:54 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 370B5DA4B; Mon, 14 Nov 2005 17:10:43 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 0AE7C475FC; Mon, 14 Nov 2005 17:13:41 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C3A4775969; Mon, 14 Nov 2005 17:13:40 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 33C9F475FB; Mon, 14 Nov 2005 17:13:40 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CGZ21624 (AUTH "andrew stubbs"); Mon, 14 Nov 2005 17:10:40 GMT Message-ID: <4378C47C.8020102@st.com> Date: Mon, 14 Nov 2005 22:18:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] thread apply help References: <43723A70.9050309@st.com> <20051113184040.GF3599@nevyn.them.org> In-Reply-To: <20051113184040.GF3599@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 X-SW-Source: 2005-11/txt/msg00193.txt.bz2 Daniel Jacobowitz wrote: >>This patch might qualify as obvious, but I'm not sure what the rules are >>on who's allowed to do that, so here it is. > > Anyone who can commit a patch. See MAINTAINERS for the description of > this. Actually, the MAINTAINERS file says 'All maintainers listed in this file'. I am neither a maintainer, nor listed in that file. > Yes, this is fine. It'd be nice if the CLI code handled this > automatically, but obviously it doesn't, so... Commited. Thanks Andrew Stubbs