From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3120269312372109264==" MIME-Version: 1.0 From: Borislav Petkov To: lkp@lists.01.org Subject: Re: [x86] 5ac0c41bf3: WARNING: CPU: 0 PID: 0 at arch/x86/mm/extable.c:50 ex_handler_rdmsr_unsafe Date: Wed, 15 Jun 2016 20:07:22 +0200 Message-ID: <20160615180722.GG30309@pd.tnic> In-Reply-To: List-Id: --===============3120269312372109264== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Wed, Jun 15, 2016 at 10:55:34AM -0700, Andy Lutomirski wrote: > Isn't it this one? Yes, it is. > I'm not. If %pF points at some silly helper, we still want the frames be= low it. Why silly helper? It points to the rIP where the *MSR instruction is. Can't get more precise than that. And yes, %pF is better: [ 0.030879] unchecked MSR access error: RDMSR from 0x1b0 at rIP: 0xfffff= fff81026d9f (init_intel_energy_perf.part.3+0xf/0xd0) Ok, I'll send a patch. -- = Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --===============3120269312372109264==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932499AbcFOSHo (ORCPT ); Wed, 15 Jun 2016 14:07:44 -0400 Received: from mail.skyhub.de ([78.46.96.112]:42563 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752726AbcFOSH0 (ORCPT ); Wed, 15 Jun 2016 14:07:26 -0400 Date: Wed, 15 Jun 2016 20:07:22 +0200 From: Borislav Petkov To: Andy Lutomirski Cc: Paolo Bonzini , wfg@linux.intel.com, LKP , lkml , Fengguang Wu , Eduardo Habkost , Josh Poimboeuf Subject: Re: [x86] 5ac0c41bf3: WARNING: CPU: 0 PID: 0 at arch/x86/mm/extable.c:50 ex_handler_rdmsr_unsafe Message-ID: <20160615180722.GG30309@pd.tnic> References: <57614955.l3IQMtSfaGPEBdCy%fengguang.wu@intel.com> <20160615142532.GE32588@pd.tnic> <20160615175052.GE30309@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 15, 2016 at 10:55:34AM -0700, Andy Lutomirski wrote: > Isn't it this one? Yes, it is. > I'm not. If %pF points at some silly helper, we still want the frames below it. Why silly helper? It points to the rIP where the *MSR instruction is. Can't get more precise than that. And yes, %pF is better: [ 0.030879] unchecked MSR access error: RDMSR from 0x1b0 at rIP: 0xffffffff81026d9f (init_intel_energy_perf.part.3+0xf/0xd0) Ok, I'll send a patch. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.