On Tue, 17 Nov 2020 16:10:22 +0100 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > Almost all kvm allocations in the s390x KVM code can be attributed to > process that triggers the allocation (in other words, no global s/process/the process/ > allocation for other guests). This will help the memcg controller to do s/do/make/ > the right decisions. > > Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> > Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx> > --- > arch/s390/kvm/guestdbg.c | 8 ++++---- > arch/s390/kvm/intercept.c | 2 +- > arch/s390/kvm/interrupt.c | 10 +++++----- > arch/s390/kvm/kvm-s390.c | 20 ++++++++++---------- > arch/s390/kvm/priv.c | 4 ++-- > arch/s390/kvm/pv.c | 6 +++--- > arch/s390/kvm/vsie.c | 4 ++-- > 7 files changed, 27 insertions(+), 27 deletions(-) Didn't do a deep review, but looks reasonable. Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>