[PATCH 0/3] xen/privcmd: misc corrections

Jan Beulich posted 3 patches 3 years, 2 months ago
Failed in applying to current master (apply log)
[PATCH 0/3] xen/privcmd: misc corrections
Posted by Jan Beulich 3 years, 2 months ago
The three changes here are largely independent, except for a contextual
dependency between 2 and 3. Note that patch 1 will need actually testing,
on Arm.

1: replace kcalloc() by kvcalloc() when allocating empty pages
2: fix error handling in mmap-resource processing
3: drop "pages" parameter from xen_remap_pfn()

Jan


Re: [PATCH 0/3] xen/privcmd: misc corrections
Posted by Juergen Gross 3 years, 1 month ago
On 22.09.21 12:14, Jan Beulich wrote:
> The three changes here are largely independent, except for a contextual
> dependency between 2 and 3. Note that patch 1 will need actually testing,
> on Arm.
> 
> 1: replace kcalloc() by kvcalloc() when allocating empty pages
> 2: fix error handling in mmap-resource processing
> 3: drop "pages" parameter from xen_remap_pfn()

Series pushed to xen/tip.git for-linus-5.15b


Juergen