Vasiliy G Tolstov
2011-Jun-16 18:19 UTC
[Xen-devel] memory size inside domU less than memory in domU config
Hello. I''m try to use linux-3.0.0-rc1 in domU. Domain created with memory=2048 and maxmemory=4096. Inside domU i have cat /proc/meminfo | grep MemTotal MemTotal: 2016564 kB Why. Kernel boot log and config in attached files. How can i minimize memory difference with config value and inside domU? _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-16 18:40 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Thu, Jun 16, 2011 at 10:19:10PM +0400, Vasiliy G Tolstov wrote:> Hello. I''m try to use linux-3.0.0-rc1 in domU. > Domain created with memory=2048 and maxmemory=4096. Inside domU i have > cat /proc/meminfo | grep MemTotal > MemTotal: 2016564 kB > > Why. Kernel boot log and config in attached files. How can i minimize > memory difference with config value and inside domU?Well, ballon it up? xl mem-set <domain id> 4096 ? _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Vasiliy G Tolstov
2011-Jun-16 18:45 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Thu, 2011-06-16 at 14:40 -0400, Konrad Rzeszutek Wilk wrote:> On Thu, Jun 16, 2011 at 10:19:10PM +0400, Vasiliy G Tolstov wrote: > > Hello. I''m try to use linux-3.0.0-rc1 in domU. > > Domain created with memory=2048 and maxmemory=4096. Inside domU i have > > cat /proc/meminfo | grep MemTotal > > MemTotal: 2016564 kB > > > > Why. Kernel boot log and config in attached files. How can i minimize > > memory difference with config value and inside domU? > > Well, ballon it up? xl mem-set <domain id> 4096 ? >cat /proc/meminfo | grep MemTotal MemTotal: 4113716 kB _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Dan Magenheimer
2011-Jun-16 19:12 UTC
RE: [Xen-devel] memory size inside domU less than memory in domU config
I''m not sure, but I think Vasiliy''s question is: Why/where is 78MB of memory being "wasted"? If one specifies 2048MB (4096MB) of memory for the guest, why doesn''t the guest kernel report 2048MB (4096MB)? Using Vasiliy''s /proc/meminfo output from below: 2048MB = 2097152KB; - 2016564KB = 80588KB = 78MB 4096MB = 4194304KB; - 4113716KB = 80588KB = 78MB Dan Thanks... for the memory! I really could use more / my throughput''s on the floor The balloon is flat / my swap disk''s fat / I''ve OOM''s in store Overcommitted so much (with apologies to Bob Hope)> -----Original Message----- > From: Vasiliy G Tolstov [mailto:v.tolstov@selfip.ru] > Sent: Thursday, June 16, 2011 12:45 PM > To: Konrad Rzeszutek Wilk > Cc: xen-devel@lists.xensource.com > Subject: Re: [Xen-devel] memory size inside domU less than memory in domU config > > On Thu, 2011-06-16 at 14:40 -0400, Konrad Rzeszutek Wilk wrote: > > On Thu, Jun 16, 2011 at 10:19:10PM +0400, Vasiliy G Tolstov wrote: > > > Hello. I''m try to use linux-3.0.0-rc1 in domU. > > > Domain created with memory=2048 and maxmemory=4096. Inside domU i have > > > cat /proc/meminfo | grep MemTotal > > > MemTotal: 2016564 kB > > > > > > Why. Kernel boot log and config in attached files. How can i minimize > > > memory difference with config value and inside domU? > > > > Well, ballon it up? xl mem-set <domain id> 4096 ? > > > cat /proc/meminfo | grep MemTotal > MemTotal: 4113716 kB > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Vasiliy G Tolstov
2011-Jun-16 19:18 UTC
RE: [Xen-devel] memory size inside domU less than memory in domU config
On Thu, 2011-06-16 at 12:12 -0700, Dan Magenheimer wrote:> I''m not sure, but I think Vasiliy''s question is: > > Why/where is 78MB of memory being "wasted"? If one specifies > 2048MB (4096MB) of memory for the guest, why doesn''t the guest > kernel report 2048MB (4096MB)? > > Using Vasiliy''s /proc/meminfo output from below: > 2048MB = 2097152KB; - 2016564KB = 80588KB = 78MB > 4096MB = 4194304KB; - 4113716KB = 80588KB = 78MB > > Dan > > Thanks... for the memory! > I really could use more / my throughput''s on the floor > The balloon is flat / my swap disk''s fat / I''ve OOM''s in store > Overcommitted so much > (with apologies to Bob Hope)=) Thanks Dan. May be this happening because i check dom0 support. I''m try to rebuild kernel to use Daniel''s memory hotplug and disable dom0 support. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-16 19:25 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Thu, Jun 16, 2011 at 11:18:58PM +0400, Vasiliy G Tolstov wrote:> On Thu, 2011-06-16 at 12:12 -0700, Dan Magenheimer wrote: > > I''m not sure, but I think Vasiliy''s question is: > > > > Why/where is 78MB of memory being "wasted"? If one specifies > > 2048MB (4096MB) of memory for the guest, why doesn''t the guest > > kernel report 2048MB (4096MB)? > > > > Using Vasiliy''s /proc/meminfo output from below: > > 2048MB = 2097152KB; - 2016564KB = 80588KB = 78MB > > 4096MB = 4194304KB; - 4113716KB = 80588KB = 78MB > > > > Dan > > > > Thanks... for the memory! > > I really could use more / my throughput''s on the floor > > The balloon is flat / my swap disk''s fat / I''ve OOM''s in store > > Overcommitted so much > > (with apologies to Bob Hope) > > =) Thanks Dan. May be this happening because i check dom0 support. I''m > try to rebuild kernel to use Daniel''s memory hotplug and disable dom0 > support.Ah, that is what you meant. You are probably hitting a bug introduced by 24bdb0b62cc82120924762ae6bc85afc8c3f2b26. Can you try the attached patch please? It might not apply cleanly - if so you will have to manually fix it up. Or you can merge stable/bug.fixes from git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git and that will take care of that. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Vasiliy G Tolstov
2011-Jun-16 21:32 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Thu, 2011-06-16 at 15:25 -0400, Konrad Rzeszutek Wilk wrote:> > Ah, that is what you meant. You are probably hitting a bug introduced > by 24bdb0b62cc82120924762ae6bc85afc8c3f2b26. Can you try the attached patch please? > > It might not apply cleanly - if so you will have to manually fix it up. > > Or you can merge stable/bug.fixes from > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git > > and that will take care of that.I''m try patch to rc3 and nothing changed: memory=2048 cat /proc/meminfo MemTotal: 2017200 kB I''m slightly modify kernel cmdline, but nothing serious: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.0.0-rc3 (root@selfip.ru) (gcc version 4.5.2 (Exherbo gcc-4.5.2) ) #2 SMP Fri Jun 17 01:22:51 MSD 2011 [ 0.000000] Command line: root=/dev/xvda1 tmem=1 earlyprintk=xen memblock=debug loglevel=10 initcall_debug debug iommu=off uos_ip=188.127.241.48 uos_netmask=255.255.0.0 uos_gateway=188.127.239.254 uos_nameserver=192.168.15.1 uos_hostname=21-500 uos_id=21-500 uos_memmax=4096 uos_memmin=2048 root_size=30720 selinux=1 enforcing=0 [ 0.000000] ACPI in unprivileged domain disabled [ 0.000000] released 0 pages of unused memory [ 0.000000] Set 0 page(s) to 1-1 mapping. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] Xen: 0000000000000000 - 00000000000a0000 (usable) [ 0.000000] Xen: 00000000000a0000 - 0000000000100000 (reserved) [ 0.000000] Xen: 0000000000100000 - 0000000100800000 (usable) [ 0.000000] bootconsole [xenboot0] enabled [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI not present or invalid. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x100800 max_arch_pfn = 0x400000000 [ 0.000000] last_pfn = 0x100000 max_arch_pfn = 0x400000000 [ 0.000000] memblock_x86_reserve_range: [0x01656000-0x01668fff] BRK [ 0.000000] MEMBLOCK configuration: [ 0.000000] memory size = 0x100790000 [ 0.000000] memory.cnt = 0x2 [ 0.000000] memory[0x0] [0x00000000010000-0x0000000009ffff], 0x90000 bytes [ 0.000000] memory[0x1] [0x00000000100000-0x000001007fffff], 0x100700000 bytes [ 0.000000] reserved.cnt = 0x3 [ 0.000000] reserved[0x0] [0x00000001000000-0x00000001668fff], 0x669000 bytes [ 0.000000] reserved[0x1] [0x0000000178c000-0x000000024f3fff], 0xd68000 bytes [ 0.000000] reserved[0x2] [0x00000080000000-0x000001007fffff], 0x80800000 bytes [ 0.000000] initial memory mapped : 0 - 020da000 [ 0.000000] memblock_x86_reserve_range: [0x0009b000-0x0009ffff] TRAMPOLINE [ 0.000000] Base memory trampoline at [ffff88000009b000] 9b000 size 20480 [ 0.000000] init_memory_mapping: 0000000000000000-0000000100000000 [ 0.000000] 0000000000 - 0100000000 page 4k [ 0.000000] kernel direct mapping tables up to 100000000 @ 7f7fb000-80000000 [ 0.000000] memblock_x86_reserve_range: [0x7f7fb000-0x7ffe5fff] PGTABLE [ 0.000000] xen: setting RW the range 7ffe6000 - 80000000 [ 0.000000] init_memory_mapping: 0000000100000000-0000000100800000 [ 0.000000] 0100000000 - 0100800000 page 4k [ 0.000000] kernel direct mapping tables up to 100800000 @ 7eff1000-7f7fb000 [ 0.000000] memblock_x86_reserve_range: [0x7eff1000-0x7eff5fff] PGTABLE [ 0.000000] xen: setting RW the range 7eff6000 - 7f7fb000 [ 0.000000] RAMDISK: 0178c000 - 020da000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000100800000 [ 0.000000] Initmem setup node 0 0000000000000000-0000000100800000 [ 0.000000] memblock_x86_reserve_range: [0x7fffb000-0x7fffffff] NODE_DATA [ 0.000000] NODE_DATA [000000007fffb000 - 000000007fffffff] [ 0.000000] memblock_x86_reserve_range: [0x7fffa000-0x7fffafff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7f3fb000-0x7f7fafff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9cc0-0x7fff9fd7] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7effb000-0x7f3fafff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ac00000-0x7edfffff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff8000-0x7fff8fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff7000-0x7fff7fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff6000-0x7fff6fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff5000-0x7fff5fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff4000-0x7fff4fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff3000-0x7fff3fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff2000-0x7fff2fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff1000-0x7fff1fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff0000-0x7fff0fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffef000-0x7ffeffff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffee000-0x7ffeefff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffed000-0x7ffedfff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffec000-0x7ffecfff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffeb000-0x7ffebfff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffea000-0x7ffeafff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffe9000-0x7ffe9fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffe8000-0x7ffe8fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffe7000-0x7ffe7fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7ffe6000-0x7ffe6fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7effa000-0x7effafff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7eff9000-0x7eff9fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7eff8000-0x7eff8fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7eff7000-0x7eff7fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7eff6000-0x7eff6fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7eff0000-0x7eff0fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7efef000-0x7efeffff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7efee000-0x7efeefff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7efed000-0x7efedfff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7efec000-0x7efecfff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7efeb000-0x7efebfff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7efea000-0x7efeafff] BOOTMEM [ 0.000000] memblock_x86_free_range: [0x7e5c0000-0x7edfffff] [ 0.000000] memblock_x86_free_range: [0x7effb000-0x7f3fafff] [ 0.000000] memblock_x86_free_range: [0x7f3fb000-0x7f7fafff] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100800 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x000000a0 [ 0.000000] 0: 0x00000100 -> 0x00100800 [ 0.000000] On node 0 totalpages: 1050512 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 5 pages reserved [ 0.000000] DMA zone: 3923 pages, LIFO batch:0 [ 0.000000] memblock_x86_reserve_range: [0x7f7e3000-0x7f7fafff] BOOTMEM [ 0.000000] DMA32 zone: 14280 pages used for memmap [ 0.000000] DMA32 zone: 1030200 pages, LIFO batch:31 [ 0.000000] memblock_x86_reserve_range: [0x7f7cb000-0x7f7e2fff] BOOTMEM [ 0.000000] Normal zone: 28 pages used for memmap [ 0.000000] Normal zone: 2020 pages, LIFO batch:0 [ 0.000000] memblock_x86_reserve_range: [0x7f7b3000-0x7f7cafff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7f7b2000-0x7f7b2fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7f7b1000-0x7f7b1fff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7f7b0000-0x7f7b0fff] BOOTMEM [ 0.000000] SMP: Allowing 14 CPUs, 0 hotplug CPUs [ 0.000000] No local APIC present [ 0.000000] APIC: disable apic facility [ 0.000000] APIC: switched to apic NOOP [ 0.000000] nr_irqs_gsi: 16 [ 0.000000] memblock_x86_reserve_range: [0x7fff9bc0-0x7fff9c9f] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9b40-0x7fff9ba7] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9ac0-0x7fff9b27] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9a40-0x7fff9aa7] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9a00-0x7fff9a1f] BOOTMEM [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 [ 0.000000] PCI: Warning: Cannot find a gap in the 32bit address range [ 0.000000] PCI: Unassigned devices with 32bit resource registers may break! [ 0.000000] Allocating PCI resources starting at 100900000 (gap: 100900000:400000) [ 0.000000] Booting paravirtualized kernel on Xen [ 0.000000] Xen version: 4.0.1_21326_06-0.4 (preserve-AD) [ 0.000000] memblock_x86_reserve_range: [0x7fff98c0-0x7fff99f0] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9780-0x7fff98b0] BOOTMEM [ 0.000000] setup_percpu: NR_CPUS:14 nr_cpumask_bits:14 nr_cpu_ids:14 nr_node_ids:1 [ 0.000000] memblock_x86_reserve_range: [0x7f7af000-0x7f7affff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7f7ae000-0x7f7aefff] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7f642000-0x7f7adfff] BOOTMEM [ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff88007f642000 s74624 r8192 d23680 u106496 [ 0.000000] memblock_x86_reserve_range: [0x7fff9740-0x7fff9747] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9700-0x7fff9707] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff96c0-0x7fff96f7] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9640-0x7fff96af] BOOTMEM [ 0.000000] pcpu-alloc: s74624 r8192 d23680 u106496 alloc=26*4096 [ 0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 [ 0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [ 0.000000] memblock_x86_reserve_range: [0x7fff9540-0x7fff963f] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff94c0-0x7fff9507] BOOTMEM [ 0.000000] memblock_x86_reserve_range: [0x7fff9440-0x7fff9487] BOOTMEM [ 0.000000] memblock_x86_free_range: [0x7f7af000-0x7f7affff] [ 0.000000] memblock_x86_free_range: [0x7f7ae000-0x7f7aefff] [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1036143 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: root=/dev/xvda1 tmem=1 earlyprintk=xen memblock=debug loglevel=10 initcall_debug debug iommu=off uos_ip=188.127.241.48 uos_netmask=255.255.0.0 uos_gateway=188.127.239.254 uos_nameserver=192.168.15.1 uos_hostname=21-500 uos_id=21-500 uos_memmax=4096 uos_memmin=2048 root_size=30720 selinux=1 enforcing=0 [ 0.000000] memblock_x86_reserve_range: [0x7f63a000-0x7f641fff] BOOTMEM [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Subtract (22 early reservations) [ 0.000000] [000009b000-000009ffff] [ 0.000000] [0001000000-0001668fff] [ 0.000000] [000178c000-00024f3fff] [ 0.000000] [007ac00000-007e5bffff] [ 0.000000] [007efea000-007effafff] [ 0.000000] [007f63a000-007f7adfff] [ 0.000000] [007f7b0000-007fff8fff] [ 0.000000] [007fff9440-007fff9487] [ 0.000000] [007fff94c0-007fff9507] [ 0.000000] [007fff9540-007fff96af] [ 0.000000] [007fff96c0-007fff96f7] [ 0.000000] [007fff9700-007fff9707] [ 0.000000] [007fff9740-007fff9747] [ 0.000000] [007fff9780-007fff98b0] [ 0.000000] [007fff98c0-007fff99f0] [ 0.000000] [007fff9a00-007fff9a1f] [ 0.000000] [007fff9a40-007fff9aa7] [ 0.000000] [007fff9ac0-007fff9b27] [ 0.000000] [007fff9b40-007fff9ba7] [ 0.000000] [007fff9bc0-007fff9c9f] [ 0.000000] [007fff9cc0-007fff9fd7] [ 0.000000] [007fffa000-01007fffff] [ 0.000000] Memory: 2007188k/4202496k available (3653k kernel code, 448k absent, 2194860k reserved, 1660k data, 484k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=14, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:384 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [hvc0] enabled, bootconsole disabled [ 0.000000] allocated 34603008 bytes of page_cgroup [ 0.000000] please try ''cgroup_disable=memory'' option if you don''t want memory cgroups [ 0.000000] Xen: using vcpuop timer interface [ 0.000000] installing Xen timer for CPU 0 [ 0.000000] Detected 2266.826 MHz processor. [ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4533.65 BogoMIPS (lpj=9067304) [ 0.004000] pid_max: default: 32768 minimum: 301 [ 0.004000] Security Framework initialized [ 0.004000] SELinux: Initializing. [ 0.004000] SELinux: Starting in permissive mode [ 0.004000] AppArmor: AppArmor disabled by boot time parameter [ 0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.004000] Mount-cache hash table entries: 256 [ 0.004241] Initializing cgroup subsys cpuacct [ 0.004292] Initializing cgroup subsys memory [ 0.004341] Initializing cgroup subsys devices [ 0.004349] Initializing cgroup subsys freezer [ 0.004355] Initializing cgroup subsys net_cls [ 0.004362] Initializing cgroup subsys blkio [ 0.004382] Initializing cgroup subsys perf_event [ 0.004458] CPU: Physical Processor ID: 0 [ 0.004464] CPU: Processor Core ID: 0 [ 0.004544] SMP alternatives: switching to UP code [ 0.012092] cpu 0 spinlock event irq 17 [ 0.012225] calling init_hw_perf_events+0x0/0xeff @ 1 [ 0.012232] Performance Events: unsupported p6 CPU model 26 no PMU driver, software events only. [ 0.012245] initcall init_hw_perf_events+0x0/0xeff returned 0 after 0 usecs [ 0.012255] calling migration_init+0x0/0x6f @ 1 [ 0.012262] initcall migration_init+0x0/0x6f returned 0 after 0 usecs [ 0.012269] calling spawn_ksoftirqd+0x0/0x55 @ 1 [ 0.012297] initcall spawn_ksoftirqd+0x0/0x55 returned 0 after 0 usecs [ 0.012305] calling init_workqueues+0x0/0x266 @ 1 [ 0.012404] initcall init_workqueues+0x0/0x266 returned 0 after 0 usecs [ 0.012415] calling init_call_single_data+0x0/0x8c @ 1 [ 0.012424] initcall init_call_single_data+0x0/0x8c returned 0 after 0 usecs [ 0.012432] calling cpu_stop_init+0x0/0xaa @ 1 [ 0.012461] initcall cpu_stop_init+0x0/0xaa returned 0 after 0 usecs [ 0.012469] calling rcu_spawn_kthreads+0x0/0xc9 @ 1 [ 0.012523] initcall rcu_spawn_kthreads+0x0/0xc9 returned 0 after 0 usecs [ 0.012631] installing Xen timer for CPU 1 [ 0.012652] cpu 1 spinlock event irq 23 [ 0.012686] SMP alternatives: switching to SMP code [ 0.021086] installing Xen timer for CPU 2 [ 0.021113] cpu 2 spinlock event irq 29 [ 0.021528] installing Xen timer for CPU 3 [ 0.021555] cpu 3 spinlock event irq 35 [ 0.021917] installing Xen timer for CPU 4 [ 0.021944] cpu 4 spinlock event irq 41 [ 0.022231] installing Xen timer for CPU 5 [ 0.022256] cpu 5 spinlock event irq 47 [ 0.022566] installing Xen timer for CPU 6 [ 0.022597] cpu 6 spinlock event irq 53 [ 0.022983] installing Xen timer for CPU 7 [ 0.023008] cpu 7 spinlock event irq 59 [ 0.023325] installing Xen timer for CPU 8 [ 0.023351] cpu 8 spinlock event irq 65 [ 0.023967] installing Xen timer for CPU 9 [ 0.023993] cpu 9 spinlock event irq 71 [ 0.024219] installing Xen timer for CPU 10 [ 0.024239] cpu 10 spinlock event irq 77 [ 0.024558] installing Xen timer for CPU 11 [ 0.024585] cpu 11 spinlock event irq 83 [ 0.024992] installing Xen timer for CPU 12 [ 0.025022] cpu 12 spinlock event irq 89 [ 0.025262] installing Xen timer for CPU 13 [ 0.025281] cpu 13 spinlock event irq 95 [ 0.025532] Brought up 14 CPUs [ 0.025665] devtmpfs: initialized [ 0.033727] calling init_mmap_min_addr+0x0/0xd @ 1 [ 0.033744] initcall init_mmap_min_addr+0x0/0xd returned 0 after 0 usecs [ 0.033756] calling net_ns_init+0x0/0xe0 @ 1 [ 0.033817] initcall net_ns_init+0x0/0xe0 returned 0 after 0 usecs [ 0.033817] calling e820_mark_nvs_memory+0x0/0x40 @ 1 [ 0.033817] initcall e820_mark_nvs_memory+0x0/0x40 returned 0 after 0 usecs [ 0.033817] calling pci_reboot_init+0x0/0x14 @ 1 [ 0.033817] initcall pci_reboot_init+0x0/0x14 returned 0 after 0 usecs [ 0.033817] calling init_lapic_sysfs+0x0/0x20 @ 1 [ 0.033817] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs [ 0.033817] calling init_smp_flush+0x0/0x38 @ 1 [ 0.033817] initcall init_smp_flush+0x0/0x38 returned 0 after 0 usecs [ 0.033817] calling alloc_frozen_cpus+0x0/0x8 @ 1 [ 0.033817] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs [ 0.033817] calling sysctl_init+0x0/0x32 @ 1 [ 0.033817] initcall sysctl_init+0x0/0x32 returned 0 after 0 usecs [ 0.033817] calling ksysfs_init+0x0/0x94 @ 1 [ 0.033817] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs [ 0.033817] calling init_jiffies_clocksource+0x0/0x12 @ 1 [ 0.033817] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs [ 0.033817] calling pm_init+0x0/0x3e @ 1 [ 0.033817] initcall pm_init+0x0/0x3e returned 0 after 0 usecs [ 0.033817] calling pm_disk_init+0x0/0x19 @ 1 [ 0.033817] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs [ 0.033817] calling swsusp_header_init+0x0/0x2c @ 1 [ 0.033817] initcall swsusp_header_init+0x0/0x2c returned 0 after 0 usecs [ 0.033817] calling init_zero_pfn+0x0/0x35 @ 1 [ 0.033817] initcall init_zero_pfn+0x0/0x35 returned 0 after 0 usecs [ 0.033817] calling fsnotify_init+0x0/0x26 @ 1 [ 0.033817] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs [ 0.033817] calling filelock_init+0x0/0x2e @ 1 [ 0.033817] initcall filelock_init+0x0/0x2e returned 0 after 0 usecs [ 0.033817] calling init_misc_binfmt+0x0/0x44 @ 1 [ 0.033817] initcall init_misc_binfmt+0x0/0x44 returned 0 after 0 usecs [ 0.033817] calling init_script_binfmt+0x0/0x14 @ 1 [ 0.033817] initcall init_script_binfmt+0x0/0x14 returned 0 after 0 usecs [ 0.033817] calling init_elf_binfmt+0x0/0x14 @ 1 [ 0.033817] initcall init_elf_binfmt+0x0/0x14 returned 0 after 0 usecs [ 0.033817] calling init_compat_elf_binfmt+0x0/0x14 @ 1 [ 0.033817] initcall init_compat_elf_binfmt+0x0/0x14 returned 0 after 0 usecs [ 0.033817] calling securityfs_init+0x0/0x53 @ 1 [ 0.033817] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs [ 0.033817] calling random32_init+0x0/0xd8 @ 1 [ 0.033817] initcall random32_init+0x0/0xd8 returned 0 after 0 usecs [ 0.033817] calling __gnttab_init+0x0/0x21 @ 1 [ 0.033817] Grant table initialized [ 0.033817] initcall __gnttab_init+0x0/0x21 returned 0 after 0 usecs [ 0.033817] calling cpuidle_init+0x0/0x40 @ 1 [ 0.033817] initcall cpuidle_init+0x0/0x40 returned 0 after 0 usecs [ 0.033817] calling sock_init+0x0/0x83 @ 1 [ 0.033817] initcall sock_init+0x0/0x83 returned 0 after 0 usecs [ 0.033817] calling net_inuse_init+0x0/0x26 @ 1 [ 0.033817] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs [ 0.033817] calling netpoll_init+0x0/0x31 @ 1 [ 0.033817] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs [ 0.033817] calling netlink_proto_init+0x0/0x1a0 @ 1 [ 0.033817] NET: Registered protocol family 16 [ 0.033817] initcall netlink_proto_init+0x0/0x1a0 returned 0 after 0 usecs [ 0.033817] calling bdi_class_init+0x0/0x34 @ 1 [ 0.036018] initcall bdi_class_init+0x0/0x34 returned 0 after 3906 usecs [ 0.036031] calling kobject_uevent_init+0x0/0x21 @ 1 [ 0.036045] initcall kobject_uevent_init+0x0/0x21 returned 0 after 0 usecs [ 0.036055] calling pcibus_class_init+0x0/0x19 @ 1 [ 0.036085] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs [ 0.036085] calling pci_driver_init+0x0/0x12 @ 1 [ 0.036085] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs [ 0.036085] calling xenbus_init+0x0/0x232 @ 1 [ 0.036085] initcall xenbus_init+0x0/0x232 returned 0 after 0 usecs [ 0.036085] calling tty_class_init+0x0/0x34 @ 1 [ 0.036085] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs [ 0.036085] calling vtconsole_class_init+0x0/0xeb @ 1 [ 0.036085] initcall vtconsole_class_init+0x0/0xeb returned 0 after 0 usecs [ 0.036085] calling wakeup_sources_debugfs_init+0x0/0x13 @ 1 [ 0.036085] initcall wakeup_sources_debugfs_init+0x0/0x13 returned 0 after 0 usecs [ 0.036085] calling register_node_type+0x0/0x2d @ 1 [ 0.036085] initcall register_node_type+0x0/0x2d returned 0 after 0 usecs [ 0.036085] calling amd_postcore_init+0x0/0x150 @ 1 [ 0.036085] initcall amd_postcore_init+0x0/0x150 returned 0 after 0 usecs [ 0.036085] calling arch_kdebugfs_init+0x0/0x13 @ 1 [ 0.036085] initcall arch_kdebugfs_init+0x0/0x13 returned 0 after 0 usecs [ 0.036085] calling configure_trampolines+0x0/0x29 @ 1 [ 0.036085] initcall configure_trampolines+0x0/0x29 returned 0 after 0 usecs [ 0.036085] calling mtrr_if_init+0x0/0x64 @ 1 [ 0.036085] initcall mtrr_if_init+0x0/0x64 returned -19 after 0 usecs [ 0.036085] calling ffh_cstate_init+0x0/0x2a @ 1 [ 0.036085] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs [ 0.036085] calling acpi_pci_init+0x0/0x52 @ 1 [ 0.036085] initcall acpi_pci_init+0x0/0x52 returned 0 after 0 usecs [ 0.036091] calling setup_vcpu_hotplug_event+0x0/0x22 @ 1 [ 0.036114] initcall setup_vcpu_hotplug_event+0x0/0x22 returned 0 after 0 usecs [ 0.036114] calling register_xen_pci_notifier+0x0/0x31 @ 1 [ 0.036114] initcall register_xen_pci_notifier+0x0/0x31 returned 0 after 0 usecs [ 0.036114] calling dmi_id_init+0x0/0x313 @ 1 [ 0.036114] initcall dmi_id_init+0x0/0x313 returned -19 after 0 usecs [ 0.036114] calling pci_arch_init+0x0/0x69 @ 1 [ 0.036815] PCI: setting up Xen PCI frontend stub [ 0.036825] PCI: pci_cache_line_size set to 64 bytes [ 0.036835] initcall pci_arch_init+0x0/0x69 returned 0 after 3906 usecs [ 0.036845] calling topology_init+0x0/0x96 @ 1 [ 0.040311] initcall topology_init+0x0/0x96 returned 0 after 0 usecs [ 0.040311] calling mtrr_init_finialize+0x0/0x36 @ 1 [ 0.040311] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs [ 0.040311] calling init_vdso_vars+0x0/0xef @ 1 [ 0.040311] initcall init_vdso_vars+0x0/0xef returned 0 after 0 usecs [ 0.040311] calling sysenter_setup+0x0/0x2c8 @ 1 [ 0.040311] initcall sysenter_setup+0x0/0x2c8 returned 0 after 0 usecs [ 0.040311] calling param_sysfs_init+0x0/0x191 @ 1 [ 0.048393] initcall param_sysfs_init+0x0/0x191 returned 0 after 7812 usecs [ 0.048393] calling pm_sysrq_init+0x0/0x19 @ 1 [ 0.048393] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs [ 0.048393] calling default_bdi_init+0x0/0xa9 @ 1 [ 0.048393] initcall default_bdi_init+0x0/0xa9 returned 0 after 0 usecs [ 0.048393] calling init_bio+0x0/0xd9 @ 1 [ 0.048393] bio: create slab <bio-0> at 0 [ 0.048393] initcall init_bio+0x0/0xd9 returned 0 after 0 usecs [ 0.048393] calling fsnotify_notification_init+0x0/0x8b @ 1 [ 0.048393] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs [ 0.048393] calling cryptomgr_init+0x0/0x12 @ 1 [ 0.048393] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs [ 0.048393] calling blk_settings_init+0x0/0x2a @ 1 [ 0.048393] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs [ 0.048393] calling blk_ioc_init+0x0/0x2a @ 1 [ 0.048393] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs [ 0.048393] calling blk_softirq_init+0x0/0x6e @ 1 [ 0.048393] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs [ 0.048393] calling blk_iopoll_setup+0x0/0x6e @ 1 [ 0.048393] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs [ 0.048393] calling genhd_device_init+0x0/0x7c @ 1 [ 0.048393] initcall genhd_device_init+0x0/0x7c returned 0 after 0 usecs [ 0.048393] calling pci_slot_init+0x0/0x46 @ 1 [ 0.048393] initcall pci_slot_init+0x0/0x46 returned 0 after 0 usecs [ 0.048393] calling fbmem_init+0x0/0x98 @ 1 [ 0.048393] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs [ 0.048393] calling acpi_init+0x0/0x9a @ 1 [ 0.048393] ACPI: Interpreter disabled. [ 0.048393] initcall acpi_init+0x0/0x9a returned -19 after 0 usecs [ 0.048393] calling acpi_pci_root_init+0x0/0x28 @ 1 [ 0.048393] initcall acpi_pci_root_init+0x0/0x28 returned 0 after 0 usecs [ 0.048393] calling acpi_pci_link_init+0x0/0x3e @ 1 [ 0.048393] initcall acpi_pci_link_init+0x0/0x3e returned 0 after 0 usecs [ 0.048393] calling pnp_init+0x0/0x12 @ 1 [ 0.048393] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs [ 0.048393] calling xen_setup_shutdown_event+0x0/0x22 @ 1 [ 0.048393] initcall xen_setup_shutdown_event+0x0/0x22 returned 0 after 0 usecs [ 0.048393] calling balloon_init+0x0/0x130 @ 1 [ 0.048393] xen/balloon: Initialising balloon driver. [ 0.048393] last_pfn = 0x100800 max_arch_pfn = 0x400000000 [ 0.059677] initcall balloon_init+0x0/0x130 returned 0 after 11719 usecs [ 0.059705] calling xenbus_probe_backend_init+0x0/0x2d @ 1 [ 0.060052] initcall xenbus_probe_backend_init+0x0/0x2d returned 0 after 0 usecs [ 0.060052] calling xenbus_probe_frontend_init+0x0/0x2d @ 1 [ 0.064041] initcall xenbus_probe_frontend_init+0x0/0x2d returned 0 after 3906 usecs [ 0.064041] calling balloon_init+0x0/0x100 @ 1 [ 0.064042] xen-balloon: Initialising balloon driver. [ 0.064083] initcall balloon_init+0x0/0x100 returned 0 after 0 usecs [ 0.064083] calling misc_init+0x0/0xb7 @ 1 [ 0.064083] initcall misc_init+0x0/0xb7 returned 0 after 0 usecs [ 0.064083] calling vga_arb_device_init+0x0/0xe3 @ 1 [ 0.064141] vgaarb: loaded [ 0.064141] initcall vga_arb_device_init+0x0/0xe3 returned 0 after 0 usecs [ 0.064141] calling cn_init+0x0/0x9e @ 1 [ 0.064141] initcall cn_init+0x0/0x9e returned 0 after 0 usecs [ 0.064141] calling serio_init+0x0/0x31 @ 1 [ 0.064181] initcall serio_init+0x0/0x31 returned 0 after 0 usecs [ 0.064181] calling input_init+0x0/0x10c @ 1 [ 0.064181] initcall input_init+0x0/0x10c returned 0 after 0 usecs [ 0.064181] calling rtc_init+0x0/0x6a @ 1 [ 0.064181] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs [ 0.064181] calling pci_subsys_init+0x0/0x4d @ 1 [ 0.064181] PCI: System does not support PCI [ 0.064181] PCI: System does not support PCI [ 0.064181] initcall pci_subsys_init+0x0/0x4d returned 0 after 0 usecs [ 0.064181] calling proto_init+0x0/0x12 @ 1 [ 0.064181] initcall proto_init+0x0/0x12 returned 0 after 0 usecs [ 0.064181] calling net_dev_init+0x0/0x1d9 @ 1 [ 0.064181] initcall net_dev_init+0x0/0x1d9 returned 0 after 0 usecs [ 0.064181] calling neigh_init+0x0/0x71 @ 1 [ 0.064181] initcall neigh_init+0x0/0x71 returned 0 after 0 usecs [ 0.064181] calling fib_rules_init+0x0/0xa6 @ 1 [ 0.064181] initcall fib_rules_init+0x0/0xa6 returned 0 after 0 usecs [ 0.064181] calling pktsched_init+0x0/0xed @ 1 [ 0.064181] initcall pktsched_init+0x0/0xed returned 0 after 0 usecs [ 0.064181] calling tc_filter_init+0x0/0x4c @ 1 [ 0.064181] initcall tc_filter_init+0x0/0x4c returned 0 after 0 usecs [ 0.064181] calling tc_action_init+0x0/0x4c @ 1 [ 0.064181] initcall tc_action_init+0x0/0x4c returned 0 after 0 usecs [ 0.064181] calling genl_init+0x0/0x93 @ 1 [ 0.064181] initcall genl_init+0x0/0x93 returned 0 after 0 usecs [ 0.064181] calling sysctl_init+0x0/0x48 @ 1 [ 0.064181] initcall sysctl_init+0x0/0x48 returned 0 after 0 usecs [ 0.064181] calling print_ICs+0x0/0x4ff @ 1 [ 0.064181] initcall print_ICs+0x0/0x4ff returned 0 after 0 usecs [ 0.064182] calling hpet_late_init+0x0/0xc8 @ 1 [ 0.064188] initcall hpet_late_init+0x0/0xc8 returned -19 after 0 usecs [ 0.064195] calling init_amd_nbs+0x0/0xa4 @ 1 [ 0.064202] initcall init_amd_nbs+0x0/0xa4 returned 0 after 0 usecs [ 0.064210] calling clocksource_done_booting+0x0/0x5a @ 1 [ 0.064217] Switching to clocksource xen [ 0.064390] initcall clocksource_done_booting+0x0/0x5a returned 0 after 19 usecs [ 0.064390] calling init_pipe_fs+0x0/0x4c @ 1 [ 0.064390] initcall init_pipe_fs+0x0/0x4c returned 0 after 19 usecs [ 0.064390] calling eventpoll_init+0x0/0xda @ 1 [ 0.064390] initcall eventpoll_init+0x0/0xda returned 0 after 5 usecs [ 0.064390] calling anon_inode_init+0x0/0x12d @ 1 [ 0.064390] initcall anon_inode_init+0x0/0x12d returned 0 after 9 usecs [ 0.064390] calling tomoyo_initerface_init+0x0/0x135 @ 1 [ 0.064390] initcall tomoyo_initerface_init+0x0/0x135 returned 0 after 0 usecs [ 0.064390] calling aa_create_aafs+0x0/0x104 @ 1 [ 0.064390] initcall aa_create_aafs+0x0/0x104 returned 0 after 0 usecs [ 0.064390] calling blk_scsi_ioctl_init+0x0/0x289 @ 1 [ 0.064390] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 0 usecs [ 0.064390] calling acpi_event_init+0x0/0x52 @ 1 [ 0.064390] initcall acpi_event_init+0x0/0x52 returned 0 after 0 usecs [ 0.064390] calling pnp_system_init+0x0/0x12 @ 1 [ 0.064390] initcall pnp_system_init+0x0/0x12 returned 0 after 98 usecs [ 0.064390] calling pnpacpi_init+0x0/0x8c @ 1 [ 0.064390] pnp: PnP ACPI: disabled [ 0.064390] initcall pnpacpi_init+0x0/0x8c returned 0 after 3 usecs [ 0.064390] calling chr_dev_init+0x0/0xc1 @ 1 [ 0.064526] Switched to NOHz mode on CPU #8 [ 0.064663] Switched to NOHz mode on CPU #0 [ 0.064864] Switched to NOHz mode on CPU #9 [ 0.065019] Switched to NOHz mode on CPU #10 [ 0.065598] Switched to NOHz mode on CPU #11 [ 0.065780] Switched to NOHz mode on CPU #1 [ 0.065850] Switched to NOHz mode on CPU #2 [ 0.065855] Switched to NOHz mode on CPU #12 [ 0.066342] Switched to NOHz mode on CPU #13 [ 0.066357] Switched to NOHz mode on CPU #3 [ 0.066558] Switched to NOHz mode on CPU #4 [ 0.067330] Switched to NOHz mode on CPU #5 [ 0.067367] Switched to NOHz mode on CPU #6 [ 0.067822] Switched to NOHz mode on CPU #7 [ 0.073944] initcall chr_dev_init+0x0/0xc1 returned 0 after 9394 usecs [ 0.073960] calling firmware_class_init+0x0/0x19 @ 1 [ 0.074096] initcall firmware_class_init+0x0/0x19 returned 0 after 122 usecs [ 0.074109] calling thermal_init+0x0/0x75 @ 1 [ 0.074222] initcall thermal_init+0x0/0x75 returned 0 after 100 usecs [ 0.074235] calling init_acpi_pm_clocksource+0x0/0xe0 @ 1 [ 0.074245] initcall init_acpi_pm_clocksource+0x0/0xe0 returned -19 after 0 usecs [ 0.074256] calling ssb_modinit+0x0/0x49 @ 1 [ 0.074379] initcall ssb_modinit+0x0/0x49 returned 0 after 107 usecs [ 0.074393] calling pcibios_assign_resources+0x0/0x74 @ 1 [ 0.074402] PCI: max bus depth: 0 pci_try_num: 1 [ 0.074411] initcall pcibios_assign_resources+0x0/0x74 returned 0 after 8 usecs [ 0.074423] calling sysctl_core_init+0x0/0x38 @ 1 [ 0.074448] initcall sysctl_core_init+0x0/0x38 returned 0 after 15 usecs [ 0.074459] calling inet_init+0x0/0x28c @ 1 [ 0.074504] NET: Registered protocol family 2 [ 0.075169] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.079629] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.082313] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.082593] TCP: Hash tables configured (established 524288 bind 65536) [ 0.082604] TCP reno registered [ 0.082653] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.082715] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.082994] initcall inet_init+0x0/0x28c returned 0 after 8318 usecs [ 0.083009] calling af_unix_init+0x0/0x55 @ 1 [ 0.083018] NET: Registered protocol family 1 [ 0.083034] initcall af_unix_init+0x0/0x55 returned 0 after 15 usecs [ 0.083047] calling pci_apply_final_quirks+0x0/0xfb @ 1 [ 0.083058] PCI: CLS 0 bytes, default 64 [ 0.083067] initcall pci_apply_final_quirks+0x0/0xfb returned 0 after 10 usecs [ 0.083079] calling populate_rootfs+0x0/0x108 @ 1 [ 0.083168] Unpacking initramfs... [ 0.104638] Freeing initrd memory: 9528k freed [ 0.107990] initcall populate_rootfs+0x0/0x108 returned 0 after 24305 usecs [ 0.108014] calling pci_iommu_init+0x0/0x41 @ 1 [ 0.108014] initcall pci_iommu_init+0x0/0x41 returned 0 after 0 usecs [ 0.108014] calling i8259A_init_ops+0x0/0x21 @ 1 [ 0.108014] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs [ 0.108014] calling vsyscall_init+0x0/0x66 @ 1 [ 0.108371] initcall vsyscall_init+0x0/0x66 returned 0 after 299 usecs [ 0.108380] calling sbf_init+0x0/0xe9 @ 1 [ 0.108386] initcall sbf_init+0x0/0xe9 returned 0 after 0 usecs [ 0.108393] calling init_tsc_clocksource+0x0/0x5f @ 1 [ 0.108409] initcall init_tsc_clocksource+0x0/0x5f returned 0 after 7 usecs [ 0.108416] calling add_rtc_cmos+0x0/0x97 @ 1 [ 0.108734] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.108753] initcall add_rtc_cmos+0x0/0x97 returned 0 after 321 usecs [ 0.108760] calling i8237A_init_ops+0x0/0x14 @ 1 [ 0.108767] initcall i8237A_init_ops+0x0/0x14 returned 0 after 0 usecs [ 0.108776] calling cache_sysfs_init+0x0/0x59 @ 1 [ 0.116550] initcall cache_sysfs_init+0x0/0x59 returned 0 after 7584 usecs [ 0.116563] calling msr_init+0x0/0x120 @ 1 [ 0.118463] initcall msr_init+0x0/0x120 returned 0 after 1845 usecs [ 0.118477] calling cpuid_init+0x0/0x120 @ 1 [ 0.120235] initcall cpuid_init+0x0/0x120 returned 0 after 1707 usecs [ 0.120247] calling ioapic_init_ops+0x0/0x14 @ 1 [ 0.120254] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs [ 0.120261] calling add_pcspkr+0x0/0x3a @ 1 [ 0.120353] initcall add_pcspkr+0x0/0x3a returned 0 after 81 usecs [ 0.120363] calling audit_classes_init+0x0/0xaf @ 1 [ 0.120374] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs [ 0.120383] calling aes_init+0x0/0x12 @ 1 [ 0.120466] initcall aes_init+0x0/0x12 returned 0 after 74 usecs [ 0.120475] calling init+0x0/0x12 @ 1 [ 0.120536] initcall init+0x0/0x12 returned 0 after 52 usecs [ 0.120544] calling init+0x0/0x12 @ 1 [ 0.120607] initcall init+0x0/0x12 returned 0 after 55 usecs [ 0.120615] calling aesni_init+0x0/0x178 @ 1 [ 0.120621] Intel AES-NI instructions are not detected. [ 0.120628] initcall aesni_init+0x0/0x178 returned -19 after 5 usecs [ 0.120635] calling ia32_binfmt_init+0x0/0x14 @ 1 [ 0.120645] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 3 usecs [ 0.120653] calling init_aout_binfmt+0x0/0x14 @ 1 [ 0.120660] initcall init_aout_binfmt+0x0/0x14 returned 0 after 0 usecs [ 0.120667] calling proc_execdomains_init+0x0/0x22 @ 1 [ 0.120680] initcall proc_execdomains_init+0x0/0x22 returned 0 after 5 usecs [ 0.120687] calling ioresources_init+0x0/0x3c @ 1 [ 0.120696] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs [ 0.120703] calling uid_cache_init+0x0/0x85 @ 1 [ 0.120716] initcall uid_cache_init+0x0/0x85 returned 0 after 6 usecs [ 0.120724] calling init_posix_timers+0x0/0x1cf @ 1 [ 0.120743] initcall init_posix_timers+0x0/0x1cf returned 0 after 13 usecs [ 0.120752] calling init_posix_cpu_timers+0x0/0xbf @ 1 [ 0.120759] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 0 usecs [ 0.120766] calling nsproxy_cache_init+0x0/0x2d @ 1 [ 0.120773] initcall nsproxy_cache_init+0x0/0x2d returned 0 after 0 usecs [ 0.120780] calling timekeeping_init_ops+0x0/0x14 @ 1 [ 0.120788] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs [ 0.120796] calling init_clocksource_sysfs+0x0/0x50 @ 1 [ 0.120950] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 142 usecs [ 0.120961] calling init_timer_list_procfs+0x0/0x2c @ 1 [ 0.120970] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 2 usecs [ 0.120978] calling alarmtimer_init+0x0/0x147 @ 1 [ 0.121176] initcall alarmtimer_init+0x0/0x147 returned 0 after 185 usecs [ 0.121186] calling futex_init+0x0/0x5d @ 1 [ 0.121202] initcall futex_init+0x0/0x5d returned 0 after 8 usecs [ 0.121209] calling proc_dma_init+0x0/0x22 @ 1 [ 0.121223] initcall proc_dma_init+0x0/0x22 returned 0 after 7 usecs [ 0.121230] calling proc_modules_init+0x0/0x22 @ 1 [ 0.121238] initcall proc_modules_init+0x0/0x22 returned 0 after 1 usecs [ 0.121246] calling kallsyms_init+0x0/0x25 @ 1 [ 0.121253] initcall kallsyms_init+0x0/0x25 returned 0 after 1 usecs [ 0.121260] calling snapshot_device_init+0x0/0x12 @ 1 [ 0.121365] initcall snapshot_device_init+0x0/0x12 returned 0 after 93 usecs [ 0.121376] calling crash_save_vmcoreinfo_init+0x0/0x46d @ 1 [ 0.121407] initcall crash_save_vmcoreinfo_init+0x0/0x46d returned 0 after 23 usecs [ 0.121417] calling crash_notes_memory_init+0x0/0x37 @ 1 [ 0.121429] initcall crash_notes_memory_init+0x0/0x37 returned 0 after 4 usecs [ 0.121437] calling user_namespaces_init+0x0/0x2d @ 1 [ 0.121451] initcall user_namespaces_init+0x0/0x2d returned 0 after 7 usecs [ 0.121459] calling pid_namespaces_init+0x0/0x2d @ 1 [ 0.121471] initcall pid_namespaces_init+0x0/0x2d returned 0 after 4 usecs [ 0.121478] calling ikconfig_init+0x0/0x3a @ 1 [ 0.121487] initcall ikconfig_init+0x0/0x3a returned 0 after 2 usecs [ 0.121495] calling audit_init+0x0/0x142 @ 1 [ 0.121500] audit: initializing netlink socket (disabled) [ 0.121519] type=2000 audit(1308259694.505:1): initialized [ 0.121527] initcall audit_init+0x0/0x142 returned 0 after 25 usecs [ 0.121534] calling audit_watch_init+0x0/0x3a @ 1 [ 0.121541] initcall audit_watch_init+0x0/0x3a returned 0 after 0 usecs [ 0.121548] calling audit_tree_init+0x0/0x58 @ 1 [ 0.121555] initcall audit_tree_init+0x0/0x58 returned 0 after 0 usecs [ 0.121562] calling utsname_sysctl_init+0x0/0x14 @ 1 [ 0.121580] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 10 usecs [ 0.121587] calling perf_event_sysfs_init+0x0/0x93 @ 1 [ 0.121828] initcall perf_event_sysfs_init+0x0/0x93 returned 0 after 227 usecs [ 0.121840] calling init_per_zone_wmark_min+0x0/0x89 @ 1 [ 0.125816] initcall init_per_zone_wmark_min+0x0/0x89 returned 0 after 4952 usecs [ 0.125816] calling kswapd_init+0x0/0x75 @ 1 [ 0.127184] initcall kswapd_init+0x0/0x75 returned 0 after 212 usecs [ 0.127194] calling setup_vmstat+0x0/0xb9 @ 1 [ 0.127334] initcall setup_vmstat+0x0/0xb9 returned 0 after 128 usecs [ 0.127344] calling mm_sysfs_init+0x0/0x29 @ 1 [ 0.127368] initcall mm_sysfs_init+0x0/0x29 returned 0 after 16 usecs [ 0.127376] calling proc_vmalloc_init+0x0/0x25 @ 1 [ 0.127384] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 1 usecs [ 0.127393] calling procswaps_init+0x0/0x22 @ 1 [ 0.127401] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs [ 0.127408] calling hugetlb_init+0x0/0x33d @ 1 [ 0.127417] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.127440] initcall hugetlb_init+0x0/0x33d returned 0 after 25 usecs [ 0.127449] calling ksm_init+0x0/0x16f @ 1 [ 0.127526] initcall ksm_init+0x0/0x16f returned 0 after 69 usecs [ 0.127535] calling slab_proc_init+0x0/0x25 @ 1 [ 0.127543] initcall slab_proc_init+0x0/0x25 returned 0 after 1 usecs [ 0.127551] calling slab_sysfs_init+0x0/0xfb @ 1 [ 0.136242] initcall slab_sysfs_init+0x0/0xfb returned 0 after 8478 usecs [ 0.136253] calling hugepage_init+0x0/0x133 @ 1 [ 0.136260] initcall hugepage_init+0x0/0x133 returned -22 after 0 usecs [ 0.136267] initcall hugepage_init+0x0/0x133 returned with error code -22 [ 0.136274] calling init_cleancache+0x0/0x1b @ 1 [ 0.136285] initcall init_cleancache+0x0/0x1b returned 0 after 3 usecs [ 0.136294] calling fcntl_init+0x0/0x2a @ 1 [ 0.136311] initcall fcntl_init+0x0/0x2a returned 0 after 7 usecs [ 0.136322] calling proc_filesystems_init+0x0/0x22 @ 1 [ 0.136343] initcall proc_filesystems_init+0x0/0x22 returned 0 after 3 usecs [ 0.136353] calling fsnotify_mark_init+0x0/0x40 @ 1 [ 0.136468] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 102 usecs [ 0.136482] calling dnotify_init+0x0/0x7b @ 1 [ 0.136626] initcall dnotify_init+0x0/0x7b returned 0 after 129 usecs [ 0.136636] calling inotify_user_setup+0x0/0x70 @ 1 [ 0.136651] initcall inotify_user_setup+0x0/0x70 returned 0 after 8 usecs [ 0.136662] calling fanotify_user_setup+0x0/0x52 @ 1 [ 0.136692] initcall fanotify_user_setup+0x0/0x52 returned 0 after 17 usecs [ 0.136707] calling aio_setup+0x0/0x78 @ 1 [ 0.136865] initcall aio_setup+0x0/0x78 returned 0 after 144 usecs [ 0.136874] calling proc_locks_init+0x0/0x22 @ 1 [ 0.136883] initcall proc_locks_init+0x0/0x22 returned 0 after 2 usecs [ 0.136890] calling init_sys32_ioctl+0x0/0x28 @ 1 [ 0.136974] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 74 usecs [ 0.136983] calling init_mbcache+0x0/0x14 @ 1 [ 0.136989] initcall init_mbcache+0x0/0x14 returned 0 after 0 usecs [ 0.136996] calling dquot_init+0x0/0x120 @ 1 [ 0.137001] VFS: Disk quotas dquot_6.5.2 [ 0.137180] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.137195] initcall dquot_init+0x0/0x120 returned 0 after 186 usecs [ 0.137205] calling init_v2_quota_format+0x0/0x22 @ 1 [ 0.137215] initcall init_v2_quota_format+0x0/0x22 returned 0 after 0 usecs [ 0.137224] calling quota_init+0x0/0x26 @ 1 [ 0.137238] initcall quota_init+0x0/0x26 returned 0 after 6 usecs [ 0.137248] calling proc_cmdline_init+0x0/0x22 @ 1 [ 0.137260] initcall proc_cmdline_init+0x0/0x22 returned 0 after 3 usecs [ 0.137270] calling proc_consoles_init+0x0/0x22 @ 1 [ 0.137282] initcall proc_consoles_init+0x0/0x22 returned 0 after 2 usecs [ 0.137293] calling proc_cpuinfo_init+0x0/0x22 @ 1 [ 0.137305] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs [ 0.137316] calling proc_devices_init+0x0/0x22 @ 1 [ 0.137327] initcall proc_devices_init+0x0/0x22 returned 0 after 2 usecs [ 0.137338] calling proc_interrupts_init+0x0/0x22 @ 1 [ 0.137356] initcall proc_interrupts_init+0x0/0x22 returned 0 after 7 usecs [ 0.137368] calling proc_loadavg_init+0x0/0x22 @ 1 [ 0.137380] initcall proc_loadavg_init+0x0/0x22 returned 0 after 2 usecs [ 0.137390] calling proc_meminfo_init+0x0/0x22 @ 1 [ 0.137404] initcall proc_meminfo_init+0x0/0x22 returned 0 after 2 usecs [ 0.137418] calling proc_stat_init+0x0/0x22 @ 1 [ 0.137431] initcall proc_stat_init+0x0/0x22 returned 0 after 2 usecs [ 0.137442] calling proc_uptime_init+0x0/0x22 @ 1 [ 0.137454] initcall proc_uptime_init+0x0/0x22 returned 0 after 2 usecs [ 0.137465] calling proc_version_init+0x0/0x22 @ 1 [ 0.137477] initcall proc_version_init+0x0/0x22 returned 0 after 2 usecs [ 0.137487] calling proc_softirqs_init+0x0/0x22 @ 1 [ 0.137499] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs [ 0.137506] calling proc_kcore_init+0x0/0xb5 @ 1 [ 0.137517] initcall proc_kcore_init+0x0/0xb5 returned 0 after 4 usecs [ 0.137524] calling proc_kmsg_init+0x0/0x25 @ 1 [ 0.137532] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs [ 0.137539] calling proc_page_init+0x0/0x42 @ 1 [ 0.137548] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs [ 0.137555] calling configfs_init+0x0/0xb3 @ 1 [ 0.137696] initcall configfs_init+0x0/0xb3 returned 0 after 129 usecs [ 0.137705] calling init_devpts_fs+0x0/0x4c @ 1 [ 0.137733] initcall init_devpts_fs+0x0/0x4c returned 0 after 20 usecs [ 0.137740] calling init_ext3_fs+0x0/0x6f @ 1 [ 0.137974] initcall init_ext3_fs+0x0/0x6f returned 0 after 220 usecs [ 0.137984] calling init_ext2_fs+0x0/0x6f @ 1 [ 0.138103] initcall init_ext2_fs+0x0/0x6f returned 0 after 108 usecs [ 0.138112] calling journal_init+0x0/0x97 @ 1 [ 0.138555] initcall journal_init+0x0/0x97 returned 0 after 425 usecs [ 0.138564] calling init_ramfs_fs+0x0/0x12 @ 1 [ 0.138572] initcall init_ramfs_fs+0x0/0x12 returned 0 after 1 usecs [ 0.138579] calling init_hugetlbfs_fs+0x0/0x98 @ 1 [ 0.138721] initcall init_hugetlbfs_fs+0x0/0x98 returned 0 after 131 usecs [ 0.138730] calling init_nls_cp437+0x0/0x12 @ 1 [ 0.138738] initcall init_nls_cp437+0x0/0x12 returned 0 after 0 usecs [ 0.138744] calling init_nls_cp866+0x0/0x12 @ 1 [ 0.138751] initcall init_nls_cp866+0x0/0x12 returned 0 after 0 usecs [ 0.138758] calling init_nls_ascii+0x0/0x12 @ 1 [ 0.138764] initcall init_nls_ascii+0x0/0x12 returned 0 after 0 usecs [ 0.138771] calling init_nls_iso8859_1+0x0/0x12 @ 1 [ 0.138777] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 0 usecs [ 0.138784] calling init_nls_iso8859_5+0x0/0x12 @ 1 [ 0.138791] initcall init_nls_iso8859_5+0x0/0x12 returned 0 after 0 usecs [ 0.138798] calling init_nls_koi8_r+0x0/0x12 @ 1 [ 0.138804] initcall init_nls_koi8_r+0x0/0x12 returned 0 after 0 usecs [ 0.138811] calling init_nls_utf8+0x0/0x29 @ 1 [ 0.138818] initcall init_nls_utf8+0x0/0x29 returned 0 after 0 usecs [ 0.138825] calling init_autofs4_fs+0x0/0x26 @ 1 [ 0.138960] initcall init_autofs4_fs+0x0/0x26 returned 0 after 124 usecs [ 0.138970] calling fuse_init+0x0/0x13a @ 1 [ 0.138975] fuse init (API version 7.16) [ 0.139311] initcall fuse_init+0x0/0x13a returned 0 after 326 usecs [ 0.139321] calling cuse_init+0x0/0xb7 @ 1 [ 0.139497] initcall cuse_init+0x0/0xb7 returned 0 after 164 usecs [ 0.139506] calling init_btrfs_fs+0x0/0xb8 @ 1 [ 0.140425] Btrfs loaded [ 0.140434] initcall init_btrfs_fs+0x0/0xb8 returned 0 after 899 usecs [ 0.140442] calling ipc_init+0x0/0x2f @ 1 [ 0.140452] msgmni has been set to 3938 [ 0.140461] initcall ipc_init+0x0/0x2f returned 0 after 12 usecs [ 0.140468] calling ipc_sysctl_init+0x0/0x14 @ 1 [ 0.140493] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 18 usecs [ 0.140501] calling init_mqueue_fs+0x0/0xb4 @ 1 [ 0.140671] initcall init_mqueue_fs+0x0/0xb4 returned 0 after 157 usecs [ 0.140681] calling key_proc_init+0x0/0x59 @ 1 [ 0.140691] initcall key_proc_init+0x0/0x59 returned 0 after 3 usecs [ 0.140698] calling selinux_nf_ip_init+0x0/0x62 @ 1 [ 0.140703] SELinux: Registering netfilter hooks [ 0.140711] initcall selinux_nf_ip_init+0x0/0x62 returned 0 after 6 usecs [ 0.140717] calling init_sel_fs+0x0/0x9e @ 1 [ 0.140831] initcall init_sel_fs+0x0/0x9e returned 0 after 104 usecs [ 0.140838] calling selnl_init+0x0/0x4d @ 1 [ 0.140858] initcall selnl_init+0x0/0x4d returned 0 after 13 usecs [ 0.140865] calling sel_netif_init+0x0/0x75 @ 1 [ 0.140875] initcall sel_netif_init+0x0/0x75 returned 0 after 3 usecs [ 0.140882] calling sel_netnode_init+0x0/0x74 @ 1 [ 0.140890] initcall sel_netnode_init+0x0/0x74 returned 0 after 2 usecs [ 0.140896] calling sel_netport_init+0x0/0x74 @ 1 [ 0.140904] initcall sel_netport_init+0x0/0x74 returned 0 after 1 usecs [ 0.140911] calling aurule_init+0x0/0x37 @ 1 [ 0.140917] initcall aurule_init+0x0/0x37 returned 0 after 0 usecs [ 0.140924] calling crypto_wq_init+0x0/0x31 @ 1 [ 0.141021] initcall crypto_wq_init+0x0/0x31 returned 0 after 88 usecs [ 0.141029] calling crypto_algapi_init+0x0/0xd @ 1 [ 0.141045] initcall crypto_algapi_init+0x0/0xd returned 0 after 9 usecs [ 0.141053] calling skcipher_module_init+0x0/0x39 @ 1 [ 0.141059] initcall skcipher_module_init+0x0/0x39 returned 0 after 0 usecs [ 0.141066] calling chainiv_module_init+0x0/0x12 @ 1 [ 0.141073] initcall chainiv_module_init+0x0/0x12 returned 0 after 1 usecs [ 0.141080] calling eseqiv_module_init+0x0/0x12 @ 1 [ 0.141086] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.141093] calling hmac_module_init+0x0/0x12 @ 1 [ 0.141100] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.141106] calling md5_mod_init+0x0/0x12 @ 1 [ 0.141277] initcall md5_mod_init+0x0/0x12 returned 0 after 157 usecs [ 0.141292] calling sha1_generic_mod_init+0x0/0x12 @ 1 [ 0.141426] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 121 usecs [ 0.141439] calling sha256_generic_mod_init+0x0/0x3f @ 1 [ 0.141670] initcall sha256_generic_mod_init+0x0/0x3f returned 0 after 215 usecs [ 0.141683] calling crypto_ecb_module_init+0x0/0x12 @ 1 [ 0.141692] initcall crypto_ecb_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.141702] calling crypto_cbc_module_init+0x0/0x12 @ 1 [ 0.141711] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.141721] calling cryptd_init+0x0/0xc5 @ 1 [ 0.141737] initcall cryptd_init+0x0/0xc5 returned 0 after 6 usecs [ 0.141746] calling des_generic_mod_init+0x0/0x3f @ 1 [ 0.141903] initcall des_generic_mod_init+0x0/0x3f returned 0 after 143 usecs [ 0.141914] calling aes_init+0x0/0x12 @ 1 [ 0.141997] initcall aes_init+0x0/0x12 returned 0 after 72 usecs [ 0.142008] calling arc4_init+0x0/0x12 @ 1 [ 0.142088] initcall arc4_init+0x0/0x12 returned 0 after 69 usecs [ 0.142099] calling deflate_mod_init+0x0/0x12 @ 1 [ 0.142181] initcall deflate_mod_init+0x0/0x12 returned 0 after 70 usecs [ 0.142192] calling zlib_mod_init+0x0/0x12 @ 1 [ 0.142272] initcall zlib_mod_init+0x0/0x12 returned 0 after 69 usecs [ 0.142284] calling crc32c_mod_init+0x0/0x12 @ 1 [ 0.142365] initcall crc32c_mod_init+0x0/0x12 returned 0 after 70 usecs [ 0.142376] calling crypto_authenc_module_init+0x0/0x12 @ 1 [ 0.142386] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.142397] calling crypto_authenc_esn_module_init+0x0/0x12 @ 1 [ 0.142407] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.142417] calling lzo_mod_init+0x0/0x12 @ 1 [ 0.142503] initcall lzo_mod_init+0x0/0x12 returned 0 after 74 usecs [ 0.142515] calling krng_mod_init+0x0/0x12 @ 1 [ 0.142596] initcall krng_mod_init+0x0/0x12 returned 0 after 70 usecs [ 0.142607] calling proc_genhd_init+0x0/0x3c @ 1 [ 0.142622] initcall proc_genhd_init+0x0/0x3c returned 0 after 6 usecs [ 0.142632] calling init_cgroup_blkio+0x0/0x12 @ 1 [ 0.142641] initcall init_cgroup_blkio+0x0/0x12 returned 0 after 1 usecs [ 0.142651] calling throtl_init+0x0/0x44 @ 1 [ 0.142719] initcall throtl_init+0x0/0x44 returned 0 after 57 usecs [ 0.142730] calling noop_init+0x0/0x14 @ 1 [ 0.142737] io scheduler noop registered [ 0.142745] initcall noop_init+0x0/0x14 returned 0 after 7 usecs [ 0.142754] calling deadline_init+0x0/0x14 @ 1 [ 0.142761] io scheduler deadline registered [ 0.142769] initcall deadline_init+0x0/0x14 returned 0 after 7 usecs [ 0.142779] calling cfq_init+0x0/0xb3 @ 1 [ 0.143077] io scheduler cfq registered (default) [ 0.143091] initcall cfq_init+0x0/0xb3 returned 0 after 296 usecs [ 0.143102] calling libcrc32c_mod_init+0x0/0x2c @ 1 [ 0.143114] initcall libcrc32c_mod_init+0x0/0x2c returned 0 after 3 usecs [ 0.143124] calling percpu_counter_startup+0x0/0x19 @ 1 [ 0.143134] initcall percpu_counter_startup+0x0/0x19 returned 0 after 1 usecs [ 0.143145] calling pci_proc_init+0x0/0x6b @ 1 [ 0.143160] initcall pci_proc_init+0x0/0x6b returned 0 after 6 usecs [ 0.143171] calling ioapic_init+0x0/0x1b @ 1 [ 0.143359] initcall ioapic_init+0x0/0x1b returned 0 after 174 usecs [ 0.143373] calling pci_hotplug_init+0x0/0x1d @ 1 [ 0.143380] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.143389] initcall pci_hotplug_init+0x0/0x1d returned 0 after 7 usecs [ 0.143399] calling pci_stub_init+0x0/0x14f @ 1 [ 0.143538] initcall pci_stub_init+0x0/0x14f returned 0 after 120 usecs [ 0.143553] calling pcifront_init+0x0/0x51 @ 1 [ 0.143665] initcall pcifront_init+0x0/0x51 returned 0 after 102 usecs [ 0.143674] calling fb_console_init+0x0/0x125 @ 1 [ 0.143774] initcall fb_console_init+0x0/0x125 returned 0 after 90 usecs [ 0.143783] calling xenfb_init+0x0/0x51 @ 1 [ 0.233272] Console: switching to colour frame buffer device 100x37 [ 0.234547] console [tty0] enabled [ 0.238697] initcall xenfb_init+0x0/0x51 returned 0 after 92677 usecs [ 0.238739] calling acpi_reserve_resources+0x0/0xeb @ 1 [ 0.238766] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 usecs [ 0.238800] calling irqrouter_init_ops+0x0/0x26 @ 1 [ 0.238825] initcall irqrouter_init_ops+0x0/0x26 returned 0 after 0 usecs [ 0.238902] calling acpi_processor_init+0x0/0xc3 @ 1 [ 0.239489] initcall acpi_processor_init+0x0/0xc3 returned 0 after 0 usecs [ 0.240084] calling acpi_container_init+0x0/0x4a @ 1 [ 0.240665] initcall acpi_container_init+0x0/0x4a returned -19 after 0 usecs [ 0.241240] calling acpi_memory_device_init+0x0/0x87 @ 1 [ 0.242037] initcall acpi_memory_device_init+0x0/0x87 returned -19 after 0 usecs [ 0.242678] calling acpi_pad_init+0x0/0xf9 @ 1 [ 0.242678] initcall acpi_pad_init+0x0/0xf9 returned -22 after 0 usecs [ 0.242678] initcall acpi_pad_init+0x0/0xf9 returned with error code -22 [ 0.242678] calling xenbus_probe_initcall+0x0/0x3b @ 1 [ 0.242678] initcall xenbus_probe_initcall+0x0/0x3b returned 0 after 0 usecs [ 0.242678] calling xen_tmem_init+0x0/0x5c @ 1 [ 0.242678] cleancache enabled, RAM provided by Xen Transcendent Memory [ 0.242678] initcall xen_tmem_init+0x0/0x5c returned 0 after 688 usecs [ 0.242678] calling evtchn_init+0x0/0x6e @ 1 [ 0.250662] Event-channel device installed. [ 0.251451] initcall evtchn_init+0x0/0x6e returned 0 after 1141 usecs [ 0.252289] calling gntdev_init+0x0/0x4c @ 1 [ 0.253356] initcall gntdev_init+0x0/0x4c returned 0 after 267 usecs [ 0.254155] calling gntalloc_init+0x0/0x3d @ 1 [ 0.255366] initcall gntalloc_init+0x0/0x3d returned 0 after 411 usecs [ 0.256235] calling xenfs_init+0x0/0x2d @ 1 [ 0.256988] initcall xenfs_init+0x0/0x2d returned 0 after 10 usecs [ 0.257674] calling hypervisor_subsys_init+0x0/0x25 @ 1 [ 0.258353] initcall hypervisor_subsys_init+0x0/0x25 returned 0 after 0 usecs [ 0.259037] calling hyper_sysfs_init+0x0/0xbf @ 1 [ 0.259840] initcall hyper_sysfs_init+0x0/0xbf returned 0 after 33 usecs [ 0.260576] calling pty_init+0x0/0x26a @ 1 [ 0.261573] initcall pty_init+0x0/0x26a returned 0 after 217 usecs [ 0.262362] calling sysrq_init+0x0/0x44 @ 1 [ 0.263168] initcall sysrq_init+0x0/0x44 returned 0 after 13 usecs [ 0.264015] calling xen_hvc_init+0x0/0xc2 @ 1 [ 0.266269] initcall xen_hvc_init+0x0/0xc2 returned 0 after 1445 usecs [ 0.267181] calling serial8250_init+0x0/0x18e @ 1 [ 0.267975] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.548885] initcall serial8250_init+0x0/0x18e returned 0 after 274317 usecs [ 0.549799] calling serial8250_pnp_init+0x0/0x12 @ 1 [ 0.550959] initcall serial8250_pnp_init+0x0/0x12 returned 0 after 218 usecs [ 0.551963] calling serial8250_pci_init+0x0/0x1b @ 1 [ 0.553215] initcall serial8250_pci_init+0x0/0x1b returned 0 after 335 usecs [ 0.554235] calling rand_initialize+0x0/0x2c @ 1 [ 0.555258] initcall rand_initialize+0x0/0x2c returned 0 after 16 usecs [ 0.556209] calling nvram_init+0x0/0x82 @ 1 [ 0.557639] Non-volatile memory driver v1.3 [ 0.558648] initcall nvram_init+0x0/0x82 returned 0 after 1391 usecs [ 0.559721] calling timeriomem_rng_init+0x0/0x12 @ 1 [ 0.561244] initcall timeriomem_rng_init+0x0/0x12 returned 0 after 566 usecs [ 0.562254] calling mod_init+0x0/0x1e8 @ 1 [ 0.563267] initcall mod_init+0x0/0x1e8 returned -19 after 6 usecs [ 0.564548] calling mod_init+0x0/0x12c @ 1 [ 0.565217] initcall mod_init+0x0/0x12c returned -19 after 1 usecs [ 0.565217] calling init_tis+0x0/0x98 @ 1 [ 0.567597] initcall init_tis+0x0/0x98 returned 0 after 309 usecs [ 0.568506] calling cn_proc_init+0x0/0x3d @ 1 [ 0.569435] initcall cn_proc_init+0x0/0x3d returned 0 after 3 usecs [ 0.570278] calling topology_sysfs_init+0x0/0x50 @ 1 [ 0.571231] initcall topology_sysfs_init+0x0/0x50 returned 0 after 100 usecs [ 0.572114] calling xlblk_init+0x0/0x80 @ 1 [ 0.609953] initcall xlblk_init+0x0/0x80 returned 0 after 36125 usecs [ 0.611010] calling net_olddevs_init+0x0/0x9e @ 1 [ 0.612273] initcall net_olddevs_init+0x0/0x9e returned 0 after 7 usecs [ 0.613403] calling netif_init+0x0/0x66 @ 1 [ 0.613928] Initialising Xen virtual ethernet driver. [ 0.647915] initcall netif_init+0x0/0x66 returned 0 after 32706 usecs [ 0.649123] calling eql_init_module+0x0/0x71 @ 1 [ 0.650115] eql: Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com) [ 0.653905] initcall eql_init_module+0x0/0x71 returned 0 after 3697 usecs [ 0.654853] calling init_netconsole+0x0/0x22d @ 1 [ 0.655964] console [netcon0] enabled [ 0.657106] netconsole: network logging started [ 0.657704] initcall init_netconsole+0x0/0x22d returned 0 after 2146 usecs [ 0.657704] calling i8042_init+0x0/0x3a2 @ 1 [ 0.660622] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 0.662476] i8042: No controller found [ 0.663832] initcall i8042_init+0x0/0x3a2 returned -19 after 3569 usecs [ 0.664608] calling serport_init+0x0/0x34 @ 1 [ 0.664608] initcall serport_init+0x0/0x34 returned 0 after 0 usecs [ 0.664608] calling serio_raw_init+0x0/0x1b @ 1 [ 0.668351] initcall serio_raw_init+0x0/0x1b returned 0 after 252 usecs [ 0.669405] calling mousedev_init+0x0/0x8e @ 1 [ 0.670736] mousedev: PS/2 mouse device common for all mice [ 0.671833] initcall mousedev_init+0x0/0x8e returned 0 after 1407 usecs [ 0.672925] calling evdev_init+0x0/0x12 @ 1 [ 0.674097] initcall evdev_init+0x0/0x12 returned 0 after 1 usecs [ 0.674726] calling atkbd_init+0x0/0x27 @ 1 [ 0.676611] initcall atkbd_init+0x0/0x27 returned 0 after 178 usecs [ 0.677702] calling psmouse_init+0x0/0x79 @ 1 [ 0.679073] initcall psmouse_init+0x0/0x79 returned 0 after 430 usecs [ 0.679871] calling cmos_init+0x0/0x6a @ 1 [ 0.722186] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 0.723357] rtc_cmos: probe of rtc_cmos failed with error -38 [ 0.724988] initcall cmos_init+0x0/0x6a returned -19 after 43357 usecs [ 0.725847] calling xen_wdt_init_module+0x0/0x85 @ 1 [ 0.726582] wdt: Xen WatchDog Timer Driver v0.01 [ 0.727684] wdt: not supported [ 0.728405] initcall xen_wdt_init_module+0x0/0x85 returned 0 after 1777 usecs [ 0.729117] calling init_ladder+0x0/0x12 @ 1 [ 0.729799] cpuidle: using governor ladder [ 0.730577] initcall init_ladder+0x0/0x12 returned 0 after 753 usecs [ 0.731529] calling init_menu+0x0/0x12 @ 1 [ 0.731674] cpuidle: using governor menu [ 0.731674] initcall init_menu+0x0/0x12 returned 0 after 1036 usecs [ 0.731674] calling staging_init+0x0/0x8 @ 1 [ 0.731674] initcall staging_init+0x0/0x8 returned 0 after 0 usecs [ 0.731674] calling flow_cache_init_global+0x0/0x129 @ 1 [ 0.737913] initcall flow_cache_init_global+0x0/0x129 returned 0 after 134 usecs [ 0.738873] calling blackhole_module_init+0x0/0x12 @ 1 [ 0.739858] initcall blackhole_module_init+0x0/0x12 returned 0 after 1 usecs [ 0.740849] calling multiq_module_init+0x0/0x12 @ 1 [ 0.741812] initcall multiq_module_init+0x0/0x12 returned 0 after 0 usecs [ 0.741850] calling init_cgroup_cls+0x0/0x3c @ 1 [ 0.741850] initcall init_cgroup_cls+0x0/0x3c returned 0 after 1 usecs [ 0.741850] calling nfnetlink_init+0x0/0x27 @ 1 [ 0.741850] Netfilter messages via NETLINK v0.30. [ 0.748785] initcall nfnetlink_init+0x0/0x27 returned 0 after 672 usecs [ 0.749675] calling nfnetlink_log_init+0x0/0xd6 @ 1 [ 0.750369] initcall nfnetlink_log_init+0x0/0xd6 returned 0 after 42 usecs [ 0.751394] calling xt_init+0x0/0x114 @ 1 [ 0.752390] initcall xt_init+0x0/0x114 returned 0 after 5 usecs [ 0.752771] calling tcpudp_mt_init+0x0/0x17 @ 1 [ 0.752771] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 1 usecs [ 0.752771] calling classify_tg_init+0x0/0x17 @ 1 [ 0.752771] initcall classify_tg_init+0x0/0x17 returned 0 after 0 usecs [ 0.752771] calling xt_rateest_tg_init+0x0/0x2b @ 1 [ 0.752771] initcall xt_rateest_tg_init+0x0/0x2b returned 0 after 0 usecs [ 0.752771] calling hl_mt_init+0x0/0x17 @ 1 [ 0.752771] initcall hl_mt_init+0x0/0x17 returned 0 after 1 usecs [ 0.752771] calling mac_mt_init+0x0/0x12 @ 1 [ 0.752771] initcall mac_mt_init+0x0/0x12 returned 0 after 0 usecs [ 0.752771] calling pkttype_mt_init+0x0/0x12 @ 1 [ 0.752771] initcall pkttype_mt_init+0x0/0x12 returned 0 after 0 usecs [ 0.752771] calling sysctl_ipv4_init+0x0/0x87 @ 1 [ 0.752771] initcall sysctl_ipv4_init+0x0/0x87 returned 0 after 284 usecs [ 0.752771] calling ipip_init+0x0/0x60 @ 1 [ 0.752771] IPv4 over IPv4 tunneling driver [ 0.771896] initcall ipip_init+0x0/0x60 returned 0 after 2391 usecs [ 0.772828] calling gre_init+0x0/0x3e @ 1 [ 0.773747] GRE over IPv4 demultiplexor driver [ 0.773784] initcall gre_init+0x0/0x3e returned 0 after 33 usecs [ 0.775495] calling init_syncookies+0x0/0x19 @ 1 [ 0.775664] initcall init_syncookies+0x0/0x19 returned 0 after 33 usecs [ 0.775664] calling ah4_init+0x0/0x66 @ 1 [ 0.775664] initcall ah4_init+0x0/0x66 returned 0 after 1 usecs [ 0.775664] calling esp4_init+0x0/0x66 @ 1 [ 0.775664] initcall esp4_init+0x0/0x66 returned 0 after 0 usecs [ 0.775664] calling ipcomp4_init+0x0/0x66 @ 1 [ 0.775664] initcall ipcomp4_init+0x0/0x66 returned 0 after 1 usecs [ 0.775664] calling ipip_init+0x0/0x9c @ 1 [ 0.775664] initcall ipip_init+0x0/0x9c returned 0 after 0 usecs [ 0.775664] calling xfrm4_beet_init+0x0/0x17 @ 1 [ 0.775664] initcall xfrm4_beet_init+0x0/0x17 returned 0 after 1 usecs [ 0.775664] calling tunnel4_init+0x0/0x66 @ 1 [ 0.775664] initcall tunnel4_init+0x0/0x66 returned 0 after 0 usecs [ 0.775664] calling xfrm4_transport_init+0x0/0x17 @ 1 [ 0.775664] initcall xfrm4_transport_init+0x0/0x17 returned 0 after 0 usecs [ 0.775664] calling xfrm4_mode_tunnel_init+0x0/0x17 @ 1 [ 0.775664] initcall xfrm4_mode_tunnel_init+0x0/0x17 returned 0 after 0 usecs [ 0.775664] calling ipv4_netfilter_init+0x0/0x12 @ 1 [ 0.775664] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs [ 0.775664] calling xfrm_user_init+0x0/0x4a @ 1 [ 0.775664] Initializing XFRM netlink socket [ 0.791104] initcall xfrm_user_init+0x0/0x4a returned 0 after 652 usecs [ 0.791756] calling packet_init+0x0/0x47 @ 1 [ 0.792383] NET: Registered protocol family 17 [ 0.793021] initcall packet_init+0x0/0x47 returned 0 after 622 usecs [ 0.793654] calling init_dns_resolver+0x0/0xfe @ 1 [ 0.795071] Registering the dns_resolver key type [ 0.795071] initcall init_dns_resolver+0x0/0xfe returned 0 after 1192 usecs [ 0.795071] calling hpet_insert_resource+0x0/0x23 @ 1 [ 0.795071] initcall hpet_insert_resource+0x0/0x23 returned 1 after 0 usecs [ 0.795071] initcall hpet_insert_resource+0x0/0x23 returned with error code 1 [ 0.795071] calling update_mp_table+0x0/0x441 @ 1 [ 0.795071] initcall update_mp_table+0x0/0x441 returned 0 after 0 usecs [ 0.795071] calling lapic_insert_resource+0x0/0x3f @ 1 [ 0.795071] initcall lapic_insert_resource+0x0/0x3f returned -1 after 0 usecs [ 0.795071] initcall lapic_insert_resource+0x0/0x3f returned with error code -1 [ 0.795071] calling io_apic_bug_finalize+0x0/0x1b @ 1 [ 0.795071] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs [ 0.795071] calling check_early_ioremap_leak+0x0/0x50 @ 1 [ 0.795071] initcall check_early_ioremap_leak+0x0/0x50 returned 0 after 0 usecs [ 0.795071] calling init_oops_id+0x0/0x31 @ 1 [ 0.795071] initcall init_oops_id+0x0/0x31 returned 0 after 4 usecs [ 0.795071] calling printk_late_init+0x0/0x50 @ 1 [ 0.795071] initcall printk_late_init+0x0/0x50 returned 0 after 3 usecs [ 0.795071] calling pm_qos_power_init+0x0/0xca @ 1 [ 0.812430] initcall pm_qos_power_init+0x0/0xca returned 0 after 1008 usecs [ 0.813355] calling alarmtimer_init_late+0x0/0x73 @ 1 [ 0.814223] No RTC device found, ALARM timers will not wake from suspend [ 0.814601] initcall alarmtimer_init_late+0x0/0x73 returned 0 after 363 usecs [ 0.816407] calling software_resume+0x0/0x169 @ 1 [ 0.816407] initcall software_resume+0x0/0x169 returned -2 after 1 usecs [ 0.816407] initcall software_resume+0x0/0x169 returned with error code -2 [ 0.816407] calling taskstats_init+0x0/0x95 @ 1 [ 0.816407] registered taskstats version 1 [ 0.816407] initcall taskstats_init+0x0/0x95 returned 0 after 623 usecs [ 0.816407] calling max_swapfiles_check+0x0/0x8 @ 1 [ 0.816407] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs [ 0.816407] calling set_recommended_min_free_kbytes+0x0/0x82 @ 1 [ 0.816407] initcall set_recommended_min_free_kbytes+0x0/0x82 returned 0 after 0 usecs [ 0.816407] calling init_trusted+0x0/0xb6 @ 1 [ 0.827645] initcall init_trusted+0x0/0xb6 returned 0 after 2821 usecs [ 0.828665] calling init_encrypted+0x0/0x112 @ 1 [ 0.832834] initcall init_encrypted+0x0/0x112 returned 0 after 4062 usecs [ 0.833732] calling init_ima+0x0/0x15 @ 1 [ 0.834659] IMA: No TPM chip found, activating TPM-bypass! [ 0.835698] initcall init_ima+0x0/0x15 returned 0 after 1011 usecs [ 0.836686] calling random32_reseed+0x0/0xb3 @ 1 [ 0.836818] initcall random32_reseed+0x0/0xb3 returned 0 after 71 usecs [ 0.836818] calling pci_resource_alignment_sysfs_init+0x0/0x19 @ 1 [ 0.836818] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 5 usecs [ 0.840169] calling pci_sysfs_init+0x0/0x51 @ 1 [ 0.840169] initcall pci_sysfs_init+0x0/0x51 returned 0 after 2 usecs [ 0.840169] calling boot_wait_for_devices+0x0/0x30 @ 1 [ 0.918542] blkfront: xvda: barrier: enabled [ 0.929820] xvda: xvda1 [ 0.944042] XENBUS: Device with no driver: device/vkbd/0 [ 0.944940] XENBUS: Device with no driver: device/console/0 [ 0.945827] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 100078 usecs [ 0.946784] calling seqgen_init+0x0/0xf @ 1 [ 0.947743] initcall seqgen_init+0x0/0xf returned 0 after 15 usecs [ 0.948016] calling memmap_init+0x0/0x34 @ 1 [ 0.949731] initcall memmap_init+0x0/0x34 returned 0 after 40 usecs [ 0.950675] calling pci_mmcfg_late_insert_resources+0x0/0x5e @ 1 [ 0.951631] initcall pci_mmcfg_late_insert_resources+0x0/0x5e returned 1 after 0 usecs [ 0.952532] initcall pci_mmcfg_late_insert_resources+0x0/0x5e returned with error code 1 [ 0.953470] calling tcp_congestion_default+0x0/0x12 @ 1 [ 0.953706] initcall tcp_congestion_default+0x0/0x12 returned 0 after 1 usecs [ 0.953706] calling ip_auto_config+0x0/0xda6 @ 1 [ 0.953706] initcall ip_auto_config+0x0/0xda6 returned 0 after 10 usecs [ 0.953706] calling initialize_hashrnd+0x0/0x19 @ 1 [ 0.953706] initcall initialize_hashrnd+0x0/0x19 returned 0 after 4 usecs [ 0.959051] async_waiting @ 1 [ 0.960043] async_continuing @ 1 after 0 usec [ 0.961173] Freeing unused kernel memory: 484k freed _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jan Beulich
2011-Jun-17 09:51 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
>>> On 16.06.11 at 20:19, Vasiliy G Tolstov <v.tolstov@selfip.ru> wrote: > Hello. I''m try to use linux-3.0.0-rc1 in domU. > Domain created with memory=2048 and maxmemory=4096. Inside domU i have > cat /proc/meminfo | grep MemTotal > MemTotal: 2016564 kB > > Why. Kernel boot log and config in attached files. How can i minimize > memory difference with config value and inside domU?Did you ever look at MemTotal on a physical machine with 2Gb installed? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Vasiliy G Tolstov
2011-Jun-17 10:03 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Fri, 2011-06-17 at 10:51 +0100, Jan Beulich wrote:> >>> On 16.06.11 at 20:19, Vasiliy G Tolstov <v.tolstov@selfip.ru> wrote: > > Hello. I''m try to use linux-3.0.0-rc1 in domU. > > Domain created with memory=2048 and maxmemory=4096. Inside domU i have > > cat /proc/meminfo | grep MemTotal > > MemTotal: 2016564 kB > > > > Why. Kernel boot log and config in attached files. How can i minimize > > memory difference with config value and inside domU? > > Did you ever look at MemTotal on a physical machine with 2Gb installed? >I do not have 2Gb, but have 1Gb cat /proc/meminfo MemTotal: 1021320 kB this is smaller than 1024, but not to 78Mb.. -- Vasiliy G Tolstov <v.tolstov@selfip.ru> Selfip.Ru _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-20 14:36 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Fri, Jun 17, 2011 at 02:03:16PM +0400, Vasiliy G Tolstov wrote:> On Fri, 2011-06-17 at 10:51 +0100, Jan Beulich wrote: > > >>> On 16.06.11 at 20:19, Vasiliy G Tolstov <v.tolstov@selfip.ru> wrote: > > > Hello. I''m try to use linux-3.0.0-rc1 in domU. > > > Domain created with memory=2048 and maxmemory=4096. Inside domU i have > > > cat /proc/meminfo | grep MemTotal > > > MemTotal: 2016564 kB > > > > > > Why. Kernel boot log and config in attached files. How can i minimize > > > memory difference with config value and inside domU? > > > > Did you ever look at MemTotal on a physical machine with 2Gb installed? > > > I do not have 2Gb, but have 1Gb > cat /proc/meminfo > MemTotal: 1021320 kB > > this is smaller than 1024, but not to 78Mb..So I tried the same experiment - a physical machine with ''mem=1G'' provided and an PV guest with ''mem=1G''. The same exact kernel in both cases and got: Machine with ''mem=1G'' on the command line. [ 0.000000] Memory: 1022756k/1048576k available (5851k kernel code, 452k absent, 25368k reserved, 2881k data, 688k init) PV guest: [ 0.000000] Memory: 1018888k/1048576k available (5851k kernel code, 448k absent, 29240k reserved, 2881k data, 688k init) So a DomU guest "eats" an extra 4MB compared to running it under baremetal. (Note, the DomU guest has no balloon space in this example). The memblock=debug does provide the info of what the "other" reserved regions are and it looks to be the matter of just going through the numbers to figure out what it is. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Vasiliy G Tolstov
2011-Jun-20 14:55 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Mon, 2011-06-20 at 10:36 -0400, Konrad Rzeszutek Wilk wrote:> So I tried the same experiment - a physical machine with ''mem=1G'' provided > and an PV guest with ''mem=1G''. The same exact kernel in both cases and got: > > Machine with ''mem=1G'' on the command line. > [ 0.000000] Memory: 1022756k/1048576k available (5851k kernel code, 452k absent, 25368k reserved, 2881k data, 688k init) > > PV guest: > [ 0.000000] Memory: 1018888k/1048576k available (5851k kernel code, 448k absent, 29240k reserved, 2881k data, 688k init) > > So a DomU guest "eats" an extra 4MB compared to running it under baremetal. > (Note, the DomU guest has no balloon space in this example). > > The memblock=debug does provide the info of what the "other" reserved regions are > and it looks to be the matter of just going through the numbers to figure out what > it is. >Can You provide pv kernel cmdline and config file ? -- Vasiliy G Tolstov <v.tolstov@selfip.ru> Selfip.Ru _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-20 15:07 UTC
Re: [Xen-devel] memory size inside domU less than memory in domU config
On Mon, Jun 20, 2011 at 06:55:04PM +0400, Vasiliy G Tolstov wrote:> On Mon, 2011-06-20 at 10:36 -0400, Konrad Rzeszutek Wilk wrote: > > > So I tried the same experiment - a physical machine with ''mem=1G'' provided > > and an PV guest with ''mem=1G''. The same exact kernel in both cases and got: > > > > Machine with ''mem=1G'' on the command line. > > [ 0.000000] Memory: 1022756k/1048576k available (5851k kernel code, 452k absent, 25368k reserved, 2881k data, 688k init) > > > > PV guest: > > [ 0.000000] Memory: 1018888k/1048576k available (5851k kernel code, 448k absent, 29240k reserved, 2881k data, 688k init) > > > > So a DomU guest "eats" an extra 4MB compared to running it under baremetal. > > (Note, the DomU guest has no balloon space in this example). > > > > The memblock=debug does provide the info of what the "other" reserved regions are > > and it looks to be the matter of just going through the numbers to figure out what > > it is. > > > > Can You provide pv kernel cmdline and config file ?kernel="/home/konrad/ssd/xtt/dist/common/vmlinuz" extra="console=hvc0 debug earlyprintk=xenboot memblock=debug mem=1G" memory=1024 maxmem=1024 vcpus=1 name="latest" on_crash="preserve" vfb = [ ''vnc=1, vnclisten=0.0.0.0,vncunused=1''] disk = [''phy:/dev/vg_guest_1/data-xfs,xvda,w''] And for the baremetal: DISPLAY menu.txt SERIAL 0 115200 PROMPT 5 TIMEOUT 20 DEFAULT BAREMETAL MENU TITLE Bootable Options: LABEL Local MENU LABEL Local KERNEL chain.c32 APPEND hd0 LABEL BAREMETAL KERNEL vmlinuz APPEND mem=1G debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 memblock=debug _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel