All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robherring2@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Grant Likely <grant.likely@secretlab.ca>,
	Wladislav Wiebe <wladislav.kw@gmail.com>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: [GIT PULL] Devicetree fix for 3.11
Date: Wed, 21 Aug 2013 21:11:52 -0500	[thread overview]
Message-ID: <52157368.1000801@gmail.com> (raw)

Hi Linus,

Please pull this single fix for a missing memory initialization in DT 
unflattening code.

Rob

The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://sources.calxeda.com/kernel/linux.git tags/devicetree-fixes-for-3.11

for you to fetch changes up to 9e40127526e857fa3f29d51e83277204fbdfc6ba:

  of: fdt: fix memory initialization for expanded DT (2013-08-21 20:05:49 -0500)

----------------------------------------------------------------
For DT unflattening, add missing memory initialization. This is needed
for arches like PPC that use memblock_alloc. This appears to have been
an issue for some time, but is a somewhat limited usecase of OF_DYNAMIC.

----------------------------------------------------------------
Wladislav Wiebe (1):
      of: fdt: fix memory initialization for expanded DT

 drivers/of/fdt.c | 2 ++
 1 file changed, 2 insertions(+)

                 reply	other threads:[~2013-08-22  2:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52157368.1000801@gmail.com \
    --to=robherring2@gmail.com \
    --cc=benh@kernel.crashing.org \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=wladislav.kw@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.