[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-16.22 --- linux (3.16.0-16.22) utopic; urgency=low [ Andy Whitcroft ] * Revert SAUCE: x86/xen: Fix setup of 64bit kernel pagetables * [Config] tools -- only build common tools when enabled * [Config] follow rename of

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-15 Thread Tim Gardner
** Also affects: linux (Ubuntu Utopic) Importance: Medium Assignee: Chris J Arges (arges) Status: In Progress ** Changed in: linux (Ubuntu Utopic) Status: In Progress = Fix Committed ** Changed in: linux (Ubuntu Trusty) Status: Fix Released = Invalid -- You

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-13 Thread Ming Lei
merged to upstream as commit: https://github.com/torvalds/linux/commit/0738854939e6ec9b9111a8cfc0ca1dfa3cff6b2e -- 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/1359146 Title: Kernel

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-03 Thread Chris J Arges
Ming Lei's patch is here: https://lkml.org/lkml/2014/9/2/307 ** Changed in: linux (Ubuntu) Status: Confirmed = In Progress -- 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/1359146

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-02 Thread Chris J Arges
@tom-leiming I've tested this patch and I am able to mount a bcache device on top of virtio disks without hangs or the original BUG_ON on startup. Please add my 'Tested-By' in the patch upstream. Thanks, -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-01 Thread Ming Lei
It should be a block-core problem introduced by this commit 05f1dd531521, anyone care to test the attached patch? ** Patch added: block: merge segment in need https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359146/+attachment/4192437/+files/blk-no-sg-merge.patch -- You received this

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-09-01 Thread Ubuntu Foundations Team Bug Bot
** Tags added: 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/1359146 Title: Kernel crash when mounting bcache on a vm with virtio Status in “linux” package in Ubuntu:

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-22 Thread Stefan Bader
Right now 3.17-rc1 would show the virtio related issue only. With the current 3.16 we have there is still the writeback hung task issue mingled in (except with a kernel version of 3.16.0-10.15 or later), see bug #1357295. Using Xen paravirt drives, there is no crash. This hints that it is

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-22 Thread Chris J Arges
** Tags added: bug-exists-upstream -- 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/1359146 Title: Kernel crash when mounting bcache on a vm with virtio Status in “linux” package in

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-22 Thread Chris J Arges
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New -- 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/1359146 Title: Kernel crash when mounting bcache on a

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-22 Thread Chris J Arges
I can easily reproduce the issue; and it seems that this is a regression between 3.13 (where this works) and 3.16. I'll work on doing a regression bisect. It may end up being one or two issues as there is a warn on boot before mounting, and when mounting /dev/bcache0 we get the crash. **

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-22 Thread Chris J Arges
I did a bisect and found 05f1dd5315217398fc8d122bdee80f96a9f21274 to be the first bad commit. I reverted this from 3.17, and found that it did resolve the issue. I'll continue to investigate and see if an additional patch can fix this issue instead of a revert. -- You received this bug

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-21 Thread Kick In
The virtual machine hangs some seconds after mount command of bcache device. -- 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/1359146 Title: Kernel crash when mounting bcache on a vm with

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-21 Thread Kick In
I've tested with upstream kernel, and I've got also an hang of the virtual machine. kernel tested is : linux-image-3.17.0-031700rc1 -- 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/1359146

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-21 Thread Kick In
At boot ime after crash I got: http://paste.ubuntu.com/8106758/ trace begins at line 466 -- 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/1359146 Title: Kernel crash when mounting bcache

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-20 Thread Kick In
** Description changed: bcache used in a virtual machine: If you create a bcache device with caching device and backing device on virtio disks, it will let you do your work until you mount it where it crashes the virtual machine (virtual machine is utopic, host is trusty). For

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-20 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.17 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix

[Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-20 Thread Joseph Salisbury
Also, was there a prior release that did not exhibit this bug? -- 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/1359146 Title: Kernel crash when mounting bcache on a vm with virtio

Re: [Kernel-packages] [Bug 1359146] Re: Kernel crash when mounting bcache on a vm with virtio

2014-08-20 Thread Kick In
I'll try upstream kernel, and I will try previous release. Only utopic kernel releases, or also trusty ones? Le 20/08/2014 18:07, Joseph Salisbury a écrit : Also, was there a prior release that did not exhibit this bug? -- You received this bug notification because you are a member of Kernel