From: Vineet Gupta Date: Thu, 21 Feb 2013 12:07:06 +0000 (+0530) Subject: ARC: make a copy of flat DT X-Git-Tag: v3.9-rc1~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab6a08c082b82dff884eb49a2229b0474d0b7e5;p=pandora-kernel.git ARC: make a copy of flat DT The flat DT (currently embedded in vmlinux) is in .init section. The unflattened/binary tree doesn't copy strings through and references them from orig flat DT - which could cause catestrohpy if of_* APIs are called post init, say from a driver which is a loadable module. Reported-by: James Hogan Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed