]> 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)
commit59d330b41bf8357cc2a8970a955f0f725fba345c
tree13c1995d35196a5401c790292b48cd8a5a674d16
parentb050fbe59fd682af61c57b4520471447a6a4b06c
parent97801c5c5f29e9d4dfa07ccafb577879f99a9eef
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.