diff options
author | Hans de Goede <[email protected]> | 2018-04-18 15:24:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-04-23 13:41:55 +0200 |
commit | faf6a2a44164c0fb2c2a82692ab9051917514bce (patch) | |
tree | b7ed81ebf85416b394564e24e2200aa751934358 /tools/perf/scripts/python/sched-migration.py | |
parent | f6f9885b0531163f72c7bf898a0ab1ba4c7d5de6 (diff) |
virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory
It is not possible to get DMA32 zone memory through kmalloc, causing
the vboxguest driver to malfunction due to getting memory above
4G which the PCI device cannot handle.
This commit changes the kmalloc calls where the 4G limit matters to
using __get_free_pages() fixing vboxguest not working on x86_64 guests
with more then 4G RAM.
Cc: [email protected]
Reported-by: Eloy Coto Pereiro <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions