From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Anton Blanchard Subject: Re: [PATCH 1/2] powerpc/perf: Fix finding overflowed PMC in interrupt In-reply-to: <20121106122559.38ea906f@kryten> References: <20120921003805.GA4507@us.ibm.com> <1352164118-19450-1-git-send-email-mikey@neuling.org> <20121106122559.38ea906f@kryten> Date: Tue, 06 Nov 2012 12:53:03 +1100 Message-ID: <27691.1352166783@neuling.org> Cc: Sukadev Bhattiprolu , Paul Mackerras , Linux PPC dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Thanks for looking into this mess. One small thing we can fix in a > follow up patch: > > + if (!found) > > + printk(KERN_WARNING "Can't find PMC that caused > > I think it would be worth making that a printk_ratelimited. We are > probably dead at this stage but we shouldn't spam the console > at ludicrous speed in the process. Thanks, good point. Mikey