From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] kexec-tools: Read always one vmcoreinfo file Date: Fri, 6 Jul 2012 22:49:24 +0900 Message-ID: <20120706134923.GA8320@verge.net.au> References: <20120705121635.GA2007@host-192-168-1-59.local.net-space.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20120705121635.GA2007-UojuW/CpjwpdUOLzJiIvSsFoITBeLw/klGfBN0aaEZ+lPcVs/6D9LQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kexec-bounces-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Errors-To: kexec-bounces+glkk-kexec=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Daniel Kiper Cc: olaf-QOLJcTWqO2uzQB+pC5nmwQ@public.gmane.org, xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org, kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, konrad.wilk-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org List-Id: xen-devel@lists.xenproject.org On Thu, Jul 05, 2012 at 02:16:35PM +0200, Daniel Kiper wrote: > vmcoreinfo file could exists under /sys/kernel (valid on baremetal only) > and/or under /sys/hypervisor (valid when Xen dom0 is running). > Read only one of them. It means that only one PT_NOTE will be > always created. Remove extra code for second PT_NOTE creation. > > Signed-off-by: Daniel Kiper Thanks, applied.