]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Jun 2020 06:44:27 +0000 (02:44 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Jun 2020 06:44:27 +0000 (02:44 -0400)
commitdaa90cb2a6ab0d407c0abf51374f243ef409124d
tree13c1995d35196a5401c790292b48cd8a5a674d16
parent8b61211803c5c8e5cca120bf1be5d43d55a1f2de
parentdd69878582627f94339a73b79ae57471c58b8aec
Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master

The current number of KVM_IRQCHIP_NUM_PINS results in an order 3
allocation (32kb) for each guest start/restart which can result in OOM
killer activity when kernel memory is fragmented enough.

This fix reduces the number of iopins as s390 doesn't use them, hence
reducing the memory footprint.