From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH for-4.5 3/4] tools/misc: Delete more obsolete utilities Date: Mon, 20 Oct 2014 13:04:09 -0400 Message-ID: <20141020170409.GB9608@laptop.dumpdata.com> References: <1413394437-11430-1-git-send-email-andrew.cooper3@citrix.com> <1413394437-11430-4-git-send-email-andrew.cooper3@citrix.com> <20141017161317.GA10212@laptop.dumpdata.com> <1413817731.13796.27.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1413817731.13796.27.camel@citrix.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: Ian Campbell Cc: Andrew Cooper , Ian Jackson , Wei Liu , Xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, Oct 20, 2014 at 04:08:51PM +0100, Ian Campbell wrote: > On Fri, 2014-10-17 at 12:13 -0400, Konrad Rzeszutek Wilk wrote: > > On Wed, Oct 15, 2014 at 06:33:56PM +0100, Andrew Cooper wrote: > > > * nsplitd has been orphaned from the build since its introduction in c/s > > > dc44ed4764 (in 2004), and never been developed since. While it does appear > > > to compile, it is full of pointer width mismatch, pointer sign mismatch, and > > > uninitialised variable warnings, which makes it unlikely to function > > > correctly when compiled for a 64bit environment. > > > > > > * xen-python-path was declared obsolete in c/s 11e1149fe (in 2009) and can't > > > actually be used correctly by out-of-tree components. 5 years is long enough > > > for out-of-tree callers to catch up. > > > > > > There are no subdirectories any more, so drop the notion from the Makefile. > > > > Release-Acked-by: Konrad Rzeszutek Wilk > > Acked + applied up to here then. > > I wasn't quite sure what to make of 4/4 release wise. > > > I think I know what the release code-name is going to be: SlimDiet! > > $ git diff --stat RELEASE-4.4.0 > > says "76136 insertions(+), 141713 deletions(-)", which is pretty close > to removing twice as much code as we added in this cycle... Thanks to the axing of xend by Ian-The-Machete :-) > >