[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: genirq: Flags mismatch serial vs goldfish_pdev_bus

Status in cloud-images:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 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 goldfish_pdev_bus

Status in cloud-images:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.8.0-17.19

---
linux (4.8.0-17.19) yakkety; urgency=low

  * build squashfs into xenial kernels by default (LP: #1593134)
- Remove squashfs udeb

  * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
- Add d-i support for ata_generic

  * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
- [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y

  * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
- [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386

  * Yakkety - USB drivers must be built in (LP: #1627323)
- Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD

  * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
(LP: #1627052)
- [Config] CONFIG_GOLDFISH=n

  * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
- Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure 
boot
  time in more detail"

  * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
- SAUCE: Fix regression which breaks DFS mounting

  * Miscellaneous Ubuntu changes
- [Config] apply xenial configuration annotations
- s390x -- DEBUG_RODATA is now valid
- [Config] s390x -- CONFIG_SQUASHFS=y
- [Config] s390x -- CONFIG_ECRYPT_FS=y
- [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
- [Config] Enable CONFIG_ACPI_HED=y for arm64
- [Config] Enable CONFIG_QUICC_ENGINE=y

  * Miscellaneous upstream changes
- annotations: pull back to xenial

 -- Leann Ogasawara   Sat, 24 Sep 2016
21:31:31 -0700

** Changed in: linux (Ubuntu Yakkety)
   Status: Fix Committed => 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: genirq: Flags mismatch serial vs goldfish_pdev_bus

Status in cloud-images:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-26 Thread Robert C Jennings
Adding cloud-images as they use scalingstack for pre-publication
testing.  Failure in that env blocks publication for yakkety cloud-
images (as it should).

** Also affects: cloud-images
   Importance: Undecided
   Status: New

** Changed in: cloud-images
   Importance: Undecided => Critical

** 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.launchpad.net/bugs/1627052

Title:
  4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

Status in cloud-images:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Yakkety:
  Fix Committed

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-25 Thread Martin Pitt
This bug also trivially reproduces in local QEMU, so can easily be
tested locally as well. So thankfully this doesn't seem to be some
Scalingstack quirk.

-- 
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 goldfish_pdev_bus

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

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-25 Thread Martin Pitt
I confirm that 4.8.0-17 in the PPA boots on Scalingstack instances
again. 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/1627052

Title:
  4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

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

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-25 Thread Martin Pitt
This seems to break instance boots on scalingstack i386 and amd64
completely. I get thousands of these messages in console-log, and it
never actually boots up. This breaks all autopkgtesting.

** Changed in: linux (Ubuntu Yakkety)
   Importance: Medium => Critical

-- 
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 goldfish_pdev_bus

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

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-23 Thread Brad Figg
** Changed in: linux (Ubuntu Yakkety)
   Importance: Undecided => Medium

-- 
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 goldfish_pdev_bus

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

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-23 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/1627052

Title:
  4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

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

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-23 Thread Luis Henriques
Just for completeness, running a kernel compiled with CONFIG_GOLDFISH=n
fixed the issue.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1627052

Title:
  4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-23 Thread Tim Gardner
** Changed in: linux (Ubuntu Yakkety)
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu Yakkety)
 Assignee: (unassigned) => Luis Henriques (henrix)

-- 
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 goldfish_pdev_bus

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu)
   Status: New => 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/1627052

Title:
  4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Yakkety:
  Confirmed

Bug description:
  I usually run kvm with '-serial stdio' after adding
  GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" to /etc/default/grub.  This
  will give me a serial console where I can login and, more important,
  get kernel logs.

  After install 4.8.0-16.17 I'm unable to login in the serial console,
  and I'm getting a lot of messages:

genirq: Flags mismatch irq 4.  (serial) vs. 0080
  (goldfish_pdev_bus)

  System seems to be working fine otherwise.

  4.8.0-15.16 didn't show this behaviour.

  The obvious suspect commits are the "SAUCE: irqchip/gicv3-its:*" in
  -16, although the several config changes may also be involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp