[Kernel-packages] [Bug 1838921] Re: ability to install dkms without version checking and retire it when kernel fixed issue

2019-10-14 Thread Alex Tu
the patch for disco SRU is ready on
https://code.launchpad.net/~alextu/+git/dkms/+ref/ubuntu/disco-devel

there're 3 patches:

96f8e8d bump version

7cfafe3 add --force-version-override and {dkms}_version-override option

8945992 revert 0019-fix-OBSOLETE_BY-be-blocked-by-force-Closes-89.patch

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

Title:
  ability to install dkms without version checking and retire it when
  kernel fixed issue

Status in OEM Priority Project:
  New
Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Bionic:
  Fix Committed
Status in dkms source package in Disco:
  Fix Committed

Bug description:
  refer to https://github.com/dell/dkms/pull/98

  [Impact]
  to have a way for this case
  "user need to force install the dkms, but also would like to retire that dkms 
once kernel fixes the issue."
   - upstream patch : https://github.com/dell/dkms/pull/98

  [Test case]
  1. install the dkms package which already patched
  2. install a DKMS which has file content "{dkms name}_version-override" under 
/usr/share/dkms/modules_to_force_install/
 - the installation should ignore module version checking.

  3. update that installed DKMS to a new one which added OBSOLETE_BY in 
dkms.conf
 - on the kernel which version lower than OBSOLETE_BY, the dkms should be 
installed.
 - on the kernel which version higher than OBSOLETE_BY, the dkms should NOT 
be installed.

  [Regression potential]
  medium as it touched the version sanity. This change already there in 
upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1838921/+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 1838921] Re: ability to install dkms without version checking and retire it when kernel fixed issue

2019-10-14 Thread Alex Tu
the patch for bionic SRU is ready on
https://code.launchpad.net/~alextu/+git/dkms/+ref/ubuntu/bionic-devel

there're 3 patches:

61c339f bump version

2f8363a add --force-version-override and {dkms}_version-override option

d2c914f revert 0019-fix-OBSOLETE_BY-be-blocked-by-force-Closes-89.patch

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

Title:
  ability to install dkms without version checking and retire it when
  kernel fixed issue

Status in OEM Priority Project:
  New
Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Bionic:
  Fix Committed
Status in dkms source package in Disco:
  Fix Committed

Bug description:
  refer to https://github.com/dell/dkms/pull/98

  [Impact]
  to have a way for this case
  "user need to force install the dkms, but also would like to retire that dkms 
once kernel fixes the issue."
   - upstream patch : https://github.com/dell/dkms/pull/98

  [Test case]
  1. install the dkms package which already patched
  2. install a DKMS which has file content "{dkms name}_version-override" under 
/usr/share/dkms/modules_to_force_install/
 - the installation should ignore module version checking.

  3. update that installed DKMS to a new one which added OBSOLETE_BY in 
dkms.conf
 - on the kernel which version lower than OBSOLETE_BY, the dkms should be 
installed.
 - on the kernel which version higher than OBSOLETE_BY, the dkms should NOT 
be installed.

  [Regression potential]
  medium as it touched the version sanity. This change already there in 
upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1838921/+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 1843794] Re: CML CPUIDs

2019-10-14 Thread Kent Lin
For CML-S processor, we will have a new CPU Model#( DEC 165, HEX: 0xA5),
which is different with the CML-U(0x8e), CML-H(0x9e).  The Model# has
been landed to 5.4 rc3 as follow

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/include/asm
/intel-family.h?h=v5.4-rc3

diff --git a/arch/x86/include/asm/intel-family.h 
b/arch/x86/include/asm/intel-family.h
index f04622500da3..c606c0b70738 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h

@@ -83,6 +83,9 @@

#define INTEL_FAM6_TIGERLAKE_L   0x8C

#define INTEL_FAM6_TIGERLAKE   0x8D


+#define INTEL_FAM6_COMETLAKE   0xA5

+#define INTEL_FAM6_COMETLAKE_L   0xA6

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

Title:
  CML CPUIDs

Status in intel:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-osp1 package in Ubuntu:
  New

Bug description:
  Description
  Please upstream CPUID for all CML SKUs.

  CML-U/CML-S/CML-Y/CML-H

  Target Release: 20.04
  Target Kernel: TBD

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1843794/+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 1848123] Re: After I turn on the machine in the morning (probably from S3 sleep), it just blinks the displays for a few moments, than it turns to black for seconds and this is a

2019-10-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1550779 ***
https://bugs.launchpad.net/bugs/1550779

It appears a number of people are reporting the same kernel error or
similar with docks in bug 1550779. And one other user also mentions "HP
840" but an older model.

The problems are close enough that I think the best next step is to
treat this as a duplicate of bug 1550779 until further progress is made
there in teasing out multiple issues as appropriate.

** This bug has been marked a duplicate of bug 1550779
   [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO 
underrun

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

Title:
  After I turn on the machine in the morning (probably from S3 sleep),
  it just blinks the displays for a few moments, than it turns to black
  for seconds and this is an endless loop

Status in linux package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  Hello there!

  I have an HP 840 G5, with an external docking station (HP USB-C Dock G4). All 
the input and output devices are connected to this docking station"
  - display on Displayport (x2)
  - ethernet
  - keyboard
  - mouse
  After I turn on the machine in the morning (probably from S3 sleep), it just 
blinks the displays for a few moments, than it turns to black for seconds and 
this is an endless loop. If I reconnect the docking station I can get back one 
of the displays to life, but the other one remain in sleep state.
  In the meanwhile after each of these problems, the intel_pstate driver seems 
to fail, all the processors cores are clocked to 3.6GHz.
  If I reboot the machine, both the screens are usable again and the 
intel_pstate driver is able to change the freqency.
  Kernel version 5.0.0-23 was not able to lower the frequency at all, I had to 
use the ondemand scheduler.
  I found these lines for about 5 days in a previous dmesg log.
  [10443.450243] [drm:intel_mst_enable_dp [i915]] *ERROR* Timed out waiting for 
ACT sent
  [10443.703810] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe B FIFO underrun
  [10444.257321] [drm:intel_mst_enable_dp [i915]] *ERROR* Timed out waiting for 
ACT sent

  If I can help in any other way, please let me know!

  Regards

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-31.33~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-31-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Tue Oct 15 06:29:14 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company UHD Graphics 620 [103c:83b2]
  InstallationDate: Installed on 2019-10-08 (6 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  MachineType: HP HP EliteBook 840 G5
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.0.0-31-generic 
root=/dev/mapper/elxnoname--vg-root ro audit=0 noquiet nosplash 
sysrq_always_enabled
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: HP
  dmi.bios.version: Q78 Ver. 01.07.00
  dmi.board.name: 83B2
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 04.59.00
  dmi.chassis.asset.tag: 5CG8322Y91
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrQ78Ver.01.07.00:bd04/17/2019:svnHP:pnHPEliteBook840G5:pvr:rvnHP:rn83B2:rvrKBCVersion04.59.00:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN HP EliteBook
  dmi.product.name: HP EliteBook 840 G5
  dmi.product.sku: 3WQ22EC#ABB
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~18.04.2
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848123/+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 1848123] Re: After I turn on the machine in the morning (probably from S3 sleep), it just blinks the displays for a few moments, than it turns to black for seconds and this is a

2019-10-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1550779 ***
https://bugs.launchpad.net/bugs/1550779

** Summary changed:

- Xorg freeze
+ After I turn on the machine in the morning (probably from S3 sleep), it just 
blinks the displays for a few moments, than it turns to black for seconds and 
this is an endless loop

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** 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/1848123

Title:
  After I turn on the machine in the morning (probably from S3 sleep),
  it just blinks the displays for a few moments, than it turns to black
  for seconds and this is an endless loop

Status in linux package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  Hello there!

  I have an HP 840 G5, with an external docking station (HP USB-C Dock G4). All 
the input and output devices are connected to this docking station"
  - display on Displayport (x2)
  - ethernet
  - keyboard
  - mouse
  After I turn on the machine in the morning (probably from S3 sleep), it just 
blinks the displays for a few moments, than it turns to black for seconds and 
this is an endless loop. If I reconnect the docking station I can get back one 
of the displays to life, but the other one remain in sleep state.
  In the meanwhile after each of these problems, the intel_pstate driver seems 
to fail, all the processors cores are clocked to 3.6GHz.
  If I reboot the machine, both the screens are usable again and the 
intel_pstate driver is able to change the freqency.
  Kernel version 5.0.0-23 was not able to lower the frequency at all, I had to 
use the ondemand scheduler.
  I found these lines for about 5 days in a previous dmesg log.
  [10443.450243] [drm:intel_mst_enable_dp [i915]] *ERROR* Timed out waiting for 
ACT sent
  [10443.703810] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe B FIFO underrun
  [10444.257321] [drm:intel_mst_enable_dp [i915]] *ERROR* Timed out waiting for 
ACT sent

  If I can help in any other way, please let me know!

  Regards

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-31.33~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-31-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Tue Oct 15 06:29:14 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company UHD Graphics 620 [103c:83b2]
  InstallationDate: Installed on 2019-10-08 (6 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  MachineType: HP HP EliteBook 840 G5
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.0.0-31-generic 
root=/dev/mapper/elxnoname--vg-root ro audit=0 noquiet nosplash 
sysrq_always_enabled
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: HP
  dmi.bios.version: Q78 Ver. 01.07.00
  dmi.board.name: 83B2
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 04.59.00
  dmi.chassis.asset.tag: 5CG8322Y91
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrQ78Ver.01.07.00:bd04/17/2019:svnHP:pnHPEliteBook840G5:pvr:rvnHP:rn83B2:rvrKBCVersion04.59.00:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN HP EliteBook
  dmi.product.name: HP EliteBook 840 G5
  dmi.product.sku: 3WQ22EC#ABB
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~18.04.2
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848123/+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 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


** Changed in: kernel-sru-workflow
   Status: In Progress => Fix Released

** Tags removed: kernel-release-tracking-bug-live

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

Title:
  eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in linux-oracle package in Ubuntu:
  Fix Released
Status in linux-oracle source package in Eoan:
  Fix Released

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Complete
  phase-changed: Tuesday, 15. October 2019 03:56 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847295/+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 1844559] Re: [GLK-R]enable CPUID

2019-10-14 Thread Timo Aaltonen
thanks

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: linux-oem-osp1 (Ubuntu)
   Status: New => Fix Released

** Changed in: linux-oem (Ubuntu)
   Status: New => Fix Released

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

Title:
  [GLK-R]enable CPUID

Status in intel:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem package in Ubuntu:
  Fix Released
Status in linux-oem-osp1 package in Ubuntu:
  Fix Released

Bug description:
  Description
  CPUID for GLK-R is configured as 0x706A8 in platform BIOS

  Target Release: 20.04
  Target Kernel: TBD

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1844559/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-14 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc3/

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-release
   Status: Confirmed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Ready for Promote to Release
- phase-changed: Tuesday, 15. October 2019 03:22 UTC
+ phase: Complete
+ phase-changed: Tuesday, 15. October 2019 03:56 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-release: Pending -- ready to copy
  variant: debs

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

Title:
  eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in linux-oracle package in Ubuntu:
  Fix Released
Status in linux-oracle source package in Eoan:
  Fix Released

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Complete
  phase-changed: Tuesday, 15. October 2019 03:56 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847295/+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 1842155] Re: disco/linux-oracle: 5.0.0-1002.3 -proposed tracker

2019-10-14 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1846019 ***
https://bugs.launchpad.net/bugs/1846019

This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw 

[Kernel-packages] [Bug 1820075] Re: [Packaging] Improve config annotations check on custom kernels

2019-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17052
- ax25: enforce CAP_NET_RAW for raw sockets
  * 

[Kernel-packages] [Bug 1840811] Re: disco/linux-oracle: 5.0.0-1001.2 -proposed tracker

2019-10-14 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1846019 ***
https://bugs.launchpad.net/bugs/1846019

This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw 

[Kernel-packages] [Bug 1845724] Re: eoan/linux-oracle: 5.3.0-1001.1 -proposed tracker

2019-10-14 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1847295 ***
https://bugs.launchpad.net/bugs/1847295

This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw 

[Kernel-packages] [Bug 1844358] Re: disco/linux-oracle: 5.0.0-1003.4 -proposed tracker

2019-10-14 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1846019 ***
https://bugs.launchpad.net/bugs/1846019

This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw 

[Kernel-packages] [Bug 1846019] Re: disco/linux-oracle: 5.0.0-1004.8 -proposed tracker

2019-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17052
- ax25: enforce CAP_NET_RAW for raw sockets
  * 

[Kernel-packages] [Bug 1846335] Re: [CML] New device id's for CMP-H

2019-10-14 Thread Kent Lin
Intel GFX ID for CML-S GFX. It is just landed in v5.4-rc3 kernel.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm/i915?h=v5.4-rc3=a8064d577dab1a81222a50c2de66a2de495f14f4

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

Title:
  [CML] New device id's for CMP-H

Status in intel:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  New

Bug description:
  split from bug 1843774

  Description
  This task is to identify what new device IDs are required for CML PCH-H.

  Controller Kernel Version Commit Approved to be published Comments
  USB device/xDCI 0x02ee v5.2 7ae622c978db6b2
  I²C (CMP-H) 0x06c5 0x06c6 0x60e8? 0x60e9? 0x06ea 0x06eb
  HS-UART (CMP-H) 0x06a8 0x06a9 0x06c7
  SPI (CMP-H) 0x06aa 0x06ab 0x06fb
  GPIO (CMP-H) ???
  SD Card (CMP-H) 0x06f5 v5.4-rc1 8f05eee67c1404a

  Target Release: 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1846335/+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 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oracle - 5.3.0-1002.2

---
linux-oracle (5.3.0-1002.2) eoan; urgency=medium

  * eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker (LP: #1847295)

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Ubuntu: 5.3.0-18.19 ]

  * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298)
  * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
- [Packaging] arm64: snapdragon: introduce a snapdragon flavour
- [Packaging] arm64: snapdragon: switch kernel format to Image
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
- [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
- [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
- [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
- [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
- [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
- [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
- [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
- [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
- [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
- [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
- [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
- [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
- [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
- [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
- [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
- [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
- [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
- [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
- [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
- [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
- [Config] arm64: snapdragon: CONFIG_USB_OTG=y
- [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
- [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
- [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
- [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
- [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
- [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
- [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
- [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
- [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
- [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
- [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
- [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
- [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y

  [ Ubuntu: 5.3.0-17.18 ]

  * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
  * CVE-2019-17056
- nfc: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17055
- mISDN: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17054
- appletalk: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17053
- ieee802154: enforce CAP_NET_RAW for raw sockets
  * CVE-2019-17052
- ax25: enforce CAP_NET_RAW for raw sockets
  * 

[Kernel-packages] [Bug 1838176] Re: Kernel 5.2.3 fails to fully boot on Lenovo 330s-15arr, black screen at login screen with cursor

2019-10-14 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc3/

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

Title:
  Kernel 5.2.3 fails to fully boot on Lenovo 330s-15arr, black screen at
  login screen with cursor

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Was on 4.20, booted fine (with the boot option
  ivrs_ioapic[32]=00:14.0)

  Tried to boot 5.2.3 (but I believe this happened on 5.1.X too)

  It will boot to a certain extent, it does my disk password, i can see
  everything say "ok" when i do no quiet splash. But where it should go
  to the login screen I just see a single cursor

  Setting nomodeset lets me boot, looking at logs:

  Syslog

  Jul 27 21:28:58 kenji-mintop systemd[1]: Startup finished in 41.291s (kernel) 
+ 8.383s (userspace) = 49.675s.
  Jul 27 21:28:59 kenji-mintop kernel: [   50.535066] failed to write reg 1a6f4 
wait reg 1a706
  Jul 27 21:28:59 kenji-mintop NetworkManager[1082]:   [1564288139.7335] 
manager: NetworkManager state is now CONNECTED_GLOBAL
  Jul 27 21:28:59 kenji-mintop nm-dispatcher: req:4 'connectivity-change': new 
request (1 scripts)
  Jul 27 21:28:59 kenji-mintop nm-dispatcher: req:4 'connectivity-change': 
start running ordered scripts...
  Jul 27 21:29:09 kenji-mintop kernel: [   60.615575] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:09 kenji-mintop kernel: [   60.615662] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:09 kenji-mintop kernel: [   60.615665] [drm] GPU recovery 
disabled.
  Jul 27 21:29:11 kenji-mintop zerotier-one[1984]: connect: Host is unreachable
  Jul 27 21:29:19 kenji-mintop kernel: [   70.855956] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:19 kenji-mintop kernel: [   70.856043] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:19 kenji-mintop kernel: [   70.856047] [drm] GPU recovery 
disabled.
  Jul 27 21:29:20 kenji-mintop zerotier-one[1984]: message repeated 3 times: [ 
connect: Host is unreachable]
  Jul 27 21:29:22 kenji-mintop systemd-timesyncd[968]: Synchronized to time 
server 91.189.94.4:123 (ntp.ubuntu.com).
  Jul 27 21:29:23 kenji-mintop zerotier-one[1984]: connect: Host is unreachable
  Jul 27 21:29:29 kenji-mintop kernel: [   81.095310] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:29 kenji-mintop kernel: [   81.095397] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:29 kenji-mintop kernel: [   81.095401] [drm] GPU recovery 
disabled.
  Jul 27 21:29:40 kenji-mintop kernel: [   91.335557] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:40 kenji-mintop kernel: [   91.335645] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:40 kenji-mintop kernel: [   91.335648] [drm] GPU recovery 
disabled.
  Jul 27 21:29:41 kenji-mintop zerotier-one[1984]: message repeated 6 times: [ 
connect: Host is unreachable]
  Jul 27 21:29:43 kenji-mintop systemd[1]: Starting Stop ureadahead data 
collection...
  Jul 27 21:29:43 kenji-mintop systemd[1]: Started Stop ureadahead data 
collection.
  Jul 27 21:29:44 kenji-mintop zerotier-one[1984]: connect: Host is unreachable
  Jul 27 21:29:50 kenji-mintop kernel: [  101.575935] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:50 kenji-mintop kernel: [  101.576023] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:50 kenji-mintop kernel: [  101.576027] [drm] GPU recovery 
disabled.
  Jul 27 21:30:00 kenji-mintop kernel: [  111.815551] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:30:00 kenji-mintop kernel: [  111.815638] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:30:00 kenji-mintop kernel: [  111.815642] [drm] GPU recovery 
disabled.

  
  Kern.log

  Jul 27 21:28:56 kenji-mintop kernel: [   47.231201] failed to write reg 1a6f4 
wait reg 1a706
  Jul 27 21:28:57 kenji-mintop kernel: [   48.907343] failed to write reg 28b4 
wait reg 28c6
  Jul 27 21:28:58 kenji-mintop kernel: [   49.772880] capability: warning: 
`zerotier-one' uses 32-bit capabilities (legacy support in use)
  Jul 27 21:28:59 kenji-mintop kernel: [   50.535066] failed to write reg 1a6f4 
wait reg 1a706
  Jul 27 21:29:09 kenji-mintop kernel: [   

[Kernel-packages] [Bug 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-release
   Status: New => Confirmed

** Tags removed: block-proposed-eoan

** Tags removed: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Testing
- phase-changed: Monday, 14. October 2019 20:26 UTC
+ phase: Ready for Promote to Release
+ phase-changed: Tuesday, 15. October 2019 03:22 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   regression-testing: Ongoing -- testing in progress
+   promote-to-release: Pending -- ready to copy
  variant: debs

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

Title:
  eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in linux-oracle package in Ubuntu:
  Confirmed
Status in linux-oracle source package in Eoan:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Ready for Promote to Release
  phase-changed: Tuesday, 15. October 2019 03:22 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-release: Pending -- ready to copy
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847295/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-14 Thread Jarrod Farrell
@vanvugt
That is fine. The screen glitching might be a symptom, but if it still persists 
after a patch then I'll create a new report exclusively for the screen 
glitching.

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Seth Forshee
** Changed in: kernel-sru-workflow/regression-testing
   Status: In Progress => Fix Released

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

Title:
  eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in linux-oracle package in Ubuntu:
  Confirmed
Status in linux-oracle source package in Eoan:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Ready for Promote to Release
  phase-changed: Tuesday, 15. October 2019 03:22 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-release: Pending -- ready to copy
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847295/+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 1842893] Re: Intel Bluetooth AX201, aka HarrisonPeak (HrP), not supported

2019-10-14 Thread You-Sheng Yang
** Tags removed: verification-needed-bionic verification-needed-disco
** Tags added: verification-done-bionic verification-done-disco

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

Title:
  Intel Bluetooth AX201, aka HarrisonPeak (HrP), not supported

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Bionic:
  Fix Committed
Status in linux-firmware source package in Disco:
  Fix Committed
Status in linux-firmware source package in Eoan:
  Fix Released

Bug description:
  [5.950346] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 11 2017
  [5.951318] Bluetooth: hci0: Device revision is 2
  [5.951319] Bluetooth: hci0: Secure boot is enabled
  [5.951320] Bluetooth: hci0: OTP lock is enabled
  [5.951320] Bluetooth: hci0: API lock is enabled
  [5.951321] Bluetooth: hci0: Debug lock is disabled
  [5.951322] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
  [5.952242] bluetooth hci0: Direct firmware load for intel/ibt-19-32-4.sfi 
failed with error -2
  [5.952244] Bluetooth: hci0: Failed to load Intel firmware file (-2)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-melisa+X16
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2019-08-13 (23 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
  Package: linux (not installed)
  Tags:  bionic
  Uname: Linux 5.3.0-050300rc4-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1842893/+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 1842893] Re: Intel Bluetooth AX201, aka HarrisonPeak (HrP), not supported

2019-10-14 Thread You-Sheng Yang
** Tags added: verification-needed-bionic verification-needed-disco

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

Title:
  Intel Bluetooth AX201, aka HarrisonPeak (HrP), not supported

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Bionic:
  Fix Committed
Status in linux-firmware source package in Disco:
  Fix Committed
Status in linux-firmware source package in Eoan:
  Fix Released

Bug description:
  [5.950346] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 11 2017
  [5.951318] Bluetooth: hci0: Device revision is 2
  [5.951319] Bluetooth: hci0: Secure boot is enabled
  [5.951320] Bluetooth: hci0: OTP lock is enabled
  [5.951320] Bluetooth: hci0: API lock is enabled
  [5.951321] Bluetooth: hci0: Debug lock is disabled
  [5.951322] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
  [5.952242] bluetooth hci0: Direct firmware load for intel/ibt-19-32-4.sfi 
failed with error -2
  [5.952244] Bluetooth: hci0: Failed to load Intel firmware file (-2)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-melisa+X16
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2019-08-13 (23 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
  Package: linux (not installed)
  Tags:  bionic
  Uname: Linux 5.3.0-050300rc4-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1842893/+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 1848108] Status changed to Confirmed

2019-10-14 Thread Ubuntu Kernel Bot
This change was made by a bot.

** 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/1848108

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: Screen Glitching & Kernal Panic

2019-10-14 Thread Daniel van Vugt
This looks like one or two bugs. And at least the first one is a kernel
bug so reassigning there...

https://launchpadlibrarian.net/446679771/gpf-amdpu

** Tags added: amdgpu

** Summary changed:

- Screen Glitching & Kernal Panic
+ [amdgpu] Screen Glitching & Kernel Panic

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

** Also affects: xserver-xorg-video-amdgpu (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/1848108

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1844559] Re: [GLK-R]enable CPUID

2019-10-14 Thread quanxian
>From upstream information, the model number of GLK-R0 (0x706a8) is 0x7A.

#define INTEL_FAM6_ATOM_GOLDMONT_PLUS   0x7A /* Gemini Lake */

./arch/x86/include/asm/intel-family.h (upstream)

This is the original informaiton.

commit f2c4db1bd80720cd8cb2a5aa220d9bc9f374f04e
Author: Peter Zijlstra 
Date:   Tue Aug 7 10:17:27 2018 -0700

x86/cpu: Sanitize FAM6_ATOM naming

Going primarily by:

  https://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors

with additional information gleaned from other related pages;
notably:

 - Bonnell shrink was called Saltwell
 - Moorefield is the Merriefield refresh which makes it Airmont

The general naming scheme is: FAM6_ATOM_UARCH_SOCTYPE

seems we don't need new code. you can close it. If more information, we
can reopen.

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

Title:
  [GLK-R]enable CPUID

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  New

Bug description:
  Description
  CPUID for GLK-R is configured as 0x706A8 in platform BIOS

  Target Release: 20.04
  Target Kernel: TBD

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1844559/+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 1848108] [NEW] [amdgpu] Screen Glitching & Kernel Panic

2019-10-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I've recently updated to Eoan, but it seems like some nasty bugs came
with it, particularly from the amdgpu package.

It started with visual glitches but it would occasionally freeze the
screen with whatever playing in the background and require me to hard-
shutdown to escape. Attached is an abridged `journalctl -b -1` showing
the lines were the kernal panic occurred. I'll probably attach more as
they occur and if it's not redundant.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CompositorRunning: None
Date: Mon Oct 14 21:27:34 2019
DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
DistroCodename: eoan
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Very infrequently
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
InstallationDate: Installed on 2019-03-22 (206 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
Lsusb:
 Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 20KVCTO1WW
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
dmi.bios.date: 12/07/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: R0UET68W (1.48 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20KVCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad E585
dmi.product.name: 20KVCTO1WW
dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
dmi.product.version: ThinkPad E585
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.99-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 amdgpu apport-bug eoan freeze ubuntu
-- 
[amdgpu] Screen Glitching & Kernel Panic
https://bugs.launchpad.net/bugs/1848108
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1847980] Re: Xorg freeze at boot on Intel Corporation HD Graphics 530 with linux-image-5.3.0-17

2019-10-14 Thread Daniel van Vugt
Can you please attach a photo of the original problem (the black screen)
without using nomodeset?

Please also log in to the text console there and record the kernel log:

  dmesg > blackscreendmesg.txt

Then attach the file 'blackscreendmesg.txt' to this bug.

We would like to see photos and logs from the 5.3 kernel trying to boot
without nomodeset.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Xorg freeze at boot on Intel Corporation HD Graphics 530 with linux-
  image-5.3.0-17

Status in linux package in Ubuntu:
  Incomplete
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  Xorg freeze at boot on Intel Corporation HD Graphics 530 with 
linux-image-5.3.0-17 after upgraded to the development release Ubuntu Eoan 
Ermine (development branch).
  If i boot with linux-image-5.0.0-31-generic the Xorg works well.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.0.0-31.33-generic 5.0.21
  Uname: Linux 5.0.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Mon Oct 14 11:15:23 2019
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:1912] (rev 06) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 530 [103c:8054]
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 047d:2048 Kensington Orbit Trackball with Scroll Ring
   Bus 001 Device 002: ID 04d9:a0cd Holtek Semiconductor, Inc. USB Keyboard
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteDesk 800 G2 SFF
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic 
root=UUID=714cc192-0d1c-4899-b891-16e6e504c662 ro 
resume=UUID=316a3e2d-ef98-4c31-8ba1-52e1cd0e8c05
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2019
  dmi.bios.vendor: HP
  dmi.bios.version: N01 Ver. 02.42
  dmi.board.name: 8054
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 05.36
  dmi.chassis.asset.tag: CZC64082W1
  dmi.chassis.type: 4
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN01Ver.02.42:bd08/19/2019:svnHP:pnHPEliteDesk800G2SFF:pvr:rvnHP:rn8054:rvrKBCVersion05.36:cvnHP:ct4:cvr:
  dmi.product.family: 103C_53307F G=D
  dmi.product.name: HP EliteDesk 800 G2 SFF
  dmi.product.sku: X3J10ET#ABZ
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroRelease: Ubuntu 19.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:1912] (rev 06) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 530 [103c:8054]
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 047d:2048 Kensington Orbit Trackball with Scroll Ring
   Bus 001 Device 002: ID 04d9:a0cd Holtek Semiconductor, Inc. USB Keyboard
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteDesk 800 G2 SFF
  Package: xorg-server (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-17-generic 
root=UUID=714cc192-0d1c-4899-b891-16e6e504c662 ro nomodeset 
resume=UUID=316a3e2d-ef98-4c31-8ba1-52e1cd0e8c05
  ProcVersionSignature: Ubuntu 5.3.0-17.18-generic 5.3.1
  Tags:  eoan ubuntu
  Uname: Linux 5.3.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh 

[Kernel-packages] [Bug 1847628] Re: When using swap in ZFS, system stops when you start using swap

2019-10-14 Thread Richard Laager
** Also affects: ubiquity (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  When using swap in ZFS, system stops when you start using swap

Status in ubiquity package in Ubuntu:
  Confirmed
Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  # Problem

  When using swap in ZFS, system stops when you start using swap.

  > stress --vm 100

  if you doing swapoff will only occur OOM and the system will not stop.

  # Environment

  jehos@MacBuntu:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu Eoan Ermine (development branch)
  Release:19.10
  Codename:   eoan

  jehos@MacBuntu:~$ dpkg -l | grep zfs
  ii  libzfs2linux   0.8.1-1ubuntu13
 amd64OpenZFS filesystem library for Linux
  ii  zfs-initramfs  0.8.1-1ubuntu13
 amd64OpenZFS root filesystem capabilities for Linux - initramfs
  ii  zfs-zed0.8.1-1ubuntu13
 amd64OpenZFS Event Daemon
  ii  zfsutils-linux 0.8.1-1ubuntu13
 amd64command-line tools to manage OpenZFS filesystems

  jehos@MacBuntu:~$ uname -a
  Linux MacBuntu 5.3.0-13-generic #14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

  jehos@MacBuntu:~$ zpool list
  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
  bpool  1.88G  66.1M  1.81G- -  - 3%  1.00xONLINE  
-
  rpool   230G   124G   106G- - 9%53%  1.00xONLINE  
-

  jehos@MacBuntu:~$ zfs get all rpool/swap
  NAMEPROPERTY  VALUESOURCE
  rpool/swap  type  volume   -
  rpool/swap  creation  목 10월 10 15:56 2019  -
  rpool/swap  used  2.13G-
  rpool/swap  available 98.9G-
  rpool/swap  referenced72K  -
  rpool/swap  compressratio 1.11x-
  rpool/swap  reservation   none default
  rpool/swap  volsize   2G   local
  rpool/swap  volblocksize  4K   -
  rpool/swap  checksum  on   default
  rpool/swap  compression   zle  local
  rpool/swap  readonly  off  default
  rpool/swap  createtxg 34   -
  rpool/swap  copies1default
  rpool/swap  refreservation2.13Glocal
  rpool/swap  guid  18209330213704683244 -
  rpool/swap  primarycache  metadata local
  rpool/swap  secondarycachenone local
  rpool/swap  usedbysnapshots   0B   -
  rpool/swap  usedbydataset 72K  -
  rpool/swap  usedbychildren0B   -
  rpool/swap  usedbyrefreservation  2.13G-
  rpool/swap  logbias   throughput   local
  rpool/swap  objsetid  393  -
  rpool/swap  dedup off  default
  rpool/swap  mlslabel  none default
  rpool/swap  sync  always   local
  rpool/swap  refcompressratio  1.11x-
  rpool/swap  written   72K  -
  rpool/swap  logicalused   40K  -
  rpool/swap  logicalreferenced 40K  -
  rpool/swap  volmode   default  default
  rpool/swap  snapshot_limitnone default
  rpool/swap  snapshot_countnone default
  rpool/swap  snapdev   hidden   default
  rpool/swap  context   none default
  rpool/swap  fscontext none default
  rpool/swap  defcontextnone default
  rpool/swap  rootcontext   none default
  rpool/swap  redundant_metadataall  default
  rpool/swap  encryptionoff  default
  rpool/swap  keylocation   none default
  rpool/swap  keyformat none default
  rpool/swap  pbkdf2iters   0default

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1847628] Re: When using swap in ZFS, system stops when you start using swap

2019-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubiquity (Ubuntu)
   Status: New => Confirmed

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

Title:
  When using swap in ZFS, system stops when you start using swap

Status in ubiquity package in Ubuntu:
  Confirmed
Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  # Problem

  When using swap in ZFS, system stops when you start using swap.

  > stress --vm 100

  if you doing swapoff will only occur OOM and the system will not stop.

  # Environment

  jehos@MacBuntu:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu Eoan Ermine (development branch)
  Release:19.10
  Codename:   eoan

  jehos@MacBuntu:~$ dpkg -l | grep zfs
  ii  libzfs2linux   0.8.1-1ubuntu13
 amd64OpenZFS filesystem library for Linux
  ii  zfs-initramfs  0.8.1-1ubuntu13
 amd64OpenZFS root filesystem capabilities for Linux - initramfs
  ii  zfs-zed0.8.1-1ubuntu13
 amd64OpenZFS Event Daemon
  ii  zfsutils-linux 0.8.1-1ubuntu13
 amd64command-line tools to manage OpenZFS filesystems

  jehos@MacBuntu:~$ uname -a
  Linux MacBuntu 5.3.0-13-generic #14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

  jehos@MacBuntu:~$ zpool list
  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
  bpool  1.88G  66.1M  1.81G- -  - 3%  1.00xONLINE  
-
  rpool   230G   124G   106G- - 9%53%  1.00xONLINE  
-

  jehos@MacBuntu:~$ zfs get all rpool/swap
  NAMEPROPERTY  VALUESOURCE
  rpool/swap  type  volume   -
  rpool/swap  creation  목 10월 10 15:56 2019  -
  rpool/swap  used  2.13G-
  rpool/swap  available 98.9G-
  rpool/swap  referenced72K  -
  rpool/swap  compressratio 1.11x-
  rpool/swap  reservation   none default
  rpool/swap  volsize   2G   local
  rpool/swap  volblocksize  4K   -
  rpool/swap  checksum  on   default
  rpool/swap  compression   zle  local
  rpool/swap  readonly  off  default
  rpool/swap  createtxg 34   -
  rpool/swap  copies1default
  rpool/swap  refreservation2.13Glocal
  rpool/swap  guid  18209330213704683244 -
  rpool/swap  primarycache  metadata local
  rpool/swap  secondarycachenone local
  rpool/swap  usedbysnapshots   0B   -
  rpool/swap  usedbydataset 72K  -
  rpool/swap  usedbychildren0B   -
  rpool/swap  usedbyrefreservation  2.13G-
  rpool/swap  logbias   throughput   local
  rpool/swap  objsetid  393  -
  rpool/swap  dedup off  default
  rpool/swap  mlslabel  none default
  rpool/swap  sync  always   local
  rpool/swap  refcompressratio  1.11x-
  rpool/swap  written   72K  -
  rpool/swap  logicalused   40K  -
  rpool/swap  logicalreferenced 40K  -
  rpool/swap  volmode   default  default
  rpool/swap  snapshot_limitnone default
  rpool/swap  snapshot_countnone default
  rpool/swap  snapdev   hidden   default
  rpool/swap  context   none default
  rpool/swap  fscontext none default
  rpool/swap  defcontextnone default
  rpool/swap  rootcontext   none default
  rpool/swap  redundant_metadataall  default
  rpool/swap  encryptionoff  default
  rpool/swap  keylocation   none default
  rpool/swap  keyformat none default
  rpool/swap  pbkdf2iters   0default

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1848102] Re: ZFS Installer create ZVOL for swap

2019-10-14 Thread Richard Laager
*** This bug is a duplicate of bug 1847628 ***
https://bugs.launchpad.net/bugs/1847628

** This bug has been marked a duplicate of bug 1847628
   When using swap in ZFS, system stops when you start using swap

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

Title:
  ZFS Installer create ZVOL for swap

Status in ubiquity package in Ubuntu:
  New
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  I've been experiencing problems with a system installed via the new
  Ubiquity ZFS installer.

  When the system gets low on memory, it starts doing heavy IO (to my
  SSD in this case), and the system freezes for several minutes.

  My system has 16gig of ram, arc cache uses roughly 4gig of that when
  the system freezes. Just need to have phpstorm, intellij and chrome
  open to put enough memory pressure to make it freeze.

  This bug is reported at: https://bugs.launchpad.net/ubuntu/+source
  /zfs-linux/+bug/1847628

  I'm reporting this bug here as I believe the Ubiquity ZFS Installer
  should create a swap partition instead of making it a ZVOL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1848102/+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 1847628] Re: When using swap in ZFS, system stops when you start using swap

2019-10-14 Thread Michael Ralston
Confirmed this affects me. 16gig of ram, and a swap ZVOL. When memory
gets low the system freezes for several minutes.

Also reported this bug here: https://bugs.launchpad.net/ubuntu/+source
/zfs-linux/+bug/1848102

As I believe ubiquity shouldn't be creating a ZVOL for swap when this is
a known issue.

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

Title:
  When using swap in ZFS, system stops when you start using swap

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  # Problem

  When using swap in ZFS, system stops when you start using swap.

  > stress --vm 100

  if you doing swapoff will only occur OOM and the system will not stop.

  # Environment

  jehos@MacBuntu:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu Eoan Ermine (development branch)
  Release:19.10
  Codename:   eoan

  jehos@MacBuntu:~$ dpkg -l | grep zfs
  ii  libzfs2linux   0.8.1-1ubuntu13
 amd64OpenZFS filesystem library for Linux
  ii  zfs-initramfs  0.8.1-1ubuntu13
 amd64OpenZFS root filesystem capabilities for Linux - initramfs
  ii  zfs-zed0.8.1-1ubuntu13
 amd64OpenZFS Event Daemon
  ii  zfsutils-linux 0.8.1-1ubuntu13
 amd64command-line tools to manage OpenZFS filesystems

  jehos@MacBuntu:~$ uname -a
  Linux MacBuntu 5.3.0-13-generic #14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

  jehos@MacBuntu:~$ zpool list
  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
  bpool  1.88G  66.1M  1.81G- -  - 3%  1.00xONLINE  
-
  rpool   230G   124G   106G- - 9%53%  1.00xONLINE  
-

  jehos@MacBuntu:~$ zfs get all rpool/swap
  NAMEPROPERTY  VALUESOURCE
  rpool/swap  type  volume   -
  rpool/swap  creation  목 10월 10 15:56 2019  -
  rpool/swap  used  2.13G-
  rpool/swap  available 98.9G-
  rpool/swap  referenced72K  -
  rpool/swap  compressratio 1.11x-
  rpool/swap  reservation   none default
  rpool/swap  volsize   2G   local
  rpool/swap  volblocksize  4K   -
  rpool/swap  checksum  on   default
  rpool/swap  compression   zle  local
  rpool/swap  readonly  off  default
  rpool/swap  createtxg 34   -
  rpool/swap  copies1default
  rpool/swap  refreservation2.13Glocal
  rpool/swap  guid  18209330213704683244 -
  rpool/swap  primarycache  metadata local
  rpool/swap  secondarycachenone local
  rpool/swap  usedbysnapshots   0B   -
  rpool/swap  usedbydataset 72K  -
  rpool/swap  usedbychildren0B   -
  rpool/swap  usedbyrefreservation  2.13G-
  rpool/swap  logbias   throughput   local
  rpool/swap  objsetid  393  -
  rpool/swap  dedup off  default
  rpool/swap  mlslabel  none default
  rpool/swap  sync  always   local
  rpool/swap  refcompressratio  1.11x-
  rpool/swap  written   72K  -
  rpool/swap  logicalused   40K  -
  rpool/swap  logicalreferenced 40K  -
  rpool/swap  volmode   default  default
  rpool/swap  snapshot_limitnone default
  rpool/swap  snapshot_countnone default
  rpool/swap  snapdev   hidden   default
  rpool/swap  context   none default
  rpool/swap  fscontext none default
  rpool/swap  defcontextnone default
  rpool/swap  rootcontext   none default
  rpool/swap  redundant_metadataall  default
  rpool/swap  encryptionoff  default
  rpool/swap  keylocation   none default
  rpool/swap  keyformat none default
  

[Kernel-packages] [Bug 1847628] Re: When using swap in ZFS, system stops when you start using swap

2019-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: zfs-linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  When using swap in ZFS, system stops when you start using swap

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  # Problem

  When using swap in ZFS, system stops when you start using swap.

  > stress --vm 100

  if you doing swapoff will only occur OOM and the system will not stop.

  # Environment

  jehos@MacBuntu:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu Eoan Ermine (development branch)
  Release:19.10
  Codename:   eoan

  jehos@MacBuntu:~$ dpkg -l | grep zfs
  ii  libzfs2linux   0.8.1-1ubuntu13
 amd64OpenZFS filesystem library for Linux
  ii  zfs-initramfs  0.8.1-1ubuntu13
 amd64OpenZFS root filesystem capabilities for Linux - initramfs
  ii  zfs-zed0.8.1-1ubuntu13
 amd64OpenZFS Event Daemon
  ii  zfsutils-linux 0.8.1-1ubuntu13
 amd64command-line tools to manage OpenZFS filesystems

  jehos@MacBuntu:~$ uname -a
  Linux MacBuntu 5.3.0-13-generic #14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

  jehos@MacBuntu:~$ zpool list
  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
  bpool  1.88G  66.1M  1.81G- -  - 3%  1.00xONLINE  
-
  rpool   230G   124G   106G- - 9%53%  1.00xONLINE  
-

  jehos@MacBuntu:~$ zfs get all rpool/swap
  NAMEPROPERTY  VALUESOURCE
  rpool/swap  type  volume   -
  rpool/swap  creation  목 10월 10 15:56 2019  -
  rpool/swap  used  2.13G-
  rpool/swap  available 98.9G-
  rpool/swap  referenced72K  -
  rpool/swap  compressratio 1.11x-
  rpool/swap  reservation   none default
  rpool/swap  volsize   2G   local
  rpool/swap  volblocksize  4K   -
  rpool/swap  checksum  on   default
  rpool/swap  compression   zle  local
  rpool/swap  readonly  off  default
  rpool/swap  createtxg 34   -
  rpool/swap  copies1default
  rpool/swap  refreservation2.13Glocal
  rpool/swap  guid  18209330213704683244 -
  rpool/swap  primarycache  metadata local
  rpool/swap  secondarycachenone local
  rpool/swap  usedbysnapshots   0B   -
  rpool/swap  usedbydataset 72K  -
  rpool/swap  usedbychildren0B   -
  rpool/swap  usedbyrefreservation  2.13G-
  rpool/swap  logbias   throughput   local
  rpool/swap  objsetid  393  -
  rpool/swap  dedup off  default
  rpool/swap  mlslabel  none default
  rpool/swap  sync  always   local
  rpool/swap  refcompressratio  1.11x-
  rpool/swap  written   72K  -
  rpool/swap  logicalused   40K  -
  rpool/swap  logicalreferenced 40K  -
  rpool/swap  volmode   default  default
  rpool/swap  snapshot_limitnone default
  rpool/swap  snapshot_countnone default
  rpool/swap  snapdev   hidden   default
  rpool/swap  context   none default
  rpool/swap  fscontext none default
  rpool/swap  defcontextnone default
  rpool/swap  rootcontext   none default
  rpool/swap  redundant_metadataall  default
  rpool/swap  encryptionoff  default
  rpool/swap  keylocation   none default
  rpool/swap  keyformat none default
  rpool/swap  pbkdf2iters   0default

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1848075] Re: eoan server image does not boot on RPI3-A+

2019-10-14 Thread Hui Wang
@Dave Jones,

Is it because the kernel doesn't integrate and build the dtb for this
board or we didn't integrate the dtb in the system-boot partition on the
iso image?

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

Title:
  eoan server image does not boot on RPI3-A+

Status in linux-raspi2 package in Ubuntu:
  New

Bug description:
  I've tried with both the  20191010.1 and  20191012 image, and it boots
  on all other pi devices I have, but not on the rpi3-a+.  On the serial
  console, it only gets as far as "Starting kernel..." but over hdmi,
  there are some more details reported. I'll try to attach a screenshot
  in a moment.

  After talking to Dave Jones about this, it sounds like some dtb files
  are missing to make this work on a+

  From the 20191012 image:
  ii  linux-raspi25.3.0.1007.3arm64
Complete Linux kernel for the BCM2709 architecture.
  ii  linux-firmware-raspi2   1.20190819-0ubuntu2 arm64
Raspberry Pi 2/3/4 GPU firmware and bootloaders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848075/+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 1848102] [NEW] ZFS Installer create ZVOL for swap

2019-10-14 Thread Michael Ralston
Public bug reported:

I've been experiencing problems with a system installed via the new
Ubiquity ZFS installer.

When the system gets low on memory, it starts doing heavy IO (to my SSD
in this case), and the system freezes for several minutes.

My system has 16gig of ram, arc cache uses roughly 4gig of that when the
system freezes. Just need to have phpstorm, intellij and chrome open to
put enough memory pressure to make it freeze.

This bug is reported at: https://bugs.launchpad.net/ubuntu/+source/zfs-
linux/+bug/1847628

I'm reporting this bug here as I believe the Ubiquity ZFS Installer
should create a swap partition instead of making it a ZVOL.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: zfs-linux (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  I've been experiencing problems with a system installed via the new
  Ubiquity ZFS installer.
  
  When the system gets low on memory, it starts doing heavy IO (to my SSD
  in this case), and the system freezes for several minutes.
  
+ My system has 16gig of ram, arc cache uses roughly 4gig of that when the
+ system freezes. Just need to have phpstorm, intellij and chrome open to
+ put enough memory pressure to make it freeze.
+ 
  This bug is reported at: https://bugs.launchpad.net/ubuntu/+source/zfs-
  linux/+bug/1847628
  
  I'm reporting this bug here as I believe the Ubiquity ZFS Installer
  should create a swap partition instead of making it a ZVOL.

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

Title:
  ZFS Installer create ZVOL for swap

Status in ubiquity package in Ubuntu:
  New
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  I've been experiencing problems with a system installed via the new
  Ubiquity ZFS installer.

  When the system gets low on memory, it starts doing heavy IO (to my
  SSD in this case), and the system freezes for several minutes.

  My system has 16gig of ram, arc cache uses roughly 4gig of that when
  the system freezes. Just need to have phpstorm, intellij and chrome
  open to put enough memory pressure to make it freeze.

  This bug is reported at: https://bugs.launchpad.net/ubuntu/+source
  /zfs-linux/+bug/1847628

  I'm reporting this bug here as I believe the Ubiquity ZFS Installer
  should create a swap partition instead of making it a ZVOL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1848102/+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 1847927] Re: Upgrading of 20191010 installed on ZFS will lead to "device-mapper: reload ioctl on osprober-linux-sda6 failed: Device or resource busy" and then to auto-removal of

2019-10-14 Thread Jan Wester
Yes, just tested 20191014 and it seems okay. The reported things in this bug 
seems to be solved.
Only thing remaining now:

sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: vmlinuz-5.3.0-18-generic in rpool/ROOT/ubuntu_ylgjtz
Found initrd image: initrd.img-5.3.0-18-generic in rpool/ROOT/ubuntu_ylgjtz
Found memtest86+ image: /BOOT/ubuntu_ylgjtz@/memtest86+.elf
Found memtest86+ image: /BOOT/ubuntu_ylgjtz@/memtest86+.bin
device-mapper: reload ioctl on osprober-linux-sda6  failed: Enhet eller resurs 
upptagen
Command failed.
done

but guess that is another bug and issue

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

Title:
  Upgrading of 20191010 installed on ZFS will lead to "device-mapper:
  reload ioctl on osprober-linux-sda6  failed: Device or resource busy"
  and then to auto-removal of all zfs packages

Status in zfs-linux package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 19.10 from 20191010 ISO
  2. Run `sudo apt-get update` and `sudo apt-get upgrade`
  3. Note the following lines in the APT output:

  ...
  Warning: Couldn't find any valid initrd for dataset rpool/ROOT/ubuntu_69xc2t.
  Found memtest86+ image: /BOOT/ubuntu_69xc2t@/memtest86+.elf
  Found memtest86+ image: /BOOT/ubuntu_69xc2t@/memtest86+.bin
  device-mapper: reload ioctl on osprober-linux-sda6  failed: Device or 
resource busy
  Command failed.
  done
  ...
  device-mapper: reload ioctl on osprober-linux-sda6  failed: Device or 
resource busy
  Command failed.
  done

  4. Run `sudo apt-get autoremove --purge`

  $ sudo apt-get autoremove --purge
  [sudo] password for zfs: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
libnvpair1linux* libuutil1linux* libzfs2linux* libzpool2linux* 
zfs-initramfs* zfs-zed* zfsutils-linux*
  0 upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
  After this operation, 5 243 kB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.

  
  Expected results:
  * upgrading of packages run without errors

  Actual results:
  * system will not boot if user will proceed with package autoremoval

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: libzfs2linux 0.8.1-1ubuntu14
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 13 22:51:39 2019
  InstallationDate: Installed on 2019-10-13 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Beta amd64 (20191010)
  SourcePackage: zfs-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1847927/+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 1685937] Re: HID 1018:1006 Touchpad does not work

2019-10-14 Thread Markus Siegert
Had the same issue with an Evoo 11.6" tablet (Atom Cherry Trail, sold by 
Walmart) and fixed it by just removing the hid_multitouch kernel module...
Without it, the touch pad works fine for me with Lubuntu 19.04 (with a 5.0.0 
kernel)...

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

Title:
  HID 1018:1006 Touchpad does not work

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The touchpad does not work. hid_multitouch interprets gestures as weird stuff 
-> opens search, types letters. If I didnt overlook anything the touchpad 
position does not show in any of the /dev/input files.. Any help would be 
appreciated.
  edit:  its on a trekstor surfbook w2.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21 [modified: 
boot/vmlinuz-4.10.0-19-generic]
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity:Unity7
  Date: Mon Apr 24 23:05:18 2017
  MachineType: TrekStor SurfBook W2
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic.efi.signed 
root=UUID=78342794-9ef5-4a63-9b1e-040a63fd644b ro i8042.nopnp quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/22/2016
  dmi.bios.version: SB14464-2_BIOS_V2.1.1
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: CherryTrail CR
  dmi.board.vendor: TS_I-Net
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvn:bvrSB14464-2_BIOS_V2.1.1:bd11/22/2016:svnTrekStor:pnSurfBookW2:pvrType1-TBDbyOEM:rvnTS_I-Net:rnCherryTrailCR:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: SurfBook W2
  dmi.product.version: Type1 - TBD by OEM
  dmi.sys.vendor: TrekStor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1685937/+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 1818407] Re: Cant access emmc, error -84

2019-10-14 Thread JuniorJPDJ
Oh never mind, it also works with 5.3. I don't remember then which
kernel I actually tried, but issue seems to be fixed.

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

Title:
  Cant access emmc, error -84

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Greetings!

  I just got my new convertible(Asus TP202NAS, brand new) and wanted to install 
kubuntu 18.10 onto the internal storage, only to find that it cant see it. In 
dmesg i only got these two error:
  mc0: mmc_select_hs400 failed, error -84
  mc0: error -84 whilst initializing mmc card

  Tried to google around for a solution but i didnt found any solution
  to this, also tried the kubuntu IRC channel but didnt got any luck
  there too

  
  /EDIT
  Submitted from a live session.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: ubuntu-release-upgrader-core 1:18.10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  CasperVersion: 1.399
  CrashDB: ubuntu
  Date: Sun Mar  3 13:59:13 2019
  LiveMediaBuild: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kubuntu3661 F pulseaudio
  CasperVersion: 1.394
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Kubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
  Lsusb:
   Bus 002 Device 003: ID 0781:5581 SanDisk Corp. Ultra
   Bus 002 Device 002: ID 05e3:0747 Genesys Logic, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 13d3:3501 IMC Networks 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. TP202NAS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper maybe-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-15-generic N/A
   linux-backports-modules-4.18.0-15-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP202NAS.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP202NAS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrTP202NAS.209:bd07/19/2018:svnASUSTeKCOMPUTERINC.:pnTP202NAS:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP202NAS:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: VivoBook Flip
  dmi.product.name: TP202NAS
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818407/+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 1836858] Re: i915: Display flickers during "flickerfree" boot (BIOS logo on a black background)

2019-10-14 Thread Sebastien Bacher
I've discussed the issue with Hans who pointed out to that kernel option being 
needed
FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER

Details on https://lwn.net/Articles/758312/

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

Title:
  i915: Display flickers during "flickerfree" boot (BIOS logo on a black
  background)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am trying flickerfree boot in 19.10 [1], but find it actually
  flickers part way through:

1. BIOS logo on a black background.
2. Display mode resets, no image on a black background briefly.
3. BIOS logo on a black background.

  The flicker occurs seemingly during kernel startup since my
  peripherals are lit up before the problem occurs.

  Suspecting this might be related to FB handover:

    [2.751028] fb0: switching to inteldrmfb from EFI VGA

  I tried disabling that with a big hammer:

    i915.modeset=0

  so it stays in efifb, and that works -- no more flickering, providing
  I don't let i915 take over the framebuffer.

  [1] https://discourse.ubuntu.com/t/testing-flickerfree-boot/11854

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.2.0-8-generic 5.2.0-8.9
  ProcVersionSignature: Ubuntu 5.2.0-8.9-generic 5.2.0
  Uname: Linux 5.2.0-8-generic x86_64
  ApportVersion: 2.20.11-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D2', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D9p', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Wed Jul 17 16:34:36 2019
  InstallationDate: Installed on 2019-05-02 (76 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan EANIMAL" - Alpha amd64 (20190501)
  MachineType: LENOVO 10M7CTO1WW
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.2.0-8-generic 
root=UUID=9bfb5f01-bdd4-4854-bfce-1c28e2f2f3bc ro quiet splash i915.fastboot=1 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.2.0-8-generic N/A
   linux-backports-modules-5.2.0-8-generic  N/A
   linux-firmware   1.180
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/06/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: M16KT47A
  dmi.board.name: 3102
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN 3259627060530
  dmi.chassis.type: 3
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrM16KT47A:bd02/06/2018:svnLENOVO:pn10M7CTO1WW:pvrThinkCentreM710s:rvnLENOVO:rn3102:rvrSDK0J40709WIN3259627060530:cvnLENOVO:ct3:cvrNone:
  dmi.product.family: ThinkCentre M710s
  dmi.product.name: 10M7CTO1WW
  dmi.product.sku: LENOVO_MT_10M7_BU_Think_FM_ThinkCentre M710s
  dmi.product.version: ThinkCentre M710s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1836858/+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 1847927] Re: Upgrading of 20191010 installed on ZFS will lead to "device-mapper: reload ioctl on osprober-linux-sda6 failed: Device or resource busy" and then to auto-removal of

2019-10-14 Thread Norbert
The Ubuntu 20191014 is not affected.

** Changed in: zfs-linux (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Upgrading of 20191010 installed on ZFS will lead to "device-mapper:
  reload ioctl on osprober-linux-sda6  failed: Device or resource busy"
  and then to auto-removal of all zfs packages

Status in zfs-linux package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 19.10 from 20191010 ISO
  2. Run `sudo apt-get update` and `sudo apt-get upgrade`
  3. Note the following lines in the APT output:

  ...
  Warning: Couldn't find any valid initrd for dataset rpool/ROOT/ubuntu_69xc2t.
  Found memtest86+ image: /BOOT/ubuntu_69xc2t@/memtest86+.elf
  Found memtest86+ image: /BOOT/ubuntu_69xc2t@/memtest86+.bin
  device-mapper: reload ioctl on osprober-linux-sda6  failed: Device or 
resource busy
  Command failed.
  done
  ...
  device-mapper: reload ioctl on osprober-linux-sda6  failed: Device or 
resource busy
  Command failed.
  done

  4. Run `sudo apt-get autoremove --purge`

  $ sudo apt-get autoremove --purge
  [sudo] password for zfs: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
libnvpair1linux* libuutil1linux* libzfs2linux* libzpool2linux* 
zfs-initramfs* zfs-zed* zfsutils-linux*
  0 upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
  After this operation, 5 243 kB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.

  
  Expected results:
  * upgrading of packages run without errors

  Actual results:
  * system will not boot if user will proceed with package autoremoval

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: libzfs2linux 0.8.1-1ubuntu14
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 13 22:51:39 2019
  InstallationDate: Installed on 2019-10-13 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Beta amd64 (20191010)
  SourcePackage: zfs-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1847927/+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 1818407] Re: Cant access emmc, error -84

2019-10-14 Thread JuniorJPDJ
I had similar issues on Chuwi Hi13 tablet with the same eMMC module.
It looks like latest 5.4-rc3 fixed that issue for me. I haven't tried other 5.4 
kernel, but tried some of older kernels and older distros and 5.3 family.
I tried 5.4-rc3 on Arch Linux and it worked all 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/1818407

Title:
  Cant access emmc, error -84

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Greetings!

  I just got my new convertible(Asus TP202NAS, brand new) and wanted to install 
kubuntu 18.10 onto the internal storage, only to find that it cant see it. In 
dmesg i only got these two error:
  mc0: mmc_select_hs400 failed, error -84
  mc0: error -84 whilst initializing mmc card

  Tried to google around for a solution but i didnt found any solution
  to this, also tried the kubuntu IRC channel but didnt got any luck
  there too

  
  /EDIT
  Submitted from a live session.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: ubuntu-release-upgrader-core 1:18.10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  CasperVersion: 1.399
  CrashDB: ubuntu
  Date: Sun Mar  3 13:59:13 2019
  LiveMediaBuild: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kubuntu3661 F pulseaudio
  CasperVersion: 1.394
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Kubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
  Lsusb:
   Bus 002 Device 003: ID 0781:5581 SanDisk Corp. Ultra
   Bus 002 Device 002: ID 05e3:0747 Genesys Logic, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 13d3:3501 IMC Networks 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. TP202NAS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper maybe-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-15-generic N/A
   linux-backports-modules-4.18.0-15-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP202NAS.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP202NAS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrTP202NAS.209:bd07/19/2018:svnASUSTeKCOMPUTERINC.:pnTP202NAS:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP202NAS:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: VivoBook Flip
  dmi.product.name: TP202NAS
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818407/+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 1779156] Re: lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

2019-10-14 Thread Colin Ian King
A fix has landed in lxd, I refer you to the following comment:

https://github.com/lxc/lxd/issues/4656#issuecomment-541266681

Please check if this addresses the issues.

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

Title:
  lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

Status in linux package in Ubuntu:
  Triaged
Status in lxc package in Ubuntu:
  Confirmed
Status in linux source package in Cosmic:
  Triaged
Status in lxc source package in Cosmic:
  Confirmed
Status in linux source package in Disco:
  New
Status in lxc source package in Disco:
  New
Status in linux source package in Eoan:
  Triaged
Status in lxc source package in Eoan:
  Confirmed

Bug description:
  I'm not sure exactly what got me into this state, but I have several
  lxc containers that cannot be deleted.

  $ lxc info
  
  api_status: stable
  api_version: "1.0"
  auth: trusted
  public: false
  auth_methods:
  - tls
  environment:
addresses: []
architectures:
- x86_64
- i686
certificate: |
  -BEGIN CERTIFICATE-
  
  -END CERTIFICATE-
certificate_fingerprint: 
3af6f8b8233c5d9e898590a9486ded5c0bec045488384f30ea921afce51f75cb
driver: lxc
driver_version: 3.0.1
kernel: Linux
kernel_architecture: x86_64
kernel_version: 4.15.0-23-generic
server: lxd
server_pid: 15123
server_version: "3.2"
storage: zfs
storage_version: 0.7.5-1ubuntu15
server_clustered: false
server_name: milhouse

  $ lxc delete --force b1
  Error: Failed to destroy ZFS filesystem: cannot destroy 
'default/containers/b1': dataset is busy

  Talking in #lxc-dev, stgraber and sforeshee provided diagnosis:

   | short version is that something unshared a mount namespace causing
   | them to get a copy of the mount table at the time that dataset was
   | mounted, which then prevents zfs from being able to destroy it)

  The work around provided was

   | you can unstick this particular issue by doing:
   |  grep default/containers/b1 /proc/*/mountinfo
   | then for any of the hits, do:
   |   nsenter -t PID -m -- umount 
/var/snap/lxd/common/lxd/storage-pools/default/containers/b1
   | then try the delete again

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.15.0-23-generic 4.15.0-23.25
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  smoser31412 F pulseaudio
   /dev/snd/controlC2:  smoser31412 F pulseaudio
   /dev/snd/controlC0:  smoser31412 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 28 10:42:45 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (1071 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  MachineType: 
b'\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff'
 
b'\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff'
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.174
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/09/2015
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0246.2015.0309.1355
  dmi.board.asset.tag: �
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-503
  dmi.chassis.asset.tag: �
  dmi.chassis.type: 3
  dmi.chassis.vendor: �
  dmi.chassis.version: �
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0246.2015.0309.1355:bd03/09/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-503:cvn:ct3:cvr:
  dmi.product.family: �
  dmi.product.name: �
  dmi.product.version: �
  dmi.sys.vendor: �

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1846117] Re: xenial/linux-oracle: 4.15.0-1027.30~16.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  xenial/linux-oracle: 4.15.0-1027.30~16.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Invalid
Status in linux-oracle source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846118
  packages:
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:07 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846117/+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 1846078] Re: bionic/linux-azure: 5.0.0-1023.24~18.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  bionic/linux-azure: 5.0.0-1023.24~18.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846079
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:51 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure-edge: bug 1846077
bionic/linux-azure/azure-kernel: bug 1846076
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846078/+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 1846118] Re: bionic/linux-oracle: 4.15.0-1027.30 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  bionic/linux-oracle: 4.15.0-1027.30 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Invalid
Status in linux-oracle source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-oracle: bug 1846117
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846118/+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 1846119] Re: bionic/linux-fips: 4.15.0-1018.21 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => 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/1846119

Title:
  bionic/linux-fips: 4.15.0-1018.21 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:04 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846119/+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 1846082] Re: bionic/linux-gcp: 5.0.0-1021.21~18.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  bionic/linux-gcp: 5.0.0-1021.21~18.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-gcp package in Ubuntu:
  Invalid
Status in linux-gcp source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846086
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:52 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gcp-edge: bug 1846081
bionic/linux-gcp/gcp-kernel: bug 1846080
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846082/+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 1846123] Re: xenial/linux-azure: 4.15.0-1061.66 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  xenial/linux-azure: 4.15.0-1061.66 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:04 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
trusty/linux-azure: bug 1846122
xenial/linux-azure-edge: bug 1846121
xenial/linux-azure/azure-kernel: bug 1846120
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846123/+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 1846108] Re: bionic/linux-aws-fips: 4.15.0-2002.2 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => 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/1846108

Title:
  bionic/linux-aws-fips: 4.15.0-2002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Confirmed
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846110
  packages:
lrm: linux-restricted-modules-aws-fips
main: linux-aws-fips
meta: linux-meta-aws-fips
signed: linux-signed-aws-fips
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:07 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846108/+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 1846122] Re: trusty/linux-azure: 4.15.0-1061.66~14.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  trusty/linux-azure: 4.15.0-1061.66~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846123
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:08 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846122/+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 1846116] Re: bionic/linux-ibm-gt: 4.15.0-1039.41 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => 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/1846116

Title:
  bionic/linux-ibm-gt: 4.15.0-1039.41 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-ibm-gt
meta: linux-meta-ibm-gt
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846116/+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 1846248] Re: precise/linux-lts-trusty: 3.13.0-174.225~12.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  precise/linux-lts-trusty: 3.13.0-174.225~12.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846250
  packages:
main: linux-lts-trusty
meta: linux-meta-lts-trusty
signed: linux-signed-lts-trusty
  phase: Testing
  phase-changed: Monday, 14. October 2019 18:06 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846248/+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 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Ready for Testing
- phase-changed: Saturday, 12. October 2019 01:06 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 20:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Confirmed
Status in linux-oracle source package in Eoan:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 20:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847295/+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 1847801] Re: bionic/linux-oem: 4.15.0-1059.68 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  bionic/linux-oem: 4.15.0-1059.68 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Testing
  phase-changed: Monday, 14. October 2019 14:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847801/+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 1846066] Re: trusty/linux-aws: 4.4.0-1056.60 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  trusty/linux-aws: 4.4.0-1056.60 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Invalid
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:14 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846066/+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 1846060] Re: xenial/linux-kvm: 4.4.0-1060.67 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  xenial/linux-kvm: 4.4.0-1060.67 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-kvm package in Ubuntu:
  Invalid
Status in linux-kvm source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846060/+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 1846096] Re: bionic/linux-bluefield: 5.0.0-1003.12 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => 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/1846096

Title:
  bionic/linux-bluefield: 5.0.0-1003.12 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-bluefield
meta: linux-meta-bluefield
  phase: Testing
  phase-changed: Thursday, 10. October 2019 16:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846096/+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 1846250] Re: trusty/linux: 3.13.0-174.225 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => 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/1846250

Title:
  trusty/linux: 3.13.0-174.225 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Monday, 14. October 2019 18:05 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
precise/linux-lts-trusty: bug 1846248
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846250/+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 1846115] Re: bionic/linux-kvm: 4.15.0-1048.48 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  bionic/linux-kvm: 4.15.0-1048.48 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-kvm package in Ubuntu:
  Invalid
Status in linux-kvm source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:02 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846115/+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 1847295] Re: eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

2019-10-14 Thread Seth Forshee
** Tags added: regression-testing-passed

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

Title:
  eoan/linux-oracle: 5.3.0-1002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Confirmed
Status in linux-oracle source package in Eoan:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 20:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847295/+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 1846059] Re: xenial/linux-aws: 4.4.0-1096.107 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

Title:
  xenial/linux-aws: 4.4.0-1096.107 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-aws/aws-kernel: bug 1846058
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846059/+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 1846248] Re: precise/linux-lts-trusty: 3.13.0-174.225~12.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846250
  packages:
main: linux-lts-trusty
meta: linux-meta-lts-trusty
signed: linux-signed-lts-trusty
- phase: Ready for Testing
- phase-changed: Wednesday, 09. October 2019 21:51 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 18:06 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  precise/linux-lts-trusty: 3.13.0-174.225~12.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846250
  packages:
main: linux-lts-trusty
meta: linux-meta-lts-trusty
signed: linux-signed-lts-trusty
  phase: Testing
  phase-changed: Monday, 14. October 2019 18:06 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846248/+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 1846250] Re: trusty/linux: 3.13.0-174.225 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
main: linux
meta: linux-meta
signed: linux-signed
- phase: Ready for Testing
- phase-changed: Thursday, 03. October 2019 20:02 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 18:05 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
precise/linux-lts-trusty: bug 1846248
  variant: debs

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

Title:
  trusty/linux: 3.13.0-174.225 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Monday, 14. October 2019 18:05 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
precise/linux-lts-trusty: bug 1846248
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846250/+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 1848075] Re: eoan server image does not boot on RPI3-A+

2019-10-14 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1848075

** Tags added: iso-testing

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

Title:
  eoan server image does not boot on RPI3-A+

Status in linux-raspi2 package in Ubuntu:
  New

Bug description:
  I've tried with both the  20191010.1 and  20191012 image, and it boots
  on all other pi devices I have, but not on the rpi3-a+.  On the serial
  console, it only gets as far as "Starting kernel..." but over hdmi,
  there are some more details reported. I'll try to attach a screenshot
  in a moment.

  After talking to Dave Jones about this, it sounds like some dtb files
  are missing to make this work on a+

  From the 20191012 image:
  ii  linux-raspi25.3.0.1007.3arm64
Complete Linux kernel for the BCM2709 architecture.
  ii  linux-firmware-raspi2   1.20190819-0ubuntu2 arm64
Raspberry Pi 2/3/4 GPU firmware and bootloaders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848075/+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 1847927] Re: Upgrading of 20191010 installed on ZFS will lead to "device-mapper: reload ioctl on osprober-linux-sda6 failed: Device or resource busy" and then to auto-removal of

2019-10-14 Thread Adam Conrad
20191012 is the only one where this is expected to work, however for
other hilarious reasons, you need to boot in the live session, upgrade
to ubiquity from eoan-proposed (19.10.20), then run the installer.

This should all be in better shape with tonight's images when we spin
them (expected serial of 20191014)

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

Title:
  Upgrading of 20191010 installed on ZFS will lead to "device-mapper:
  reload ioctl on osprober-linux-sda6  failed: Device or resource busy"
  and then to auto-removal of all zfs packages

Status in zfs-linux package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 19.10 from 20191010 ISO
  2. Run `sudo apt-get update` and `sudo apt-get upgrade`
  3. Note the following lines in the APT output:

  ...
  Warning: Couldn't find any valid initrd for dataset rpool/ROOT/ubuntu_69xc2t.
  Found memtest86+ image: /BOOT/ubuntu_69xc2t@/memtest86+.elf
  Found memtest86+ image: /BOOT/ubuntu_69xc2t@/memtest86+.bin
  device-mapper: reload ioctl on osprober-linux-sda6  failed: Device or 
resource busy
  Command failed.
  done
  ...
  device-mapper: reload ioctl on osprober-linux-sda6  failed: Device or 
resource busy
  Command failed.
  done

  4. Run `sudo apt-get autoremove --purge`

  $ sudo apt-get autoremove --purge
  [sudo] password for zfs: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
libnvpair1linux* libuutil1linux* libzfs2linux* libzpool2linux* 
zfs-initramfs* zfs-zed* zfsutils-linux*
  0 upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
  After this operation, 5 243 kB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.

  
  Expected results:
  * upgrading of packages run without errors

  Actual results:
  * system will not boot if user will proceed with package autoremoval

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: libzfs2linux 0.8.1-1ubuntu14
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 13 22:51:39 2019
  InstallationDate: Installed on 2019-10-13 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Beta amd64 (20191010)
  SourcePackage: zfs-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1847927/+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 1847290] Re: eoan/linux-raspi2: 5.3.0-1007.8 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


** Changed in: kernel-sru-workflow
   Status: In Progress => Fix Released

** Tags removed: kernel-release-tracking-bug-live

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

Title:
  eoan/linux-raspi2: 5.3.0-1007.8 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-release series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in linux-raspi2 package in Ubuntu:
  Fix Released
Status in linux-raspi2 source package in Eoan:
  Fix Released

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1847298
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Complete
  phase-changed: Monday, 14. October 2019 16:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847290/+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 1848075] Re: eoan server image does not boot on RPI3-A+

2019-10-14 Thread Paul Larson
Here's a screenshot from the errors I see on the hdmi console

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848075/+attachment/5297127/+files/IMG_1389.JPG

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

Title:
  eoan server image does not boot on RPI3-A+

Status in linux-raspi2 package in Ubuntu:
  New

Bug description:
  I've tried with both the  20191010.1 and  20191012 image, and it boots
  on all other pi devices I have, but not on the rpi3-a+.  On the serial
  console, it only gets as far as "Starting kernel..." but over hdmi,
  there are some more details reported. I'll try to attach a screenshot
  in a moment.

  After talking to Dave Jones about this, it sounds like some dtb files
  are missing to make this work on a+

  From the 20191012 image:
  ii  linux-raspi25.3.0.1007.3arm64
Complete Linux kernel for the BCM2709 architecture.
  ii  linux-firmware-raspi2   1.20190819-0ubuntu2 arm64
Raspberry Pi 2/3/4 GPU firmware and bootloaders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848075/+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 1848075] [NEW] eoan server image does not boot on RPI3-A+

2019-10-14 Thread Paul Larson
Public bug reported:

I've tried with both the  20191010.1 and  20191012 image, and it boots
on all other pi devices I have, but not on the rpi3-a+.  On the serial
console, it only gets as far as "Starting kernel..." but over hdmi,
there are some more details reported. I'll try to attach a screenshot in
a moment.

After talking to Dave Jones about this, it sounds like some dtb files
are missing to make this work on a+

>From the 20191012 image:
ii  linux-raspi25.3.0.1007.3arm64
Complete Linux kernel for the BCM2709 architecture.
ii  linux-firmware-raspi2   1.20190819-0ubuntu2 arm64
Raspberry Pi 2/3/4 GPU firmware and bootloaders

** Affects: linux-raspi2 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  eoan server image does not boot on RPI3-A+

Status in linux-raspi2 package in Ubuntu:
  New

Bug description:
  I've tried with both the  20191010.1 and  20191012 image, and it boots
  on all other pi devices I have, but not on the rpi3-a+.  On the serial
  console, it only gets as far as "Starting kernel..." but over hdmi,
  there are some more details reported. I'll try to attach a screenshot
  in a moment.

  After talking to Dave Jones about this, it sounds like some dtb files
  are missing to make this work on a+

  From the 20191012 image:
  ii  linux-raspi25.3.0.1007.3arm64
Complete Linux kernel for the BCM2709 architecture.
  ii  linux-firmware-raspi2   1.20190819-0ubuntu2 arm64
Raspberry Pi 2/3/4 GPU firmware and bootloaders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848075/+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 1846065] Re: xenial/linux-fips: 4.4.0-1023.28 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
- phase: Ready for Testing
- phase-changed: Friday, 04. October 2019 14:11 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  xenial/linux-fips: 4.4.0-1023.28 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846065/+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 1846069] Re: xenial/linux: 4.4.0-166.195 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
main: linux
meta: linux-meta
signed: linux-signed
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:35 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
trusty/linux-aws: bug 1846066
trusty/linux-lts-xenial: bug 1846067
xenial/linux-aws: bug 1846059
xenial/linux-fips: bug 1846065
xenial/linux-kvm: bug 1846060
xenial/linux-raspi2: bug 1846062
xenial/linux-snapdragon: bug 1846064
xenial/linux/caracalla-kernel: bug 1846054
xenial/linux/pc-kernel: bug 1846055
xenial/linux/stlouis-kernel: bug 1846057
  variant: debs

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

Title:
  xenial/linux: 4.4.0-166.195 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
trusty/linux-aws: bug 1846066
trusty/linux-lts-xenial: bug 1846067
xenial/linux-aws: bug 1846059
xenial/linux-fips: bug 1846065
xenial/linux-kvm: bug 1846060
xenial/linux-raspi2: bug 1846062
xenial/linux-snapdragon: bug 1846064
xenial/linux/caracalla-kernel: bug 1846054
xenial/linux/pc-kernel: bug 1846055
xenial/linux/stlouis-kernel: bug 1846057
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846069/+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 1846122] Re: trusty/linux-azure: 4.15.0-1061.66~14.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846123
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Ready for Testing
- phase-changed: Wednesday, 09. October 2019 21:52 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:08 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  trusty/linux-azure: 4.15.0-1061.66~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846123
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:08 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846122/+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 1846059] Re: xenial/linux-aws: 4.4.0-1096.107 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-aws
meta: linux-meta-aws
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:30 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-aws/aws-kernel: bug 1846058
  variant: debs

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

Title:
  xenial/linux-aws: 4.4.0-1096.107 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-aws/aws-kernel: bug 1846058
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846059/+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 1846108] Re: bionic/linux-aws-fips: 4.15.0-2002.2 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846110
  packages:
lrm: linux-restricted-modules-aws-fips
main: linux-aws-fips
meta: linux-meta-aws-fips
signed: linux-signed-aws-fips
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 08:47 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:07 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-aws-fips: 4.15.0-2002.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Confirmed
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846110
  packages:
lrm: linux-restricted-modules-aws-fips
main: linux-aws-fips
meta: linux-meta-aws-fips
signed: linux-signed-aws-fips
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:07 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846108/+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 1846062] Re: xenial/linux-raspi2: 4.4.0-1124.133 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:36 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-raspi2/pi2-kernel: bug 1846061
  variant: debs

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

Title:
  xenial/linux-raspi2: 4.4.0-1124.133 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-raspi2 package in Ubuntu:
  Invalid
Status in linux-raspi2 source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-raspi2/pi2-kernel: bug 1846061
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846062/+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 1846060] Re: xenial/linux-kvm: 4.4.0-1060.67 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-kvm
meta: linux-meta-kvm
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:36 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  xenial/linux-kvm: 4.4.0-1060.67 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-kvm package in Ubuntu:
  Invalid
Status in linux-kvm source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846060/+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 1846066] Re: trusty/linux-aws: 4.4.0-1056.60 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-aws
meta: linux-meta-aws
- phase: Ready for Testing
- phase-changed: Friday, 04. October 2019 16:16 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:14 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  trusty/linux-aws: 4.4.0-1056.60 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Invalid
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:14 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846066/+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 1846117] Re: xenial/linux-oracle: 4.15.0-1027.30~16.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846118
  packages:
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 05:55 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:07 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  xenial/linux-oracle: 4.15.0-1027.30~16.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Invalid
Status in linux-oracle source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846118
  packages:
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:07 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846117/+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 1846064] Re: xenial/linux-snapdragon: 4.4.0-1128.136 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:37 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-snapdragon/dragonboard-kernel: bug 1846063
  variant: debs

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

Title:
  xenial/linux-snapdragon: 4.4.0-1128.136 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-snapdragon package in Ubuntu:
  Invalid
Status in linux-snapdragon source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846069
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-snapdragon/dragonboard-kernel: bug 1846063
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846064/+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 1847801] Re: bionic/linux-oem: 4.15.0-1059.68 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

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

Title:
  bionic/linux-oem: 4.15.0-1059.68 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Testing
  phase-changed: Monday, 14. October 2019 14:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1847801/+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 1846128] Re: xenial/linux-deeplens: 4.15.0-1010.10 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846130
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
- phase: Ready for Testing
- phase-changed: Thursday, 03. October 2019 13:28 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:09 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  xenial/linux-deeplens: 4.15.0-1010.10 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846130
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:09 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846128/+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 1846110] Re: bionic/linux-aws: 4.15.0-1052.54 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-aws
main: linux-aws
meta: linux-meta-aws
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:07 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws-fips: bug 1846108
bionic/linux-aws/aws-kernel: bug 1846107
xenial/linux-aws-hwe: bug 1846109
  variant: debs

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

Title:
  bionic/linux-aws: 4.15.0-1052.54 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-aws
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws-fips: bug 1846108
bionic/linux-aws/aws-kernel: bug 1846107
xenial/linux-aws-hwe: bug 1846109
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846110/+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 1846123] Re: xenial/linux-azure: 4.15.0-1061.66 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 05:50 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:04 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
trusty/linux-azure: bug 1846122
xenial/linux-azure-edge: bug 1846121
xenial/linux-azure/azure-kernel: bug 1846120
  variant: debs

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

Title:
  xenial/linux-azure: 4.15.0-1061.66 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:04 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
trusty/linux-azure: bug 1846122
xenial/linux-azure-edge: bug 1846121
xenial/linux-azure/azure-kernel: bug 1846120
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846123/+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 1846126] Re: xenial/linux-gcp: 4.15.0-1047.50 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 05:40 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:05 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-gcp/gcp-kernel: bug 1846124
xenial/linux-gcp/gke-kernel: bug 1846125
  variant: debs

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

Title:
  xenial/linux-gcp: 4.15.0-1047.50 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-gcp package in Ubuntu:
  Invalid
Status in linux-gcp source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:05 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-gcp/gcp-kernel: bug 1846124
xenial/linux-gcp/gke-kernel: bug 1846125
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846126/+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 1846103] Re: bionic/linux-raspi2: 4.15.0-1049.53 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:10 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:00 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-raspi2/pi-kernel: bug 1846101
  variant: debs

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

Title:
  bionic/linux-raspi2: 4.15.0-1049.53 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-raspi2 package in Ubuntu:
  Invalid
Status in linux-raspi2 source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:00 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-raspi2/pi-kernel: bug 1846101
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846103/+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 1846119] Re: bionic/linux-fips: 4.15.0-1018.21 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
- phase: Ready for Testing
- phase-changed: Thursday, 03. October 2019 11:11 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:04 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-fips: 4.15.0-1018.21 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:04 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846119/+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 1846116] Re: bionic/linux-ibm-gt: 4.15.0-1039.41 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-ibm-gt
meta: linux-meta-ibm-gt
- phase: Ready for Testing
- phase-changed: Wednesday, 02. October 2019 22:11 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-ibm-gt: 4.15.0-1039.41 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-ibm-gt
meta: linux-meta-ibm-gt
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846116/+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 1846118] Re: bionic/linux-oracle: 4.15.0-1027.30 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 12:51 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-oracle: bug 1846117
  variant: debs

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

Title:
  bionic/linux-oracle: 4.15.0-1027.30 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Invalid
Status in linux-oracle source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-oracle: bug 1846117
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846118/+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 1846105] Re: bionic/linux-snapdragon: 4.15.0-1066.73 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:11 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-snapdragon/dragonboard-kernel: bug 1846104
  variant: debs

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

Title:
  bionic/linux-snapdragon: 4.15.0-1066.73 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-snapdragon package in Ubuntu:
  Invalid
Status in linux-snapdragon source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-snapdragon/dragonboard-kernel: bug 1846104
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846105/+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 1846115] Re: bionic/linux-kvm: 4.15.0-1048.48 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-kvm
meta: linux-meta-kvm
- phase: Ready for Testing
- phase-changed: Monday, 14. October 2019 06:00 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 17:02 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-kvm: 4.15.0-1048.48 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-kvm package in Ubuntu:
  Invalid
Status in linux-kvm source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846131
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Monday, 14. October 2019 17:02 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846115/+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 1846131] Re: bionic/linux: 4.15.0-66.75 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => 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/1846131

Title:
  bionic/linux: 4.15.0-66.75 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Thursday, 03. October 2019 10:54 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws: bug 1846110
bionic/linux-fips: bug 1846119
bionic/linux-gke-4.15: bug 1846114
bionic/linux-ibm-gt: bug 1846116
bionic/linux-kvm: bug 1846115
bionic/linux-oem: bug 1847801
bionic/linux-oracle: bug 1846118
bionic/linux-raspi2: bug 1846103
bionic/linux-snapdragon: bug 1846105
bionic/linux/pc-kernel: bug 1846099
bionic/linux/pc-lowlatency-kernel: bug 1846100
xenial/linux-azure: bug 1846123
xenial/linux-gcp: bug 1846126
xenial/linux-hwe: bug 1846130
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846131/+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 1846078] Re: bionic/linux-azure: 5.0.0-1023.24~18.04.1 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846079
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 20:01 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:51 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure-edge: bug 1846077
bionic/linux-azure/azure-kernel: bug 1846076
  variant: debs

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

Title:
  bionic/linux-azure: 5.0.0-1023.24~18.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Bionic:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846079
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:51 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure-edge: bug 1846077
bionic/linux-azure/azure-kernel: bug 1846076
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846078/+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 1846091] Re: disco/linux-snapdragon: 5.0.0-1024.25 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 20:40 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:48 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  disco/linux-snapdragon: 5.0.0-1024.25 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-snapdragon package in Ubuntu:
  Invalid
Status in linux-snapdragon source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:48 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846091/+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 1846087] Re: disco/linux-kvm: 5.0.0-1020.21 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-kvm
meta: linux-meta-kvm
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 21:06 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:48 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  disco/linux-kvm: 5.0.0-1020.21 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-kvm package in Ubuntu:
  Invalid
Status in linux-kvm source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:48 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846087/+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 1846097] Re: disco/linux: 5.0.0-32.34 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 20:51 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:45 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-bluefield: bug 1846096
bionic/linux-hwe: bug 1846092
bionic/linux-oem-osp1: bug 1846095
disco/linux-aws: bug 1846075
disco/linux-azure: bug 1846079
disco/linux-gcp: bug 1846086
disco/linux-kvm: bug 1846087
disco/linux-oracle: bug 1846089
disco/linux-raspi2: bug 1846073
disco/linux-snapdragon: bug 1846091
  variant: debs

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

Title:
  disco/linux: 5.0.0-32.34 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:45 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-bluefield: bug 1846096
bionic/linux-hwe: bug 1846092
bionic/linux-oem-osp1: bug 1846095
disco/linux-aws: bug 1846075
disco/linux-azure: bug 1846079
disco/linux-gcp: bug 1846086
disco/linux-kvm: bug 1846087
disco/linux-oracle: bug 1846089
disco/linux-raspi2: bug 1846073
disco/linux-snapdragon: bug 1846091
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846097/+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 1846073] Re: disco/linux-raspi2: 5.0.0-1020.20 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 19:25 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  disco/linux-raspi2: 5.0.0-1020.20 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-raspi2 package in Ubuntu:
  Invalid
Status in linux-raspi2 source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846073/+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 1846096] Re: bionic/linux-bluefield: 5.0.0-1003.12 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => 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/1846096

Title:
  bionic/linux-bluefield: 5.0.0-1003.12 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-bluefield
meta: linux-meta-bluefield
  phase: Testing
  phase-changed: Thursday, 10. October 2019 16:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846096/+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 1846086] Re: disco/linux-gcp: 5.0.0-1021.21 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 20:21 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:47 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gcp: bug 1846082
bionic/linux-gke-5.0: bug 1847930
  variant: debs

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

Title:
  disco/linux-gcp: 5.0.0-1021.21 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-gcp package in Ubuntu:
  Invalid
Status in linux-gcp source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:47 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gcp: bug 1846082
bionic/linux-gke-5.0: bug 1847930
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846086/+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 1846079] Re: disco/linux-azure: 5.0.0-1023.24 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 20:00 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:47 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure: bug 1846078
  variant: debs

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

Title:
  disco/linux-azure: 5.0.0-1023.24 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:47 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure: bug 1846078
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846079/+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 1846075] Re: disco/linux-aws: 5.0.0-1019.21 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-aws
meta: linux-meta-aws
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 19:30 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws-edge: bug 1846074
  variant: debs

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

Title:
  disco/linux-aws: 5.0.0-1019.21 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws-edge: bug 1846074
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846075/+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 1846089] Re: disco/linux-oracle: 5.0.0-1005.9 -proposed tracker

2019-10-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Ready for Testing
- phase-changed: Friday, 11. October 2019 21:06 UTC
+ phase: Testing
+ phase-changed: Monday, 14. October 2019 16:48 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-oracle-edge: bug 1846088
  variant: debs

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

Title:
  disco/linux-oracle: 5.0.0-1005.9 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-oracle package in Ubuntu:
  Invalid
Status in linux-oracle source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846097
  packages:
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
  phase: Testing
  phase-changed: Monday, 14. October 2019 16:48 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-oracle-edge: bug 1846088
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846089/+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


  1   2   3   >