Hi ricardo,
> + if (page) {
> + SAFE_MUNMAP(page, page_size);
> + SAFE_MUNMAP(copy_page, page_size);
> + page = NULL;
> + }
This is gonna TBROK when copy_page is NULL. The same apply to all other
tests which are affected by the same bug.
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com