Subject: Re: Changes for proplib to reduce kernel bloat
To: Simon Burge <simonb@wasabisystems.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 05/09/2006 09:11:34
On May 7, 2006, at 8:54 AM, Simon Burge wrote:

> The patch below removes the XML conversion support from proplib when
> it's built for the kernel, for which I can see no obvious use.

One of the key points is to have this intermediate format that can be  
used to pass between the kernel and user space.  In order to do that,  
the kernel needs to have the ability to generate and parse the XML.

-- thorpej