mbox series

[v2,0/2] mm: export __vmalloc_node_range and use it

Message ID 20210608180618.477766-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series mm: export __vmalloc_node_range and use it | expand

Message

Claudio Imbrenda June 8, 2021, 6:06 p.m. UTC
Export __vmalloc_node_range so it can be used in modules.

Use the newly exported __vmalloc_node_range in KVM on s390 to overcome
a hardware limitation.

Claudio Imbrenda (2):
  mm/vmalloc: export __vmalloc_node_range
  KVM: s390: fix for hugepage vmalloc

 arch/s390/kvm/pv.c | 5 ++++-
 mm/vmalloc.c       | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)