[Kernel-packages] [Bug 1566221] Re: linux: Enforce signed module loading when UEFI secure boot

2016-04-27 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Undecided Assignee: Tim Gardner (timg-tpi) Status: Fix Released ** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Wily) Importance: Undecided Status: New

[Kernel-packages] [Bug 1575506] Re: Xenial: ARM64: Unable to handle kernel NULL pointer dereference at virtual address 00000038

2016-04-28 Thread Tim Gardner
Ming - please try the kernel at http://people.canonical.com/~rtg/lp1575506/ - I've updated AUFS to the latest stable branch. Source at git://kernel.ubuntu.com/rtg/ubuntu- xenial.git aufs -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linu

[Kernel-packages] [Bug 1576025] Re: Different kernel image seen hiding

2016-04-28 Thread Tim Gardner
That just means you have a 32 bit installation. i686 is the minimum supported CPU instruction set for the i386 32 bit series of processors. ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Kernel Packages, which i

[Kernel-packages] [Bug 1576222] Re: Clock does not update TZ based on location

2016-04-28 Thread Tim Gardner
Removing linux as the suspect package ** Package changed: linux (Ubuntu) => 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/1576222 Title: Clock does not update TZ based on locati

[Kernel-packages] [Bug 1566221] Re: linux: Enforce signed module loading when UEFI secure boot

2016-04-28 Thread Tim Gardner
Wily tested in QEMU/OVMF with signed kernel, with and without MokSBState enabled. ** Description changed: Add code to implement secure boot checks. Unsigned or incorrectly signed modules will continue to install while tainting the kernel _until_ EFI_SECURE_BOOT_SIG_ENFORCE is enabled. + +

[Kernel-packages] [Bug 1566221] Re: linux: Enforce signed module loading when UEFI secure boot

2016-04-28 Thread Tim Gardner
Vivid tested in QEMU/OVMF with signed kernel, with and without MokSBState enabled. -- 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/1566221 Title: linux: Enforce signed module loading when

[Kernel-packages] [Bug 1571156] Re: vbox: resync with 5.0.18-dfsg-2build1

2016-04-29 Thread Tim Gardner
Lars - It is because your platform is UEFI in secure boot mode. You can disable secure boot using 'sudo mokutil --disable-validation; sudo reboot', or create and enroll your own DKMS key (linux 4.4.0-22.38 or higher). See the rough example at https://docs.google.com/document/d /1Z1_jR3MmxuvqolQH4PO

[Kernel-packages] [Bug 1573848] Re: KASLR should be enabled by default (x86)

2016-05-02 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Medium Status: Triaged ** Changed in: linux (Ubuntu Yakkety) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1566221] Re: linux: Enforce signed module loading when UEFI secure boot

2016-05-03 Thread Tim Gardner
lts-utopic and trusty tested in QEMU/OVMF with signed kernel, with and without MokSBState enabled. -- 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/1566221 Title: linux: Enforce signed mod

[Kernel-packages] [Bug 1571691] Re: linux: MokSBState is ignored

2016-05-03 Thread Tim Gardner
Yes, that message indicates that your kernel is _not_ in secure boot mode, i.e., it _will_ load any (appropriately compiled) module. -- 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/1571691

[Kernel-packages] [Bug 1573062] Re: memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04

2016-05-03 Thread Tim Gardner
Mike - Wily was the first release to support ppc64el - http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-wily/linux- image-4.2.0-040200-generic_4.2.0-040200.201510260713_ppc64el.deb -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1577905] Re: Dell TB15 audio is distorted

2016-05-04 Thread Tim Gardner
Soon to be released in Ubuntu-4.4.0-22.38 (via v4.4.8 stable) ** Changed in: linux (Ubuntu Xenial) Status: Confirmed => 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/1

[Kernel-packages] [Bug 1577905] Re: Dell TB15 audio is distorted

2016-05-04 Thread Tim Gardner
via 3.19.8-ckt20 stable ** Also affects: linux (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Vivid) Status: New => Fix Committed ** Also affects: linux (Ubuntu Wily) Importance: Undecided Status: New -- You received this bug notificati

[Kernel-packages] [Bug 1577905] Re: Dell TB15 audio is distorted

2016-05-04 Thread Tim Gardner
via 4.2.8-ckt9 stable ** Changed in: linux (Ubuntu Wily) Status: New => Fix Committed ** Also affects: linux (Ubuntu Yakkety) Importance: Undecided Status: Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1577905] Re: Dell TB15 audio is distorted

2016-05-04 Thread Tim Gardner
v4.6-rc4~18^2~2 ** Changed in: linux (Ubuntu Yakkety) Status: Confirmed => 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/1577905 Title: Dell TB15 audio is distorte

[Kernel-packages] [Bug 1578305] Re: Stoney powerplay support

2016-05-04 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Undecided Status: Confirmed ** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Yakkety) Status: Confirmed => Fix Released ** Changed in: linux (Ubuntu Xenial)

[Kernel-packages] [Bug 1574732] Re: Regression: Kernel Update in 16.04 from last days renders nvidia driver unusable

2016-05-05 Thread Tim Gardner
Here is a rough example for how to support 3rd party modules in a secure boot environment. Note that you have to have Xenial linux 4.4.0-22.38 or better. https://docs.google.com/document/d /1Z1_jR3MmxuvqolQH4PORkJCgENkb2Tlw4FVA-sHqdMw -- You received this bug notification because you are a membe

[Kernel-packages] [Bug 1574602] Re: VM86 is not enabled in Xenial i386 kernel

2016-05-05 Thread Tim Gardner
*** This bug is a duplicate of bug 1499089 *** https://bugs.launchpad.net/bugs/1499089 ** This bug has been marked a duplicate of bug 1499089 Please enable kconfig X86_LEGACY_VM86 for i386 -- You received this bug notification because you are a member of Kernel Packages, which is subscrib

[Kernel-packages] [Bug 1567558] Re: ZFS is confused by user namespaces (uid/gid mapping) when used with acltype=posixac

2016-05-06 Thread Tim Gardner
(Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial) Status: New => In Progress ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu Yakkety) Status: Confirmed

[Kernel-packages] [Bug 1557776] Re: CONFIG_AUFS_XATTR is not set

2016-05-06 Thread Tim Gardner
martins - the fix for Xenial is in Ubuntu-4.4.0-22.38 -- 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/1557776 Title: CONFIG_AUFS_XATTR is not set Status in linux package in Ubuntu: In

[Kernel-packages] [Bug 1575506] Re: Xenial: ARM64: Unable to handle kernel NULL pointer dereference at virtual address 00000038

2016-05-06 Thread Tim Gardner
*** This bug is a duplicate of bug 1558120 *** https://bugs.launchpad.net/bugs/1558120 ** This bug has been marked a duplicate of bug 1558120 Kernel can be oopsed using remap_file_pages -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1568831] Re: linux-generic: switch powerpc -powerpc64-smp flavour to -generic

2016-05-06 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Medium Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: linux (Ubuntu Yakkety) Assignee: Andy Whitcroft (apw) => Tim Gardner (timg-tpi) ** Also affects: linux-meta (Ubuntu) Importance: Undeci

[Kernel-packages] [Bug 1568831] Re: linux-generic: switch powerpc -powerpc64-smp flavour to -generic

2016-05-06 Thread Tim Gardner
** Changed in: linux (Ubuntu Yakkety) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta in Ubuntu. https://bugs.launchpad.net/bugs/1568831 Title: linux-generic: switch powerpc -powerp

[Kernel-packages] [Bug 1568832] Re: linux-generic: enable linux-extra split on all architectures

2016-05-06 Thread Tim Gardner
ged in: linux (Ubuntu Yakkety) Assignee: Andy Whitcroft (apw) => Tim Gardner (timg-tpi) ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-meta (Ubuntu Yakkety) Milestone: None => ubuntu-16.10 -- You received this bug notification

[Kernel-packages] [Bug 1579205] Re: CONFIG_NR_CPUS=256 is too low

2016-05-06 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Medium Status: 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/1579205 Title: CONFIG_NR_CPUS=256 is too low Status

[Kernel-packages] [Bug 1579205] Re: CONFIG_NR_CPUS=256 is too low

2016-05-06 Thread Tim Gardner
1K cores. I'll leave it there unless we find through testing that it causes extraordinary RAM consumption or has some other deleterious side effect. ** Changed in: linux (Ubuntu Yakkety) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- You received this bug notification because you

[Kernel-packages] [Bug 1574732] Re: Regression: Kernel Update in 16.04 from last days renders nvidia driver unusable

2016-05-07 Thread Tim Gardner
That is the goal. I'm surprised that you didn't get a dialog on upgrade that requested a decision on secure boot mode. You might if you remove and reinstall the nVidia driver. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu

[Kernel-packages] [Bug 1572624] Re: Backport patch to abort syscalls in active transactions

2016-05-08 Thread Tim Gardner
Undecided Status: New ** Changed in: linux (Ubuntu Vivid) Status: New => In Progress ** Changed in: linux (Ubuntu Vivid) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- You received this bug notification because you are a member of Kernel Packages, which is subscri

[Kernel-packages] [Bug 1579594] [NEW] linux: 4.6.0-3.4 -proposed tracker

2016-05-08 Thread Tim Gardner
Public bug reported: This bug is for tracking the 4.6.0-3.4 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow ** Affects: kernel-development-

[Kernel-packages] [Bug 1579594] Re: linux: 4.6.0-4.5 -proposed tracker

2016-05-09 Thread Tim Gardner
** Summary changed: - linux: 4.6.0-3.4 -proposed tracker + linux: 4.6.0-4.5 -proposed tracker ** Description changed: - This bug is for tracking the 4.6.0-3.4 upload package. This bug will + This bug is for tracking the 4.6.0-4.5 upload package. This bug will contain status and testing results

[Kernel-packages] [Bug 1579610] Re: drm.ko < kernel version 4.5 has a dead lock bug

2016-05-09 Thread Tim Gardner
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Wily) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Yakkety) Importa

[Kernel-packages] [Bug 1544978] Re: PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic

2016-05-09 Thread Tim Gardner
In Progress ** Changed in: linux (Ubuntu Xenial) Status: New => In Progress ** Changed in: linux (Ubuntu Yakkety) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Yakkety) Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner (timg-t

[Kernel-packages] [Bug 1579278] Re: Consider changing default CPU frequency scaling governor back to "performance" (Ubuntu Server)

2016-05-09 Thread Tim Gardner
The default is already CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y. However, it can be changed from user space. I suggest looking at /etc/init.d/ondemand ** Changed in: linux (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Kernel Package

[Kernel-packages] [Bug 1579278] Re: Consider changing default CPU frequency scaling governor back to "performance" (Ubuntu Server)

2016-05-09 Thread Tim Gardner
The default is already CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y. However, it can be changed from user space. I suggest looking at /etc/init.d/ondemand ** Changed in: linux (Ubuntu Xenial) Status: Triaged => Invalid -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1542939] Re: system freeze after vt switching

2016-05-09 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: linux-lts-xenial (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial) Status: New => In Progress -- You received this bug notification because y

[Kernel-packages] [Bug 1579917] Re: Skylake processor with NVMe drive never reaches low power package states on X1 Carbon gen 4

2016-05-09 Thread Tim Gardner
Dave - I wonder if https://bugs.launchpad.net/bugs/1579278 has any bearing on your 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/1579917 Title: Skylake processor with NVMe dri

[Kernel-packages] [Bug 1580560] Re: ILAB_TUC - PowerKVM guest ilp1fc85apa4 hit svc path missing during SVC CCL EI

2016-05-11 Thread Tim Gardner
** This bug is no longer a duplicate of bug 1580557 Backport patch to abort syscalls in active transactions -- 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/1580560 Title: ILAB_TUC - P

[Kernel-packages] [Bug 1580560] Re: ILAB_TUC - PowerKVM guest ilp1fc85apa4 hit svc path missing during SVC CCL EI

2016-05-11 Thread Tim Gardner
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Trusty) Status: New => In Progress ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1580557] Re: Backport patch to abort syscalls in active transactions

2016-05-11 Thread Tim Gardner
*** This bug is a duplicate of bug 1572624 *** https://bugs.launchpad.net/bugs/1572624 ** This bug has been marked a duplicate of bug 1572624 Backport patch to abort syscalls in active transactions -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1578211] Re: perf tool: Display event codes for Generic HW (PMU) events

2016-05-11 Thread Tim Gardner
ess ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu Yakkety) Status: New => Fix Released ** Changed in: linux (Ubuntu Yakkety) Assignee: Taco Screen team (taco-screen-team) => (unassigned) -- You recei

[Kernel-packages] [Bug 1580754] [NEW] Xenial update to v4.4.10 stable release

2016-05-11 Thread Tim Gardner
Public bug reported: SRU Justification Impact:    The upstream process for stable tree updates is quite similar    in scope to the Ubuntu SRU process, e.g., each patch has to    demonstrably fix a bug, and each patch is vetted by upstream    by originating either directly from

[Kernel-packages] [Bug 1580960] Re: Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS enabled, breaking serial support on normal systems

2016-05-12 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Medium Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: linux (Ubuntu Yakkety) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1580922] Re: Upgrade libseccomp from 2.2.3 ->2.3.1

2016-05-12 Thread Tim Gardner
** Package changed: linux (Ubuntu) => libseccomp (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/1580922 Title: Upgrade libseccomp from 2.2.3 ->2.3.1 Status in libseccomp packag

[Kernel-packages] [Bug 1580355] Re: promote *_diag modules from linux-image-extra to linux-image

2016-05-12 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Wishlist Status: Triaged ** Changed in: linux (Ubuntu Yakkety) Status: Triaged => Fix Committed ** Changed in: linux (Ubuntu Yakkety) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Also affects: linux (Ubuntu

[Kernel-packages] [Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-05-16 Thread Tim Gardner
Andy - your patches are out for review on the k-team list. I don't see any issues with them, so I'm pretty sure they'll make the next SRU cycle. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bu

[Kernel-packages] [Bug 1582328] Re: e1000 Tx Unit Hang

2016-05-16 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial) Status: New => In Progress ** Changed in: linux (Ubuntu Yakkety) Status: New =

[Kernel-packages] [Bug 1582351] [NEW] linux: 4.6.0-5.6 -proposed tracker

2016-05-16 Thread Tim Gardner
Public bug reported: This bug is for tracking the 4.6.0-5.6 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow ** Affects: kernel-development-

[Kernel-packages] [Bug 1582753] [NEW] linux: 4.6.0-6.7 -proposed tracker

2016-05-17 Thread Tim Gardner
Public bug reported: This bug is for tracking the 4.6.0-6.7 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow ** Affects: kernel-development-

[Kernel-packages] [Bug 1579594] Re: linux: 4.6.0-4.5 -proposed tracker

2016-05-17 Thread Tim Gardner
*** This bug is a duplicate of bug 1582753 *** https://bugs.launchpad.net/bugs/1582753 ** This bug is no longer a duplicate of bug 1582351 linux: 4.6.0-5.6 -proposed tracker ** This bug has been marked a duplicate of bug 1582753 linux: 4.6.0-6.7 -proposed tracker -- You received this b

[Kernel-packages] [Bug 1582351] Re: linux: 4.6.0-5.6 -proposed tracker

2016-05-17 Thread Tim Gardner
*** This bug is a duplicate of bug 1582753 *** https://bugs.launchpad.net/bugs/1582753 ** This bug has been marked a duplicate of bug 1582753 linux: 4.6.0-6.7 -proposed tracker -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1248289] Re: Missing libunwind support in perf

2016-05-17 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Medium Assignee: Tim Gardner (timg-tpi) Status: Confirmed ** Changed in: linux (Ubuntu Yakkety) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, wh

[Kernel-packages] [Bug 1546159] Re: ISST-LTE: high cpus number need a high crashkernel value in kdump

2016-05-17 Thread Tim Gardner
** Changed in: linux (Ubuntu) Assignee: Tim Gardner (timg-tpi) => (unassigned) ** Changed in: linux (Ubuntu Xenial) Assignee: Tim Gardner (timg-tpi) => (unassigned) ** Changed in: linux (Ubuntu) Status: In Progress => Triaged ** Changed in: linux (Ubuntu Xenial)

[Kernel-packages] [Bug 1564960] Re: mlx switchdev needs patches to work in 16.04

2016-05-17 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety) Importance: Medium Assignee: Tim Gardner (timg-tpi) Status: In Progress ** Changed in: linux (Ubuntu Yakkety) Status: In Progress => Fix Released ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Won't F

[Kernel-packages] [Bug 1579205] Re: CONFIG_NR_CPUS=256 is too low

2016-05-17 Thread Tim Gardner
** Changed in: linux (Ubuntu Yakkety) Status: Confirmed => Fix Committed -- 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/1579205 Title: CONFIG_NR_CPUS=256 is too low Status in lin

[Kernel-packages] [Bug 1554498] Re: [s390x] /dev/hwrng present, yet not usable

2016-05-17 Thread Tim Gardner
** Changed in: linux (Ubuntu Xenial) Assignee: Tim Gardner (timg-tpi) => (unassigned) ** Changed in: linux (Ubuntu) Assignee: Tim Gardner (timg-tpi) => (unassigned) ** Changed in: linux (Ubuntu) Status: In Progress => Triaged ** Changed in: linux (Ubuntu Xenial)

[Kernel-packages] [Bug 1499089] Re: Please enable kconfig X86_LEGACY_VM86 for i386

2016-05-17 Thread Tim Gardner
** Changed in: linux (Ubuntu Yakkety) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bu

[Kernel-packages] [Bug 1499512] Re: The MMC_BLOCK_MINORS config value is set too low

2016-05-17 Thread Tim Gardner
** Changed in: linux (Ubuntu Wily) Status: In Progress => Won't Fix ** Changed in: linux (Ubuntu Wily) Assignee: Tim Gardner (timg-tpi) => (unassigned) ** Changed in: linux (Ubuntu) Status: In Progress => Won't Fix ** Changed in: linux (Ubuntu) As

[Kernel-packages] [Bug 1475078] Re: VirtIO (and probably other modules as well) is built-in, make it modular...

2016-05-17 Thread Tim Gardner
** Changed in: linux (Ubuntu Yakkety) Status: In Progress => Fix Committed -- 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/1475078 Title: VirtIO (and probably other modules as well

[Kernel-packages] [Bug 1475078] Re: VirtIO (and probably other modules as well) is built-in, make it modular...

2016-05-17 Thread Tim Gardner
LTS Yakkety (in Xenial) should have nearly the same config settings as Yakkety. -- 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/1475078 Title: VirtIO (and probably other modules as well)

[Kernel-packages] [Bug 1582991] Re: conflicting modules in udebs - arc4.ko

2016-05-18 Thread Tim Gardner
) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Yakkety) Status: Triaged => In Progress ** Changed in: linux (Ubuntu Yakkety) Assignee: (unassigned) => Tim Gardner (timg-tpi) -

[Kernel-packages] [Bug 1530540] Re: Wish: Put thermald as recommendation into linux-image-*.*.*-*-generic, not into linux-image-generic

2016-01-06 Thread Tim Gardner
The linux-image-*.*.*-*-generic packages are used in environments where thermald is not appropriate, e.g., virtual. Therefore we decided to leave the 'Recommends' in the appropriate meta package. ** Changed in: linux (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notificat

[Kernel-packages] [Bug 1531539] Re: [Ubuntu 16.04] Enable nvme block driver on Power

2016-01-06 Thread Tim Gardner
(Ubuntu Xenial) Status: New => In Progress ** Changed in: linux (Ubuntu Xenial) Assignee: Taco Screen team (taco-screen-team) => Tim Gardner (timg-tpi) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1531539] Re: [Ubuntu 16.04] Enable nvme block driver on Power

2016-01-06 Thread Tim Gardner
In the meantime, you can test this feature using the v4.4 based kernel in (https://launchpad.net/~canonical-kernel- team/+archive/ubuntu/unstable). This is what will ultimately become the 16.04 kernel. ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Won't Fix -- You received t

[Kernel-packages] [Bug 1522415] Re: [Ubuntu 16.04] NVLINK support for Garrison

2016-01-11 Thread Tim Gardner
In Progress ** Changed in: linux (Ubuntu Xenial) Assignee: Taco Screen team (taco-screen-team) => Tim Gardner (timg-tpi) -- 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/1522415

[Kernel-packages] [Bug 1486180] Re: Kernel OOPS during DLPAR operation with Fibre Channel adapter

2016-01-11 Thread Tim Gardner
) Status: New ** Changed in: linux (Ubuntu Wily) Status: New => In Progress ** Changed in: linux (Ubuntu Wily) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu Xenial) Status: New => Fix Committed ** Changed in: linux (Ubuntu Xenial)

[Kernel-packages] [Bug 1532886] Re: s390x kernels are inconsistent for cloud stuff

2016-01-11 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: 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/1532886 Title: s390x kernels are inconsistent for

[Kernel-packages] [Bug 1532886] Re: s390x kernels are inconsistent for cloud stuff

2016-01-11 Thread Tim Gardner
irmed => Fix Committed ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- 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/1532886 Title: s390x

[Kernel-packages] [Bug 1532958] [NEW] linux: 4.3.0-6.17 -proposed tracker

2016-01-11 Thread Tim Gardner
Public bug reported: This bug is for tracking the 4.3.0-6.17 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:M

[Kernel-packages] [Bug 1533249] Re: Re-enable vlan TX acceleration

2016-01-12 Thread Tim Gardner
** Summary changed: - Re-enabe vlan TX acceleration + Re-enable vlan TX acceleration -- 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/1533249 Title: Re-enable vlan TX acceleration Status

[Kernel-packages] [Bug 1533249] Re: Re-enable vlan TX acceleration

2016-01-12 Thread Tim Gardner
nee: (unassigned) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu Xenial) Status: Incomplete => 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/1533249 Title:

[Kernel-packages] [Bug 1533249] Re: Re-enable vlan TX acceleration

2016-01-13 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2016-January/068187.html -- 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/1533249 Title: Re-enable vlan TX acceleration Status in linux packa

[Kernel-packages] [Bug 1460906] Re: [Feature] Enable Intel Processor Trace on SKL Client

2016-01-13 Thread Tim Gardner
) Status: New => Fix Released ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- 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/1460906

[Kernel-packages] [Bug 1524574] Re: [Feature]perf uncore support for BDW-EP

2016-01-13 Thread Tim Gardner
ted ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- 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/1524574 Title: [Feature]perf uncore support for

[Kernel-packages] [Bug 1519631] Re: [Feature]EDAC support for Knights Landing

2016-01-13 Thread Tim Gardner
ted ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- 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/1519631 Title: [Feature]EDAC support for Knights L

[Kernel-packages] [Bug 1532303] Re: [Ubuntu 16.04] SR-IOV optimized vNIC (new device driver for POWER8)

2016-01-13 Thread Tim Gardner
eam (canonical-kernel-team) => Tim Gardner (timg-tpi) -- 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/1532303 Title: [Ubuntu 16.04] SR-IOV optimized vNIC (new device driver for POWER8)

[Kernel-packages] [Bug 1532942] Re: [EEH] Recursive fenced PHB during EEH recovery on Broadcom Shiner adapter

2016-01-13 Thread Tim Gardner
Status: New ** Changed in: linux (Ubuntu Xenial) Status: Triaged => Fix Released ** Changed in: linux (Ubuntu Wily) Status: New => In Progress ** Changed in: linux (Ubuntu Wily) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu Vivid)

[Kernel-packages] [Bug 1514711] Re: Installer doesn't include ast GPU driver for OpenPower machines

2016-01-14 Thread Tim Gardner
in: linux (Ubuntu Vivid) Status: New => In Progress ** Changed in: linux (Ubuntu Vivid) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu Wily) Status: New => In Progress ** Changed in: linux (Ubuntu Wily) Assignee: (unassigned) =>

[Kernel-packages] [Bug 1495863] Re: ISST-KVM: R3-0: Firestone: PowerNV : Call traces w.r.t filesystem while running stress test

2016-01-14 Thread Tim Gardner
I wonder if this bug is a duplicate of http://bugs.launchpad.net/bugs/1527062 -- 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/1495863 Title: ISST-KVM: R3-0: Firestone: PowerNV : Call trac

[Kernel-packages] [Bug 1496989] Re: ISST-LTE: system crashes at lpfc_sli4_scmd_to_wqidx_distr

2016-01-14 Thread Tim Gardner
Several kernel updates have occurred since this bug report. Can you re- run your stress testing against the current 15.10 kernel version ? -- 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/149

[Kernel-packages] [Bug 1497966] Re: ISST-KVM:R3-0:Firestone:Ubuntu14043:beng2:Cannot reach network with Shiner T adapter

2016-01-14 Thread Tim Gardner
Is this still an issue ? It seems pretty important for nobody to have complained since the bug was filed. -- 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/1497966 Title: ISST-KVM:R3-0:Fire

[Kernel-packages] [Bug 1506327] Re: ISST-KVM: R3-0: Tuleta: PowerKVM : flyg3 : Boot during installation hangs at "Booting Linux via __start()"

2016-01-14 Thread Tim Gardner
Hasn't this been a tested and proven working scenario, e.g., 15.10 Wily on PowerKVM. Has something changed on the host ? -- 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/1506327 Title: ISS

[Kernel-packages] [Bug 1532942] Re: [EEH] Recursive fenced PHB during EEH recovery on Broadcom Shiner adapter

2016-01-14 Thread Tim Gardner
** Changed in: linux (Ubuntu Wily) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Vivid) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1517142] Re: ubuntu guest with 10G n/w and Texan iSCSI crashes during FIO

2016-01-14 Thread Tim Gardner
What kernel versions are affected ? Commit 659743b02c411075b26601725947b21df0bb29c8. has been mainline since v3.15 -- 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/1517142 Title: ubuntu gu

[Kernel-packages] [Bug 1533646] Re: Could you set vm.allocate_pgste = 1 by default?

2016-01-15 Thread Tim Gardner
Dimitri - Setting vm.allocate_pgste is a policy decision (which the kernel typically does not make). Is there a good reason not to set it in procps ? There is some extra overhead when vm.allocate_pgste=1. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1532886] Re: s390x kernels are inconsistent for cloud stuff

2016-01-15 Thread Tim Gardner
Done. "UBUNTU: [Config] CONFIG_KVM=y for s390x" -- 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/1532886 Title: s390x kernels are inconsistent for cloud stuff Status in linux package in U

[Kernel-packages] [Bug 1526946] Re: Surelock GA2: Kernel panic with GA candidate driver, warning at kernel/rcu/tree.c:2694

2016-01-15 Thread Tim Gardner
Breno - bugs are not marked 'Fix Released' until the package is promoted to updates. I use 'Fix committed' to indicate that a patch has been committed to the git repository after k-team list review, etc. -- You received this bug notification because you are a member of Kernel Packages, which is s

[Kernel-packages] [Bug 1526946] Re: Surelock GA2: Kernel panic with GA candidate driver, warning at kernel/rcu/tree.c:2694

2016-01-15 Thread Tim Gardner
eef8727a36e38df4c2c3d3ceac0c15c07432acfb ('UBUNTU: SAUCE: (noup) net: fix IP early demux races') git describe --contains eef8727a36e38df4c2c3d3ceac0c15c07432acfb Ubuntu-4.2.0-24.29~310 The source for this kernel is (git://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/wily master-nex

[Kernel-packages] [Bug 1534780] [NEW] Xenial: review s390x module exclusions

2016-01-15 Thread Tim Gardner
Public bug reported: Hello! I recently merged a new ppp version from Debian and noticed that ppp is blocked in -proposed due to ppp-modules not being built for s390x Is there a reason for ppp-modules not being available for s390x ? sil2100, checking... ** Affects: linux (Ubuntu) Importan

[Kernel-packages] [Bug 1533249] Re: Re-enable vlan TX acceleration

2016-01-19 Thread Tim Gardner
These patches will appear in the 14.04.4 kernel in due course. -- 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/1533249 Title: Re-enable vlan TX acceleration Status in linux package in Ub

[Kernel-packages] [Bug 1522415] Re: [Ubuntu 16.04] NVLINK support for Garrison

2016-01-19 Thread Tim Gardner
powerpc/powernv: Reserve PE#0 on NPU powerpc/powernv: Change NPU PE# assignment powerpc/powernv: Fix update of NVLink DMA mask powerpc/powernv: Add support for Nvlink NPUs ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification becau

[Kernel-packages] [Bug 1521123] Re: hvcs vterm driver doesn't cleanup it's tty kref allocation on close

2016-01-19 Thread Tim Gardner
The attached patch in comment #1 does not look right with respect to 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/1521123 Title: hvcs vterm driver doesn't cleanup it's tty kr

[Kernel-packages] [Bug 1533382] Re: A note on virtio blk and net modules

2016-01-19 Thread Tim Gardner
=> Fix Committed ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- 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/1533382 Title: A note on

[Kernel-packages] [Bug 1533721] Re: Ethtool didn't support link speed 25Gb 56Gb 100Gb 200Gb

2016-01-19 Thread Tim Gardner
** Package changed: linux (Ubuntu) => ethtool (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/1533721 Title: Ethtool didn't support link speed 25Gb 56Gb 100Gb 200Gb Status in et

[Kernel-packages] [Bug 1535736] [NEW] linux: 4.3.0-7.18 -proposed tracker

2016-01-19 Thread Tim Gardner
Public bug reported: This bug is for tracking the 4.3.0-7.18 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:T

[Kernel-packages] [Bug 1534780] Re: Xenial: review s390x module exclusions

2016-01-19 Thread Tim Gardner
The patch is in Ubuntu-4.3.0-7.18 ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed -- 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/1534780 Title: Xenial:

[Kernel-packages] [Bug 1535736] Re: linux: 4.3.0-7.18 -proposed tracker

2016-01-20 Thread Tim Gardner
** Tags removed: block-proposed -- 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/1535736 Title: linux: 4.3.0-7.18 -proposed tracker Status in Kernel Development Workflow: In Progress St

[Kernel-packages] [Bug 1463654] Re: Kernel WARN @drivers/base/memory.c:200 during DLPAR memory operation

2016-01-20 Thread Tim Gardner
Yep, I noticed the patch was up to v4 so I thought I'd wait until it was closer to being merged. -- 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/1463654 Title: Kernel WARN @drivers/base/m

[Kernel-packages] [Bug 1463654] Re: Kernel WARN @drivers/base/memory.c:200 during DLPAR memory operation

2016-01-20 Thread Tim Gardner
nical Kernel Team (canonical-kernel-team) Status: Triaged ** Changed in: linux (Ubuntu Xenial) Status: Triaged => Fix Released ** Changed in: linux (Ubuntu Xenial) Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner (timg-tpi) ** Also affects: linux (

[Kernel-packages] [Bug 1514711] Re: Installer doesn't include ast GPU driver for OpenPower machines

2016-01-20 Thread Tim Gardner
** Changed in: linux (Ubuntu Vivid) Status: In Progress => Fix Committed -- 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/1514711 Title: Installer doesn't include ast GPU driver for

[Kernel-packages] [Bug 1514711] Re: Installer doesn't include ast GPU driver for OpenPower machines

2016-01-20 Thread Tim Gardner
Jeremy - use livecd-rootfs ? I'd ask on #ubuntu-devel. ** Changed in: linux (Ubuntu Wily) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Package

<    3   4   5   6   7   8   9   10   11   12   >