makedumpfile failed for 2.6.36-rc2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ken'ichi, it turned out this kernel patch caused makedumpfile failure below. I am not sure if this is a kernel bug or makedumpfile needs to catch up with the change.

commit 73296bc611cee009f3be6b451e827d1425b9c10f
Author: Frederic Weisbecker <fweisbec at gmail.com>
Date:   Tue Mar 30 02:33:36 2010 +0200

    procfs: Use generic_file_llseek in /proc/vmcore
    
    /proc/vmcore has no llseek and then falls down to use default_llseek.
    This is racy against read_vmcore() that directly manipulates fpos
    but it doesn't hold the bkl there so using it in llseek doesn't
    protect anything.
    
    Let's use generic_file_llseek() instead.
    
    Signed-off-by: Frederic Weisbecker <fweisbec at gmail.com>
    Acked-by: Arnd Bergmann <arnd at arndb.de>
    Cc: Thomas Gleixner <tglx at linutronix.de>
    Cc: Andrew Morton <akpm at linux-foundation.org>
    Cc: Ingo Molnar <mingo at elte.hu>
    Cc: John Kacur <jkacur at redhat.com>
    Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
    Cc: Al Viro <viro at ZenIV.linux.org.uk>

diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c
index 0872afa..00ef604 100644
--- a/fs/proc/vmcore.c
+++ b/fs/proc/vmcore.c
@@ -162,6 +162,7 @@ static ssize_t read_vmcore(struct file *file, char __user *buffer,
 
 static const struct file_operations proc_vmcore_operations = {
 	.read		= read_vmcore,
+	.llseek		= generic_file_llseek,
 };
 
 static struct vmcore* __init get_new_element(void)

----- "CAI Qian" <caiqian at redhat.com> wrote:

> ----- "Ken'ichi Ohmichi" <oomichi at mxs.nes.nec.co.jp> wrote:
> 
> > Hi Cai,
> > 
> > On Tue, 31 Aug 2010 02:50:02 -0400 (EDT)
> > caiqian at redhat.com wrote:
> > > > Thank you for the report.
> > > > 
> > > > I'd like to reproduce the same problem on my machine,
> > > > could you please send your kernel .config file ?
> > >
> > > Attached.
> > 
> > Thank you.
> > The linux-2.6.36-rc2 kernel is building now with your .config file.
> > After building, I will test makedumpfile on the kernel.
> > 
> > 
> > >> readmem: Can't seek the dump memory(/proc/vmcore). Invalid
> > argument
> > 
> > lseek(2) failed with "Invalid argument", so the problem may be due
> to
> > an
> > invalid offset. I'd like to know its value, so can you try the
> > attached
> > patch in the condition makedumpfile fails ?
> > And can you send the output of `readelf -a /proc/vmcore` ?
> Here you go,
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027000, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027000).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027020, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027020).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027040, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027040).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027060, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027060).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027080, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027080).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800270a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800270a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800270c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800270c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800270e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800270e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027100, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027100).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027120, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027120).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027140, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027140).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027160, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027160).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027180, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027180).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800271a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800271a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800271c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800271c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800271e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800271e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027200, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027200).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027220, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027220).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027240, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027240).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027260, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027260).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027280, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027280).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800272a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800272a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800272c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800272c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800272e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800272e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027300, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027300).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027320, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027320).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027340, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027340).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027360, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027360).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027380, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027380).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800273a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800273a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800273c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800273c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800273e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800273e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027400, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027400).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027420, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027420).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027440, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027440).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027460, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027460).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027480, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027480).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800274a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800274a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800274c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800274c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800274e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800274e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027500, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027500).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027520, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027520).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027540, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027540).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027560, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027560).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027580, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027580).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800275a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800275a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800275c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800275c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800275e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800275e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027600, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027600).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027620, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027620).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027640, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027640).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027660, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027660).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027680, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027680).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800276a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800276a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800276c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800276c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800276e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800276e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027700, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027700).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027720, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027720).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027740, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027740).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027760, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027760).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027780, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027780).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800277a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800277a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800277c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800277c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800277e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800277e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027800, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027800).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027820, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027820).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027840, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027840).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027860, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027860).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027880, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027880).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800278a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800278a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800278c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800278c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800278e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800278e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027900, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027900).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027920, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027920).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027940, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027940).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027960, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027960).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027980, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027980).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800279a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800279a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800279c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800279c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8804800279e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8804800279e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027a00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027a00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027a20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027a20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027a40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027a40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027a60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027a60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027a80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027a80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027aa0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027aa0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ac0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ac0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ae0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ae0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027b00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027b00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027b20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027b20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027b40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027b40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027b60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027b60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027b80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027b80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ba0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ba0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027bc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027bc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027be0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027be0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027c00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027c00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027c20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027c20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027c40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027c40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027c60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027c60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027c80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027c80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ca0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ca0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027cc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027cc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ce0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ce0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027d00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027d00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027d20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027d20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027d40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027d40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027d60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027d60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027d80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027d80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027da0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027da0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027dc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027dc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027de0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027de0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027e00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027e00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027e20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027e20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027e40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027e40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027e60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027e60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027e80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027e80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ea0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ea0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ec0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ec0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027ee0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027ee0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027f00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027f00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027f20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027f20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027f40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027f40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027f60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027f60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027f80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027f80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027fa0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027fa0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027fc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027fc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880480027fe0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880480027fe0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027000, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027000).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027020, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027020).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027040, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027040).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027060, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027060).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027080, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027080).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800270a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800270a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800270c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800270c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800270e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800270e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027100, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027100).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027120, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027120).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027140, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027140).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027160, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027160).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027180, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027180).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800271a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800271a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800271c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800271c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800271e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800271e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027200, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027200).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027220, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027220).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027240, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027240).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027260, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027260).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027280, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027280).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800272a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800272a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800272c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800272c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800272e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800272e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027300, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027300).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027320, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027320).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027340, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027340).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027360, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027360).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027380, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027380).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800273a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800273a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800273c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800273c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800273e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800273e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027400, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027400).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027420, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027420).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027440, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027440).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027460, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027460).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027480, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027480).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800274a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800274a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800274c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800274c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800274e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800274e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027500, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027500).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027520, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027520).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027540, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027540).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027560, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027560).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027580, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027580).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800275a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800275a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800275c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800275c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800275e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800275e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027600, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027600).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027620, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027620).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027640, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027640).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027660, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027660).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027680, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027680).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800276a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800276a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800276c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800276c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800276e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800276e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027700, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027700).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027720, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027720).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027740, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027740).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027760, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027760).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027780, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027780).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800277a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800277a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800277c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800277c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800277e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800277e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027800, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027800).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027820, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027820).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027840, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027840).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027860, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027860).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027880, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027880).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800278a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800278a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800278c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800278c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800278e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800278e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027900, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027900).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027920, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027920).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027940, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027940).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027960, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027960).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027980, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027980).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800279a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800279a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800279c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800279c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff8808800279e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff8808800279e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027a00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027a00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027a20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027a20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027a40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027a40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027a60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027a60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027a80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027a80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027aa0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027aa0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ac0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ac0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ae0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ae0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027b00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027b00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027b20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027b20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027b40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027b40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027b60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027b60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027b80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027b80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ba0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ba0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027bc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027bc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027be0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027be0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027c00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027c00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027c20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027c20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027c40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027c40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027c60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027c60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027c80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027c80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ca0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ca0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027cc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027cc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ce0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ce0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027d00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027d00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027d20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027d20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027d40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027d40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027d60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027d60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027d80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027d80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027da0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027da0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027dc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027dc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027de0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027de0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027e00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027e00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027e20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027e20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027e40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027e40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027e60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027e60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027e80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027e80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ea0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ea0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ec0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ec0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027ee0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027ee0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027f00, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027f00).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027f20, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027f20).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027f40, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027f40).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027f60, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027f60).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027f80, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027f80).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027fa0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027fa0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027fc0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027fc0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880880027fe0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880880027fe0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027000, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027000).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027020, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027020).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027040, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027040).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027060, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027060).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027080, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027080).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c800270a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c800270a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c800270c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c800270c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c800270e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c800270e0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027100, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027100).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027120, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027120).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027140, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027140).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027160, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027160).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c80027180, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c80027180).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c800271a0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c800271a0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c800271c0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c800271c0).
> readmem: Can't seek the dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffff880c800271e0, size:32
> section_mem_map_addr: Can't get a struct
> mem_section(ffff880c800271e0).
> Excluding unnecessary pages        : [ 25 %] readmem: Can't seek the
> dump memory(/proc/vmcore). Invalid argument
> readmem: type_addr: 0, addr:ffffea000fb34000, size:4096
> readmem: type_addr: 0, addr:ffffea000fb33000, size:8192
> readmem: type_addr: 0, addr:ffffea000fb32000, size:12288
> readmem: type_addr: 0, addr:ffffea000fb31000, size:16384
> readmem: type_addr: 0, addr:ffffea000fb30000, size:20480
> readmem: type_addr: 0, addr:ffffea000fb2f000, size:24576
> readmem: type_addr: 0, addr:ffffea000fb2e000, size:28672
> __exclude_unnecessary_pages: Can't read the buffer of struct page.
> create_2nd_bitmap: Can't exclude unnecessary pages.
> 
> ELF Header:
>   Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 
>   Class:                             ELF64
>   Data:                              2's complement, little endian
>   Version:                           1 (current)
>   OS/ABI:                            UNIX - System V
>   ABI Version:                       0
>   Type:                              CORE (Core file)
>   Machine:                           Advanced Micro Devices X86-64
>   Version:                           0x1
>   Entry point address:               0x0
>   Start of program headers:          64 (bytes into file)
>   Start of section headers:          0 (bytes into file)
>   Flags:                             0x0
>   Size of this header:               64 (bytes)
>   Size of program headers:           56 (bytes)
>   Number of program headers:         6
>   Size of section headers:           0 (bytes)
>   Number of section headers:         0
>   Section header string table index: 0
> 
> There are no sections in this file.
> 
> There are no sections in this file.
> 
> Program Headers:
>   Type           Offset             VirtAddr           PhysAddr
>                  FileSiz            MemSiz              Flags  Align
>   NOTE           0x0000000000000190 0x0000000000000000
> 0x0000000000000000
>                  0x0000000000005e64 0x0000000000005e64         0
>   LOAD           0x0000000000005ff4 0xffffffff81000000
> 0x0000000001000000
>                  0x00000000012da000 0x00000000012da000  RWE    0
>   LOAD           0x00000000012dfff4 0xffff880000000000
> 0x0000000000000000
>                  0x00000000000a0000 0x00000000000a0000  RWE    0
>   LOAD           0x000000000137fff4 0xffff880000100000
> 0x0000000000100000
>                  0x0000000002f00000 0x0000000002f00000  RWE    0
>   LOAD           0x000000000427fff4 0xffff88000b000000
> 0x000000000b000000
>                  0x000000006dc51000 0x000000006dc51000  RWE    0
>   LOAD           0x0000000071ed0ff4 0xffff880100000000
> 0x0000000100000000
>                  0x0000000f80000000 0x0000000f80000000  RWE    0
> 
> There is no dynamic section in this file.
> 
> There are no relocations in this file.
> 
> There are no unwind sections in this file.
> 
> No version information found in this file.
> 
> Notes at offset 0x00000190 with length 0x00005e64:
>   Owner		Data size	Description
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   CORE		0x00000150	NT_PRSTATUS (prstatus structure)
>   VMCOREINFO		0x0000054c	Unknown note type: (0x00000000)
> 
> > 
> > 
> > Thanks
> > Ken'ichi Ohmichi
> > 
> > _______________________________________________
> > kexec mailing list
> > kexec at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/kexec
> 
> _______________________________________________
> kexec mailing list
> kexec at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec



[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux