commit | 1817f71c6dd4642c5da84cd0947e63c40c05b859 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:07 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:23 2022 -0400 |
tree | ef3330fd92fb137089563680907562a4989d15a5 | |
parent | 9693c1d1cd3e30ad42c04342185f4f40d94bc379 [diff] |
dm: core: Add a note about how livetree updates work The unflattening algorithm results in a single block of memory being allocated for the whole tree. When writing new properties, these are allocated new memory outside that block. When the block is freed, the allocated properties remain. Document how this works and the potential memory leak, as well as mentioning that updating the livetree is actually supported now. Signed-off-by: Simon Glass <sjg@chromium.org>