From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86: print relevant (tail) part of filename for warnings and crashes Date: Wed, 16 Oct 2013 16:52:24 +0100 Message-ID: References: <525ECC1702000078000FB8D7@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VWTOq-0001Ak-34 for xen-devel@lists.xenproject.org; Wed, 16 Oct 2013 15:52:40 +0000 Received: by mail-pb0-f49.google.com with SMTP id xb12so991001pbc.36 for ; Wed, 16 Oct 2013 08:52:36 -0700 (PDT) In-Reply-To: <525ECC1702000078000FB8D7@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On 16/10/2013 16:25, "Jan Beulich" wrote: > In particular when the origin construct is in a header file (and > hence the file name is an absolute path instead of just the file name > portion) the information can otherwise become rather useless when the > build tree isn't sitting relatively close to the file system root. > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser