From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754892Ab0LAQHq (ORCPT ); Wed, 1 Dec 2010 11:07:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30698 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992Ab0LAQHp (ORCPT ); Wed, 1 Dec 2010 11:07:45 -0500 Date: Wed, 1 Dec 2010 11:06:40 -0500 From: Vivek Goyal To: Peter Zijlstra Cc: Yinghai Lu , Ingo Molnar , Jason Wessel , Don Zickus , "linux-kernel@vger.kernel.org" , Haren Myneni Subject: Re: perf hw in kexeced kernel broken in tip Message-ID: <20101201160640.GA2511@redhat.com> References: <4CF60095.1020900@kernel.org> <1291202867.4023.3.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1291202867.4023.3.camel@twins> 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 On Wed, Dec 01, 2010 at 12:27:47PM +0100, Peter Zijlstra wrote: > On Wed, 2010-12-01 at 00:00 -0800, Yinghai Lu wrote: > > First kernel: > > [ 1.139418] calling init_hw_perf_events+0x0/0xb77 @ 1 > > [ 1.159111] Performance Events: PEBS fmt1+, Nehalem events, Intel PMU > > driver. > > [ 1.159567] ... version: 3 > > [ 1.179121] ... bit width: 48 > > [ 1.179353] ... generic registers: 4 > > [ 1.179593] ... value mask: 0000ffffffffffff > > [ 1.199211] ... max period: 000000007fffffff > > [ 1.199554] ... fixed-purpose events: 3 > > [ 1.219108] ... event mask: 000000070000000f > > [ 1.219454] initcall init_hw_perf_events+0x0/0xb77 returned 0 after > > 11719 usecs > > > > ..... > > [ 20.220997] checking TSC synchronization [CPU#0 -> CPU#11]: passed. > > [ 20.260818] NMI watchdog enabled, takes one hw-pmu counter. > > > > kexeced kernel. > > > > > > [ 1.169470] calling init_hw_perf_events+0x0/0xb77 @ 1 > > [ 1.189265] Performance Events: PEBS fmt1+, Nehalem events, Broken > > PMU hardware detected, software events only. > > ... > > [ 21.010407] NMI watchdog failed to create perf event on cpu14: > > fffffffffffffffe > > > > caused by: > > *sigh*, and people ask me why kexec/kdump are such bad ideas.. > > apparently kexec doesn't properly shut down the first kernel and leaves > a counter running, then when we write and read the counter value they > don't match because its still running and voila, crap happens. > > I've CC'ed the kexec people, maybe they got clue as to how to sort this. So we can shutdown counters while first kernel is going down. Is there a simple function already which I can call? Thanks Vivek