Re: [PATCH V4 0/6] xen: Add support of extended regions (safe ranges) on Arm

From: Boris Ostrovsky
Date: Fri Dec 17 2021 - 14:14:31 EST



On 12/16/21 5:02 PM, Oleksandr wrote:

On 09.12.21 22:05, Oleksandr Tyshchenko wrote:


Hello Juergen, Boris


May I please ask, are you happy (or otherwise) with current patch series (I assume, especially with commits #3-4)?


I think I mentioned last time, in patch 4:


+ if (target_resource != &iomem_resource) {
+ tmp_res = kzalloc(sizeof(*tmp_res), GFP_KERNEL);
+ if (!res) {


Other than that --- LGTM.


-boris