[LTP] [PATCH v2] userfaultfd: Minor fixes

Andrea Cervesato andrea.cervesato@suse.com
Thu Mar 26 09:38:49 CET 2026


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


More information about the ltp mailing list