[Kernel-packages] [Bug 1870189] Re: initramfs does not get loaded

2020-06-04 Thread Robert C Jennings
Speaking of cloud-images generally I propose the following: * Images in the ubuntu-cpc project by default should boot with an initramfs. * Revert the livecd-rootfs change which "Unconditionally set GRUB_FORCE_PARTUUID in cloud images" * Images with custom kernels can boot without an

[Kernel-packages] [Bug 1873809] Re: disk-kvm.img aren't UEFI bootable

2020-04-20 Thread Robert C Jennings
@colin-king, Can we get that config option added for this kernel? ** Also affects: linux-kvm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-kvm in Ubuntu.

[Kernel-packages] [Bug 1866012] Re: depmod ERROR during Setting up linux-modules-5.4.0-17-generic

2020-03-09 Thread Robert C Jennings
** Tags added: champagne -- 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/1866012 Title: depmod ERROR during Setting up linux-modules-5.4.0-17-generic Status in kmod package in Ubuntu:

[Kernel-packages] [Bug 1840686] Re: Xenial images won't reboot if disk size is > 2TB when using GPT

2019-08-19 Thread Robert C Jennings
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-gcp in Ubuntu. https://bugs.launchpad.net/bugs/1840686 Title: Xenial images won't reboot if disk size is >

[Kernel-packages] [Bug 1828101] Re: [linux-azure] Disk Partition Issue

2019-05-07 Thread Robert C Jennings
This is as expected, the root partition in the registered image will not match the size of the disk that is deployed. It will be large enough to contain the root partition and provide some blank space. This is by design and allows VMs to be started with variable size disks. This is seen early

[Kernel-packages] [Bug 1790652] Re: Oracle cosmic image does not find broadcom network device in Shape VMStandard2.1

2018-10-09 Thread Robert C Jennings
Seth, I've installed your kernel in an image that wasn't booting on the instance type and validated that the test kernel from comment #12 does fix boot. $ sudo ethtool -i ens3 driver: bnxt_en version: 1.9.1 firmware-version: 20.8.172.0/pkg 20.8.29.0 expansion-rom-version: bus-info: :00:03.0

[Kernel-packages] [Bug 1793290] [NEW] Purging the custom kernel does not remove initramfs

2018-09-19 Thread Robert C Jennings
Public bug reported: Purge the kernel and you will be left with the initramfs in /boot and /var/lib/initramfs-tools. This is handled correctly for linux-generic /linux-virtual. * Launch a bionic/cosmic AWS image * Purge the kernel $ sudo apt-get purge --assume-yes '^linux-.*' 'linux-base+'

[Kernel-packages] [Bug 1790652] Re: Oracle cosmic image does not find broadcom network device in Shape VMStandard2.1

2018-09-13 Thread Robert C Jennings
Copied from Seth's upstream mailing list posting https://www.spinics.net/lists/netdev/msg521428.html This is with a kernel based on 4.18.5, and it has also been seen with a 4.17-based kernel. I'm not currently aware of any working kernel version. The driver seems to be getting an error response

[Kernel-packages] [Bug 1792189] Re: linux-firmware does not depend on initramfs-tools

2018-09-12 Thread Robert C Jennings
script output from a recreate on bionic demonstrating the failure ** Attachment added: "script.broken" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1792189/+attachment/5188055/+files/script.broken -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1792189] Re: linux-firmware does not depend on initramfs-tools

2018-09-12 Thread Robert C Jennings
Patch to add the dependency ** Patch added: "linux-firmware_1.173.1ubuntu1_source.debdiff" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1792189/+attachment/5188056/+files/linux-firmware_1.173.1ubuntu1_source.debdiff -- You received this bug notification because you are a

[Kernel-packages] [Bug 1792189] Re: linux-firmware does not depend on initramfs-tools

2018-09-12 Thread Robert C Jennings
script output from bionic with a linux-firmware deb with the above patch applied performing the installation without issue ** Attachment added: "script.fix" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1792189/+attachment/5188057/+files/script.fix -- You received this bug

[Kernel-packages] [Bug 1792189] [NEW] linux-firmware does not depend on initramfs-tools

2018-09-12 Thread Robert C Jennings
Public bug reported: In bug #1646197 the linux-firmware.postinst was added to call update- initramfs (provided by initramfs-tools. If the initramfs-tools package is not installed the installation of linux-firmware will fail. Recreate: sudo apt-get purge --assume-yes '^linux-.*' 'linux-base+'

[Kernel-packages] [Bug 1790605] Re: please include the kernel module IPIP

2018-09-10 Thread Robert C Jennings
Oz123, release images are updated for kernel changes. The kernel track for this bug is in the 'Fix Committed' state which indicates that the kernel team has accepted a change into the kernel tree and they will be the kernel. You will need to wait for that to change to 'Fix Released' before a new

[Kernel-packages] [Bug 1790605] Re: please include the kernel module IPIP

2018-09-04 Thread Robert C Jennings
I have marked this as "Won't Fix" for cloud-image not to discourage you, it just isn't something that is changed via that project. The 'linux- kvm' project has been added and that would be the avenue to discuss this change. -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1790605] Re: please include the kernel module IPIP

2018-09-04 Thread Robert C Jennings
The linux-image-kvm package is a stripped down kernel present by default only in the minimal images[1]. I will mark this bug for the linux-kvm package so that the kernel team can consider your request to add the IPIP module. In the interim you can install 'linux-image-generic' (or

[Kernel-packages] [Bug 1787258] Re: 3.13.0-155.205 Kernel Panic - divide by zero

2018-08-15 Thread Robert C Jennings
@tyhicks, I've tested your kernel from comment #7. 1. Launch 2 VMs in us-west-2 with ami-4218403a (20180722, the serial prior to the latest) 2. Upgrade the first VM to the kernel in -updates, reboot, and observe the panic in the console log 3. On the 2nd VM, install the linux-image and

[Kernel-packages] [Bug 1758466] Re: bionic: default io_timeout for nvme is 255 on AWS

2018-03-27 Thread Robert C Jennings
** Also affects: cloud-images Importance: Undecided Status: New ** No longer affects: linux (Ubuntu) -- 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/1758466 Title: bionic:

[Kernel-packages] [Bug 1744754] Re: qemu-efi-aarch64 in >= artful can't boot xenial cloud images

2018-01-25 Thread Robert C Jennings
Dann, Regarding the 2nd option you listed: "Switch the xenial cloud-images to use the HWE kernel. There's precedent for this (we did it for trusty to add support for GICv3 systems). Existing VMs using 4.4 will still break after upgrading qemu-efi past xenial." As you know, the prior change to a

Re: [Kernel-packages] [Bug 1714065] Re: ZFS NULL pointer dereference

2017-09-21 Thread Robert C Jennings
I haven't seen this recreate with 4.10.0-35.39. This can be closed. On Fri, Sep 1, 2017 at 9:32 AM, Joseph Salisbury < joseph.salisb...@canonical.com> wrote: > Would it be possible for you to test the latest upstream kernel? Refer > to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test

[Kernel-packages] [Bug 1714065] Re: ZFS NULL pointer dereference

2017-08-30 Thread Robert C Jennings
Kernel log attached. There are a few ZFS kernel BUG traces included NPE on dbuf_destroy() and zfs_acl_release_nodes(). ** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714065/+attachment/4941492/+files/kern.log -- You received this bug notification

[Kernel-packages] [Bug 1714065] [NEW] ZFS NULL pointer dereference

2017-08-30 Thread Robert C Jennings
Public bug reported: I am using a file-backed ZFS pool for LXD containers. I have a few running and I got a few ZFS null pointer dereferences that make the system unusable. ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: linux-image-4.10.0-33-generic 4.10.0-33.37 ProcVersionSignature:

[Kernel-packages] [Bug 1685406] Re: ubuntu 82599 ixgbe driver has a bug, result in flow can't reach 10Gb, only 6.5Gb

2017-04-24 Thread Robert C Jennings
** Also affects: linux (Ubuntu) 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/1685406 Title: ubuntu 82599 ixgbe driver has a bug,result in

[Kernel-packages] [Bug 1683878] Re: blkfront: add uevent for size change

2017-04-18 Thread Robert C Jennings
** Also affects: cloud-images Importance: Undecided Status: New ** Also affects: cloud-images/x-series Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1657767] Re: ENA network driver moved to -extra

2017-01-19 Thread Robert C Jennings
Missing in linux-image-4.9.0-12-generic_4.9.0-12.13_amd64, moved to linux-image-extra-4.9.0-12-generic_4.9.0-12.13_amd64. Not sure which version this first changed, it is in linux-image-generic for 4.4 and 4.8 kernels though; so we're happy there. -- You received this bug notification because

[Kernel-packages] [Bug 1657767] [NEW] ENA network driver moved to -extra

2017-01-19 Thread Robert C Jennings
Public bug reported: We would like to support ENA at Amazon without installing the extra package. Can this module be moved back to extra in zesty? Thanks. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1652348] Re: initrd dhcp fails / ignores valid response

2017-01-09 Thread Robert C Jennings
Paul, thank you for the recreate instructions. This will help the support team immensely. -- 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/1652348 Title: initrd dhcp fails / ignores

[Kernel-packages] [Bug 1627052] Re: 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

2016-09-27 Thread Robert C Jennings
Fixed in cloud-images build 20160927 ** Changed in: cloud-images Status: In Progress => Fix Released -- 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/1627052 Title: 4.8.0-16.17:

[Kernel-packages] [Bug 1627052] Re: 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

2016-09-26 Thread Robert C Jennings
** Changed in: cloud-images Status: New => 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/1627052 Title: 4.8.0-16.17: genirq: Flags mismatch serial vs

[Kernel-packages] [Bug 1627052] Re: 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

2016-09-26 Thread Robert C Jennings
cal ** Changed in: cloud-images Milestone: None => y-2016-10-06 ** Changed in: cloud-images Assignee: (unassigned) => Robert C Jennings (rcj) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.laun

[Kernel-packages] [Bug 1626868] [NEW] No linux-virtual for arm64 in yakkety

2016-09-23 Thread Robert C Jennings
Public bug reported: arm64 gained linux-image-extra but didn't get linux-virtual to help to avoid its installation in VM environments. Would like that meta-package for arm64. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Andy Whitcroft (apw) Status: Confirmed **

[Kernel-packages] [Bug 1596033] Re: Kernel panic causing reboot of EC2 instance

2016-06-24 Thread Robert C Jennings
** Also affects: linux (Ubuntu) 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/1596033 Title: Kernel panic causing reboot of EC2 instance

[Kernel-packages] [Bug 1534345] Re: Ubuntu 15.10 Crashing Frequently on EC2 Instances w/ Enhanced Networking

2016-01-19 Thread Robert C Jennings
Leann, can the kernel team take a look at 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/1534345 Title: Ubuntu 15.10 Crashing Frequently on EC2 Instances w/ Enhanced

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-11-12 Thread Robert C Jennings
a-nox, yes this set of patches did not resolve the suspend/resume bit. The upstream developer is working on that part, see https://github.com/lentinj/tp-compact-keyboard/issues/28. I am tracking that and when a fix is available I will ask that it be included. -- You received this bug

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-27 Thread Robert C Jennings
I marked this bug as verification failed because scrolling, while working after boot, breaks after suspend/resume. Do you want to ship the current fix and address suspend/resume separately? This should alleviate a lot of pain for users (and users of the Bluetooth version won't see the

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-26 Thread Robert C Jennings
As much as I'd like this to be fixed, it is not. During verification I found that scrolling and middle click worked but after a suspend/resume cycle scrolling stopped. I had to disconnect the USB keyboard and reconnect it to get scrolling working again. Marking as verification failed. ** Tags

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-21 Thread Robert C Jennings
Joseph, I installed your test kernel and it works for me. -- 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/1508178 Title: Thinkpad USB keyboard mouse scroll not working on Wily (4.x)

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
Attaching my output from: $ xinput list $ xinput list-props "TPPS/2 IBM TrackPoint" ** Attachment added: "xinput.out" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1508178/+attachment/4501263/+files/xinput.out -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
** Patch added: "[PATCH 3/3] HID: lenovo: Hide middle-button press until release" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1508178/+attachment/4501266/+files/hid-lenovo_hide_middle-button_press_until_release.patch -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
I have compiled a kernel with the above 3 patches (per https://help.ubuntu.com/community/Kernel/Compile) and tested locally with success. My keyboard is known as the "ThinkPad Compact USB Keyboard with TrackPoint (cptkbd)" in the driver which is usb id 0x6047. The patch will also affect the

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
** Tags removed: patch ** Tags added: patch-accepted-upstream ** Tags added: bisect-done -- 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/1508178 Title: Thinkpad USB keyboard mouse

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
** Patch added: "[PATCH 2/3] HID: lenovo: Add missing return-value check" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1508178/+attachment/4501265/+files/hid-lenovo_add_missin_return-value_check.patch -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
Attached 3 part patch series against Ubuntu-4.2.0-16.19. -- 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/1508178 Title: Thinkpad USB keyboard mouse scroll not working on Wily (4.x)

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
Here is the original patch set description from Jamie Lentin: A collection of unrelated patches to improve support for the Thinkpad compact keyboards. The first 2 are just cleanup patches. The final patch alters the behaviour of the middle button so userspace either gets wheel events or a

[Kernel-packages] [Bug 1508178] Re: Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
** Patch added: "[PATCH 1/3] HID: lenovo: Use constants for axes names" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1508178/+attachment/4501264/+files/hid-lenovo_use_constants_for_axes_names.patch -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1508178] [NEW] Thinkpad USB keyboard mouse scroll not working on Wily (4.x) kernel

2015-10-20 Thread Robert C Jennings
Public bug reported: When moving to Wily scrolling with the middle mouse button will stop functioning for External ThinkPad USB keyboards (mine is model KU-1255). This is fixed upstream in drivers/hid/hid-lenovo.c (email https://lkml.org/lkml/2015/8/11/742): * 7f65068 HID: lenovo: Use constants

[Kernel-packages] [Bug 1477171] Re: Enable intel_pstate by default on Trusty EC2 AMIs

2015-08-12 Thread Robert C Jennings
Colin, I read that you were considering[1] enabling it during t+1 and I wanted your opinion for enabling it in Trusty on EC2 images at this time. Also, what testing were you doing to evaluate this previously? Thanks. [1] https://lists.ubuntu.com/archives/kernel-team/2014-April/040795.html --

[Kernel-packages] [Bug 1452074] Re: [Hyper-V] hv_netvsc: Eliminate memory allocation in the packet send path

2015-05-05 Thread Robert C Jennings
** Tags added: kernel-hyper-v -- 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/1452074 Title: [Hyper-V] hv_netvsc: Eliminate memory allocation in the packet send path Status in linux

[Kernel-packages] [Bug 1445195] [NEW] Kernel patches for storvsc

2015-04-16 Thread Robert C Jennings
Public bug reported: Storage driver performance updates for vivid K. Y. Srinivasan (7): scsi: storvsc: Increase the ring buffer size scsi: storvsc: Size the queue depth based on the ringbuffer size scsi: storvsc: Always send on the selected outgoing channel scsi: storvsc: Retrieve

[Kernel-packages] [Bug 1420454] Re: Trusty HWE metapackage for cloud-tools

2015-02-11 Thread Robert C Jennings
This bug report doesn't lend itself to collection by apport-collect. Moving to the confirmed state. ** 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.

[Kernel-packages] [Bug 1420454] [NEW] Trusty HWE metapackage for cloud-tools

2015-02-10 Thread Robert C Jennings
Public bug reported: In bug #1393877 the linux-hwe-virtual-trusty meta package was created to track the latest HWE kernel for trusty, however there is no mechanism to install the latest HWE cloud tools on trusty. Could linux-hwe-cloud-tools-virtual-trusty (and the rest) be created for use with

[Kernel-packages] [Bug 1420454] Re: Trusty HWE metapackage for cloud-tools

2015-02-10 Thread Robert C Jennings
There is no meta-package that I can find that point to the HWE cloud- tools on Trusty, I would have to add them by name (linux-lts-utopic- cloud-tools-version) I think but I might be missing something. Anyhow, I would like to create an image build recipe once that keeps up with the current HWE

[Kernel-packages] [Bug 1371591] Re: file not initialized to 0s under some conditions on VMWare

2014-10-14 Thread Robert C Jennings
I've nominated Precise as well based on the description indicating a recreate there. -- 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/1371591 Title: file not initialized to 0s under some

[Kernel-packages] [Bug 1319471] [NEW] Precise linux[-image]-hwe-generic installs Quantal kernel, not Trusty

2014-05-14 Thread Robert C Jennings
Public bug reported: The meta packages linux-hwe-generic and linux-image-hwe-generic cause the installation of the Quantal kernel in Precise rather than the latest linux[-image]-generic-lts-trusty. I would expect the Trusty kernel to be installed at this point and I am depending on this working

[Kernel-packages] [Bug 1319471] Re: Precise linux[-image]-hwe-generic installs Quantal kernel, not Trusty

2014-05-14 Thread Robert C Jennings
Changing this bug to ask for HWE kernel meta to point to Saucy lts kernel. As I understand it from the LTS kernel support chart @ https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Kernel.2BAC8-Support.Ubuntu_Kernel_Support the Trusty LTS kernel for Precise is in early preview until 12.04.5 in ~3

[Kernel-packages] [Bug 1271669] Re: Move vmware related modules from extras into main kernel package

2014-01-24 Thread Robert C Jennings
Stefan, everything looks good with the kernel image posted to people.cc/~smb/vmcitest. All of the vmware modules we were looking for are where we expected. Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1271669] Re: Move vmware related modules from extras into main kernel package

2014-01-24 Thread Robert C Jennings
Fix for open-vm-tools @ lp:~rcj/ubuntu/trusty/open-vm-tools/lp1271669 -- 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/1271669 Title: Move vmware related modules from extras into main

[Kernel-packages] [Bug 1271669] Re: Move vmware related modules from extras into main kernel package

2014-01-24 Thread Robert C Jennings
Also built open-vm-tools with the fix available in ppa:rcj/testing -- 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/1271669 Title: Move vmware related modules from extras into main kernel