From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zZ7yG3Y2yzDq5s for ; Sun, 4 Feb 2018 22:38:14 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 3zZ7yG17BJz8wGq for ; Sun, 4 Feb 2018 22:38:14 +1100 (AEDT) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zZ7yD6glXz9t42 for ; Sun, 4 Feb 2018 22:38:11 +1100 (AEDT) Date: Sun, 4 Feb 2018 11:52:37 +0100 From: Greg KH To: Michael Ellerman Cc: stable@vger.kernel.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH v4.4 backport 05/16] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper Message-ID: <20180204105237.GD7519@kroah.com> References: <20180204050010.13669-1-mpe@ellerman.id.au> <20180204050010.13669-6-mpe@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180204050010.13669-6-mpe@ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Feb 04, 2018 at 03:59:59PM +1100, Michael Ellerman wrote: > From: Michael Neuling > > commit 191eccb1580939fb0d47deb405b82a85b0379070 upstream. > > A new hypervisor call has been defined to communicate various > characteristics of the CPU to guests. Add definitions for the hcall > number, flags and a wrapper function. > > Signed-off-by: Michael Neuling > Signed-off-by: Michael Ellerman > [Balbir fixed conflicts in backport] > Signed-off-by: Balbir Singh > --- > arch/powerpc/include/asm/hvcall.h | 17 +++++++++++++++++ > arch/powerpc/include/asm/plpar_wrappers.h | 14 ++++++++++++++ > 2 files changed, 31 insertions(+) Also applied to 4.9.y as it was missing from there. thanks, greg k-h