[Kernel-packages] [Bug 1397880] Re: [v4.6-rc1 Regression] x86/topology: Create logical package id

2016-05-06 Thread Boris Ostrovsky
On 05/06/2016 04:51 PM, Joseph Salisbury wrote:
> Thomas' patch does resolve the bug.  The cpuid info can be seen here:
> https://launchpadlibrarian.net/258234267/cpuid_full.txt

Any chance you could post it raw (cpuid -1 -r)?

Thanks.
-boris

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1397880

Title:
  [Feature] Memory Bandwidth Monitoring

Status in intel:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in xen package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in xen source package in Xenial:
  Fix Released

Bug description:
  Memory Bandwidth Monitoring (MBM) is a CPU feature included in the family of 
Platform QoS features.  It is used to track memory bandwidth usage for a 
specific task, or group of tasks.
  Memory Bandwidth Monitoring is an extension of the existing Cache QoS 
Monitoring (CQM) feature found in Haswell server.  The mechanism used is the 
same, where tasks are associated with an Resource Monitoring ID (RMID), which 
the CPU uses to track the bandwidth usage.

  Upstream status:
  Kernel - 4.6
  Xen - target 4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1397880/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1397880] Re: [v4.6-rc1 Regression] x86/topology: Create logical package id

2016-05-06 Thread Boris Ostrovsky
On 05/06/2016 03:38 PM, Joseph Salisbury wrote:
> On 05/06/2016 03:13 PM, Boris Ostrovsky wrote:
>> On 05/06/2016 02:48 PM, Thomas Gleixner wrote:
>>>
>>> Yuck. That dies with a divide error. And that looks like XEN is supplying 
>>> crap
>>> data in the CPUID.
>> Joe, do you have
>>
>> ed6069b xen/apic: Provide Xen-specific version of cpu_present_to_apicid
>> APIC op
>>
>> -boris
> Yes the commit is in the 4.4 based Ubuntu kernel.  This bug also happens
> with the vanilla 4.6-rc5 kernel, which also has that commit.


Can you post guest's cpuid -1 -r ? (I guess after you verify Thomas' patch)

Thanks.
-boris

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1397880

Title:
  [Feature] Memory Bandwidth Monitoring

Status in intel:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in xen package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in xen source package in Xenial:
  Fix Released

Bug description:
  Memory Bandwidth Monitoring (MBM) is a CPU feature included in the family of 
Platform QoS features.  It is used to track memory bandwidth usage for a 
specific task, or group of tasks.
  Memory Bandwidth Monitoring is an extension of the existing Cache QoS 
Monitoring (CQM) feature found in Haswell server.  The mechanism used is the 
same, where tasks are associated with an Resource Monitoring ID (RMID), which 
the CPU uses to track the bandwidth usage.

  Upstream status:
  Kernel - 4.6
  Xen - target 4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1397880/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1573231] Re: [v4.6-rc1 Regression] x86/topology: Create logical package id

2016-05-06 Thread Boris Ostrovsky
On 05/06/2016 02:48 PM, Thomas Gleixner wrote:
> On Fri, 6 May 2016, Joseph Salisbury wrote:
>> A kernel bug report was opened against Ubuntu [0].  After a kernel
>> bisect, it was found that reverting the following commit resolved this bug:
>>
>> commit 1f12e32f4cd5243ae46d8b933181be0d022c6793
>> Author: Thomas Gleixner 
>> Date:   Mon Feb 22 22:19:15 2016 +
>>
>> x86/topology: Create logical package id
>>
>> To build successfully with this commit reverted, I also had to revert
>> commits: e7ee3e8,2d4de83,87f01cc and 33c3cc7.
>>
>> The regression was introduced as of v4.6-rc1.
>> 
>> I was hoping to get your feedback, since you are the patch author.  Do
>> you think gathering any additional data will help diagnose this issue,
>> or would it be best to submit a revert request?
> Yuck. That dies with a divide error. And that looks like XEN is supplying crap
> data in the CPUID.

Joe, do you have

ed6069b xen/apic: Provide Xen-specific version of cpu_present_to_apicid
APIC op

-boris


>
> Does the patch below cure the issue?
>
> Thanks,
>
> tglx
>
> 8<---
>
> --- a/arch/x86/kernel/smpboot.c
> +++ b/arch/x86/kernel/smpboot.c
> @@ -332,6 +332,11 @@ static void __init smp_init_package_map(
>* primary cores.
>*/
>   ncpus = boot_cpu_data.x86_max_cores;
> + if (!ncpus) {
> + pr_warn("x86_max_cores == zero !?!?");
> + ncpus = 1;
> + }
> +
>   __max_logical_packages = DIV_ROUND_UP(total_cpus, ncpus);
>  
>   /*

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1573231

Title:
  Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-
  release-upgrade -d

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  [0.00] Initializing cgroup subsys cpuset
  [0.00] Initializing cgroup subsys cpu
  [0.00] Initializing cgroup subsys cpuacct
  [0.00] Linux version 4.4.0-21-generic (buildd@lgw01-21) (gcc version 
5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) ) #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 (Ubuntu 4.4.0-21.37-generic 4.4.6)
  [0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=8ea401db-b84b-4cd6-a628-d72f30bbf1e5 ro console=tty1 console=ttyS0
  [0.00] KERNEL supported cpus:
  [0.00]   Intel GenuineIntel
  [0.00]   AMD AuthenticAMD
  [0.00]   Centaur CentaurHauls
  [0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
  [0.00] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point 
registers'
  [0.00] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
  [0.00] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
  [0.00] x86/fpu: Enabled xstate features 0x7, context size is 832 
bytes, using 'standard' format.
  [0.00] x86/fpu: Using 'eager' FPU context switches.
  [0.00] e820: BIOS-provided physical RAM map:
  [0.00] BIOS-e820: [mem 0x-0x0009dfff] usable
  [0.00] BIOS-e820: [mem 0x0009e000-0x0009] reserved
  [0.00] BIOS-e820: [mem 0x000e-0x000f] reserved
  [0.00] BIOS-e820: [mem 0x0010-0xefff] usable
  [0.00] BIOS-e820: [mem 0xfc00-0x] reserved
  [0.00] BIOS-e820: [mem 0x0001-0x0001efff] usable
  [0.00] NX (Execute Disable) protection: active
  [0.00] SMBIOS 2.4 present.
  [0.00] Hypervisor detected: Xen
  [0.00] Xen version 4.2.
  [0.00] Netfront and the Xen platform PCI driver have been compiled 
for this kernel: unplug emulated NICs.
  [0.00] Blkfront and the Xen platform PCI driver have been compiled 
for this kernel: unplug emulated disks.
  [0.00] You might have to change the root device
  [0.00] from /dev/hd[a-d] to /dev/xvd[a-d]
  [0.00] in your root= kernel command line option
  [0.00] e820: last_pfn = 0x1f max_arch_pfn = 0x4
  [0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
  [0.00] e820: last_pfn = 0xf max_arch_pfn = 0x4
  [0.00] found SMP MP-table at [mem 0x000fbba0-0x000fbbaf] mapped at 
[880fbba0]
  [0.00] Scanning 1 areas for low memory corruption
  [0.00] RAMDISK: [mem 0x3407e000-0x36036fff]
  [0.00] ACPI: Early table checksum verification disabled
  [0.00] ACPI: RSDP 0x000EA020 24 (v02 Xen   )
  [0.00] ACPI: XSDT 0xFC00F5A0 54 (v01 XenHVM  
 HVML )
  [0.00] ACPI: FACP 0xFC00F260 F4 (v04 XenHVM  
 HVML )
  [

[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-10-24 Thread Boris Ostrovsky
It is now in mainline, commit fd8b79511349.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Trusty:
  Triaged
Status in “linux” source package in Utopic:
  Triaged

Bug description:
  SRU Justification:
  [Impact]
  The following errors may occur on HVM instances on EC2: xen:balloon: 
reserve_additional_memory: add_memory() failed: -17

  [Test Case]
  Boot Ubuntu Trusty 3.13 series HVM instances and check dmesg for this error 
message.

  [Fix]
  A minimal fix for this bug can be found here:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3dcf63677d4eb7fdfc13290c8558c301d2588fe8
  This allows the ballooning to be cancelled if adding new memory failed which 
means that the error message is printed once instead of repeatedly.

  There should still be effort to root cause this issue and determine
  how to avoid the ballooning errors in the first place. I still think
  this patch should be applied to alleviate symptoms until root cause is
  discovered.

  --

  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):

  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-10-22 Thread Boris Ostrovsky
I was waiting for this patch to be pulled into the mainline before
posting a pointer/commitID here. It's not there yet.

But yes, you need that commit (on top of 3dcf63677d4e) to make kernel
shut up.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Trusty:
  Triaged
Status in “linux” source package in Utopic:
  Triaged

Bug description:
  SRU Justification:
  [Impact]
  The following errors may occur on HVM instances on EC2: xen:balloon: 
reserve_additional_memory: add_memory() failed: -17

  [Test Case]
  Boot Ubuntu Trusty 3.13 series HVM instances and check dmesg for this error 
message.

  [Fix]
  A minimal fix for this bug can be found here:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3dcf63677d4eb7fdfc13290c8558c301d2588fe8
  This allows the ballooning to be cancelled if adding new memory failed which 
means that the error message is printed once instead of repeatedly.

  There should still be effort to root cause this issue and determine
  how to avoid the ballooning errors in the first place. I still think
  this patch should be applied to alleviate symptoms until root cause is
  discovered.

  --

  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):

  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-10-03 Thread Boris Ostrovsky
Hmm, yes, the patch may not work if something (AWS, I guess) keeps
requesting to balloon memory.

Can someone try the attached patch (on top of David's)? I only compile-
tested it.

** Patch added: cancel_balloon.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+attachment/4223567/+files/cancel_balloon.patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  SRU Justification:
  [Impact]
  The following errors may occur on HVM instances on EC2: xen:balloon: 
reserve_additional_memory: add_memory() failed: -17

  [Test Case]
  Boot Ubuntu Trusty 3.13 series HVM instances and check dmesg for this error 
message.

  [Fix]
  A minimal fix for this bug can be found here:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3dcf63677d4eb7fdfc13290c8558c301d2588fe8
  This allows the ballooning to be cancelled if adding new memory failed which 
means that the error message is printed once instead of repeatedly.

  There should still be effort to root cause this issue and determine
  how to avoid the ballooning errors in the first place. I still think
  this patch should be applied to alleviate symptoms until root cause is
  discovered.

  --

  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):

  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-10-03 Thread Boris Ostrovsky
Actually, this (v2) is a slightly better one to try.

** Patch added: cancel_balloon_v2.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+attachment/4223585/+files/cancel_balloon_v2.patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  SRU Justification:
  [Impact]
  The following errors may occur on HVM instances on EC2: xen:balloon: 
reserve_additional_memory: add_memory() failed: -17

  [Test Case]
  Boot Ubuntu Trusty 3.13 series HVM instances and check dmesg for this error 
message.

  [Fix]
  A minimal fix for this bug can be found here:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3dcf63677d4eb7fdfc13290c8558c301d2588fe8
  This allows the ballooning to be cancelled if adding new memory failed which 
means that the error message is printed once instead of repeatedly.

  There should still be effort to root cause this issue and determine
  how to avoid the ballooning errors in the first place. I still think
  this patch should be applied to alleviate symptoms until root cause is
  discovered.

  --

  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):

  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-09-12 Thread Boris Ostrovsky
I am not sure the bug should be closed. David's fix made system behavior
tolerable to users (because the error is now only reported once) but the
problem is still there. If possible I'd suggest lowering bug's priority
but keeoping it open.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Trusty:
  In Progress
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-08-11 Thread Boris Ostrovsky
No fix (from me, that is)

I need to be able to reproduce this and this appears to only be
happening in AWS environment.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-07-08 Thread Boris Ostrovsky
Matt, can you post config file that you used? I tried a few different
configurations and (again) could not reproduce this.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-07-08 Thread Boris Ostrovsky
I am using 4.2 stable tree, configured with default parameters (i.e. no
options to ./configure script):

[root@ovs103 install]# xm info
host   : ovs103.us.oracle.com
release: 3.16.0-rc1-pmu-dom0
version: #1 SMP Mon Jul 7 14:09:40 EDT 2014
machine: x86_64
nr_cpus: 32
nr_nodes   : 4
cores_per_socket   : 8
threads_per_core   : 2
cpu_mhz: 2800
hw_caps: 
178bf3ff:2fd3fbff::1710:36983203::01ebbfff:0008
virt_caps  : hvm
total_memory   : 65534
free_memory: 856
free_cpus  : 0
xen_major  : 4
xen_minor  : 2
xen_extra  : .5-rc1
xen_caps   : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 
hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler  : credit
xen_pagesize   : 4096
platform_params: virt_start=0x8000
xen_changeset  : unavailable
xen_commandline: console=com1,vga com1=38400,8n1
cc_compiler: gcc (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
cc_compile_by  : root
cc_compile_domain  : us.oracle.com
cc_compile_date: Mon Jul  7 19:12:25 EDT 2014
xend_config_format : 4

Thanks.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-07-08 Thread Boris Ostrovsky
And this is my guest (14.04 desktop):

 Linux version 3.13.0-24-generic (buildd@panlong) (gcc version 4.8.2
(Ubuntu 4.8.2-19ubuntu1) ) #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014
(Ubuntu 3.13.0-24.46-generic 3.13.9)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-06-02 Thread Boris Ostrovsky
So given that you are seeing this on 3.2 guest this would be a different
problem. Having said that, I don't see any errors in dmesg_domu.txt
anyway.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-06-02 Thread Boris Ostrovsky
If you don't specify debug and loglevel boot options I think you won't
see these. Of course, the underlying problem would still be there.

Do you observe this on guests with newer kernels?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-05-30 Thread Boris Ostrovsky
Can you please post:

1. Guest configuration file
2. boot log from dom0 (please boot loglevel=8)
3. xl dmesg and xl info from dom0
4. boot log from guest (also loglevel=8)
5. dmidecode from guest (I am mostly interested in BIOS object)

-boris

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-23 Thread Boris Ostrovsky
Yes, those would be helpful although now I think understanding EC's BIOS
(seabios I assume?) may be more important. Neither I nor Stefan have
been able to reproduce this problem and it seems that EC does something
in BIOS (and possibly qemu) that may not be available in vanilla Xen,
most importantly building ACPI tables for guests (which is where memory
is desribed). I, for example, would like to know how SRAT is generated.
I don't think this can be done by config file alone.

We may need to get Amazon folks involved.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-18 Thread Boris Ostrovsky
[14Ah 0330   4] Proximity Domain : 
[14Eh 0334   2]Reserved1 : 
[150h 0336   8] Base Address :0001
[158h 0344   8]   Address Length : 1000=== 
This looks wrong
[160h 0352   4]Reserved2 : 
[164h 0356   4]Flags (decoded below) : 0001
 Enabled : 1
   Hot Pluggable : 0
Non-Volatile : 0
[168h 0360   8]Reserved3 : 

So we know what caused the warning.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-17 Thread Boris Ostrovsky
This warning implies that SRAT may be wrong. And I just noticed that this may 
not be vanilla 4.2:
 [0.00] DMI: Xen HVM domU, BIOS 4.2.amazon 01/24/2014

Are we on a custom HVM BIOS? That's where memory is described to domain.

Although NUMA issue may be somewhat orthogonal, it still may be worh
looking at. Andrew, can you do this on booted guest:

   acpidump  acpi.dat
   acpixtract -a acpi.dat
   iasl -d srat.dat

and post here srat.dsl

And again, seeing guest config file would be important.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-16 Thread Boris Ostrovsky
I would like to reproduce this first and for that I will need at least
config file that is used for launching the guest ('memory' and 'maxmem'
for sure but having the whole file would be better) as well as guest's
kernel config file. Knowing what xen boot options are as well as if
there is anything interesting in /etc/xen/{xl.conf|xend-config.sxp}
may also be helpful.

But seeing debug output definitely won't hurt. In fact, add 'debug
loglevel=8 memblock=debug' to boot line for good measure (I hope it
won't be too much output).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-13 Thread Boris Ostrovsky
And guest kernel config file please.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-12 Thread Boris Ostrovsky
Can you attach Xen config file and xen boot options?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1304001

Title:
   xen:balloon errors in 14.04 beta

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Xen balloon errors on HVM instances on EC2 (Xen 4.2.amazon):


  
  ubuntu@ip-10-63-20-99:~$ uname -a
  Linux ip-10-63-20-99 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@ip-10-63-20-99:~$ dmesg  |grep xen
  [0.00] xen:events: Xen HVM callback vector for event delivery is 
enabled
  [0.494613] xen:balloon: Initialising balloon driver
  [0.496046] xen_balloon: Initialising balloon driver
  [0.500077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [0.541047] Switched to clocksource xen
  [0.562579] xen: -- pirq=16 - irq=8 (gsi=8)
  [0.562622] xen: -- pirq=17 - irq=12 (gsi=12)
  [0.562649] xen: -- pirq=18 - irq=1 (gsi=1)
  [0.562673] xen: -- pirq=19 - irq=6 (gsi=6)
  [0.562705] xen: -- pirq=20 - irq=4 (gsi=4)
  [0.920527] xen: -- pirq=21 - irq=47 (gsi=47)
  [0.920596] xen:grant_table: Grant tables using version 1 layout
  [1.029661] xen_netfront: Initialising Xen virtual ethernet driver
  [1.236083] xenbus_probe_frontend: Device with no driver: device/vfb/0
  [2.516067] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [6.533941] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   14.560075] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   30.592064] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   62.688153] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [   94.752164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  126.816161] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  158.880084] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  190.944069] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  223.008141] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  255.072112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  287.136190] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  319.200053] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  351.264164] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  383.328080] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  415.392077] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  447.456112] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  479.520128] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  511.584110] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  543.648181] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  575.712070] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17
  [  607.776178] xen:balloon: reserve_additional_memory: add_memory() failed: 
-17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1304001/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp