lkml.org 
[lkml]   [2013]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v5 1/5] vmcore: Introduce ELF header in new memory feature
From
2013/6/8 Michael Holzheu <holzheu@linux.vnet.ibm.com>:
<cut>
> @@ -935,10 +967,17 @@ static int __init vmcore_init(void)
> {
> int rc = 0;
>
> - /* If elfcorehdr= has been passed in cmdline, then capture the dump.*/
> - if (!(is_vmcore_usable()))
> - return rc;
> + /*
> + * If elfcorehdr= has not been passed in cmdline, try to get the
> + * header from 2nd kernel, then capture the dump.
> + */
> + if (!(is_vmcore_usable())) {
> + rc = elfcorehdr_alloc();
> + if (rc)
> + return rc;
> + }

Here you removed comment in the 1st path. Please keep it.

Thanks.
HATAYAMA, Daisuke


\
 
 \ /
  Last update: 2013-06-10 16:01    [W:0.835 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site