From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 429A3C433F5 for ; Mon, 20 Sep 2021 15:24:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28D41610CE for ; Mon, 20 Sep 2021 15:24:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232621AbhITP0J (ORCPT ); Mon, 20 Sep 2021 11:26:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:52760 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232422AbhITP0I (ORCPT ); Mon, 20 Sep 2021 11:26:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7606A610A8; Mon, 20 Sep 2021 15:24:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632151482; bh=YjQ8NzjrgmxykSP2jvB1DcacMBKkq1X9jkOSod5T2LM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TNSgRPZukSUK0AF3vRmFOPBQcv2lnQZsRjf5ALf72kRoGKSQjbFsFQxxa3b3QYbj+ xaAtzjIaHZUXE+AA3AnSvIIM0qF20BrARZDCRDrVOEYQL8SmyilhZhqd8t0JZvdRC2 +3Tj4u8bzbyXDw+EiNKoSGphL/8lBeRevsAVgfIc= Date: Mon, 20 Sep 2021 17:24:39 +0200 From: Greg KH To: Christian Borntraeger Cc: stable@vger.kernel.org, Paolo Bonzini , KVM , Cornelia Huck , Janosch Frank , David Hildenbrand , linux-s390 , Thomas Huth , Claudio Imbrenda , Radim =?utf-8?B?S3LEjW3DocWZ?= , Nitesh Narayan Lal , Halil Pasic Subject: Re: [PATCH 0/1] KVM: s390: backport for stable of "KVM: s390: index Message-ID: References: <20210920150616.15668-1-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210920150616.15668-1-borntraeger@de.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On Mon, Sep 20, 2021 at 05:06:15PM +0200, Christian Borntraeger wrote: > Stable team, > > here is a backport for 4.19 of > commit a3e03bc1368 ("KVM: s390: index kvm->arch.idle_mask by vcpu_idx") > This basically removes the kick_mask parts that were introduced with > kernel 5.0 and fixes up the location of the idle_mask to the older > place. Now queued up, thanks. > FWIW, it might be a good idea to also backport > 8750e72a79dd ("KVM: remember position in kvm->vcpus array") to avoid > a performance regression for large guests (many vCPUs) when this patch > is applied. > @Paolo Bonzini, would you be ok with 8750e72a79dd in older stable releases? That would also have to go into 5.4.y, right? thanks, greg k-h