From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751085AbbJAVuF (ORCPT ); Thu, 1 Oct 2015 17:50:05 -0400 Received: from one.firstfloor.org ([193.170.194.197]:58102 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbbJAVuD (ORCPT ); Thu, 1 Oct 2015 17:50:03 -0400 Date: Thu, 1 Oct 2015 23:50:00 +0200 From: Andi Kleen To: Thomas Gleixner Cc: Andi Kleen , Andi Kleen , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: Fix thermal throttling reporting after kexec Message-ID: <20151001214959.GF12732@two.firstfloor.org> References: <1443125443-24691-1-git-send-email-andi@firstfloor.org> <20151001172737.GC26924@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I see it under the correctness aspect. Mop up before you shut down. Ok. I suspect if you want to clean up all registers there's much more to do. BTW there's a small danger in it: if we ever crash accessing on of those registers panic may end up looping. -Andi