summaryrefslogtreecommitdiff
path: root/kexec/add_buffer.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2011-07-25 17:35:42 +1000
committerSimon Horman <horms@verge.net.au>2011-07-25 20:44:36 +0900
commite8b7939b1e7249aecbbe45b47c7a2a6169681072 (patch)
tree2a0ea0a34881dcaa3dda870f9ca6f6708689a999 /kexec/add_buffer.c
parent13f6d71bdf9836b90ae4ec21209383f1a3c56b0f (diff)
kexec-tools: powerpc: dt_reserve doesn't allocate enough memory for large properties
On a large ppc64 box I got the following error from kexec -l: unrecoverable error: could not read "/proc/device-tree/ibm,dynamic-reconfiguration-memory/ibm,dynamic-memory": Bad address dt_reserve was assuming a property was never larger than INIT_TREE_WORDS (65536), but on this box ibm,dynamic-memory is 119995 words. Allocate INIT_TREE_WORDS or the number of words requested, whatever is larger. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/add_buffer.c')
0 files changed, 0 insertions, 0 deletions