Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp212479pxb; Wed, 3 Feb 2021 03:46:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJzL103BmJ6nhCgRIGPIe9qqWGGXd+k3nrRHYNC41+cosinqJjfUbhUEbPD8EyvjpFrLL27e X-Received: by 2002:a17:906:4e4b:: with SMTP id g11mr366244ejw.3.1612352810555; Wed, 03 Feb 2021 03:46:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612352810; cv=none; d=google.com; s=arc-20160816; b=LpfKNGHrjK+iNsP4qF1AUi0BLLuF37i4xS3uevC/2VGqD+n/7yz+DGjwGQJBlqVjCs AycJpDWSjF/g1EGy2+Iv7ipy221LrCMuURhwB0H5FzMGrlrmpuiVIynf+BI5EUUhWLXs Md0g5drN2pUfr/zHxkmDjecJ6uxCvFhSvRGiiqcQIsP6Xg337ryAJ9XM5XTf2m89wYvu u7/J7R0NgfNe8YZDPkk4hpgxjO+ra/XwNnT7zMX9X0xBwX7ouSdgRXV8tjzQ0bCJAkBJ cFEZCKXe6WFapFVk78YPTBMd9yC7yaYb3wSdE42WFzmY/bC9geYhREE/1qk/6R7bZXxt 2zuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=aGJc9ylLELYGSsbxweKlpbQ6zpMmPJZK9bEu+Z4YpZc=; b=EtrYr9LKMo8U7V9Ds9rTJJ2yT8SG4bQq3Qcv5MG3BPMwuGYtY9gljUS1hPyRJjXirT Nk5qbk3xwxbVqsIw5xiZecf3DKiBGA5dU1jmO3txVyAYTnYAqelwseTImelaEAdj9iQB QDzQn9OY6bF4PM6icz+/kor4Y1Y4K1vzKkxgYS2ZjFI365Voq/6tMlMgsz51oCB4snkM 9Xx6efuI1X3yJioe+777/AAEowNCQabau65wSgnMKyjoVWqWOn0Bwt6TjvoBzSTLKIjU iSBH4X+9gUsyeXiSUpYhVijy06ZXqHazGQNJGfMyL4ZQLYFtcgk9vcUHB5Pse3ic98xQ ZLug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w16si979956edd.250.2021.02.03.03.46.25; Wed, 03 Feb 2021 03:46:50 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234454AbhBCLmm (ORCPT + 99 others); Wed, 3 Feb 2021 06:42:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234091AbhBCLkz (ORCPT ); Wed, 3 Feb 2021 06:40:55 -0500 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAE78C0613ED; Wed, 3 Feb 2021 03:40:14 -0800 (PST) Received: by ozlabs.org (Postfix, from userid 1034) id 4DW0950ZLHz9vDV; Wed, 3 Feb 2021 22:40:08 +1100 (AEDT) From: Michael Ellerman To: Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org In-Reply-To: <74461a99fa1466f361532ca794ca0753be3d9f86.1611038044.git.christophe.leroy@csgroup.eu> References: <74461a99fa1466f361532ca794ca0753be3d9f86.1611038044.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/kvm: Force selection of CONFIG_PPC_FPU Message-Id: <161235200600.1516112.11309702624334183045.b4-ty@ellerman.id.au> Date: Wed, 3 Feb 2021 22:40:08 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Jan 2021 06:36:52 +0000 (UTC), Christophe Leroy wrote: > book3s/32 kvm is designed with the assumption that > an FPU is always present. > > Force selection of FPU support in the kernel when > build KVM. Applied to powerpc/next. [1/1] powerpc/kvm: Force selection of CONFIG_PPC_FPU https://git.kernel.org/powerpc/c/27f699579b64dbf27caf31e5c0eac567ec0aa8b8 cheers