Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754280AbdGKFE2 (ORCPT ); Tue, 11 Jul 2017 01:04:28 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:45399 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbdGKFE0 (ORCPT ); Tue, 11 Jul 2017 01:04:26 -0400 Date: Tue, 11 Jul 2017 10:34:20 +0530 From: Gautham R Shenoy To: Nicholas Piggin Cc: Gautham R Shenoy , Michael Ellerman , Michael Neuling , Vaidyanathan Srinivasan , Shilpasri G Bhat , "Rafael J. Wysocki" , Akshay Adiga , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 5/5] powernv:idle: Disable LOSE_FULL_CONTEXT states when stop-api fails. Reply-To: ego@linux.vnet.ibm.com References: <1499272696-28751-1-git-send-email-ego@linux.vnet.ibm.com> <1499272696-28751-6-git-send-email-ego@linux.vnet.ibm.com> <20170707012916.215ed32a@roar.ozlabs.ibm.com> <20170707173710.GE8913@in.ibm.com> <20170708190526.44ea9ab9@roar.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170708190526.44ea9ab9@roar.ozlabs.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-GCONF: 00 x-cbid: 17071105-0004-0000-0000-0000128DA208 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007347; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000214; SDB=6.00885861; UDB=6.00442135; IPR=6.00666009; BA=6.00005466; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016171; XFM=3.00000015; UTC=2017-07-11 05:04:25 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17071105-0005-0000-0000-0000802BF6F0 Message-Id: <20170711050420.GA11116@in.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-07-11_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1707110075 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3349 Lines: 75 On Sat, Jul 08, 2017 at 07:05:26PM +1000, Nicholas Piggin wrote: > On Fri, 7 Jul 2017 23:07:10 +0530 > Gautham R Shenoy wrote: > > > On Fri, Jul 07, 2017 at 01:29:16AM +1000, Nicholas Piggin wrote: > > > On Wed, 5 Jul 2017 22:08:16 +0530 > > > "Gautham R. Shenoy" wrote: > > > > > > > From: "Gautham R. Shenoy" > > > > > > > > Currently, we use the opal call opal_slw_set_reg() to inform the that > > > > the Sleep-Winkle Engine (SLW) to restore the contents of some of the > > > > Hypervisor state on wakeup from deep idle states that lose full > > > > hypervisor context (characterized by the flag > > > > OPAL_PM_LOSE_FULL_CONTEXT). > > > > > > > > However, the current code has a bug in that if opal_slw_set_reg() > > > > fails, we don't disable the use of these deep states (winkle on > > > > POWER8, stop4 onwards on POWER9). > > > > > > > > This patch fixes this bug by ensuring that if the the sleep winkle > > > > engine is unable to restore the hypervisor states in > > > > pnv_save_sprs_for_deep_states(), then we mark as invalid the states > > > > which lose full context. > > > > > > > > As a side-effect, since supported_cpuidle_states in > > > > pnv_probe_idle_states() consists of flags of only the valid states, > > > > this patch will ensure that no other subsystem in the kernel can use > > > > the states which lose full context on stop-api failures. > > > > > > Looks good. Is there something minimal we can do for stable here? > > > > > > Aside question, do we need to restore LPCR at all with the SLW engine? > > > It gets set up again when by the idle wakeup code. > > > > > > > > > > And does POWER9 really need MSR and PSSCR restored by SLW? (going a bit > > > off topic here, I'm just curious) > > > > MSR is needed to be restored so that we wakeup with the right > > endianness and with the IR,DR disabled. > > And POWER8 does not require this? > > > PSSCR is set to a value so that in case of a special wakeup for a > > deep-stop, the SLW can program the core to go back to the stop level > > provided by the PSSCR value via the stop-api. > > It always restores to deepest stop? Is there any way to restore to the > achieved stop level? Maybe there is no usefulness for that. That would have been ideal. But there's no way to achieve that at the moment. The alternative is to have call the stop-api with psscr set to the desired stop level before every stop entry. This is will consume additional cycles which is what we are trying to avoid. So we are currently setting the psscr value to deepest stop via stop api as a compromise, because then on wakeup, we end up restoring more than what would typically be required, but that's still ok since we would be erring on the side of caution. Programming the PSSCR to any other value might have safety concerns. Eg: Suppose a core which was in stop11 got woken up by a special wakeup and if the psscr programmed via stop API was stop4 then the firmware will put the core in stop4. Now, since stop4 doesn't lose timebase and stop11 does, in the aforementioned case TB would have gone out of sync in the duration that the core was in stop11. Thus, when the core wakes up in the kernel in stop4, the kernel won't resync the TB which is a problematic. > > Thanks, > Nick >