From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754328Ab2DADNg (ORCPT ); Sat, 31 Mar 2012 23:13:36 -0400 Received: from one.firstfloor.org ([213.235.205.2]:59183 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754219Ab2DADNe (ORCPT ); Sat, 31 Mar 2012 23:13:34 -0400 Date: Sun, 1 Apr 2012 05:13:29 +0200 From: Andi Kleen To: Denys Vlasenko Cc: "H. Peter Anvin" , Andi Kleen , Andrew Morton , Oleg Nesterov , Jan Kratochvil , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Extend core dump note section to contain file names of mapped files Message-ID: <20120401031329.GP17822@one.firstfloor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I propose to save this information in core dump, as a new note > in note segment. Seems like a good idea but rather than write complicated code i would just reuse the /proc/*/maps code and dump it in that format? -Andi