[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-11-13 Thread Stefan Bader
Ok, sounds reasonable. So we are good wrt this bug. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest To mana

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-11-13 Thread David Vrabel
PVH is experimental and the hypervisor ABI is subject to change so I wouldn't try making it work in a distro kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravi

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-11-13 Thread Stefan Bader
Was part of upstream 3.16. ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_enter_lazy_mmu wh

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-11-13 Thread Stefan Bader
While checking Utopic I found commit 434d59e0718f5fdf91ff9a9bb6c98887e42ba912 Author: David Vrabel Date: Tue Aug 5 11:49:19 2014 +0100 x86/xen: use vmap() to map grant table pages in PVH guests commit 7d951f3ccb0308c95bf76d5eef9886dea35a7013 upstream. Commit b7dd0e350e0b

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-11-13 Thread Stefan Bader
Released in kernel 3.13.0-35.62. ** Changed in: linux (Ubuntu Trusty) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_ente

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-27 Thread Stefan Bader
As far as I can see, this should be part of 3.13.0-35.62 which is currently in proposed. According to the SRU cycle this should go into updates this week (possibly end of week). Unfortunately the changelog has no reference to this bug report. The cloud images are iirc build daily based on updates.

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-26 Thread Andrey Kislyuk
Is there an estimate for when this will hit release and cloud images? We are blocked by this, and I don't see a reference to it in https://launchpad.net/ubuntu/+source/linux. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-06 Thread David Vrabel
Thanks Stefan, I have tested that test kernel and it seems ok. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest To m

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-04 Thread Kamal Mostafa
Thanks David! I've queued up your comment #8 backport for v3.13-stable (it will appear in v3.13.11.6). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_enter_lazy

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-04 Thread Andrey Kislyuk
Attaching a typical trace on one of our affected machines. This shows the crash happening roughly 33 seconds after boot, which is where we observe most of these. Some also happen much later after boot. ** Attachment added: "xen_bugcheck.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-04 Thread Stefan Bader
Thanks for the backport David. I build some test kernels with that and put them to http://people.canonical.com/~smb/lp1350373/ (note that you do *not* need linux-image-extra for ec2 installations). This should get pulled in as stable patch but it would be even better if someone can confirm the test

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-04 Thread Ben Howard
Raising the severity due to the impact on EC2. ** Changed in: linux (Ubuntu Trusty) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-03 Thread Andrey Kislyuk
We can confirm that we see a large fraction of our 14.04 Trusty Xen PV instances exhibit a stack trace similar to the one referenced above in paravirt_enter_lazy_mmu, followed by a crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-01 Thread David Vrabel
Here is a working patch against 3.13.10. ** Patch added: "[PATCH 3.13.10] x86/xen: safely map and unmap grant frames when in atomic context" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1350373/+attachment/4167411/+files/0001-x86-xen-safely-map-and-unmap-grant-frames-when-in-at.patch

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-01 Thread David Vrabel
Thanks for the test kernel. Unfortunately it crashes in gnttab_init() when booting. I think the backport to 3.13 is not correct. I will try to produced a working backported patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-31 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Trusty) Assignee: Joseph Salisbury (jsalisbury) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_enter_lazy_mmu w

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-31 Thread Tim Gardner
Test kernel at http://kernel.ubuntu.com/~rtg/3.13.0 -9b0a74ddd711e5a6b07b75eb97e985abecdf657d-lp1350373/ ** Patch added: "[PATCH Trusty] x86/xen: safely map and unmap grant frames when in atomic context" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1350373/+attachment/4166700/+files/

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-31 Thread David Vrabel
Commit b7dd0e350e0bd4c0fddcc9b8958342700b00b168 (x86/xen: safely map and unmap grant frames when in atomic context) https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b7dd0e350e0bd4c0fddcc9b8958342700b00b168 -- You received this bug notification because you are a member o

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-30 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350373 Title: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest To manage notifications about this bug go to:

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-30 Thread Joseph Salisbury
I don't see that the patch landed in mainline as of yet: x86/xen: safely map and unmap grant frames when in atomic context As soon as it does, I can build a trusty test kernel with a cherry pick of that commit and we can confirm it fixes this bug. ** Changed in: linux (Ubuntu Trusty) Sta

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-30 Thread Joseph Salisbury
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Trusty) Status: New => In Progress ** Changed in: linux (Ubuntu Trusty) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Trusty) Assignee: (unassigned) => Jo

[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-07-30 Thread David Vrabel
** Summary changed: - Kernel BUG in paravirt_lazy_mmu when running as a Xen PV guest + Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug