Re: [RFC 01/15] scripts/dtc: fix most memory leaks in dtc

2013-10-03 Thread Fabien Parent
Looping back the mailing-lists. On Thu, Oct 3, 2013 at 4:23 PM, Fabien Parent fpar...@baylibre.com wrote: Hi David, On Wed, Oct 2, 2013 at 2:59 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Tue, Sep 24, 2013 at 06:52:07PM +0200, Benoit Cousson wrote: From: Fabien Parent

Re: [RFC 01/15] scripts/dtc: fix most memory leaks in dtc

2013-10-02 Thread David Gibson
On Tue, Sep 24, 2013 at 06:52:07PM +0200, Benoit Cousson wrote: From: Fabien Parent fpar...@baylibre.com As noted elsewhere, please write patches against upstream dtc, not the version in the kernel. git://git.kernel.org/pub/scm/utils/dtc/dtc.git There are a few memory leaks in dtc which until

[RFC 01/15] scripts/dtc: fix most memory leaks in dtc

2013-09-24 Thread Benoit Cousson
From: Fabien Parent fpar...@baylibre.com There are a few memory leaks in dtc which until now were not that important since they were all in the parser and only one instance of the parser was run per instance of dtc. The following commits will add a validation of dts through schema which have the