14/12/2018 19:51, Yongseok Koh: > > > On Dec 14, 2018, at 3:54 AM, Anatoly Burakov <[email protected]> > > wrote: > > > > The external heaps API already implicitly expects start address > > of the external memory area to be page-aligned, but it is not > > enforced or documented. Fix this by implementing additional > > parameter checks at memory add call, and document the page > > alignment requirement explicitly. > > > > Fixes: 7d75c31014f7 ("malloc: allow adding memory to named heaps") > > Cc: [email protected] > > > > Signed-off-by: Anatoly Burakov <[email protected]> > > Suggested-by: Yongseok Koh <[email protected]> > > --- > > Acked-by: Yongseok Koh <[email protected]>
Applied, thanks

