mbox series

[0/3] xen/privcmd: misc corrections

Message ID 0f0db6fa-2604-9a0d-1138-0063b5a39a87@suse.com (mailing list archive)
Headers show
Series xen/privcmd: misc corrections | expand

Message

Jan Beulich Sept. 22, 2021, 10:14 a.m. UTC
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

Comments

Jürgen Groß Oct. 5, 2021, 6:39 a.m. UTC | #1
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