[Kernel-packages] [Bug 1555786] Re: [Hyper-V] VM with ubuntu 32bit with linux-next does not boot

2016-05-17 Thread DorinBarboiu
Hi Joe,

Tested on Ubuntu Xenial 32 bit and  Ubuntu 14.04.3 32 bit and the bug is
not present. VM booted very well.

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/1555786

Title:
  [Hyper-V] VM with ubuntu 32bit with linux-next does not boot

Status in linux package in Ubuntu:
  Triaged

Bug description:
  We identified that at least ubuntu (let's take 15.10) does not boot if
  installed in the 32bit architecture, and using the linux-next upstream
  kernel 4.5 on it. This has been seen on other distributions as well.

  We took both the official linux-next branch from kernel.org and the one from 
kernel.ubuntu.com v4.5-rc7.
  For the compilation process we went either with the 4.2 kernel config file 
from the installed running kernel, and also built the config separately. 
  No errors have been encountered during the build or install process of the 
4.5 kernel, however at boot, the VM will just hang.
  There are no call traces or messages at boot to show any pottential issue.

  Have you seen this on your end when testing the 32bit build?
  Attaching the full serial log for reference, however I don't see any errors 
in the kernel boot process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1555786/+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 1555786] Re: [Hyper-V] VM with ubuntu 32bit with linux-next does not boot

2016-04-05 Thread DorinBarboiu
Hi Joseph,

Tested with this kernel 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/ to be sure that the 
VM is booting as expected.
Also when I tested with this kernel  
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/  the VM did not 
boot.

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/1555786

Title:
  [Hyper-V] VM with ubuntu 32bit with linux-next does not boot

Status in linux package in Ubuntu:
  Triaged

Bug description:
  We identified that at least ubuntu (let's take 15.10) does not boot if
  installed in the 32bit architecture, and using the linux-next upstream
  kernel 4.5 on it. This has been seen on other distributions as well.

  We took both the official linux-next branch from kernel.org and the one from 
kernel.ubuntu.com v4.5-rc7.
  For the compilation process we went either with the 4.2 kernel config file 
from the installed running kernel, and also built the config separately. 
  No errors have been encountered during the build or install process of the 
4.5 kernel, however at boot, the VM will just hang.
  There are no call traces or messages at boot to show any pottential issue.

  Have you seen this on your end when testing the 32bit build?
  Attaching the full serial log for reference, however I don't see any errors 
in the kernel boot process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1555786/+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 1555786] Re: [Hyper-V] VM with ubuntu 32bit with linux-next does not boot

2016-04-01 Thread DorinBarboiu
Tested with upstream kernel 4.0  and 4.0.9 on a 32 bit VM. With both of this 
version VM booted as expected without issues.
Also I tested with upstream kernel 4.1  and VM did not boot. I expect that the 
issue is present for first time in upstream kernel 4.1.

My question is:  Could you please, help me to bisect this issue?

-- 
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/1555786

Title:
  [Hyper-V] VM with ubuntu 32bit with linux-next does not boot

Status in linux package in Ubuntu:
  Triaged

Bug description:
  We identified that at least ubuntu (let's take 15.10) does not boot if
  installed in the 32bit architecture, and using the linux-next upstream
  kernel 4.5 on it. This has been seen on other distributions as well.

  We took both the official linux-next branch from kernel.org and the one from 
kernel.ubuntu.com v4.5-rc7.
  For the compilation process we went either with the 4.2 kernel config file 
from the installed running kernel, and also built the config separately. 
  No errors have been encountered during the build or install process of the 
4.5 kernel, however at boot, the VM will just hang.
  There are no call traces or messages at boot to show any pottential issue.

  Have you seen this on your end when testing the 32bit build?
  Attaching the full serial log for reference, however I don't see any errors 
in the kernel boot process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1555786/+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 1556037] Re: [Hyper-V] network performance patches for Xenial 16.04

2016-03-14 Thread DorinBarboiu
Tested  with linux-n ext 4.4.0-11-generic #26~lp1556037 and all worked
as expected, without issues. Also performance numbers are better with
this patch than before.

-- 
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/1556037

Title:
  [Hyper-V] network performance patches for Xenial 16.04

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  Please include the below 2 patches in the 4.4 kernel for Xenial.
  These are not currently present in the daily builds, and the network 
performance numbers are not very high. With these patches we expect to see an 
increase.

  hv_netvsc: cleanup netdev feature flags for netvsc
  
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/net/hyperv?id=a060679c6b3da17dc9e95d0500f811de118ec901

  hv_netvsc: use skb_get_hash() instead of a homegrown implementation
  
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=757647e10e55c01fb7a9c4356529442e316a7c72

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1556037/+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 1519917] Re: [Hyper-V] Rebase Hyper-V to 4.3 kernel

2016-01-21 Thread DorinBarboiu
Tested with -proposed kernel and all tests worked as expected.
Network performance  with kernel 4.3  worked without issues. More than that net 
perf  looks better than default kernel.

-- 
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/1519917

Title:
  [Hyper-V] Rebase Hyper-V to 4.3 kernel

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Committed

Bug description:
  Please rebase Hyper-V support to the final upstream 4.3 kernel.

  The following files and directories contain Hyper-V support:
  arch/x86/include/asm/mshyperv.h
  arch/x86/include/uapi/asm/hyperv.h
  arch/x86/kernel/cpu/mshyperv.c
  drivers/hid/hid-hyperv.c
  drivers/hv/
  drivers/input/serio/hyperv-keyboard.c
  drivers/net/hyperv/
  drivers/scsi/storvsc_drv.c
  drivers/video/hyperv_fb.c
  include/linux/hyperv.h
  tools/hv/

  There are, of course, a number of sauce items already present in
  Ubuntu to keep. Please add the following additional sauce item for
  networking performance [attached].

  This rebase request is intended for wily/15.10. We should investigate
  it's applicability to vivid/15.04 and HWE kernels as well. Because
  14.04's HWE kernel will change to wily in January, 15.10 may be
  sufficient in the long term. Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1519917/+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