[PATCH 0/3] gnttab: pin count related adjustments & more

Jan Beulich posted 3 patches 3 years, 3 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/556c42fd-d7f8-f09f-eb3a-6b724d2b467d@suse.com
[PATCH 0/3] gnttab: pin count related adjustments & more
Posted by Jan Beulich 3 years, 3 months ago
Getting rid of the literal number has been something I've been
hoping to see happen for perhaps over 10 years, along with
doing away with some unnecessary refusal of operations. The
other two changes are "collateral damage" from doing that
change.

1: gnttab: adjust pin count overflow checks
2: gnttab: consolidate pin-to-status syncing
3: Arm: don't hard-code grant table limits in create_domUs()

Jan