From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [RFC PATCH 0/2] dtc: enable use of pre-processor Date: Fri, 28 Sep 2012 15:39:56 -0500 Message-ID: References: <1348860731-20868-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1348860731-20868-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Stephen Warren Cc: linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Mark Brown , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Scott Wood List-Id: linux-arch.vger.kernel.org > From: Stephen Warren > > I'll post a patch to update the in-kernel dtc to the upstream dtc as > soon as one final dtc patch has been applied, and this series will then > depend on that patch. And that patch, I think, has just been applied to the upstream DTC repo at git.jdl.com: commit 317a5d92bc357aba2c993ee78b4c089b7539fcc6 Author: Stephen Warren Date: Fri Sep 28 12:39:22 2012 -0600 dtc: zero out new label objects Without this, new->deleted may be left set to some random value, which may then cause future label references to fail to locate the label. The code that allocates properties and nodes already contains the equivalent memset(). Signed-off-by: Stephen Warren HTH, jdl From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com ([208.123.74.7]:58684 "EHLO jdl.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423266Ab2I1V1k (ORCPT ); Fri, 28 Sep 2012 17:27:40 -0400 Message-ID: Subject: Re: [RFC PATCH 0/2] dtc: enable use of pre-processor In-reply-to: <1348860731-20868-1-git-send-email-swarren@wwwdotorg.org> References: <1348860731-20868-1-git-send-email-swarren@wwwdotorg.org> Date: Fri, 28 Sep 2012 15:39:56 -0500 From: Jon Loeliger Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stephen Warren Cc: David Gibson , Grant Likely , Rob Herring , Scott Wood , Mark Brown , Jean-Christophe PLAGNIOL-VILLARD , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Stephen Warren Message-ID: <20120928203956.QaKkEFwwBkuPw6yd2YzY7xAI9B2t_xZXm3VO9D6hlOY@z> > From: Stephen Warren > > I'll post a patch to update the in-kernel dtc to the upstream dtc as > soon as one final dtc patch has been applied, and this series will then > depend on that patch. And that patch, I think, has just been applied to the upstream DTC repo at git.jdl.com: commit 317a5d92bc357aba2c993ee78b4c089b7539fcc6 Author: Stephen Warren Date: Fri Sep 28 12:39:22 2012 -0600 dtc: zero out new label objects Without this, new->deleted may be left set to some random value, which may then cause future label references to fail to locate the label. The code that allocates properties and nodes already contains the equivalent memset(). Signed-off-by: Stephen Warren HTH, jdl