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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 BE510C2B9F8 for ; Wed, 12 May 2021 20:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC5B861420 for ; Wed, 12 May 2021 20:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385995AbhELUR3 (ORCPT ); Wed, 12 May 2021 16:17:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:56298 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376693AbhELT1Q (ORCPT ); Wed, 12 May 2021 15:27:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 783D3613F7; Wed, 12 May 2021 19:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620847566; bh=cpcLCEh07MPFgU7nC0SnvS+k674aBQRE/mdbKfiBHi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fSItDh3kg9vohG+wOu8+YgwLSSy+onkW9xDYg4ZOVM68khqkeexpZkFjlEQN85aGc AwUbrfBgEZ11mqCUKlDXfkZ8k5OBiUPDIDcBAxj2EPFC/K2TggS7CsIel3fNdXJd6r w1O/TQqVQDmJ7nhyupTbcskn52vyJ6EaruHeXQeiVKVQubeFvtQjs9mtlaLHs6dV7W 3EUYEf39mI8nrWRmbcN1RR1q1qKbxVeTLRXkYE54U2/PTwNBr7u6faP/G9qXWbfhRS KDT+MgyJF9p4i5nfbTMKNtsi6C2I8+2L/lHYF3LkxdleTEQX0a/Jf1VA2Qol1xcmD3 R8oUwm/HoOB0Q== Date: Wed, 12 May 2021 15:26:05 -0400 From: Sasha Levin To: Marc Zyngier Cc: Alexandru Elisei , Naresh Kamboju , Greg Kroah-Hartman , open list , Shuah Khan , Florian Fainelli , patches@kernelci.org, lkft-triage@lists.linaro.org, Jon Hunter , linux-stable , Pavel Machek , Andrew Morton , Linus Torvalds , Guenter Roeck , Linux ARM , kvmarm@lists.cs.columbia.edu Subject: Re: [PATCH 5.4 000/244] 5.4.119-rc1 review Message-ID: References: <20210512144743.039977287@linuxfoundation.org> <87h7j7opg2.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87h7j7opg2.wl-maz@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 12, 2021 at 06:02:37PM +0100, Marc Zyngier wrote: >On Wed, 12 May 2021 18:00:16 +0100, >Alexandru Elisei wrote: >> I made this change to get it to build: >> >> $ git diff >> diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h >> index dd03d5e01a94..32564b017ba0 100644 >> --- a/arch/arm/include/asm/kvm_host.h >> +++ b/arch/arm/include/asm/kvm_host.h >> @@ -335,6 +335,7 @@ static inline void kvm_arch_sched_in(struct kvm_vcpu *vcpu, >> int cpu) {} >>  static inline void kvm_arch_vcpu_block_finish(struct kvm_vcpu *vcpu) {} >>   >>  static inline void kvm_arm_init_debug(void) {} >> +static inline void kvm_arm_vcpu_init_debug(struct kvm_vcpu *vcpu) {} >>  static inline void kvm_arm_setup_debug(struct kvm_vcpu *vcpu) {} >>  static inline void kvm_arm_clear_debug(struct kvm_vcpu *vcpu) {} >>  static inline void kvm_arm_reset_debug_ptr(struct kvm_vcpu *vcpu) {} >> >> which matches the stub for kvm_arm_init_debug(). I can spin a patch >> out of it and send it for 5.4 and 4.19. Marc, what do you think? > >Ideally, we'd drop the patch in its current form from 5.4 and 4.19, >and send an updated patch with this hunk to fix the 32bit build. Yes please. I've dropped it from 5.4 and 4.19 and we can queue up a fixed backport for the next round of releases. -- Thanks, Sasha 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=-8.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 4046EC433B4 for ; Wed, 12 May 2021 19:26:12 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 83B6461417 for ; Wed, 12 May 2021 19:26:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 83B6461417 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id EEE4E4B4DB; Wed, 12 May 2021 15:26:10 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H1FvPFTPVw72; Wed, 12 May 2021 15:26:10 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 057454B53D; Wed, 12 May 2021 15:26:10 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D94194B4DB for ; Wed, 12 May 2021 15:26:08 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TjZ2flecHVCc for ; Wed, 12 May 2021 15:26:07 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id CD8BF4B2A4 for ; Wed, 12 May 2021 15:26:07 -0400 (EDT) Received: by mail.kernel.org (Postfix) with ESMTPSA id 783D3613F7; Wed, 12 May 2021 19:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620847566; bh=cpcLCEh07MPFgU7nC0SnvS+k674aBQRE/mdbKfiBHi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fSItDh3kg9vohG+wOu8+YgwLSSy+onkW9xDYg4ZOVM68khqkeexpZkFjlEQN85aGc AwUbrfBgEZ11mqCUKlDXfkZ8k5OBiUPDIDcBAxj2EPFC/K2TggS7CsIel3fNdXJd6r w1O/TQqVQDmJ7nhyupTbcskn52vyJ6EaruHeXQeiVKVQubeFvtQjs9mtlaLHs6dV7W 3EUYEf39mI8nrWRmbcN1RR1q1qKbxVeTLRXkYE54U2/PTwNBr7u6faP/G9qXWbfhRS KDT+MgyJF9p4i5nfbTMKNtsi6C2I8+2L/lHYF3LkxdleTEQX0a/Jf1VA2Qol1xcmD3 R8oUwm/HoOB0Q== Date: Wed, 12 May 2021 15:26:05 -0400 From: Sasha Levin To: Marc Zyngier Subject: Re: [PATCH 5.4 000/244] 5.4.119-rc1 review Message-ID: References: <20210512144743.039977287@linuxfoundation.org> <87h7j7opg2.wl-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87h7j7opg2.wl-maz@kernel.org> Cc: Linux ARM , Shuah Khan , Florian Fainelli , Greg Kroah-Hartman , open list , lkft-triage@lists.linaro.org, patches@kernelci.org, Linus Torvalds , linux-stable , Pavel Machek , Andrew Morton , Jon Hunter , kvmarm@lists.cs.columbia.edu, Guenter Roeck X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Wed, May 12, 2021 at 06:02:37PM +0100, Marc Zyngier wrote: >On Wed, 12 May 2021 18:00:16 +0100, >Alexandru Elisei wrote: >> I made this change to get it to build: >> >> $ git diff >> diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_= host.h >> index dd03d5e01a94..32564b017ba0 100644 >> --- a/arch/arm/include/asm/kvm_host.h >> +++ b/arch/arm/include/asm/kvm_host.h >> @@ -335,6 +335,7 @@ static inline void kvm_arch_sched_in(struct kvm_vcpu= *vcpu, >> int cpu) {} >> =A0static inline void kvm_arch_vcpu_block_finish(struct kvm_vcpu *vcpu) = {} >> =A0 >> =A0static inline void kvm_arm_init_debug(void) {} >> +static inline void kvm_arm_vcpu_init_debug(struct kvm_vcpu *vcpu) {} >> =A0static inline void kvm_arm_setup_debug(struct kvm_vcpu *vcpu) {} >> =A0static inline void kvm_arm_clear_debug(struct kvm_vcpu *vcpu) {} >> =A0static inline void kvm_arm_reset_debug_ptr(struct kvm_vcpu *vcpu) {} >> >> which matches the stub for kvm_arm_init_debug(). I can spin a patch >> out of it and send it for 5.4 and 4.19. Marc, what do you think? > >Ideally, we'd drop the patch in its current form from 5.4 and 4.19, >and send an updated patch with this hunk to fix the 32bit build. Yes please. I've dropped it from 5.4 and 4.19 and we can queue up a fixed backport for the next round of releases. -- = Thanks, Sasha _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=-9.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 0E693C433ED for ; Wed, 12 May 2021 19:28:28 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9B28C613F7 for ; Wed, 12 May 2021 19:28:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B28C613F7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=s61j4EC4fPWNdMtdj9MXwTUNPnJdq57peaQ/i07lCZI=; b=dhkYUCITzlyQ3s+c/Bt+xTaiA rrCPeVw6kgXvBv3HqLmHOsITJyLLFIYRuTCSWKk0W/pZBelFQoCCj8kv9VJRDpHRIakHep8ldE4OE LxoGSAkwfW8BZJ71/vZ3agNl4veJtUYB3qV4Uf+1QIsvro2U4iXBZfH/7M99owyS/KuObLqykonqn EAgtzFrehKjk6X6xim+8569vcN2gOr0aOcJPuzMDmHIuVRYAe45dflJuhqPFGpYBTGbyI8/tNzIaf 5YLXhmQaqkBecBhotWgX82Dli6hj6uAZ7jz6maD4ddNKsAhrwoCkZMbHq5Nv74LDehRz4LHizOFvG fKitT6Acw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lguUo-003mAt-9N; Wed, 12 May 2021 19:26:14 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lguUl-003mAQ-Vj for linux-arm-kernel@desiato.infradead.org; Wed, 12 May 2021 19:26:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Transfer-Encoding :Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=E3MHIY/Q2/zZOa7Ddzs/cTwQi0/qa8zCv+SZQVB97Dk=; b=02T4iVvVwU1cLybFt79B2fgyZG Wrhel6cdbXIeiwWgunCkyhLve3ZGdsASsei8+t3u9re3nXcxzmO5Q5wRbw1YDRiwIc+6cb7lrKReA 0UuueJmTXByHJLKO54nwDJzfiPGhpD/qOGJE9hat+Sup3g1erbf8JkpnehO83q/cv8ZB80JgWV5bz i1pKWcbVY7zmRPr+54NiMk8yHSaTBPGzdq9/RqImLyIxuibx0HxYTXLGNEZgNDyt3Ty8+0EObvqUs MVZlm72vyB88FImBTNjmYGd9VPwMv2wNK2QDrgSHL8EyUAQqk3FUOvUoXTwNI6GDzeDBZT2QmDO/a MO8xIwGQ==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lguUh-00AlEo-NF for linux-arm-kernel@lists.infradead.org; Wed, 12 May 2021 19:26:10 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 783D3613F7; Wed, 12 May 2021 19:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620847566; bh=cpcLCEh07MPFgU7nC0SnvS+k674aBQRE/mdbKfiBHi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fSItDh3kg9vohG+wOu8+YgwLSSy+onkW9xDYg4ZOVM68khqkeexpZkFjlEQN85aGc AwUbrfBgEZ11mqCUKlDXfkZ8k5OBiUPDIDcBAxj2EPFC/K2TggS7CsIel3fNdXJd6r w1O/TQqVQDmJ7nhyupTbcskn52vyJ6EaruHeXQeiVKVQubeFvtQjs9mtlaLHs6dV7W 3EUYEf39mI8nrWRmbcN1RR1q1qKbxVeTLRXkYE54U2/PTwNBr7u6faP/G9qXWbfhRS KDT+MgyJF9p4i5nfbTMKNtsi6C2I8+2L/lHYF3LkxdleTEQX0a/Jf1VA2Qol1xcmD3 R8oUwm/HoOB0Q== Date: Wed, 12 May 2021 15:26:05 -0400 From: Sasha Levin To: Marc Zyngier Cc: Alexandru Elisei , Naresh Kamboju , Greg Kroah-Hartman , open list , Shuah Khan , Florian Fainelli , patches@kernelci.org, lkft-triage@lists.linaro.org, Jon Hunter , linux-stable , Pavel Machek , Andrew Morton , Linus Torvalds , Guenter Roeck , Linux ARM , kvmarm@lists.cs.columbia.edu Subject: Re: [PATCH 5.4 000/244] 5.4.119-rc1 review Message-ID: References: <20210512144743.039977287@linuxfoundation.org> <87h7j7opg2.wl-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87h7j7opg2.wl-maz@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210512_122607_811106_42C9CCD3 X-CRM114-Status: GOOD ( 12.00 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, May 12, 2021 at 06:02:37PM +0100, Marc Zyngier wrote: >On Wed, 12 May 2021 18:00:16 +0100, >Alexandru Elisei wrote: >> I made this change to get it to build: >> >> $ git diff >> diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_= host.h >> index dd03d5e01a94..32564b017ba0 100644 >> --- a/arch/arm/include/asm/kvm_host.h >> +++ b/arch/arm/include/asm/kvm_host.h >> @@ -335,6 +335,7 @@ static inline void kvm_arch_sched_in(struct kvm_vcpu= *vcpu, >> int cpu) {} >> =A0static inline void kvm_arch_vcpu_block_finish(struct kvm_vcpu *vcpu) = {} >> =A0 >> =A0static inline void kvm_arm_init_debug(void) {} >> +static inline void kvm_arm_vcpu_init_debug(struct kvm_vcpu *vcpu) {} >> =A0static inline void kvm_arm_setup_debug(struct kvm_vcpu *vcpu) {} >> =A0static inline void kvm_arm_clear_debug(struct kvm_vcpu *vcpu) {} >> =A0static inline void kvm_arm_reset_debug_ptr(struct kvm_vcpu *vcpu) {} >> >> which matches the stub for kvm_arm_init_debug(). I can spin a patch >> out of it and send it for 5.4 and 4.19. Marc, what do you think? > >Ideally, we'd drop the patch in its current form from 5.4 and 4.19, >and send an updated patch with this hunk to fix the 32bit build. Yes please. I've dropped it from 5.4 and 4.19 and we can queue up a fixed backport for the next round of releases. -- = Thanks, Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel