From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757588Ab3KZQP6 (ORCPT ); Tue, 26 Nov 2013 11:15:58 -0500 Received: from mail-bk0-f52.google.com ([209.85.214.52]:63989 "EHLO mail-bk0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757183Ab3KZQP5 (ORCPT ); Tue, 26 Nov 2013 11:15:57 -0500 Date: Tue, 26 Nov 2013 17:15:53 +0100 From: Ingo Molnar To: Adrian Hunter Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Jiri Olsa , Mike Galbraith , Namhyung Kim , Paul Mackerras , Stephane Eranian Subject: Re: [PATCH] perf tools: Fix not finding kcore in buildid cache Message-ID: <20131126161553.GB7775@gmail.com> References: <1385471964-4037-1-git-send-email-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385471964-4037-1-git-send-email-adrian.hunter@intel.com> 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 * Adrian Hunter wrote: > The logic was not looking in the buildid cache for kcore > if the host kernel buildid did not match the recorded > kernel buildid. It would be nice to also include the specific failure mode in the changelog: exactly how can users run into this. That will be more useful to most people reading these changelogs than a more abstract bug description. Thanks, Ingo