RE: [PATCH 06/15] hyperv: avoid unnecessary vmalloc

2016-12-21 Thread KY Srinivasan
org; > Haiyang Zhang ; k...@vger.kernel.org; linux- > ker...@vger.kernel.org; de...@linuxdriverproject.org; Denis V . Lunev > ; Roman Kagan > Subject: [PATCH 06/15] hyperv: avoid unnecessary vmalloc > > Make hypercall and tsc page allocation similar to the rest of the > Hyper-V sh

[PATCH 06/15] hyperv: avoid unnecessary vmalloc

2016-12-20 Thread Roman Kagan
Make hypercall and tsc page allocation similar to the rest of the Hyper-V shared memory stuff instead of vmalloc-ing them. Also perform cleanup unconditionally which is safe. TODO: the skipping of free in case of a crash is probably no longer necessary, too. Signed-off-by: Roman Kagan --- driv