2013-08-22 02:11:57

by Rob Herring

[permalink] [raw]
Subject: [GIT PULL] Devicetree fix for 3.11

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(+)