Re: [Xen-devel] [PATCH v2 03/18] mini-os: remove MM_DEBUG code

2016-08-10 Thread Samuel Thibault
Juergen Gross, on Fri 05 Aug 2016 19:35:47 +0200, wrote: > mm.c contains unused code inside #ifdef MM_DEBUG areas. Its usability > is rather questionable and some parts are even wrong (e.g. > print_chunks() called with nr_pages > 1000 will clobber an arbitrary > stack content with a 0 byte). > >

[Xen-devel] [PATCH v2 03/18] mini-os: remove MM_DEBUG code

2016-08-05 Thread Juergen Gross
mm.c contains unused code inside #ifdef MM_DEBUG areas. Its usability is rather questionable and some parts are even wrong (e.g. print_chunks() called with nr_pages > 1000 will clobber an arbitrary stack content with a 0 byte). Remove this code. Signed-off-by: Juergen Gross