[Kernel-packages] [Bug 1824372] Re: mlx5 : not able to set a high MTU on the representor port for a VF

2020-06-10 Thread Junien Fridrick
Sorry for various reasons I won't be able to test 20.04 -- 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/1824372 Title: mlx5 : not able to set a high MTU on the representor port for a VF

[Kernel-packages] [Bug 1826376] Re: cxgb4 : no VXLAN offloading with distro driver, only with OFED drivers

2020-06-10 Thread Junien Fridrick
Sorry I won't be able to test 20.04 as I don't have a Chelsio NIC anymore -- 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/1826376 Title: cxgb4 : no VXLAN offloading with distro driver,

[Kernel-packages] [Bug 1824372] Re: mlx5 : not able to set a high MTU on the representor port for a VF

2019-04-29 Thread Junien Fridrick
Actually the cma_alloc error is present much before VF creation. dmesg is attached. -- 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/1824372 Title: mlx5 : not able to set a high MTU on

[Kernel-packages] [Bug 1824372] Re: mlx5 : not able to set a high MTU on the representor port for a VF

2019-04-29 Thread Junien Fridrick
I am unable to test with latest mainline (5.1.0-050100rc6-generic) as the creation of a single VF starts spamming dmesg with "cma: cma_alloc: alloc failed, req-size: 1 pages, ret: -12" ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1824372] Re: mlx5 : not able to set a high MTU on the representor port for a VF

2019-04-29 Thread Junien Fridrick
** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1824372/+attachment/5259994/+files/kern.log -- 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/1824372

[Kernel-packages] [Bug 1821305] Re: csiostor and cxgb4 fight for the NIC

2019-04-29 Thread Junien Fridrick
working kern.log ** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1821305/+attachment/5259992/+files/kern.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1821305] Re: csiostor and cxgb4 fight for the NIC

2019-04-29 Thread Junien Fridrick
Hi, This is indeed fixed in 5.1.0-rc6. ** Tags added: kernel-fixed-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/1821305 Title: csiostor and cxgb4 fight for the NIC Status

[Kernel-packages] [Bug 1826376] [NEW] cxgb4 : no VXLAN offloading with distro driver, only with OFED drivers

2019-04-25 Thread Junien Fridrick
Public bug reported: Hi, Using ubuntu 18.04 with kernel 4.15.0-47-generic, my Chelsio NIC can't offload VXLAN with the distro drivers (features "tx-udp_tnl- segmentation" and "tx-udp_tnl-csum-segmentation"), but with the OFED driver ("ChelsioUwire-3.10.0.0"), it can. Can we please get this in

[Kernel-packages] [Bug 1824367] Re: mlx5 : not able to set a high MTU on the representor port for a VF

2019-04-11 Thread Junien Fridrick
*** This bug is a duplicate of bug 1824372 *** https://bugs.launchpad.net/bugs/1824372 ** This bug has been marked a duplicate of bug 1824372 mlx5 : not able to set a high MTU on the representor port for a VF -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1824372] [NEW] mlx5 : not able to set a high MTU on the representor port for a VF

2019-04-11 Thread Junien Fridrick
Public bug reported: Hi, Using Ubuntu 18.04, kernel 4.15.0-47, with a Mellanox MCX556M-ECAT-S25 [1]. With the distro driver, it's impossible to increase the MTU of a representor port : $ sudo ip li set enp50s0f0_0 mtu 1501 RTNETLINK answers: Invalid argument Whereas with the OFED driver [2],

[Kernel-packages] [Bug 1824367] [NEW] mlx5 : not able to set a high MTU on the representor port for a VF

2019-04-11 Thread Junien Fridrick
Public bug reported: Hi, Using Ubuntu 18.04, kernel 4.15.0-47, with a Mellanox MCX556M-ECAT-S25 [1]. With the distro driver, it's impossible to increase the MTU of a representor port : $ sudo ip li set enp50s0f0_0 mtu 1501 RTNETLINK answers: Invalid argument Whereas with the OFED driver [2],

[Kernel-packages] [Bug 1821345] Re: Mellanox MT27800 / mlx5_core : cannot bring up VFs if the total number of VFs is >= 64 : alloc irq vectors failed

2019-04-01 Thread Junien Fridrick
Here is the reply from Mellanox support : == • There is a limitations on the firmware/driver for ConnectX-5 Socket direct adapter • There is a limitation on the number of total PFs+VFs that wecan allocate on the adapter which is 256. • The max number of VF's of each

[Kernel-packages] [Bug 1821345] Re: Mellanox MT27800 / mlx5_core : cannot bring up VFs if the total number of VFs is >= 64 : alloc irq vectors failed

2019-03-22 Thread Junien Fridrick
Note : if NUM_OF_VFS is set to 32, VF creation works fine. If it's set to 64 or above, VF creation fails. I haven't tested in between. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1821345] [NEW] Mellanox MT27800 / mlx5_core : cannot bring up VFs if the total number of VFs is >= 64 : alloc irq vectors failed

2019-03-22 Thread Junien Fridrick
Public bug reported: Hi, For the Mellanox NIC MT27800 (MCX556M-ECAT-S25 to be precise), the maximum number of VF per PF can be configured in the firmware, by running e.g. : $ sudo mstconfig -d 32:00.1 set NUM_OF_VFS=127 If I set this NUM_OF_VFS to 64 or more, the creation of even a single VF

[Kernel-packages] [Bug 1821305] [NEW] csiostor and cxgb4 fight for the NIC

2019-03-22 Thread Junien Fridrick
Public bug reported: Hi, I have a server with 2 * Chelsio T62100-LP-CR. Whenever the server is booted, the csiostor and cxgb4 modules will fight for the card. If csiostor wins, the following is logged : [9.331803] csiostor :21:00.6: PF: 6, Coming up as MASTER, HW state: Initializing

[Kernel-packages] [Bug 1821205] [NEW] "couldn't find IFLA_VF_INFO for VF 1 in netlink response" when trying to start libvirt VM with Chelsio VF

2019-03-21 Thread Junien Fridrick
Public bug reported: Hi, I have a Chelsio T62100-LP-CR and I'm trying to create a libvirt VM that gets a VF from the NIC. The following XML is used : When starting the VM, libvirt fails with the following : ubuntu@lubbock:~$ sudo virsh start

[Kernel-packages] [Bug 1771467] Re: Reboot/shutdown kernel panic on HP DL360/DL380 Gen9 w/ bionic 4.15.0

2019-01-15 Thread Junien Fridrick
What's the status of the SRU for this bug ? 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/1771467 Title: Reboot/shutdown kernel panic on HP DL360/DL380 Gen9 w/ bionic 4.15.0

[Kernel-packages] [Bug 1775732] Re: arm64 soft lock crashes on nova-compute charm running

2018-12-12 Thread Junien Fridrick
4.19 appears to fix this problem -- 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/1775732 Title: arm64 soft lock crashes on nova-compute charm running Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1766543] UdevDb.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168128/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] nvram.gz

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "nvram.gz" https://bugs.launchpad.net/bugs/1766543/+attachment/5168130/+files/nvram.gz ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1766543] ProcModules.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168126/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] ProcMisc.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "ProcMisc.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168125/+files/ProcMisc.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] ProcPpc64.tar.gz

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "ProcPpc64.tar.gz" https://bugs.launchpad.net/bugs/1766543/+attachment/5168127/+files/ProcPpc64.tar.gz -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] HookError_powerpc.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "HookError_powerpc.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168119/+files/HookError_powerpc.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] DeviceTree.tar.gz

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "DeviceTree.tar.gz" https://bugs.launchpad.net/bugs/1766543/+attachment/5168117/+files/DeviceTree.tar.gz -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] ProcCpuinfoMinimal.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168122/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] CurrentDmesg.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168116/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] HookError_generic.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "HookError_generic.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168118/+files/HookError_generic.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] ProcInterrupts.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168123/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] WifiSyslog.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168129/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] Lspci.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168120/+files/Lspci.txt -- 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/1766543

[Kernel-packages] [Bug 1766543] OpalElog.tar.gz

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "OpalElog.tar.gz" https://bugs.launchpad.net/bugs/1766543/+attachment/5168121/+files/OpalElog.tar.gz -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] ProcLocks.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "ProcLocks.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168124/+files/ProcLocks.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1766543] CRDA.txt

2018-07-26 Thread Junien Fridrick
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1766543/+attachment/5168115/+files/CRDA.txt -- 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/1766543

[Kernel-packages] [Bug 1766543] Re: instance deletion takes a while and blocks nova-compute

2018-07-26 Thread Junien Fridrick
apport information ** Tags added: apport-collected uec-images xenial ** Description changed: Hi, I have a cloud running xenial/mitaka (with 18.02 charms). Sometimes, an instance will take minutes to delete. I tracked down the time taken to be file deletion : Apr 23 07:23:00

[Kernel-packages] [Bug 1766543] Re: instance deletion takes a while and blocks nova-compute

2018-07-26 Thread Junien Fridrick
By the way the task blocks on the following : ==> /proc/54255/task/54255/stack <== [] wakeup_preempt_entity.isra.6+0x7c/0x90 [] __switch_to+0x1f8/0x350 [] get_request+0x29c/0x910 [] blk_queue_bio+0x164/0x500 [] generic_make_request+0x154/0x310 [] submit_bio+0xd4/0x1f0 [] ext4_io_submit+0x7c/0xb0

[Kernel-packages] [Bug 1715609] Re: kernel warning: skb_warn_bad_offload

2018-04-06 Thread Junien Fridrick
Hi, I got this on 4.4.0-116-generic : [266447.178906] [ cut here ] [266447.178919] WARNING: CPU: 0 PID: 3343 at /build/linux-fQ94TU/linux-4.4.0/net/core/dev.c:2448 skb_warn_bad_offload+0xd1/0x120() [266447.178924] qr-8a4bd2f3-04: caps=(0x0184075b59e9,

[Kernel-packages] [Bug 1751028] BootDmesg.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060309/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] UdevDb.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060317/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] ProcModules.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060316/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] WifiSyslog.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060318/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1751028] ProcCpuinfo.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060314/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] IwConfig.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060311/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] ProcInterrupts.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060315/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] Re: impossible to start a xen domain on precise with the spectre/meltdown kernel

2018-02-22 Thread Junien Fridrick
apport information ** Tags added: apport-collected ** Description changed: Hi, Applying the Spectre/Meltdown patched kernel (3.2.0-133-generic - precise ESM), it's not possible to boot my xen domUs anymore (dom0 is fine). It works fine with 3.2.0-131-generic and 3.13.0-141-generic

[Kernel-packages] [Bug 1751028] CurrentDmesg.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060310/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1751028] Lsusb.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060313/+files/Lsusb.txt -- 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/1751028

[Kernel-packages] [Bug 1751028] Lspci.txt

2018-02-22 Thread Junien Fridrick
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1751028/+attachment/5060312/+files/Lspci.txt -- 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/1751028

[Kernel-packages] [Bug 1751028] Re: impossible to start a xen domain on precise with the spectre/meltdown kernel

2018-02-22 Thread Junien Fridrick
$ cat /proc/version_signature Ubuntu 3.13.0-141.190~precise1-generic 3.13.11-ckt39 $ sudo lspci -vnvn 00:03.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 [1002:515e] (rev 02) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device

[Kernel-packages] [Bug 1751028] [NEW] impossible to start a xen domain on precise with the spectre/meltdown kernel

2018-02-22 Thread Junien Fridrick
Public bug reported: Hi, Applying the Spectre/Meltdown patched kernel (3.2.0-133-generic - precise ESM), it's not possible to boot my xen domUs anymore (dom0 is fine). It works fine with 3.2.0-131-generic and 3.13.0-141-generic (lts- trusty with Spectre/Meltdown mitigations). This is with xen

[Kernel-packages] [Bug 1701316] Re: Data corruption with hio driver

2017-07-11 Thread Junien Fridrick
So we tested both Huawei driver 2.1.0.40+patch on 4.10.0-26-generic (from the repo), and 4.10.0-25.29+lp1701316v201707070815 (which includes 2.1.0.28), and both work (at least mkfs.xfs, and loop jillrouleau mentioned above). -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-10-06 Thread Junien Fridrick
OK cool. I think we can wait. Do you have an ETA for the fix to come down ? And will trusty also get the fix ? -- 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/1602577 Title: [arm64]

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-10-05 Thread Junien Fridrick
Compute node is still up. I think we can consider upstream 4.4.23 to be good. -- 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/1602577 Title: [arm64] compute nodes unstable after

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-10-05 Thread Junien Fridrick
FAOD $ cat /proc/version Linux version 4.4.23-040423-generic (kernel@tangerine) (gcc version 5.3.1 20160413 (Ubuntu/Linaro 5.3.1-14ubuntu2) ) #201609300709 SMP Fri Sep 30 11:52:40 UTC 2016 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-10-05 Thread Junien Fridrick
upstream 4.4.23 has been installed on a compute node, we'll let you know how it goes -- 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/1602577 Title: [arm64] compute nodes unstable after

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-10-03 Thread Junien Fridrick
Yes, this is with the kernel from #26 -- 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/1602577 Title: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel Status in

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-09-29 Thread Junien Fridrick
It's booting \o/ We're trying to replicate the instability, we'll let you know. -- 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/1602577 Title: [arm64] compute nodes unstable after

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-09-14 Thread Junien Fridrick
It boots fine ! $ cat /proc/version Linux version 3.13.0-97-generic (rtg@gloin) (gcc version 4.8.2 20140110 (prerelease) [ibm/gcc-4_8-branch merged from gcc-4_8-branch, revision 205847] (Ubuntu/Linaro 4.8.2-13ubuntu1) ) #144 SMP Mon Sep 12 16:38:12 UTC 2016 -- You received this bug

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-09-12 Thread Junien Fridrick
Hi Tim, I can't see any arm64 kernel in http://people.canonical.com/~rtg/arm64 -efi-lp1608854/, only amd64. -- 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/1608854 Title: [arm64] nova

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-08-17 Thread Junien Fridrick
Looks good to me : $ cat /proc/version Linux version 3.13.0-94-generic (rtg@gloin) (gcc version 4.8.2 20140110 (prerelease) [ibm/gcc-4_8-branch merged from gcc-4_8-branch, revision 205847] (Ubuntu/Linaro 4.8.2-13ubuntu1) ) #141 SMP Tue Aug 9 14:58:41 UTC 2016 -- You received this bug

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-08-16 Thread Junien Fridrick
So, just to be clear, you want us to test http://people.canonical.com/~rtg/arm64-efi-lp1608854/ ? This is the kernel built from git://kernel.ubuntu.com/rtg/ubuntu-trusty.git arm64 -efi-lp1608854 ? -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-08-10 Thread Junien Fridrick
Well, this 4.8-rc1 doesn't have CONFIG_VIRTUALIZATION so it's not very useful for a compute node kernel ... I reverted to 4.2. Can you please build a kernel with CONFIG_VIRTUALIZATION and CONFIG_KVM ? Thanks -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-08-10 Thread Junien Fridrick
4.8-rc1 had the same behaviour (landed into initramfs), so I figure I'd dig a bit. Long story short, this was entirely due to the following error : /scripts/init-top/udev: line 14: can't create /sys/kernel/uevent_helper: Permission denied CONFIG_UEVENT_HELPER was y in 4.2, but got switched to

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-08-03 Thread Junien Fridrick
OK. For now I'm using 3.13.0-91 or inferior, which works fine. -- 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/1608854 Title: [arm64] nova instances can't boot with 3.13.0-92 Status in

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-08-02 Thread Junien Fridrick
I think all the files are here ? ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- 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/1608854 Title: [arm64] nova

[Kernel-packages] [Bug 1608854] UdevLog.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712258/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] ProcModules.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712256/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] ProcInterrupts.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712255/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] WifiSyslog.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712259/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] UdevDb.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712257/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] Re: [arm64] nova instances can't boot with 3.13.0-92

2016-08-02 Thread Junien Fridrick
apport information ** Tags added: apport-collected ec2-images trusty ** Description changed: Hi, It would appear that arm64 nova instances can't boot on 3.13.0-92. The serial console displays : error: plain Image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled.

[Kernel-packages] [Bug 1608854] BootDmesg.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712253/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] ProcCpuinfo.txt

2016-08-02 Thread Junien Fridrick
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1608854/+attachment/4712254/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1608854] [NEW] [arm64] nova instances can't boot with 3.13.0-92

2016-08-02 Thread Junien Fridrick
Public bug reported: Hi, It would appear that arm64 nova instances can't boot on 3.13.0-92. The serial console displays : error: plain Image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled. unaligned pointer 0xb90002e058000c57 Aborted. Press any key to exit. I suspect this is

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-08-02 Thread Junien Fridrick
Hi Joseph, I tried the 4.7, but it made the compute node unbootable : https://paste.ubuntu.com/21865889/ >From the initramfs shell, I had to manually load a few modules (ahci_xgene, >sd_mod and ext4) so I could mount the root filesystem and get back to the >previous working version (4.2). Was

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-07-26 Thread Junien Fridrick
I can't find an arm64 build in http://kernel.ubuntu.com/~kernel- ppa/mainline/v4.7-rc7/ -- 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/1602577 Title: [arm64] compute nodes unstable

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-07-19 Thread Junien Fridrick
Yes we can do that. If you have documentation for this process, please let us know. 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/1602577 Title: [arm64] compute nodes unstable

[Kernel-packages] [Bug 1602577] WifiSyslog.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699963/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1531768] Re: [arm64] lockups some time after booting

2016-07-13 Thread Junien Fridrick
Filed LP#1602577 for the host instability issue on 4.4 -- 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/1531768 Title: [arm64] lockups some time after booting Status in Auto Package

[Kernel-packages] [Bug 1602577] CurrentDmesg.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699955/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] ProcInterrupts.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699959/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] IwConfig.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699956/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] BootDmesg.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699954/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] UdevDb.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699961/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] Lspci.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699957/+files/Lspci.txt -- 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/1602577

[Kernel-packages] [Bug 1602577] UdevLog.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699962/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] ProcCpuinfo.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699958/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] ProcModules.txt

2016-07-13 Thread Junien Fridrick
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1602577/+attachment/4699960/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1602577] Re: [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-07-13 Thread Junien Fridrick
perf data is at : https://private- fileshare.canonical.com/~axino/swirlix01.perf.data.LP1602577.xz I'll run apport from this host, note that it's now running 4.2. Version string of the unstable kernel was : swirlix01 kernel: [0.00] Linux version 4.4.0-30-generic (buildd@bos01-arm64-006)

[Kernel-packages] [Bug 1602577] [NEW] [arm64] compute nodes unstable after upgrading from 4.2 to 4.4 kernel

2016-07-13 Thread Junien Fridrick
Public bug reported: Hi, In order to investigate bug LP#1531768, we upgraded some arm64 compute nodes (swirlices) to a 4.4 kernel. I think it made the VMs work better, but the hosts became extremely unstable. After some time, getting a shell on them would be impossible. Connecting on the VSP,

[Kernel-packages] [Bug 1531768] Re: [arm64] lockups some time after booting

2016-07-12 Thread Junien Fridrick
Hi, I'm sorry but 4.4 is too unstable on the hosts. We have to reboot and/or power cycle them multiple times a day. We're back on 4.2 everywhere. Haw gathered some perf data on a failing 4.4 host, perhaps we can start digging the issue from here ? Perhaps it should be a separate bug as well.

[Kernel-packages] [Bug 1531768] Re: [arm64] lockups when idle if tickless (nohz=on) is used

2016-06-17 Thread Junien Fridrick
Hi ! kvm cmdline : https://paste.ubuntu.com/17430254/ cpuinfo : https://paste.ubuntu.com/17430265/ dmesg: https://paste.ubuntu.com/17430277/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2016-03-04 Thread Junien Fridrick
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/1505564 Title: Soft lockup with "block nbdX: Attempted send on closed socket" spam Status in linux package in Ubuntu: Fix

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2016-01-13 Thread Junien Fridrick
I resumed the tests on Monday, and so far we're looking good. Your change prevented ~10 locks so far, it would seem. -- 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/1505564 Title: Soft

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2016-01-08 Thread Junien Fridrick
I applied the patch, and it saved a reboot twice already, I think. dmesg from one server : http://pastebin.ubuntu.com/14438525/ I have to stop the tests for the weekend though, I'll resume on Monday. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2015-12-30 Thread Junien Fridrick
Re-reading comment #318 Dan, I realize that we may be investigating a symptom and not the root cause. Whenever the soft-lockup happens, the serial console does get flooded "block nbdX: Attempted send on closed socket". If the serial console getting flooded causes soft lockups, then it is indeed a

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2015-12-23 Thread Junien Fridrick
Hi Dan, Thanks for your investigation. Sorry for the delay, but finally I managed to reboot the compute nodes with the "notsc" kernel parameter. I also disabled the qemu-nbd workaround. Once that was done, it didn't take long for a node to crash, which would indicate that notsc didn't fix the

[Kernel-packages] [Bug 1505564] WifiSyslog.txt

2015-11-24 Thread Junien Fridrick
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1505564/+attachment/4524659/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1505564] CRDA.txt

2015-11-24 Thread Junien Fridrick
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1505564/+attachment/4524650/+files/CRDA.txt -- 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/1505564

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2015-11-24 Thread Junien Fridrick
apport information ** Description changed: Some of our nova compute hosts regularly freeze, sometimes for a few hours, with kern.log getting spammed with: block nbdX: Attempted send on closed socket and a few "CPU soft lockup" messages (see attached log). This clears up when the

  1   2   3   >