From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: remove xenpmd Date: Thu, 18 Feb 2016 10:20:34 +0000 Message-ID: <1455790834.6225.16.camel@citrix.com> References: <1455720074-11321-1-git-send-email-ian.campbell@citrix.com> <20160217170540.GC23247@char.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160217170540.GC23247@char.us.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2016-02-17 at 12:05 -0500, Konrad Rzeszutek Wilk wrote: > On Wed, Feb 17, 2016 at 02:41:14PM +0000, Ian Campbell wrote: > > It has four instances of the same CID 1198719 (strncpy(..., 32) into a > > 32-byte buffer). > > > > However ever since it was checked in in 2008 it has contained a > > /tmp instead of the real ones in /proc. I therefore conclude that it > > has not ever been used in its current form in the last 8 years and > > might as well therefore be deleted. The code remains in the git > > history should anyone one to reanimate it. > > > > Searching online shows no references to the use of this tool. > > > > Signed-off-by: Ian Campbell > > Acked-by: Konrad Rzeszutek Wilk > > .. Can I commit this in now :-) I think formally it probably needs an Ack from Wei or Ian? I usually give this sort of thing (removals etc) a little longer than normal to give more of a chance for objections, although the counter to that is that once this is committed it could just as easily be reverted the next day as in 6 months time if someone turns up with a good reason it shouldn't have been nuked. Ian.