All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen EFI] Impossible to limit the dom0 memory
@ 2018-01-23 11:18 msd+xen-devel
  2018-01-23 13:39 ` Jan Beulich
  0 siblings, 1 reply; 16+ messages in thread
From: msd+xen-devel @ 2018-01-23 11:18 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1786 bytes --]

Hi,

I have configured Xen to boot directly from EFI (with `efibootmgr`).

As explained on the Xen_EFI wiki page, I have added a line "options=" 
into my file "/boot/efi/EFI/xen/xen.cfg" :

```
# cat /boot/efi/EFI/xen/xen.cfg :
[global]
default=xen

[xen]
options=dom0_mem=1G,max:1G
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash
ramdisk=initrd.img
```

With the line `options=dom0_mem=1G,max:1G` the server reboot infinitely.
Without the line `options=dom0_mem=1G,max:1G`, the server boot 
correctly, but obviously, the dom0 memory is in ballooning mode.

I have attached a screen shot of the boot lines with the last lines I 
can see before the reboot. Unfortunately, I have nothing in kern.log.

1. Do you know what happens ?
2. Do you need some logs ?

Regards,


Guillaume

Links :
- 
https://wiki.xen.org/wiki/Xen_Project_Best_Practices#Xen_dom0_dedicated_memory_and_preventing_dom0_memory_ballooning
- https://xenbits.xen.org/docs/4.8-testing/misc/xen-command-line.html
- https://wiki.xen.org/wiki/Xen_EFI

```
# cat /proc/cpuinfo
model name      : Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz
microcode       : 0x5e
flags           : fpu de tsc msr pae mce cx8 apic sep mca cmov pat 
clflush acpi mmx fxsr sse sse2 ht syscall nx lm constant_tsc 
arch_perfmon rep_good nopl nonstop_tsc eagerfpu pni pclmulqdq monitor 
est ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand 
hypervisor lahf_lm abm 3dnowprefetch epb fsgsbase bmi1 hle avx2 bmi2 
erms rtm rdseed adx clflushopt xsaveopt xsavec xgetbv1 dtherm ida arat 
pln pts hwp hwp_notify hwp_act_window hwp_epp

# xl info
release                : 4.9.0-5-amd64
version                : #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04)
xen_version            : 4.8.3-pre

# cat /etc/debian_version
9.3
```

[-- Attachment #2: 1.jpg --]
[-- Type: image/jpeg, Size: 89663 bytes --]

[-- Attachment #3: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-23 11:18 [Xen EFI] Impossible to limit the dom0 memory msd+xen-devel
@ 2018-01-23 13:39 ` Jan Beulich
  2018-01-23 17:43   ` msd+xen-devel
  0 siblings, 1 reply; 16+ messages in thread
From: Jan Beulich @ 2018-01-23 13:39 UTC (permalink / raw)
  To: msd+xen-devel; +Cc: xen-devel

>>> On 23.01.18 at 12:18, <msd+xen-devel@msd.im> wrote:
> As explained on the Xen_EFI wiki page, I have added a line "options=" 
> into my file "/boot/efi/EFI/xen/xen.cfg" :
> 
> ```
> # cat /boot/efi/EFI/xen/xen.cfg :
> [global]
> default=xen
> 
> [xen]
> options=dom0_mem=1G,max:1G
> kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash
> ramdisk=initrd.img
> ```
> 
> With the line `options=dom0_mem=1G,max:1G` the server reboot infinitely.
> Without the line `options=dom0_mem=1G,max:1G`, the server boot 
> correctly, but obviously, the dom0 memory is in ballooning mode.
> 
> I have attached a screen shot of the boot lines with the last lines I 
> can see before the reboot. Unfortunately, I have nothing in kern.log.

Of course there's nothing in a log on disk - the crash occurs way to
early. Yet you'll need to provide the kernel messages, either via
serial console (and "earlyprintk=xen") or some other means, in
order for anyone to be able to tell/guess where the problem might
be.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-23 13:39 ` Jan Beulich
@ 2018-01-23 17:43   ` msd+xen-devel
  2018-01-24  7:43     ` Jan Beulich
  0 siblings, 1 reply; 16+ messages in thread
From: msd+xen-devel @ 2018-01-23 17:43 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

> Yet you'll need to provide the kernel messages

I attached a console log "xen-console-log.txt".

Here, Xen crash even without the "dom0_mem=1G,max:1G" option :

```
# cat /boot/efi/EFI/xen/xen.cfg
[global]
default=xen

[xen]
options=loglvl=all com1=115200,8n1 console=com1,vga
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
earlyprintk=xen console=com1
ramdisk=initrd.img
```

Do you need something else helpful ?

Regards,


Guillaume

[-- Attachment #2: xen-console-log.txt --]
[-- Type: text/plain, Size: 35751 bytes --]

[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000881c5fff]
[    0.000000]   node   0: [mem 0x0000000088211000-0x0000000088282fff]
[    0.000000]   node   0: [mem 0x0000000089fff000-0x0000000089ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000861ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000861ffffff]
[    0.000000] p2m virtual area at ffffc90000000000, size is 40000000
[    0.000000] Remapped 491049 page(s)
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x881c6000-0x881c6fff]
[    0.000000] PM: Registered nosave memory: [mem 0x881c7000-0x88210fff]
[    0.000000] PM: Registered nosave memory: [mem 0x88283000-0x89ec1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x89ec2000-0x89f99fff]
[    0.000000] PM: Registered nosave memory: [mem 0x89f9a000-0x89ffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x8a000000-0x8bffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x8c000000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0x95ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x96000000-0x97ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x98000000-0x9dffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e000000-0xe00f9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fa000-0xe00fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fb000-0xe00fcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fd000-0xe00fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fe000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfed90fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed91000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] e820: [mem 0x9e000000-0xe00f9fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xserve-AD)
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff88083ec00000 s105304 r8192 d29864 u262144
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 8169272
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/md2 ro rootdelay=10 noquiet nosplash earlyprintk=xen console=com1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x83ac00000-0x83ec00000] (64MB) mapped at [ffff88083ac00000-ffff88083ebfffff]
[    0.000000] Memory: 31864768K/33195864K available (6196K kernel code, 1159K rwdata, 2848K rodata, 1408K init, 688K bss, 1331096K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] Using NULL legacy PIC
[    0.000000] NR_IRQS:33024 nr_irqs:2048 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] Console: colour dummy device 80x25
[    0.000000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 3800.000 MHz processor
[   90.970239] Calibrating delay loop (skipped), value calculated using timer frequency.. 7584.33 BogoMIPS (lpj=15168664)
[   90.970242] pid_max: default: 32768 minimum: 301
[   90.970252] ACPI: Core revision 20160831
[   91.004565] ACPI: 9 ACPI AML tables successfully acquired and loaded
[   91.004748] Security Framework initialized
[   91.004750] Yama: disabled by default; enable with sysctl kernel.yama.*
[   91.004753] AppArmor: AppArmor disabled by boot time parameter
[   91.007519] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[   91.011906] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[   91.013468] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[   91.013510] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[   91.013739] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   91.013740] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[   91.013742] CPU: Physical Processor ID: 0
[   91.013743] CPU: Processor Core ID: 0
[   91.013746] mce: CPU supports 2 MCE banks
[   91.013756] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[   91.013757] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[   91.013959] Freeing SMP alternatives memory: 24K
[   91.041017] ftrace: allocating 25212 entries in 99 pages
[   91.047209] cpu 0 spinlock event irq 121
[   91.047212] smpboot: Max logical packages: 1
[   91.047214] VPMU disabled by hypervisor.
[   91.047224] Performance Events: Skylake events, PMU not available due to virtualization, using software events only.
[   91.047635] NMI watchdog: disabled (cpu0): hardware events not enabled
[   91.047636] NMI watchdog: Shutting down hard lockup detector on all cpus
[   91.047702] installing Xen timer for CPU 1
[   91.047898] cpu 1 spinlock event irq 133
[   91.047960] installing Xen timer for CPU 2
[   91.048154] cpu 2 spinlock event irq 140
[   91.048215] installing Xen timer for CPU 3
[   91.048414] cpu 3 spinlock event irq 147
[   91.048474] installing Xen timer for CPU 4
[   91.048603] cpu 4 spinlock event irq 154
[   91.048662] installing Xen timer for CPU 5
[   91.048782] cpu 5 spinlock event irq 161
[   91.048892] installing Xen timer for CPU 6
[   91.048999] cpu 6 spinlock event irq 168
[   91.049058] installing Xen timer for CPU 7
[   91.049159] cpu 7 spinlock event irq 175
[   91.049165] x86: Booted up 1 node, 8 CPUs
[   91.049734] devtmpfs: initialized
[   91.049768] x86/mm: Memory block size: 128MB
[   91.053122] PM: Registering ACPI NVS region [mem 0x881c6000-0x881c6fff] (4096 bytes)
[   91.053124] PM: Registering ACPI NVS region [mem 0x89ec2000-0x89f99fff] (884736 bytes)
[   91.053174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[   91.053188] futex hash table entries: 2048 (order: 5, 131072 bytes)
[   91.053241] pinctrl core: initialized pinctrl subsystem
[   91.053316] NET: Registered protocol family 16
[   91.053321] xen:grant_table: Grant tables using version 1 layout
[   91.053327] Grant table initialized
[   91.053659] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[   91.053660] ACPI: bus type PCI registered
[   91.053662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[   91.053785] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   91.053787] PCI: not using MMCONFIG
[   91.053788] PCI: Using configuration type 1 for base access
[   91.063838] ACPI: Added _OSI(Module Device)
[   91.063841] ACPI: Added _OSI(Processor Device)
[   91.063842] ACPI: Added _OSI(3.0 _SCP Extensions)
[   91.063843] ACPI: Added _OSI(Processor Aggregator Device)
[   91.065277] ACPI: Executed 21 blocks of module-level executable AML code
[   91.073772] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   91.076249] ACPI: Dynamic OEM Table Load:
[   91.077145] ACPI: Dynamic OEM Table Load:
[   91.077206] ACPI: SSDT 0xFFFF880836C80000 000750 (v02 PmRef  Cpu0Ist  00003000 INTL 20141107)
[   91.077366] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[   91.078995] ACPI: Dynamic OEM Table Load:
[   91.079000] ACPI: SSDT 0xFFFF8808371F5C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20141107)
[   91.079717] ACPI: Dynamic OEM Table Load:
[   91.079723] ACPI: SSDT 0xFFFF880836CD4000 0005AA (v02 PmRef  ApIst    00003000 INTL 20141107)
[   91.080073] ACPI: Dynamic OEM Table Load:
[   91.080077] ACPI: SSDT 0xFFFF8808371D3600 000119 (v02 PmRef  ApCst    00003000 INTL 20141107)
[   91.084357] ACPI: Interpreter enabled
[   91.084385] ACPI: (supports S0 S5)
[   91.084386] ACPI: Using IOAPIC for interrupt routing
[   91.084416] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   91.086897] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[   91.104283] HEST: Table parsing has been initialized.
[   91.104286] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   91.104658] ACPI: Power Resource [PG00] (on)
[   91.104916] ACPI: Power Resource [PG01] (on)
[   91.105172] ACPI: Power Resource [PG02] (on)
[   91.112218] ACPI: Power Resource [WRST] (off)
[   91.112523] ACPI: Power Resource [WRST] (off)
[   91.112824] ACPI: Power Resource [WRST] (off)
[   91.113131] ACPI: Power Resource [WRST] (off)
[   91.113436] ACPI: Power Resource [WRST] (off)
[   91.113735] ACPI: Power Resource [WRST] (off)
[   91.114036] ACPI: Power Resource [WRST] (off)
[   91.114337] ACPI: Power Resource [WRST] (off)
[   91.114636] ACPI: Power Resource [WRST] (off)
[   91.114938] ACPI: Power Resource [WRST] (off)
[   91.115258] ACPI: Power Resource [WRST] (off)
[   91.115580] ACPI: Power Resource [WRST] (off)
[   91.115879] ACPI: Power Resource [WRST] (off)
[   91.116180] ACPI: Power Resource [WRST] (off)
[   91.116487] ACPI: Power Resource [WRST] (off)
[   91.116787] ACPI: Power Resource [WRST] (off)
[   91.117098] ACPI: Power Resource [WRST] (off)
[   91.117404] ACPI: Power Resource [WRST] (off)
[   91.117702] ACPI: Power Resource [WRST] (off)
[   91.118002] ACPI: Power Resource [WRST] (off)
[   91.120083] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[   91.123092] ACPI: Power Resource [FN00] (off)
[   91.123161] ACPI: Power Resource [FN01] (off)
[   91.123226] ACPI: Power Resource [FN02] (off)
[   91.123291] ACPI: Power Resource [FN03] (off)
[   91.123356] ACPI: Power Resource [FN04] (off)
[   91.124240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[   91.124245] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   91.127149] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   91.127150] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[   91.129007] PCI host bridge to bus 0000:00
[   91.129009] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[   91.129010] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[   91.129011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   91.129013] pci_bus 0000:00: root bus resource [mem 0x9e000000-0xdfffffff window]
[   91.129014] pci_bus 0000:00: root bus resource [mem 0x880000000-0x8bfffffff window]
[   91.129015] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[   91.129017] pci_bus 0000:00: root bus resource [bus 00-fe]
(XEN) PCI add device 0000:00:00.0
[   91.130792] pci 0000:00:14.0: System wakeup disabled by ACPI
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:14.2
(XEN) PCI add device 0000:00:16.0
(XEN) PCI add device 0000:00:16.1
(XEN) PCI add device 0000:00:17.0
[   91.134370] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[   91.135039] pci 0000:00:1d.0: System wakeup disabled by ACPI
(XEN) PCI add device 0000:00:1d.0
[   91.135188] pci 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled
[   91.135852] pci 0000:00:1d.2: System wakeup disabled by ACPI
(XEN) PCI add device 0000:00:1d.2
[   91.135996] pci 0000:00:1d.3: Intel SPT PCH root port ACS workaround enabled
[   91.136664] pci 0000:00:1d.3: System wakeup disabled by ACPI
(XEN) PCI add device 0000:00:1d.3
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.2
(XEN) PCI add device 0000:00:1f.4
[   91.139477] pci 0000:01:00.0: System wakeup disabled by ACPI
(XEN) PCI add device 0000:01:00.0
[   91.149090] pci 0000:00:1d.0: PCI bridge to [bus 01]
[   91.149549] pci 0000:02:00.0: System wakeup disabled by ACPI
(XEN) PCI add device 0000:02:00.0
[   91.161253] pci 0000:00:1d.2: PCI bridge to [bus 02]
[   91.161727] pci 0000:03:00.0: System wakeup disabled by ACPI
(XEN) PCI add device 0000:03:00.0
[   91.168766] random: fast init done
[   91.173413] pci 0000:00:1d.3: PCI bridge to [bus 03]
[   91.174883] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.174936] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[   91.174986] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.175040] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.175099] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.175150] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.175201] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.175251] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[   91.176060] ACPI: Enabled 6 GPEs in block 00 to 7F
[   91.176188] xen:balloon: Initialising balloon driver
[   91.179742] xen_balloon: Initialising balloon driver
[   91.179893] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[   91.179896] vgaarb: loaded
[   91.179897] vgaarb: setting as boot device: PCI:0000:01:00.0
[   91.179898] vgaarb: bridge control possible 0000:01:00.0
[   91.179926] Registered efivars operations
[   91.196370] PCI: Using ACPI for IRQ routing
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
[   91.224904] clocksource: Switched to clocksource xen
[   91.228955] VFS: Disk quotas dquot_6.6.0
[   91.228977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   91.228990] hugetlbfs: disabling because there are no supported hugepage sizes
[   91.229008] pnp: PnP ACPI init
[   91.229102] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[   91.229103] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[   91.229105] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[   91.229106] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[   91.229108] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[   91.229109] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[   91.229110] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[   91.229373] system 00:01: [io  0x2000-0x20fe] has been reserved
[   91.229476] system 00:02: [io  0x0680-0x069f] has been reserved
[   91.229478] system 00:02: [io  0xffff] has been reserved
[   91.229479] system 00:02: [io  0xffff] has been reserved
[   91.229480] system 00:02: [io  0xffff] has been reserved
[   91.229481] system 00:02: [io  0x1800-0x18fe] has been reserved
[   91.229483] system 00:02: [io  0x164e-0x164f] has been reserved
[   91.229545] system 00:03: [io  0x0800-0x087f] has been reserved
[   91.229613] system 00:05: [io  0x1854-0x1857] has been reserved
[   91.229923] Already setup the GSI :4
[   91.231007] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[   91.231009] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[   91.231010] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[   91.231450] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[   91.231451] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[   91.231453] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[   91.231455] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
[   91.231456] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[   91.231457] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[   91.231459] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[   91.231460] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[   91.231461] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[   91.231463] system 00:08: [mem 0x9e000000-0x9e01ffff] has been reserved
[   91.232210] pnp: PnP ACPI: found 9 devices
[   91.236830] PM-Timer failed consistency check  (0xffffff) - aborting.
[   91.236834] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[   91.236862] pci 0000:01:00.0: BAR 6: assigned [mem 0xa0810000-0xa081ffff pref]
[   91.236863] pci 0000:00:1d.0: PCI bridge to [bus 01]
[   91.236868] pci 0000:00:1d.0:   bridge window [mem 0xa0000000-0xa08fffff]
[   91.236872] pci 0000:00:1d.0:   bridge window [mem 0x9f000000-0x9fffffff 64bit pref]
[   91.236878] pci 0000:00:1d.2: PCI bridge to [bus 02]
[   91.236880] pci 0000:00:1d.2:   bridge window [io  0x4000-0x4fff]
[   91.236885] pci 0000:00:1d.2:   bridge window [mem 0xa0b00000-0xa0cfffff]
[   91.236894] pci 0000:00:1d.3: PCI bridge to [bus 03]
[   91.236896] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[   91.236902] pci 0000:00:1d.3:   bridge window [mem 0xa0900000-0xa0afffff]
[   91.237125] NET: Registered protocol family 2
[   91.237410] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[   91.237654] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   91.237724] TCP: Hash tables configured (established 262144 bind 65536)
[   91.237769] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[   91.237847] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[   91.237920] NET: Registered protocol family 1
[   91.238487] Unpacking initramfs...
[   91.452450] Freeing initrd memory: 19932K
[   91.452888] audit: initializing netlink subsys (disabled)
[   91.452912] audit: type=2000 audit(1516728740.528:1): initialized
[   91.453209] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[   91.453394] zbud: loaded
[   91.454050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   91.454078] io scheduler noop registered
[   91.454079] io scheduler deadline rhrough PCIe PME interrupt
[   91.454839] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[   91.454850] pcieport 0000:00:1d.2: Signaling PME through PCIe PME interrupt
[   91.454851] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[   91.454863] pcieport 0000:00:1d.3: Signaling PME through PCIe PME interrupt
[   91.454864] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[   91.454871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   91.454875] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   91.454883] efifb: probing for efifb
[   91.455041] efifb: framebuffer at 0x9f000000, using 1876k, total 1875k
[   91.455042] efifb: mode is 800x600x32, linelength=3200, pages=1
[   91.455043] efifb: scrolling: redraw
[   91.455044] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   91.469386] Console: switching to colour frame buffer device 100x37
[   91.482519] fb0: EFI VGA frame buffer device
[   91.483936] ERST: Error Record Serialization Table (ERST) support is initialized.
[e: Registered erGHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[   91.484490] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   91.484780] hpet_acpi_add: no address or irqs in _CRS
[   91.484800] Linux agpgart interface v0.103
[   91.484842] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   91.484843] AMD IOMMUv2 functionality not available on this system
[   91.485192] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   92.464910] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d52e002987, max_idle_ns: 881591041647 ns
[   92.571799] i8042: No controller found
[   92.571903] mousedev: PS/2 mouse device common for all mice
[   92.571928] rtc_cmos 00:04: RTC can wake from S4
[   92.572331] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   92.572454] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[   92.572459] intel_pstate: Intel P-state driver initializing
[   92.572655] ledtrig-cpu: registered to indicate activity on CPUs
[   92.573156] NET: Registered protocol famiIPv6
[   92.573308] NET: Registered protocol family 17
[   92.573310] mpls_gso: MPLS GSO support
[   92.573430] mce: Unable to init device /dev/mcelog (rc: -sion=0x5e
[   91 <tigran@aivazistered taskstats version 1
[   92.573630] zswap: loaded using pool lzo/zbud
[   92.573865] ima: No TPM chip found, activating TPM-bypass!
[   92.574717] rtc_cmos 00:04: setting system clock to 2018-01-23 17:32:21 UTC (1516728741)
[   92.574760] Warning: unable to open an initial console.
[   92.574992] Freeing unused kernel memory: 1408K
[   92.574993] Write protecting the kernel read-only data: 12288k
[   92.577005] Freeing unused kernel memory: 1980K
[   92.577284] Freeing unused kernel memory: 1248K
[   92.597649] x86/mm: Checked W+X mappings: FAILED, 4090 W+X pages found.
[   92.614351] systemd-udevd[112]: starting version 232
[   92.645786] hidraw: raw HID events driver (C) Jiri Kosina
[   92.654018] thermal LNXTHERM:00: registered as thermal_zone0
[   92.654021] ACPI: Thermal Zone [TZ00] (28 C)
[   92.654205] thermal LNXTHERM:01: registered as thermal_zone1
[   92.654207] ACPI: Thermal Zone [TZ01] (30 C)
[   92.654852] ACPI: bus type USB registered
[   92.654865] usbcore: registered new interface driver usbfs
[   92.654871] usbcore: registered new interface driver hub
[   92.654895] usbcore: registered new device driver usb
[   92.655407] SCSI subsystem initialized
[   92.655649] pps_core: LinuxPPS API ver. 1 registered
[   92.655653] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   92.655909] PTP clock support registered
[   92.655945] Already setup the GSI :16
[   92.655981] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   92.655984] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   92.656091] dca service started, version 1.12.1
[   92.657055] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[   92.657109] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[   92.657113] igb: Copyright (c) 2007-2014 Intel Corporation.
[   92.657175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   92.657177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   92.657178] usb usb1: Product: xHCI Host Controller
[   92.657179] usb usb1: Manufacturer: Linux 4.9.0-5-amd64 xhci-hcd
[   92.657180] usb usb1: SerialNumber: 0000:00:14.0
[   92.657244] Already setup the GSI :18
[   92.657336] hub 1-0:1.0: USB hub found
[   92.657361] hub 1-0:1.0: 16 ports detected
[   92.658162] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   92.658167] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   92.658206] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   92.658208] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   92.658209] usb usb2: Product: xHCI Host Controller
[   92.658210] usb usb2: Manufacturer: Linux 4.9.0-5-amd64 xhci-hcd
[   92.658211] usb usb2: SerialNumber: 0000:00:14.0
[   92.658223] igb 0000:02:00.0: PHY reset is blocked due to SOL/IDER session.
[   92.658284] hub 2-0:1.0: USB hub found
[   92.658295] hub 2-0:1.0: 10 ports detected
[   92.659026] Already setup the GSI :16
[   92.662965] AVX2 version of gcm_enc/dec engaged.
[   92.662968] AES CTR mode by8 optimization enabled
[   92.669268] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[   92.669272] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[   92.682328] pps pps0: new PPS source ptp0
[   92.682331] igb 0000:02:00.0: added PHC on eth0
[   92.682332] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[   92.682333] igb 0000:02:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a4:bf:01:1f:a0:00
[   92.682382] igb 0000:02:00.0: eth0: PBA No: 006200-000
[   92.682383] igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   92.682473] Already setup the GSI :19
[   92.683319] igb 0000:03:00.0: PHY reset is blocked due to SOL/IDER session.
[   92.706912] pps pps1: new PPS source ptp1
[   92.706914] igb 0000:03:00.0: added PHC on eth1
[   92.706915] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   92.706917] igb 0000:03:00.0: eth1: (PCIe:2.5Gb/s:Width x1) a4:bf:01:1f:a0:01
[   92.706965] igb 0000:03:00.0: eth1: PBA No: 006200-000
[   92.706966] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   92.707704] igb 0000:02:00.0 eno1: renamed from eth0
[   92.729108] igb 0000:03:00.0 eno2: renamed from eth1
[   92.765517] scsi host0: ahci
[   92.765606] scsi host1: ahci
[   92.765678] scsi host2: ahci
[   92.765743] scsi host3: ahci
[   92.765804] scsi host4: ahci
[   92.765864] scsi host5: ahci
[   92.765926] scsi host6: ahci
[   92.765988] scsi host7: ahci
[   92.766014] ata1: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18100 irq 189
[   92.766016] ata2: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18180 irq 189
[   92.766018] ata3: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18200 irq 189
[   92.766019] ata4: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18280 irq 189
[   92.766021] ata5: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18300 irq 189
[   92.766022] ata6: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18380 irq 189
[   92.766024] ata7: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18400 irq 189
[   92.766025] ata8: SATA max UDMA/133 abar m2048@0xa0d18000 port 0xa0d18480 irq 189
[   92.766052] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[   92.766149] Already setup the GSI :16
[   92.766189] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   92.766270] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   92.989012] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[   93.080298] ata3: SATA link down (SStatus 0 SControl 300)
[   93.080315] ata5: SATA link down (SStatus 0 SControl 300)
[   93.080330] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   93.080345] ata7: SATA link down (SStatus 0 SControl 300)
[   93.080359] ata4: SATA link down (SStatus 0 SControl 300)
[   93.080374] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   93.080387] ata8: SATA link down (SStatus 0 SControl 300)
[   93.080401] ata6: SATA link down (SStatus 0 SControl 300)
[   93.084736] ata1.00: ATA-9: HGST HUS726040ALA610, A5GNT920, max UDMA/133
[   93.084747] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   93.092523] ata1.00: configured for UDMA/133
[   93.092796] scsi 0:0:0:0: Direct-Access     ATA      HGST HUS726040AL T920 PQ: 0 ANSI: 5
[   93.100511] ata2.00: ATA-9: HGST HUS726040ALA610, A5GNT920, max UDMA/133
[   93.100520] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   93.108352] ata2.00: configured for UDMA/133
[   93.129375] scsi 1:0:0:0: Direct-Access     ATA      HGST HUS726040AL T920 PQ: 0 ANSI: 5
[   93.150221] usb 1-1: New USB device found, idVendor=046b, idProduct=ff10
[   93.150223] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   93.150225] usb 1-1: Product: Virtual Keyboard and Mouse
[   93.150226] usb 1-1: Manufacturer: American Megatrends Inc.
[   93.150227] usb 1-1: SerialNumber: serial
[   93.151627] random: crng init done
[   93.152637] usbcore: registered new interface driver usbhid
[   93.152638] usbhid: USB HID core driver
[   93.153062] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046B:FF10.0001/input/input0
[   93.153145] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input0
[   93.153219] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046B:FF10.0002/input/input1
[   93.153258] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input1
[   93.174398] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   93.174413] sd 0:0:0:0: [sda] Write Protect is off
[   93.174420] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   93.174442] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   93.174509] sd 1:0:0:0: [sdb] Write Protect is off
[   93.174534] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   93.215679]  sdb: sdb1 sdb2 sdb3 sdb4
[   93.216363] sd 1:0:0:0: [sdb] Attached SCSI disk
[   93.220777]  sda: sda1 sda2 sda3 sda4
[   93.221040] sd 0:0:0:0: [sda] Attached SCSI disk
[   93.418814] md: bind<sda4>
[   93.447802] md: bind<sdb4>
[   93.449300] md: bind<sdb2>
[   93.449931] md: raid1 personality registered for level 1
[   93.450193] md/raid1:md4: active with 2 out of 2 mirrors
[   93.489039] clocksource: Switched to clocksource tsc
[   93.494463] created bitmap (29 pages) for device md4
[   93.495472] md4: bitmap initialized from disk: read 2 pages, set 0 of 59234 bits
[   93.517295] md4: detected capacity change from 0 to 3975079198720
[   93.518784] md: bind<sda2>
[   93.520110] md/raid1:md2: active with 2 out of 2 mirrors
[   93.520122] md2: detected capacity change from 0 to 20970405888
[   93.799453] device-mapper: uevent: version 1.0.3
[   93.799524] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[   95.643596] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   95.643623] e100: Copyright(c) 1999-2006 Intel Corporation
[   95.645594] 8139too: 8139too Fast Ethernet driver 0.9.28
[   95.647442] sis900.c: v1.08.10 Apr. 2 2006
[   95.649354] via_rhine: v1.10-LK1.5.1 2010-10-09 Written by Donald Becker
[   95.651386] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   95.651388] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   95.653685] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   95.653687] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   95.660875] sky2: driver version 1.30
[   95.662864] 3ware Storage Controller device driver for Linux v1.26.02.003.
[   95.672142] megasas: 06.811.02.00-rc1
[   95.689454] md: raid0 personality registered for level 0
[   95.756942] raid6: sse2x1   gen() 13516 MB/s
[   95.824951] raid6: sse2x1   xor()  9095 MB/s
[   95.892942] raid6: sse2x2   gen() 16599 MB/s
[   95.960945] raid6: sse2x2   xor() 11618 MB/s
[   96.028941] raid6: sse2x4   gen() 18891 MB/s
[   96.096950] raid6: sse2x4   xor() 13350 MB/s
[   96.164940] raid6: avx2x1   gen() 26423 MB/s
[   96.232940] raid6: avx2x2   gen() 30474 MB/s
[   96.300939] raid6: avx2x4   gen() 33850 MB/s
[   96.300963] raid6: using algorithm avx2x4 gen() 33850 MB/s
[   96.300964] raid6: using avx2x2 recovery algorithm
[   96.301380] xor: automatically using best checksumming function   avx       
[   96.301549] async_tx: api initialized (async)
[   96.302783] md: raid6 personality registered for level 6
[   96.302788] md: raid5 personality registered for level 5
[   96.302789] md: raid4 personality registered for level 4
[   96.306575] Fusion MPT base driver 3.04.20
[   96.306577] Copyright (c) 1999-2008 LSI Corporation
[   96.307291] Fusion MPT SPI Host driver 3.04.20
[   96.309729] Fusion MPT SAS Host driver 3.04.20
[   96.311578] Fusion MPT misc device (ioctl) driver 3.04.20
[   96.311616] mptctl: Registered with Fusion MPT base driver
[   96.311618] mptctl: /dev/mptctl @ (major,minor=10,220)
[   96.321085] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k
[   96.321087] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[   96.324759] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[   96.326692] QLogic/NetXen Network Driver v4.0.82
[   96.330460] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   96.332306] uhci_hcd: USB Universal Host Controller Interface driver
[   96.334306] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   96.337356] md: linear personality registered for level -1
[   96.339119] md: multipath personality registered for level -4
[   96.347705] md: raid10 personality registered for level 10
[  106.357176] Btrfs loaded, crc32c=crc32c-intel
[  115.381061] EXT4-fs (md2): mounted filesystem with ordered data mode. Opts: (null)
[  115.437823] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
[  115.437823] 
[  115.437850] CPU: 4 PID: 1 Comm: init Not tainted 4.9.0-5-amd64 #1 Debian 4.9.65-3+deb9u2
[  115.437851] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0026.092720170729 09/27/2017
[  115.437853]  0000000000000000 ffffffff81329964 ffff8808376be000 ffffc9004316bea8
[  115.437855]  ffffffff8117a66d ffff880800000010 ffffc9004316beb8 ffffc9004316be50
[  115.437858]  29f2268c18d777cb ffff8808376be040 0000000000000200 ffff8808376ea490
[  115.437860] Call Trace:
[  115.437864]  [<ffffffff81329964>] ? dump_stack+0x5c/0x78
[  115.437866]  [<ffffffff8117a66d>] ? panic+0xe4/0x22d
[  115.437868]  [<ffffffff8107b22b>] ? do_exit+0xadb/0xae0
[  115.437870]  [<ffffffff8107b2aa>] ? do_group_exit+0x3a/0xa0
[  115.437871]  [<ffffffff8107b320>] ? SyS_exit_group+0x10/0x10
[  115.437874]  [<ffffffff8160761e>] ? system_call_fast_compare_end+0xc/0xb7
[  115.437883] Kernel Offset: disabled
(XEN) Hardware Dom0 crashed: rebooting machine in 5 seconds.

[-- Attachment #3: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-23 17:43   ` msd+xen-devel
@ 2018-01-24  7:43     ` Jan Beulich
  2018-01-25 10:25       ` msd+xen-devel
  2018-01-25 10:28       ` msd+xen-devel
  0 siblings, 2 replies; 16+ messages in thread
From: Jan Beulich @ 2018-01-24  7:43 UTC (permalink / raw)
  To: msd+xen-devel; +Cc: xen-devel

>>> On 23.01.18 at 18:43, <msd+xen-devel@msd.im> wrote:
>>  Yet you'll need to provide the kernel messages
> 
> I attached a console log "xen-console-log.txt".
> 
> Here, Xen crash even without the "dom0_mem=1G,max:1G" option :

Xen doesn't crash at all. It's the Dom0 kernel which panics, but
the log doesn't tell me why it does (other than _something_
having tried to exit the init process). This doesn't look Xen related
at all with the provided information.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-24  7:43     ` Jan Beulich
@ 2018-01-25 10:25       ` msd+xen-devel
  2018-01-25 10:40         ` Jan Beulich
  2018-01-25 10:28       ` msd+xen-devel
  1 sibling, 1 reply; 16+ messages in thread
From: msd+xen-devel @ 2018-01-25 10:25 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

> Xen doesn't crash at all.


With this file, it works, Xen boots :

```
[global]
default=xen

[xen]
options=loglvl=all com1=115200,8n1 console=com1,vga
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
earlyprintk=xen
ramdisk=initrd.img
```

With this file, I have just added "dom0_mem=1G,max:1G", Xen crashes :

```
[global]
default=xen

[xen]
options=loglvl=all com1=115200,8n1 console=com1,vga dom0_mem=1G,max:1G
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
earlyprintk=xen
ramdisk=initrd.img
```

I attached the boot logs "dom0_crash_with_dom0_memory.txt". The last 
line is "(XEN) Hardware Dom0 crashed: rebooting machine in 5 seconds."

Do you need something else helpful ?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-24  7:43     ` Jan Beulich
  2018-01-25 10:25       ` msd+xen-devel
@ 2018-01-25 10:28       ` msd+xen-devel
  1 sibling, 0 replies; 16+ messages in thread
From: msd+xen-devel @ 2018-01-25 10:28 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]

(With the attached file)

> Xen doesn't crash at all.

With this file, it works, Xen boots :

```
[global]
default=xen

[xen]
options=loglvl=all com1=115200,8n1 console=com1,vga
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
earlyprintk=xen
ramdisk=initrd.img
```

With this file, I have just added "dom0_mem=1G,max:1G", Xen crashes :

```
[global]
default=xen

[xen]
options=loglvl=all com1=115200,8n1 console=com1,vga dom0_mem=1G,max:1G
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
earlyprintk=xen
ramdisk=initrd.img
```

I attached the boot logs "dom0_crash_with_dom0_memory.txt". The last 
line is "(XEN) Hardware Dom0 crashed: rebooting machine in 5 seconds."

Do you need something else helpful ?

Regards,


Guillaume

Le 24/01/2018 à 08:43, Jan Beulich a écrit :
>>>> On 23.01.18 at 18:43, <msd+xen-devel@msd.im> wrote:
>>>   Yet you'll need to provide the kernel messages
>>
>> I attached a console log "xen-console-log.txt".
>>
>> Here, Xen crash even without the "dom0_mem=1G,max:1G" option :
> 
> Xen doesn't crash at all. It's the Dom0 kernel which panics, but
> the log doesn't tell me why it does (other than _something_
> having tried to exit the init process). This doesn't look Xen related
> at all with the provided information.
> 
> Jan
> 

[-- Attachment #2: dom0_crash_with_dom0_memory.txt --]
[-- Type: text/plain, Size: 102526 bytes --]

Xen 4.8.3-pre (c/s ) EFI loader                                                                                                                                                               
Using configuration file 'xen.cfg'                                                                                                                                                            
vmlinuz: 0x0000000082578000-0x0000000082a16710                                                                                                                                                
initrd.img: 0x0000000080ef3000-0x0000000082577165                                                                                                                                             
0x0000:0x02:0x00.0x0: ROM: 0x11000 bytes at 0x85312018                                                                                                                                        
0x0000:0x03:0x00.0x0: ROM: 0x11000 bytes at 0x85300018                                                                                                                                        
(XEN) Xen version 4.8.3-pre (Debian 4.8.2+xsa245-0+deb9u1) (ijackson@chiark.greenend.org.uk) (gcc (Debian 6.3.0-18) 6.3.0 20170516) debug=n  Sat Nov 25 11:30:34 UTC 2017                     
(XEN) Bootloader: EFI                                                                                                                                                                         
(XEN) Command line: loglvl=all com1=115200,8n1 console=com1,vga dom0_mem=1G,max:1G                                                                                                            
(XEN) Video information:                                                                                                                                                                      
(XEN)  VGA is graphics mode 800x600, 32 bpp                                                                                                                                                   
(XEN) Disc information:                                                                                                                                                                       
(XEN)  Found 0 MBR signatures                                                                                                                                                                 
(XEN)  Found 2 EDD information structures                                                                                                                                                     
(XEN) EFI RAM map:                                                                                                                                                                            
(XEN)  0000000000000000 - 0000000000058000 (usable)                                                                                                                                           
(XEN)  0000000000058000 - 0000000000059000 (reserved)                                                                                                                                         
(XEN)  0000000000059000 - 000000000009e000 (usable)                                                                                                                                           
(XEN)  000000000009e000 - 000000000009f000 (reserved)                                                                                                                                         
(XEN)  000000000009f000 - 00000000000a0000 (usable)                                                                                                                                           
(XEN)  00000000000a0000 - 0000000000100000 (reserved)                                                                                                                                         
(XEN)  0000000000100000 - 00000000881c6000 (usable)                                                                                                                                           
(XEN)  00000000881c6000 - 00000000881c7000 (ACPI NVS)                                                                                                                                         
(XEN)  00000000881c7000 - 0000000088211000 (reserved)                                                                                                                                         
(XEN)  0000000088211000 - 0000000088283000 (usable)                                                                                                                                           
(XEN)  0000000088283000 - 0000000089ec2000 (reserved)                                                                                                                                         
(XEN)  0000000089ec2000 - 0000000089f9a000 (ACPI NVS)                                                                                                                                         
(XEN)  0000000089f9a000 - 0000000089fff000 (ACPI data)                                                                                                                                        
(XEN)  0000000089fff000 - 000000008a000000 (usable)                                                                                                                                           
(XEN)  000000008a000000 - 000000008c000000 (reserved)                                                                                                                                         
(XEN)  0000000090000000 - 0000000096000000 (reserved)                                                                                                                                         
(XEN)  0000000098000000 - 000000009e000000 (reserved)                                                                                                                                         
(XEN)  00000000e00fa000 - 00000000e00fb000 (reserved)                                                                                                                                         
(XEN)  00000000e00fd000 - 00000000e00fe000 (reserved)                                                                                                                                         
(XEN)  00000000fe000000 - 00000000fe011000 (reserved)                                                                                                                                         
(XEN)  0000000100000000 - 0000000862000000 (usable)                                                                                                                                           
(XEN) ACPI: RSDP 89FFE014, 0024 (r2 INTEL )                                                                                                                                                   
(XEN) ACPI: XSDT 89FB7188, 00D4 (r1 INTEL  S1200SPL        0 INTL  1000013)                                                                                                                   
(XEN) ACPI: FACP 89FF6000, 00F4 (r5 INTEL  S1200SPL        0 INTL 20091013)                                                                                                                   
(XEN) ACPI: DSDT 89FC6000, 29241 (r2 INTEL  S1200SPL        0 INTL 20091013)                                                                                                                  
(XEN) ACPI: FACS 89F7E000, 0040                                                                                                                                                               
(XEN) ACPI: HPET 89FF5000, 0038 (r1 INTEL  S1200SPL        1 INTL 20091013)                                                                                                                   
(XEN) ACPI: APIC 89FF4000, 00BC (r3 INTEL  S1200SPL        1 INTL 20091013)                                                                                                                   
(XEN) ACPI: MCFG 89FF3000, 003C (r1 INTEL  S1200SPL        1 INTL 20091013)                                                                                                                   
(XEN) ACPI: SPMI 89FF1000, 0042 (r5 INTEL  S1200SPL        0 INTL 20091013)                                                                                                                   
(XEN) ACPI: WDDT 89FF0000, 0040 (r1 INTEL  S1200SPL        0 INTL 20091013)                                                                                                                   
(XEN) ACPI: SSDT 89FC3000, 2BAE (r2 INTEL  S1200SPL     1000 INTL 20091013)                                                                                                                   
(XEN) ACPI: SSDT 89FC2000, 0BE3 (r2 INTEL  S1200SPL     1000 INTL 20091013)                                                                                                                   
(XEN) ACPI: SSDT 89FC1000, 019A (r2 INTEL  S1200SPL     1000 INTL 20091013)                                                                                                                   
(XEN) ACPI: SSDT 89FC0000, 04A3 (r2 INTEL  S1200SPL     1000 INTL 20091013)                                                                                                                   
(XEN) ACPI: UEFI 89F93000, 0042 (r1 INTEL  S1200SPL        2 INTL  1000013)                                                                                                                   
(XEN) ACPI: SSDT 89FBF000, 0E73 (r2 INTEL  S1200SPL     3000 INTL 20141107)                                                                                                                   
(XEN) ACPI: SSDT 89FBD000, 0064 (r2 INTEL  S1200SPL        2 INTL 20141107)                                                                                                                   
(XEN) ACPI: DMAR 89FBB000, 0070 (r1 INTEL  S1200SPL        1 INTL        1)                                                                                                                   
(XEN) ACPI: HEST 89FBA000, 00A8 (r1 INTEL  S1200SPL        1 INTL        1)                                                                                                                   
(XEN) ACPI: ERST 89FB8000, 0230 (r1 INTEL  S1200SPL        1 INTL        1)                                                                                                                   
(XEN) ACPI: SSDT 89FF7000, 5328 (r2 INTEL  S1200SPL     3000 INTL 20141107)                                                                                                                   
(XEN) ACPI: SSDT 89FBE000, 0B79 (r2 INTEL  S1200SPL        2 INTL 20141107)                                                                                                                   
(XEN) ACPI: BERT 89FB9000, 0030 (r1 INTEL  S1200SPL        1 INTL        1)                                                                                                                   
(XEN) ACPI: PRAD 89FBC000, 0102 (r2 INTEL  S1200SPL        2 INTL 20141107)                                                                                                                   
(XEN) ACPI: EINJ 89FFD000, 0130 (r1 INTEL  S1200SPL        1 INTL        1)                                                                                                                   
(XEN) ACPI: SPCR 89FF2000, 0050 (r1 INTEL  S1200SPL        0 INTL 20091013)                                                                                                                   
(XEN) System RAM: 32417MB (33195868kB)                                                                                                                                                        
(XEN) No NUMA configuration found                                                                                                                                                             
(XEN) Faking a node at 0000000000000000-0000000862000000                                                                                                                                      
(XEN) Domain heap initialised                                                                                                                                                                 
(XEN) vesafb: framebuffer at 0x9f000000, mapped to 0xffff82c000201000, using 2048k, total 8192k                                                                                               
(XEN) vesafb: mode is 800x600x32, linelength=3200, font 8x8                                                                                                                                   
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0                                                                                                                                        
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 158 (0x9e), Stepping 9 (raw 000906e9)                                                                                                          
(XEN) SMBIOS 2.7 present.                                                                                                                                                                     
(XEN) DMI 2.7 present.                                                                                                                                                                        
(XEN) Using APIC driver default                                                                                                                                                               
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)                                                                                                                                                
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]                                                                                                                            
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 89f7e000/0000000000000000, using 32                                                                                                        
(XEN) ACPI:             wakeup_vec[89f7e00c], vec_size[20]                                                                                                                                    
(XEN) ACPI: Local APIC address 0xfee00000                                                                                                                                                     
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)                                                                                                                                      
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])                                                                                                                                     
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])                                                                                                                                 
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119                                                                                                                         
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)                                                                                                                                
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)                                                                                                                             
(XEN) ACPI: IRQ0 used by override.                                                                                                                                                            
(XEN) ACPI: IRQ2 used by override.                                                                                                                                                            
(XEN) ACPI: IRQ9 used by override.                                                                                                                                                            
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs                                                                                                                                           
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000                                                                                                                                              
(XEN) [VT-D]  RMRR address range 3e2e0000..3e2fffff not in reserved memory; need "iommu_inclusive_mapping=1"?                                                                                 
(XEN) Xen ERST support is initialized.                                                                                                                                                        
(XEN) HEST: Table parsing has been initialized                                                                                                                                                
(XEN) Using ACPI (MADT) for SMP configuration information                                                                                                                                     
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)                                                                                                                                                   
(XEN) IRQ limits: 120 GSI, 1432 MSI/MSI-X                                                                                                                                                     
(XEN) Not enabling x2APIC (upon firmware request)                                                                                                                                             
(XEN) xstate: size: 0x440 and states: 0x1f                                                                                                                                                    
(XEN) Intel machine check reporting enabled                                                                                                                                                   
(XEN) Using scheduler: SMP Credit Scheduler (credit)                                                                                                                                          
(XEN) Platform timer is 23.999MHz HPET                                                                                                                                                        
(XEN) Detected 3792.138 MHz processor.                                                                                                                                                        
(XEN) EFI memory map:                                                                                                                                                                         
(XEN)  0000000000000-0000000000fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000000001000-0000000034fff type=7 attr=000000000000000f                                                                                                                               
(XEN)  0000000035000-0000000057fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000000058000-0000000058fff type=0 attr=000000000000000f                                                                                                                               
(XEN)  0000000059000-000000005cfff type=7 attr=000000000000000f                                                                                                                               
(XEN)  000000005d000-000000005ffff type=2 attr=000000000000000f                                                                                                                               
(XEN)  0000000060000-000000009dfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000000009e000-000000009efff type=0 attr=000000000000000f                                                                                                                               
(XEN)  000000009f000-000000009ffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000000100000-0000000bfffff type=7 attr=000000000000000f                                                                                                                               
(XEN)  0000000c00000-0000000ffffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000001000000-0000075271fff type=7 attr=000000000000000f                                                                                                                               
(XEN)  0000075272000-0000075303fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000075304000-0000080ef2fff type=7 attr=000000000000000f                                                                                                                               
(XEN)  0000080ef3000-0000082a16fff type=2 attr=000000000000000f                                                                                                                               
(XEN)  0000082a17000-0000083c16fff type=1 attr=000000000000000f                                                                                                                               
(XEN)  0000083c17000-0000083e28fff type=7 attr=000000000000000f                                                                                                                               
(XEN)  0000083e29000-00000843fffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000084400000-0000084400fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000084401000-0000084401fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000084402000-0000084405fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000084406000-000008533efff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008533f000-0000085361fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085362000-0000085376fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085377000-00000853a9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000853aa000-00000853b2fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000853b3000-00000853b9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000853ba000-00000853c0fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000853c1000-00000853dbfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000853dc000-00000853dffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000853e0000-00000853e3fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000853e4000-00000853e4fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000853e5000-0000085401fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085402000-0000085403fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085404000-000008540ffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085410000-0000085412fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085413000-0000085413fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085414000-0000085414fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085415000-000008542bfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008542c000-000008542cfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008542d000-0000085432fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085433000-0000085436fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085437000-0000085448fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085449000-000008544bfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008544c000-0000085467fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085468000-000008546afff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008546b000-0000085475fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085476000-0000085477fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085478000-0000085482fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085483000-0000085488fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085489000-000008548afff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008548b000-000008548cfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008548d000-0000085490fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085491000-0000085491fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085492000-0000085492fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085493000-0000085493fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085494000-0000085494fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085495000-00000854bcfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000854bd000-00000854c5fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000854c6000-0000085648fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085649000-000008564afff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008564b000-000008564efff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008564f000-0000085650fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085651000-0000085651fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085652000-0000085662fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085663000-0000085664fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085665000-0000085666fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085667000-00000856cafff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000856cb000-00000856d6fff type=7 attr=000000000000000f                                                                                                                               
(XEN)  00000856d7000-00000856e2fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000856e3000-00000856e7fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000856e8000-00000856e9fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000856ea000-00000856eafff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000856eb000-0000085725fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085726000-00000857a1fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000857a2000-00000857a8fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000857a9000-00000857aafff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000857ab000-00000857acfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000857ad000-00000857aefff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000857af000-00000857d7fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000857d8000-00000857defff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000857df000-00000857dffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000857e0000-00000857e0fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000857e1000-00000857e5fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000857e6000-00000857ebfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000857ec000-00000857f1fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000857f2000-0000085857fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085858000-000008585afff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008585b000-0000085866fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085867000-0000085867fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085868000-000008586cfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008586d000-0000085872fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085873000-000008587cfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008587d000-000008587ffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085880000-0000085880fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085881000-0000085886fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085887000-000008588bfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008588c000-000008588cfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008588d000-000008588dfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008588e000-0000085892fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085893000-0000085893fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085894000-00000858a1fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000858a2000-00000858acfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000858ad000-00000858b7fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000858b8000-00000858b9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000858ba000-00000858bcfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000858bd000-00000858bdfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000858be000-0000085905fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085906000-0000085906fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085907000-000008590dfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008590e000-0000085913fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085914000-0000085914fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085915000-0000085915fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085916000-0000085918fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085919000-0000085944fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085945000-0000085980fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085981000-00000859a0fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859a1000-00000859acfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859ad000-00000859b6fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859b7000-00000859bffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859c0000-00000859c9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859ca000-00000859cefff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859cf000-00000859d9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859da000-00000859dafff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859db000-00000859dbfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859dc000-00000859ddfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859de000-00000859defff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859df000-00000859e2fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859e3000-00000859e8fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859e9000-00000859e9fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859ea000-00000859eafff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859eb000-00000859edfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859ee000-00000859f2fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859f3000-00000859f3fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859f4000-00000859f4fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000859f5000-00000859f5fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000859f6000-0000085a0ffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a10000-0000085a10fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a11000-0000085a14fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a15000-0000085a16fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a17000-0000085a17fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a18000-0000085a18fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a19000-0000085a1cfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a1d000-0000085a1efff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a1f000-0000085a25fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a26000-0000085a28fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a29000-0000085a29fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a2a000-0000085a2cfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a2d000-0000085a37fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a38000-0000085a38fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a39000-0000085a3afff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a3b000-0000085a3efff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a3f000-0000085a3ffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a40000-0000085a42fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085a43000-0000085a46fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085a47000-0000085b9bfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085b9c000-0000085bbafff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085bbb000-0000085bc6fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085bc7000-0000085bc7fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085bc8000-0000085bc9fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085bca000-0000085bd6fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085bd7000-0000085bd7fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085bd8000-0000085bd8fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085bd9000-0000085bd9fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085bda000-0000085bdafff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085bdb000-0000085be2fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085be3000-0000085c57fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085c58000-0000085c58fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085c59000-0000085c59fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085c5a000-0000085c5bfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085c5c000-0000085ce1fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085ce2000-0000085ce3fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085ce4000-0000085ce5fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085ce6000-0000085ce7fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085ce8000-0000085ce8fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085ce9000-0000085ceefff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085cef000-0000085cf4fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085cf5000-0000085cf8fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085cf9000-0000085cf9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085cfa000-0000085cfafff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085cfb000-0000085cfbfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085cfc000-0000085cfcfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085cfd000-0000085d04fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085d05000-0000085d06fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000085d07000-0000085d24fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000085d25000-0000086124fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086125000-000008618cfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008618d000-000008618ffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086190000-0000086190fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086191000-0000086193fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086194000-0000086198fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086199000-000008619dfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008619e000-00000861a1fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861a2000-00000861a7fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861a8000-00000861b1fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861b2000-00000861b4fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861b5000-00000861b5fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861b6000-00000861b6fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861b7000-00000861bafff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861bb000-00000861befff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861bf000-00000861c2fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861c3000-00000861c4fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861c5000-00000861c5fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861c6000-00000861c7fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861c8000-00000861c8fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861c9000-00000861c9fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861ca000-00000861cbfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861cc000-00000861ccfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861cd000-00000861cffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861d0000-00000861d0fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861d1000-00000861d2fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861d3000-00000861d4fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861d5000-00000861d6fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861d7000-00000861d8fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861d9000-00000861d9fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861da000-00000861dafff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861db000-00000861dbfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861dc000-00000861dcfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861dd000-00000861eefff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861ef000-00000861f0fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861f1000-00000861f1fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  00000861f2000-00000861f2fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000861f3000-000008620afff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008620b000-000008620bfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008620c000-000008620dfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008620e000-0000086210fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086211000-0000086213fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086214000-0000086214fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086215000-0000086217fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086218000-0000086218fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086219000-0000086219fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008621a000-000008621afff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008621b000-000008621bfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008621c000-000008621dfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008621e000-000008621ffff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086220000-0000086220fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086221000-0000086225fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086226000-0000086226fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086227000-0000086227fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086228000-0000086229fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008622a000-000008622afff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008622b000-000008622bfff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008622c000-000008622dfff type=3 attr=000000000000000f                                                                                                                               
(XEN)  000008622e000-000008622efff type=4 attr=000000000000000f                                                                                                                               
(XEN)  000008622f000-0000086231fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086232000-0000086233fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000086234000-0000086236fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000086237000-00000881c5fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  00000881c6000-00000881c6fff type=10 attr=000000000000000f                                                                                                                              
(XEN)  00000881c7000-0000088210fff type=6 attr=800000000000000f                                                                                                                               
(XEN)  0000088211000-0000088272fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000088273000-0000088273fff type=3 attr=000000000000000f                                                                                                                               
(XEN)  0000088274000-0000088282fff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000088283000-0000088302fff type=5 attr=800000000000000f                                                                                                                               
(XEN)  0000088303000-0000088636fff type=6 attr=800000000000000f                                                                                                                               
(XEN)  0000088637000-0000089ec1fff type=0 attr=000000000000000f                                                                                                                               
(XEN)  0000089ec2000-0000089f99fff type=10 attr=000000000000000f                                                                                                                              
(XEN)  0000089f9a000-0000089ffefff type=9 attr=000000000000000f                                                                                                                               
(XEN)  0000089fff000-0000089ffffff type=4 attr=000000000000000f                                                                                                                               
(XEN)  0000100000000-0000861ffffff type=7 attr=000000000000000f                                                                                                                               
(XEN)  00000000a0000-00000000fffff type=0 attr=0000000000000000                                                                                                                               
(XEN)  000008a000000-000008bffffff type=0 attr=0000000000000000                                                                                                                               
(XEN)  0000090000000-0000095ffffff type=0 attr=0000000000000000                                                                                                                               
(XEN)  0000098000000-000009bffffff type=0 attr=000000000000000f                                                                                                                               
(XEN)  000009c000000-000009dffffff type=0 attr=0000000000000000                                                                                                                               
(XEN)  00000e00fa000-00000e00fafff type=11 attr=8000000000000001                                                                                                                              
(XEN)  00000e00fd000-00000e00fdfff type=11 attr=8000000000000001                                                                                                                              
(XEN)  00000fe000000-00000fe010fff type=11 attr=8000000000000001                                                                                                                              
(XEN) Initing memory sharing.                                                                                                                                                                 
(XEN) alt table ffff82d080651150 -> ffff82d0806527dc                                                                                                                                          
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff                                                                                                                     
(XEN) PCI: Not using MCFG for segment 0000 bus 00-ff                                                                                                                                          
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.                                                                                                                                 
(XEN) Intel VT-d Snoop Control enabled.                                                                                                                                                       
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.                                                                                                                                            
(XEN) Intel VT-d Queued Invalidation enabled.                                                                                                                                                 
(XEN) Intel VT-d Interrupt Remapping enabled.                                                                                                                                                 
(XEN) Intel VT-d Posted Interrupt not enabled.                                                                                                                                                
(XEN) Intel VT-d Shared EPT tables enabled.                                                                                                                                                   
(XEN) I/O virtualisation enabled                                                                                                                                                              
(XEN)  - Dom0 mode: Relaxed                                                                                                                                                                   
(XEN) Interrupt remapping enabled                                                                                                                                                             
(XEN) nr_sockets: 1                                                                                                                                                                           
(XEN) Enabled directed EOI with ioapic_ack_old on!                                                                                                                                            
(XEN) ENABLING IO-APIC IRQs                                                                                                                                                                   
(XEN)  -> Using old ACK method                                                                                                                                                                
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1                                                                                                                                    
(XEN) TSC deadline timer enabled                                                                                                                                                              
(XEN) Allocated console ring of 64 KiB.                                                                                                                                                       
(XEN) mwait-idle: MWAIT substates: 0x142120                                                                                                                                                   
(XEN) mwait-idle: v0.4.1 model 0x9e                                                                                                                                                           
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff                                                                                                                                      
(XEN) VMX: Supported advanced features:                                                                                                                                                       
(XEN)  - APIC MMIO access virtualisation                                                                                                                                                      
(XEN)  - APIC TPR shadow                                                                                                                                                                      
(XEN)  - Extended Page Tables (EPT)                                                                                                                                                           
(XEN)  - Virtual-Processor Identifiers (VPID)                                                                                                                                                 
(XEN)  - Virtual NMI                                                                                                                                                                          
(XEN)  - MSR direct-access bitmap                                                                                                                                                             
(XEN)  - Unrestricted Guest                                                                                                                                                                   
(XEN)  - VMCS shadowing                                                                                                                                                                       
(XEN)  - VM Functions                                                                                                                                                                         
(XEN)  - Virtualisation Exceptions                                                                                                                                                            
(XEN)  - Page Modification Logging                                                                                                                                                            
(XEN) HVM: ASIDs enabled.                                                                                                                                                                     
(XEN) HVM: VMX enabled                                                                                                                                                                        
(XEN) HVM: Hardware Assisted Paging (HAP) detected                                                                                                                                            
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB                                                                                                                                                      
(XEN) Brought up 8 CPUs                                                                                                                                                                       
(XEN) build-id: c9600bcaf75532743df8ac0c686188ea                                                                                                                                              
(XEN) ACPI sleep modes: S3                                                                                                                                                                    
(XEN) VPMU: disabled                                                                                                                                                                          
(XEN) mcheck_poll: Machine check polling timer started.                                                                                                                                       
(XEN) Dom0 has maximum 888 PIRQs                                                                                                                                                              
(XEN) NX (Execute Disable) protection active                                                                                                                                                  
(XEN) *** LOADING DOMAIN 0 ***                                                                                                                                                                
(XEN)  Xen  kernel: 64-bit, lsb, compat32                                                                                                                                                     
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2631000                                                                                                                            
(XEN) PHYSICAL MEMORY ARRANGEMENT:                                                                                                                                                            
(XEN)  Dom0 alloc.:   0000000844000000->0000000848000000 (239995 pages to be allocated)                                                                                                       
(XEN)  Init. ramdisk: 000000086097b000->0000000861fff165                                                                                                                                      
(XEN) VIRTUAL MEMORY ARRANGEMENT:                                                                                                                                                             
(XEN)  Loaded kernel: ffffffff81000000->ffffffff82631000                                                                                                                                      
(XEN)  Init. ramdisk: 0000000000000000->0000000000000000                                                                                                                                      
(XEN)  Phys-Mach map: 0000008000000000->0000008000200000                                                                                                                                      
(XEN)  Start info:    ffffffff82631000->ffffffff826314b4                                                                                                                                      
(XEN)  Page tables:   ffffffff82632000->ffffffff82649000                                                                                                                                      
(XEN)  Boot stack:    ffffffff82649000->ffffffff8264a000                                                                                                                                      
(XEN)  TOTAL:         ffffffff80000000->ffffffff82800000                                                                                                                                      
(XEN)  ENTRY ADDRESS: ffffffff823ff180                                                                                                                                                        
(XEN) Dom0 has maximum 8 VCPUs                                                                                                                                                                
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs                                                                                                                                              
(XEN) ....................................................................done.                                                                                                               
(XEN) Initial low memory virq threshold set at 0x4000 pages.                                                                                                                                  
(XEN) Std. Loglevel: All                                                                                                                                                                      
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)                                                                                                                             
(XEN) Xen is relinquishing VGA console.                                                                                                                                                       
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)                                                                                                             
(XEN) Freed 2048kB init memory                                                                                                                                                                
mapping kernel into physical memory                                                                                                                                                           
about to get started...                                                                                                                                                                       
[    0.000000] Linux version 4.14.0-0.bpo.3-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #1 SMP Debian 4.14.13-1~bpo9+1 (2018-01-14)                 
[    0.000000] Command line: root=/dev/md2 ro rootdelay=10 noquiet nosplash earlyprintk=xen                                                                                                   
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'                                                                                                        
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'                                                                                                                       
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'                                                                                                                       
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256                                                                                                                         
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.                                                                                      
[    0.000000] Released 0 page(s)                                                                                                                                                             
[    0.000000] e820: BIOS-provided physical RAM map:                                                                                                                                          
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000057fff] usable                                                                                                                        
[    0.000000] Xen: [mem 0x0000000000058000-0x0000000000058fff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x0000000000059000-0x000000000009dfff] usable                                                                                                                        
[    0.000000] Xen: [mem 0x000000000009e000-0x000000000009efff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x000000000009f000-0x000000000009ffff] usable                                                                                                                        
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000040061fff] usable                                                                                                                        
[    0.000000] Xen: [mem 0x00000000881c6000-0x00000000881c6fff] ACPI NVS                                                                                                                      
[    0.000000] Xen: [mem 0x00000000881c7000-0x0000000088210fff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x0000000088283000-0x0000000089ec1fff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x0000000089ec2000-0x0000000089f99fff] ACPI NVS                                                                                                                      
[    0.000000] Xen: [mem 0x0000000089f9a000-0x0000000089ffefff] ACPI data                                                                                                                     
[    0.000000] Xen: [mem 0x000000008a000000-0x000000008bffffff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x0000000090000000-0x0000000095ffffff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x0000000098000000-0x000000009dffffff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x00000000fe000000-0x00000000fe010fff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x00000000fed90000-0x00000000fed90fff] reserved                                                                                                                      
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved                                                                                                                      
[    0.000000] bootconsole [xenboot0] enabled                                                                                                                                                 
[    0.000000] NX (Execute Disable) protection: active                                                                                                                                        
[    0.000000] efi: EFI v2.50 by EDK II BIOS ID:S1200SP.86B.03.01.0026.092720170729                                                                                                           
[    0.000000] efi:  SMBIOS=0x88633000  ACPI=0x89ffe000  ACPI 2.0=0x89ffe014  PROP=0x86bb5af0                                                                                                 
(XEN) d0v0: unhandled page fault (ec=0003)                                                                                                                                                    
(XEN) Pagetable walk from ffffffff82565200:                                                                                                                                                   
(XEN)  L4[0x1ff] = 000000084600e067 000000000000200e                                                                                                                                          
(XEN)  L3[0x1fe] = 000000084600f067 000000000000200f                                                                                                                                          
(XEN)  L2[0x012] = 0000000846647067 0000000000002647                                                                                                                                          
(XEN)  L1[0x165] = 0010000846565065 0000000000002565                                                                                                                                          
(XEN) domain_crash_sync called from entry.S: fault at ffff82d080238eca entry.o#create_bounce_frame+0x137/0x146                                                                                
(XEN) Domain 0 (vcpu#0) crashed on cpu#0:                                                                                                                                                     
(XEN) ----[ Xen-4.8.3-pre  x86_64  debug=n   Not tainted ]----                                                                                                                                
(XEN) CPU:    0                                                                                                                                                                               
(XEN) RIP:    e033:[<ffffffff8240723c>]                                                                                                                                                       
(XEN) RFLAGS: 0000000000000286   EM: 1   CONTEXT: pv guest (d0v0)                                                                                                                             
(XEN) rax: 8000000086bb5063   rbx: ffffffff82565200   rcx: 0000000000000010                                                                                                                   
(XEN) rdx: 8000000000000163   rsi: 8000000086bb5063   rdi: ffffffff82565200                                                                                                                   
(XEN) rbp: ffffffffff240000   rsp: ffffffff82003cb0   r8:  4d5320203a696665                                                                                                                   
(XEN) r9:  0000000000000022   r10: ffffffff82003d80   r11: 3030303333363838                                                                                                                   
(XEN) r12: 0000000086bb5000   r13: 0000000000000001   r14: 0000000000000001                                                                                                                   
(XEN) r15: 0000000000000001   cr0: 0000000080050033   cr4: 00000000003526e0                                                                                                                   
(XEN) cr3: 000000084600a000   cr2: ffffffff82565200                                                                                                                                           
(XEN) fsb: 0000000000000000   gsb: ffffffff823dc000   gss: 0000000000000000                                                                                                                   
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: e02b   cs: e033                                                                                                                         
(XEN) Guest stack trace from rsp=ffffffff82003cb0:                                                                                                                                            
(XEN)    0000000000000010 3030303333363838 0000000000000003 ffffffff8240723c                                                                                                                  
(XEN)    000000010000e030 0000000000010086 ffffffff82003cf0 000000000000e02b                                                                                                                  
(XEN)    ffffffff8241c3ef 0000000086bb5000 0000000000000001 ffffffff824355f9                                                                                                                  
(XEN)    0000000000000af0 0000000000001000 8000000000000163 000005be82003d38                                                                                                                  
(XEN)    0000000086bb5af0 0000000000000010 0000000000000018 000000000000000c                                                                                                                  
(XEN)    00000000885f2e18 000000000000000c ffffffff8243582e ffffffffff2001f8                                                                                                                  
(XEN)    ffffffff82003de0 ffffffff8245400f ffffffff824355f9 ffffffff824c6fc0                                                                                                                  
(XEN)    45963d3ad719b2cb 6f65670ed0dabca3 000005fe00000000 0000000000000000                                                                                                                  
(XEN)    0000000000000018 ffffffff82003df8 ffffffffff2000d8 ffffffff824c6fc0                                                                                                                  
(XEN)    0000000000000000 0000000000000000 0000000000000018 ffffffff824540e3                                                                                                                  
(XEN)    ffffffff824540e3 ffffffffff200260 00000000024ac1e0 0000000000000000                                                                                                                  
(XEN)    ffffffff82003f18 ffffffff8241fa00 204b444582003f18 20534f4942204949                                                                                                                  
(XEN)    30303231533a4449 302e4236382e5053 3230302e31302e33 3032373239302e36                                                                                                                  
(XEN)    0000393237303731 0000000000000000 0000000000000000 0000000000000000                                                                                                                  
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000000                                                                                                                  
(XEN)    0000000001000000 ffffffff81000000 ffffffff8240a82a ffffffff810d12fd                                                                                                                  
(XEN)    ffffffff00000010 ffffffff82003f18 ffffffff82003ed0 0000000000000000                                                                                                                  
(XEN)    0000000002633000 0000000000000000 ffffffffffffffff 0000000000000000                                                                                                                  
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000000                                                                                                                  
(XEN)    ffffffff823ffb54 ffffffff824b2760 0000000000000000 0000000000000000                                                                                                                  
(XEN) Hardware Dom0 crashed: rebooting machine in 5 seconds.                                                                                                                                  

[-- Attachment #3: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 10:25       ` msd+xen-devel
@ 2018-01-25 10:40         ` Jan Beulich
  2018-01-25 11:16           ` msd+xen-devel
  2018-01-25 11:16           ` Juergen Gross
  0 siblings, 2 replies; 16+ messages in thread
From: Jan Beulich @ 2018-01-25 10:40 UTC (permalink / raw)
  To: msd+xen-devel; +Cc: xen-devel

>>> On 25.01.18 at 11:25, <msd+xen-devel@msd.im> wrote:
>>  Xen doesn't crash at all.

Did you read the above? it is being confirmed by ...

> With this file, it works, Xen boots :
> 
> ```
> [global]
> default=xen
> 
> [xen]
> options=loglvl=all com1=115200,8n1 console=com1,vga
> kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
> earlyprintk=xen
> ramdisk=initrd.img
> ```
> 
> With this file, I have just added "dom0_mem=1G,max:1G", Xen crashes :
> 
> ```
> [global]
> default=xen
> 
> [xen]
> options=loglvl=all com1=115200,8n1 console=com1,vga dom0_mem=1G,max:1G
> kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
> earlyprintk=xen
> ramdisk=initrd.img
> ```
> 
> I attached the boot logs "dom0_crash_with_dom0_memory.txt". The last 
> line is "(XEN) Hardware Dom0 crashed: rebooting machine in 5 seconds."

... this line you observe. Taking further lines from the log you've
provided subsequently:

(XEN) d0v0: unhandled page fault (ec=0003)                                                                                                                                                    

This tells us that Dom0 didn't install a page fault handler yet.

(XEN) Pagetable walk from ffffffff82565200:                                                                                                                                                   
(XEN)  L4[0x1ff] = 000000084600e067 000000000000200e                                                                                                                                          
(XEN)  L3[0x1fe] = 000000084600f067 000000000000200f                                                                                                                                          
(XEN)  L2[0x012] = 0000000846647067 0000000000002647                                                                                                                                          
(XEN)  L1[0x165] = 0010000846565065 0000000000002565                                                                                                                                          

This tells us (together with the page fault error code) that the
Dom0 kernel tried to provide memory as kernel stack which
can't be written. This may be a Dom0 kernel stack overflow,
but there may also be other reasons. At this point I can't
exclude there being some root cause in Xen, but the issue
needs to be investigated from the Dom0 kernel side.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 10:40         ` Jan Beulich
@ 2018-01-25 11:16           ` msd+xen-devel
  2018-01-25 11:16           ` Juergen Gross
  1 sibling, 0 replies; 16+ messages in thread
From: msd+xen-devel @ 2018-01-25 11:16 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

# About the kernel crash

> Did you read the above?

I just wanted to say that I have solved the kernel panic crash that I 
had before, when you explained "Xen doesn't crash at all. It's the Dom0 
kernel which panics".

Just for information the crash happens if I put the "console=com1" to 
the kernel command line.

```
kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
earlyprintk=xen console=com1
```

And this, I understand, is not linked to Xen.

# About the Xen Dom0 crash

> This tells us (together with the page fault error code) that the
> Dom0 kernel tried to provide memory as kernel stack which
> can't be written. This may be a Dom0 kernel stack overflow,
> but there may also be other reasons. At this point I can't
> exclude there being some root cause in Xen, but the issue
> needs to be investigated from the Dom0 kernel side.

I have tested with the version 4.9 and 4.14 of the kernel from Debian 
and the crash occurs when there is the option "dom0_mem=1G,max:1G".

https://packages.debian.org/stretch/linux-image-amd64
https://packages.debian.org/stretch-backports/linux-image-amd64

Do you want that I test something else ?

Regards,


Guillaume

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 10:40         ` Jan Beulich
  2018-01-25 11:16           ` msd+xen-devel
@ 2018-01-25 11:16           ` Juergen Gross
  2018-01-25 11:20             ` msd+xen-devel
  2018-01-25 11:21             ` Jan Beulich
  1 sibling, 2 replies; 16+ messages in thread
From: Juergen Gross @ 2018-01-25 11:16 UTC (permalink / raw)
  To: Jan Beulich, msd+xen-devel; +Cc: xen-devel

On 25/01/18 11:40, Jan Beulich wrote:
>>>> On 25.01.18 at 11:25, <msd+xen-devel@msd.im> wrote:
>>>  Xen doesn't crash at all.
> 
> Did you read the above? it is being confirmed by ...
> 
>> With this file, it works, Xen boots :
>>
>> ```
>> [global]
>> default=xen
>>
>> [xen]
>> options=loglvl=all com1=115200,8n1 console=com1,vga
>> kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
>> earlyprintk=xen
>> ramdisk=initrd.img
>> ```
>>
>> With this file, I have just added "dom0_mem=1G,max:1G", Xen crashes :
>>
>> ```
>> [global]
>> default=xen
>>
>> [xen]
>> options=loglvl=all com1=115200,8n1 console=com1,vga dom0_mem=1G,max:1G
>> kernel=vmlinuz root=/dev/md2 ro rootdelay=10 noquiet nosplash 
>> earlyprintk=xen
>> ramdisk=initrd.img
>> ```
>>
>> I attached the boot logs "dom0_crash_with_dom0_memory.txt". The last 
>> line is "(XEN) Hardware Dom0 crashed: rebooting machine in 5 seconds."
> 
> ... this line you observe. Taking further lines from the log you've
> provided subsequently:
> 
> (XEN) d0v0: unhandled page fault (ec=0003)                                                                                                                                                    
> 
> This tells us that Dom0 didn't install a page fault handler yet.
> 
> (XEN) Pagetable walk from ffffffff82565200:                                                                                                                                                   
> (XEN)  L4[0x1ff] = 000000084600e067 000000000000200e                                                                                                                                          
> (XEN)  L3[0x1fe] = 000000084600f067 000000000000200f                                                                                                                                          
> (XEN)  L2[0x012] = 0000000846647067 0000000000002647                                                                                                                                          
> (XEN)  L1[0x165] = 0010000846565065 0000000000002565                                                                                                                                          
> 
> This tells us (together with the page fault error code) that the
> Dom0 kernel tried to provide memory as kernel stack which
> can't be written. This may be a Dom0 kernel stack overflow,

Really? Why do you think this is related to the stack?

The error code just tells us it was a write access. %rsp is
ffffffff82003cb0, while %cr2 is ffffffff82565200.

To me it seems as if the access was via %rbx.

It would really help to know which function caused the access. As the
stack contains some parts of the last messages issued I suspect this
is related to EFI code.

> but there may also be other reasons. At this point I can't
> exclude there being some root cause in Xen, but the issue
> needs to be investigated from the Dom0 kernel side.

So having a more readable backtrace would really help.

Guillaume, can you try to get symbol+offset for the values on the stack
looking like kernel code addresses (e.g. everything starting with
"ffffffff82")?


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 11:16           ` Juergen Gross
@ 2018-01-25 11:20             ` msd+xen-devel
  2018-01-25 12:22               ` Juergen Gross
  2018-01-25 11:21             ` Jan Beulich
  1 sibling, 1 reply; 16+ messages in thread
From: msd+xen-devel @ 2018-01-25 11:20 UTC (permalink / raw)
  To: Juergen Gross, Jan Beulich; +Cc: xen-devel

> Guillaume, can you try to get symbol+offset for the values on the stack
> looking like kernel code addresses (e.g. everything starting with
> "ffffffff82")?

For sure. Just, can you explain me how I can do this, please ?


Guillaume

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 11:16           ` Juergen Gross
  2018-01-25 11:20             ` msd+xen-devel
@ 2018-01-25 11:21             ` Jan Beulich
  1 sibling, 0 replies; 16+ messages in thread
From: Jan Beulich @ 2018-01-25 11:21 UTC (permalink / raw)
  To: msd+xen-devel, Juergen Gross; +Cc: xen-devel

>>> On 25.01.18 at 12:16, <jgross@suse.com> wrote:
> On 25/01/18 11:40, Jan Beulich wrote:
>> This tells us (together with the page fault error code) that the
>> Dom0 kernel tried to provide memory as kernel stack which
>> can't be written. This may be a Dom0 kernel stack overflow,
> 
> Really? Why do you think this is related to the stack?

Oh, I didn't look very closely. It's just a common pattern of stack
overruns. In any event I've said "may" for a reason.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 11:20             ` msd+xen-devel
@ 2018-01-25 12:22               ` Juergen Gross
  2018-01-25 16:07                 ` msd+xen-devel
  0 siblings, 1 reply; 16+ messages in thread
From: Juergen Gross @ 2018-01-25 12:22 UTC (permalink / raw)
  To: msd+xen-devel, Jan Beulich; +Cc: xen-devel

On 25/01/18 12:20, msd+xen-devel@msd.im wrote:
>> Guillaume, can you try to get symbol+offset for the values on the stack
>> looking like kernel code addresses (e.g. everything starting with
>> "ffffffff82")?
> 
> For sure. Just, can you explain me how I can do this, please ?

You'll need a decompressed kernel with symbol information in it. On my
system (SUSE) I have a vmlinux.<version>.bz2 for each vmlinuz.<version>
file installed in /boot. Use this kernel file and the "addr2line" tool
(to be found in binutils package):

addr2line -pfi -e vmlinux.<version> <addr> <addr> <addr>

e.g.:

addr2line -pfi -e vmlinux-4.4.103-default ffffffff8160ec4d
ffffffff8160ce50 ffffffff8160e568


Juergen


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 12:22               ` Juergen Gross
@ 2018-01-25 16:07                 ` msd+xen-devel
  2018-11-30 15:12                   ` msd+xen-devel
  0 siblings, 1 reply; 16+ messages in thread
From: msd+xen-devel @ 2018-01-25 16:07 UTC (permalink / raw)
  To: Juergen Gross, Jan Beulich; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

I have installed `linux-image-amd64-dbg` and `binutils`.

I can now execute `addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 <addr>`.

I have generated a file "commands.txt" with all the addresses after 
"Guest stack trace from rsp=ffffffff82003cb0:" in my log file 
"dom0_crash_with_dom0_memory.txt".

I attached the result : "result.txt".

We can see inside this file "xen/mmu_pv.c:1548" and 
"drivers/firmware/efi/efi.c:558", so I hope it will be helpful.

Is that ok for you ?
Can I do something more ?

Regards,


Guillaume

[-- Attachment #2: commands.txt --]
[-- Type: text/plain, Size: 5198 bytes --]

addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000010
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 3030303333363838
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000003
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8240723c
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000010000e030
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000010086
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003cf0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000000000e02b
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8241c3ef
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000086bb5000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000001
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824355f9
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000af0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000001000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 8000000000000163
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000005be82003d38
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000086bb5af0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000010
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000018
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000000000000c
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 00000000885f2e18
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000000000000c
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8243582e
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffff2001f8
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003de0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8245400f
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824355f9
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824c6fc0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 45963d3ad719b2cb
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 6f65670ed0dabca3
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000005fe00000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000018
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003df8
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffff2000d8
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824c6fc0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000018
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824540e3
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824540e3
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffff200260
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 00000000024ac1e0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003f18
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8241fa00
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 204b444582003f18
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 20534f4942204949
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 30303231533a4449
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 302e4236382e5053
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 3230302e31302e33
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 3032373239302e36
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000393237303731
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000001000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff81000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8240a82a
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff810d12fd
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff00000010
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003f18
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003ed0
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000002633000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffffffffff
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff823ffb54
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824b2760
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000

[-- Attachment #3: result.txt --]
[-- Type: text/plain, Size: 7916 bytes --]

# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 3030303333363838
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000003
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8240723c
native_set_pte à ./debian/build/build_amd64_none_amd64/./arch/x86/include/asm/pgtable_64.h:65
 (en ligne par) xen_set_pte_init à ./debian/build/build_amd64_none_amd64/./arch/x86/xen/mmu_pv.c:1548
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000010000e030
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000010086
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003cf0
__end_rodata_hpage_align à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000000000e02b
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8241c3ef
set_pte à ./debian/build/build_amd64_none_amd64/./arch/x86/include/asm/paravirt.h:446
 (en ligne par) __early_set_fixmap à ./debian/build/build_amd64_none_amd64/./arch/x86/mm/ioremap.c:749
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000086bb5000
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000001
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824355f9
__early_ioremap à ./debian/build/build_amd64_none_amd64/./mm/early_ioremap.c:157
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000af0
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000001000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 8000000000000163
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000005be82003d38
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000086bb5af0
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000010
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000018
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000000000000c
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 00000000885f2e18
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000000000000000c
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8243582e
early_memremap à ./debian/build/build_amd64_none_amd64/./mm/early_ioremap.c:230
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffff2001f8
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003de0
__end_rodata_hpage_align à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8245400f
efi_config_parse_tables à ./debian/build/build_amd64_none_amd64/./drivers/firmware/efi/efi.c:558
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824355f9
__early_ioremap à ./debian/build/build_amd64_none_amd64/./mm/early_ioremap.c:157
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824c6fc0
real_mode_relocs à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 45963d3ad719b2cb
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 6f65670ed0dabca3
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 000005fe00000000
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000018
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003df8
__end_rodata_hpage_align à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffff2000d8
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824c6fc0
real_mode_relocs à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000018
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824540e3
efi_config_init à ./debian/build/build_amd64_none_amd64/./drivers/firmware/efi/efi.c:593
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824540e3
efi_config_init à ./debian/build/build_amd64_none_amd64/./drivers/firmware/efi/efi.c:593
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffff200260
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 00000000024ac1e0
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003f18
__end_rodata_hpage_align à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8241fa00
efi_init à ./debian/build/build_amd64_none_amd64/./arch/x86/platform/efi/efi.c:524
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 204b444582003f18
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 20534f4942204949
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 30303231533a4449
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 302e4236382e5053
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 3230302e31302e33
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 3032373239302e36
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000393237303731
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000001000000
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff81000000
_text à /build/linux-3RM5ap/linux-4.14.13/arch/x86/kernel/head_64.S:74
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff8240a82a
setup_arch à ./debian/build/build_amd64_none_amd64/./arch/x86/kernel/setup.c:1048
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff810d12fd
printk à ./debian/build/build_amd64_none_amd64/./kernel/printk/printk.c:1834
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff00000010
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003f18
__end_rodata_hpage_align à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff82003ed0
__end_rodata_hpage_align à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000002633000
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffffffffffff
?? ??:0
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff823ffb54
start_kernel à ./debian/build/build_amd64_none_amd64/./init/main.c:541
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 ffffffff824b2760
real_mode_relocs à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?
# addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 0000000000000000
__per_cpu_start à ??:?

[-- Attachment #4: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-01-25 16:07                 ` msd+xen-devel
@ 2018-11-30 15:12                   ` msd+xen-devel
  2018-12-03  8:25                     ` Jan Beulich
  0 siblings, 1 reply; 16+ messages in thread
From: msd+xen-devel @ 2018-11-30 15:12 UTC (permalink / raw)
  To: Juergen Gross, Jan Beulich; +Cc: xen-devel

Hi Jan, hi Juergen,

I'm trying again this week to install Xen on a OVH server 
(https://www.ovh.com/fr/serveurs_dedies/infra/1801eg02.xml).

It is still impossible to boot Xen with the option "dom0_mem=1G,max:1G" 
(boot : EFI->xen).

I have tried with Debian 9 stable/stretch :
- grub2 (2.02~beta3-5+deb9u1)  : https://packages.debian.org/stretch/grub2
- xen-system-amd64 (4.8.4+xsa273+shim4.10.1+xsa273-1+deb9u10) : 
https://packages.debian.org/stretch/xen-system-amd64
- linux-image-amd64 (4.9+80+deb9u6)  (4.9+80+deb9u6) 
https://packages.debian.org/stretch/linux-image-amd64

I have tried with Debian 10 testing/buster :
- grub2 (2.02+dfsg1-8) : https://packages.debian.org/buster/grub2
- xen-system-amd64 (4.11.1~pre.20180911.5acdd26fdc+dfsg-5) : 
https://packages.debian.org/buster/xen-system-amd64
- linux-image-amd64 (4.18+99) : 
https://packages.debian.org/buster/linux-image-amd64

# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 158
model name      : Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz
stepping        : 9
microcode       : 0x8e

Microcode version seems to be up to date :
https://www.intel.com/content/dam/www/public/us/en/documents/sa00115-microcode-update-guidance.pdf

Here is my WORKING xen.cfg file :
```
[global]
default=xen

[xen]
options=smt=on
kernel=$VMLINUZ_NAME root=/dev/md3 ro rootdelay=10 noquiet nosplash
ramdisk=$INITRD_NAME
```

Here is my FAILING xen.cfg file (with dom0_mem=1G,max:1G) :
```
[global]
default=xen

[xen]
options=smt=on dom0_mem=1G,max:1G
kernel=vmlinuz root=/dev/md3 ro rootdelay=10 noquiet nosplash
ramdisk=initrd.img
```

For information, if helpful :
- Booting Linux with EFI->grub->Linux works fine.
- Booting Xen with EFI->grub->Xen fails too (In January I only had 1/8 
core available, now I cannot boot but I will discuss this problem in 
another thread).


Do you have more information on the dom0_mem argument problem ?

Best regards,


Guillaume

Le 25/01/2018 à 17:07, msd+xen-devel@msd.im a écrit :
> I have installed `linux-image-amd64-dbg` and `binutils`.
> 
> I can now execute `addr2line -pfi -e vmlinux-4.14.0-0.bpo.3-amd64 <addr>`.
> 
> I have generated a file "commands.txt" with all the addresses after 
> "Guest stack trace from rsp=ffffffff82003cb0:" in my log file 
> "dom0_crash_with_dom0_memory.txt".
> 
> I attached the result : "result.txt".
> 
> We can see inside this file "xen/mmu_pv.c:1548" and 
> "drivers/firmware/efi/efi.c:558", so I hope it will be helpful.
> 
> Is that ok for you ?
> Can I do something more ?
> 
> Regards,
> 
> 
> Guillaume

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-11-30 15:12                   ` msd+xen-devel
@ 2018-12-03  8:25                     ` Jan Beulich
  2018-12-03  9:08                       ` msd+xen-devel
  0 siblings, 1 reply; 16+ messages in thread
From: Jan Beulich @ 2018-12-03  8:25 UTC (permalink / raw)
  To: msd+xen-devel; +Cc: Juergen Gross, xen-devel

>>> On 30.11.18 at 16:12, <msd+xen-devel@msd.im> wrote:
> I'm trying again this week to install Xen on a OVH server 
> (https://www.ovh.com/fr/serveurs_dedies/infra/1801eg02.xml).
> 
> It is still impossible to boot Xen with the option "dom0_mem=1G,max:1G" 
> (boot : EFI->xen).

I'm sorry to say so, but nothing has changed from the prior
situation: This needs to be investigated from the kernel side
(which I'm afraid I simply don't have the time to help with).
I also have to admit that your way of stripping all relevant
(technical) context from the earlier conversation made it
necessary to dig out the old thread to understand at all what
this is about.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Xen EFI] Impossible to limit the dom0 memory
  2018-12-03  8:25                     ` Jan Beulich
@ 2018-12-03  9:08                       ` msd+xen-devel
  0 siblings, 0 replies; 16+ messages in thread
From: msd+xen-devel @ 2018-12-03  9:08 UTC (permalink / raw)
  To: Jan Beulich, Juergen Gross; +Cc: xen-devel

Hi Jan, hi Juergen,

> This needs to be investigated from the kernel side
> (which I'm afraid I simply don't have the time to help with).

If someone can lead me, I can give some of my time to help.

I can also provide an access to a server where the problem occurs.

Let me know what I can do.

> I also have to admit that your way of stripping all relevant
> (technical) context from the earlier conversation made it
> necessary to dig out the old thread to understand at all what
> this is about.

Sorry, for everyone else interested by the problem, the thread is here :

https://lists.xenproject.org/archives/html/xen-devel/2018-01/threads.html#02010


Thanks for your reply,


Guillaume

Le 03/12/2018 à 09:25, Jan Beulich a écrit :
>>>> On 30.11.18 at 16:12, <msd+xen-devel@msd.im> wrote:
>> I'm trying again this week to install Xen on a OVH server
>> (https://www.ovh.com/fr/serveurs_dedies/infra/1801eg02.xml).
>>
>> It is still impossible to boot Xen with the option "dom0_mem=1G,max:1G"
>> (boot : EFI->xen).
> 
> I'm sorry to say so, but nothing has changed from the prior
> situation: This needs to be investigated from the kernel side
> (which I'm afraid I simply don't have the time to help with).
> I also have to admit that your way of stripping all relevant
> (technical) context from the earlier conversation made it
> necessary to dig out the old thread to understand at all what
> this is about.
> 
> Jan
> 
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-12-03  9:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-23 11:18 [Xen EFI] Impossible to limit the dom0 memory msd+xen-devel
2018-01-23 13:39 ` Jan Beulich
2018-01-23 17:43   ` msd+xen-devel
2018-01-24  7:43     ` Jan Beulich
2018-01-25 10:25       ` msd+xen-devel
2018-01-25 10:40         ` Jan Beulich
2018-01-25 11:16           ` msd+xen-devel
2018-01-25 11:16           ` Juergen Gross
2018-01-25 11:20             ` msd+xen-devel
2018-01-25 12:22               ` Juergen Gross
2018-01-25 16:07                 ` msd+xen-devel
2018-11-30 15:12                   ` msd+xen-devel
2018-12-03  8:25                     ` Jan Beulich
2018-12-03  9:08                       ` msd+xen-devel
2018-01-25 11:21             ` Jan Beulich
2018-01-25 10:28       ` msd+xen-devel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.