[Kernel-packages] [Bug 1856871] Re: i/o error if next unused loop device is queried

2020-01-14 Thread Eric Desrochers
I reproduced the behaviour using 5.5 upstream kernel by:

1) Mounting a loop device
2) Setup frace for all loop function for capture purposes
3) Then umount the loop device

trace_pipe reveal the following:
"umount-1850 [000]  471.727511: loop_release_xfer <-__loop_clr_fd"

As cascardo mentioned earlier it might be in the way that loop device
are detached, now that I know what function to look at, I'll investigate
further.

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

Title:
  i/o error if next unused loop device is queried

Status in linux package in Ubuntu:
  Incomplete
Status in parted package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  New
Status in udev package in Ubuntu:
  New

Bug description:
  This is reproducible in Bionic and late.

  Here's an example running 'focal':

  $ lsb_release -cs
  focal

  $ uname -r
  5.3.0-24-generic

  The error is:
  blk_update_request: I/O error, dev loop2, sector 0

  and on more recent kernel:

  kernel: [18135.185709] blk_update_request: I/O error, dev loop18,
  sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0

  
  How to trigger it:
  $ sosreport -o block

  or more precisely the cmd causing the situation inside the block plugin:
  $ parted -s $(losetup -f) unit s print

  https://github.com/sosreport/sos/blob/master/sos/plugins/block.py#L52

  but if I run it on the next next unused loop device, in this case
  /dev/loop3 (which is also unused), no errors.

  While I agree that sosreport shouldn't query unused loop devices,
  there is definitely something going on with the next unused loop
  device.

  What is differentiate loop2 and loop3 and any other unused ones ?

  3 things so far I have noticed:
  * loop2 is the next unused loop device (losetup -f)
  * A reboot is needed (if some loop modification (snap install, mount loop, 
...) has been made at runtime
  * I have also noticed that loop2 (or whatever the next unused one is) have 
some stat as oppose to other unused loop devices. The stat exist already right 
after the system boot for the next unused loop device.

  /sys/block/loop2/stat
  ::
  2 0 10 0 1 0 0 0 0 0 0

  2  = number of read I/Os processed
  10 = number of sectors read
  1  = number of write I/Os processed

  Explanation of each column:
  https://www.kernel.org/doc/html/latest/block/stat.html

  while /dev/loop3 doesn't

  /sys/block/loop3/stat
  ::
  0 0 0 0 0 0 0 0 0 0 0

  Which tells me that something during the boot process most likely
  acquired (on purpose or not) the next unused loop and possibly didn't
  released it well enough.

  If loop2 is generating errors, and I install a snap, the snap squashfs
  will take loop2, making loop3 the next unused loop device.

  If I query loop3 with 'parted' right after, no errors.

  If I reboot, and query loop3 again, then no I'll have an error.

  To triggers the errors it need to be after a reboot and it only impact
  the first unused loop device available (losetup -f).

  This was tested with focal/systemd whic his very close to latest
  upstream code.

  This has been test with latest v5.5 mainline kernel as well.

  For now, I don't think it's a kernel problem, I'm more thinking of a
  userspace misbehaviour dealing with loop device (or block device) at
  boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1856871/+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 1859741] Re: Graphics: Local Memory support for Discrete GPU

2020-01-14 Thread quanxian
Patch List shared by Graphics Team:

uapi:

126d5de38542 drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTL

(Patch owner: Chris Wilson)

cc662126b413 drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET

(Patch owner: Abdiel Janulgue)


fb:

9e678fc9baaa drm/i915: FB backing gem obj should reside in LMEM (Patch
owner: Ramalingam C)


lmem:

0a9a5532d296 drm/i915/gem: Apply lmem size restriction to get_pages
(Patch owner: Chris Wilson)

cddb85dc1eca drm/i915/lmem: fixup fake lmem teardown (Patch owner:
Matthew Auld)

1629224324b6 drm/i915/lmem: add the fake lmem region (Patch owner:
Matthew Auld

Note: fake lmem is only for CI/upstream testing since we lack HW


6804da20bb54 drm/i915/selftests: Select a random engine for testing
memory regions (Patch owner: Chris Wilson)

dd158d71a085 drm/i915/selftests: add sanity selftest for huge-GTT-pages

(Patch owner: Matthew Auld)

11d723ceb297 drm/i915/selftests: prefer random sizes for the huge-GTT-
page smoke tests (Patch Owner: Matthew Auld)

23741bc81de9 drm/i915/selftests: extend coverage to include LMEM

huge-pages (Patch owner: Matthew Auld)

340be48f2c5a drm/i915/selftests: add write-dword test for LMEM (Patch
owner: Matthew Auld)

01377a0d7e66 drm/i915/lmem: support kernel mapping (Patch owner: Abdiel
Janulgue)

cb6d2467ace7 drm/i915: setup io-mapping for LMEM ((Patch owner: Abdiel
Janulgue)

b908be543e44 drm/i915: support creating LMEM objects ((Patch owner:
Matthew Auld)

3fc794f27fec drm/i915: Split memory_region initialisation into its own
file ((Patch owner: Chris Wilson)

75b974a859e5 drm/i915/selftests: Teach igt_gpu_fill_dw() to take
intel_context (Patch owner: Chris Wilson)

18851edfa7db drm/i915/selftests: move gpu-write-dw into utils (Patch
owner: Matthew Auld)


mappable-aperture removal:

bee0a70a9eab drm/i915/gem: Early rejection of no-aperture map_ggtt
(Patch owner: Chris Wilson)

e60f7bb7ea68 drm/i915/selftests: check for missing aperture (Patch
owner: Matthew Auld)

34a6baa2df9d drm/i915: don't allocate the ring in stolen if we lack
aperture (Patch owner: Matthew Auld)

4dc0a7cae212 drm/i915: Don't try to place HWS in non-existing mappable
region (Patch Owner: Michal Wajdeczko)

895d8ebeaa92 drm/i915: error capture with no ggtt slot (Patch
Owner:Daniele Ceraolo Spurio)

cd20c70bb05e drm/i915: set num_fence_regs to 0 if there is no aperture
(Patch Owner:Daniele Ceraolo Spurio)

54b512cd7a6d drm/i915: do not map aperture if it is not available (Patch
Owner:Daniele Ceraolo Spurio)

773ed805b5ee drm/i915: define i915_ggtt_has_aperture (Patch
Owner:Daniele Ceraolo Spurio)


memory-region:

1e5078727353 drm/i915/gem: Pass mem region to preallocated stolen (Patch
owner: Chris Wilson)

72405c3d7850 drm/i915: treat stolen as a region (Patch owner: Matthew
Auld)

0e5493cab5ef drm/i915/stolen: make the object creation interface
consistent (Patch owner: CQ Tang)

da1184cd41d4 drm/i915: treat shmem as a region (Patch owner: Matthew
Auld)

280bc0cecb77 drm/i915/selftests: Fixup naked 64b divide (Patch owner:
Chris Wilson)

7c98501acb94 drm/i915/region: support volatile objects (Patch owner:
Matthew Auld)

2f0b97ca0211 drm/i915/region: support contiguous allocations (Patch
owner: Matthew Auld)

232a6ebae419 drm/i915: introduce intel_memory_region (Patch owner:
Matthew Auld)

3aae9d08532c drm/i915: enumerate and init each supported region (Patch
owner: Abdiel Janulgue)


buddy-allocator:

5d7f965e5675 drm/i915/buddy: add missing call to i915_global_register
(Patch owner: Matthew Auld)

3ba09632ce8b drm/i915/buddy: use kmemleak_update_trace (Patch owner:
Matthew Auld)

665c1c2166d3 drm/i915/buddy: tidy up i915_buddy_fini (Patch owner:
Matthew Auld)

14d1b9a6247c drm/i915: buddy allocator (Patch owner: Matthew Auld)


blitter stuff:

3df2c830bfc4 drm/i915/blt: fixup block_size rounding (Patch owner:
Matthew Auld)

953d57eba519 drm/i915/gem: Limit the blitter sizes to ensure low
preemption latency (Patch owner: Chris Wilson)

05f219d709ec drm/i915/blt: support copying objects (Patch owner: Matthew
Auld)

554e330ceb9f drm/i915/blt: bump the size restriction (Patch owner:
Matthew Auld)

963ad1285b7c drm/i915/blt: don't assume pinned intel_context (Patch
owner: Matthew Auld)

6501aa4e3a45 drm/i915: add in-kernel blitter client (Patch owner:
Matthew Auld)

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

Title:
  Graphics: Local Memory support for Discrete GPU

Status in intel:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Description:
  This feature is to track the process of Local Memory management in Discrete 
GPU.

  will provide commit list update in upstream.

  
  Target Kernel: 5.6
  Target Release: 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1859741/+subscriptions

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

[Kernel-packages] [Bug 1859357] Missing required logs.

2020-01-14 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1859357

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: eoan

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859741] Missing required logs.

2020-01-14 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1859741

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: focal

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

Title:
  Graphics: Local Memory support for Discrete GPU

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:
  This feature is to track the process of Local Memory management in Discrete 
GPU.

  will provide commit list update in upstream.

  
  Target Kernel: 5.6
  Target Release: 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1859741/+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 1859718] Re: xenial/linux: 4.4.0-173.203 -proposed tracker

2020-01-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => 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 --
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Wednesday, 15. January 2020 00:46 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   prepare-package: Ongoing -- {} package not yet fully built
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,meta:depwait,signed:depwait
  replaces: bug 1858594
  trackers:
trusty/linux-lts-xenial: bug 1859717
xenial/linux/caracalla-kernel: bug 1859714
xenial/linux/pc-kernel: bug 1859715
xenial/linux/stlouis-kernel: bug 1859716
  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/1859718

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Committed
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 --
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Wednesday, 15. January 2020 00:46 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,meta:depwait,signed:depwait
  replaces: bug 1858594
  trackers:
trusty/linux-lts-xenial: bug 1859717
xenial/linux/caracalla-kernel: bug 1859714
xenial/linux/pc-kernel: bug 1859715
xenial/linux/stlouis-kernel: bug 1859716
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1859718/+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 1859741] Re: Graphics: Local Memory support for Discrete GPU

2020-01-14 Thread Kent Lin
@quanxian,

Is this for NV's or AMD dGPU or it is for Intel's dGPU like Xe GPU?

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

Title:
  Graphics: Local Memory support for Discrete GPU

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:
  This feature is to track the process of Local Memory management in Discrete 
GPU.

  will provide commit list update in upstream.

  
  Target Kernel: 5.6
  Target Release: 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1859741/+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 1836630] Re: System76 Oryx Pro (oryp5) with 5.0.0-21: Fail to resume from suspend

2020-01-14 Thread Tomasz Makara
@alberto doesnt work for me (added your ppa) :( kubuntu 19.10 
https://devtalk.nvidia.com/default/topic/1017185/linux/problem-with-resume-from-suspend-ubuntu-16-04-gt-940mx-/11
 here i was hidden, my orginal post under local forum is there 
https://ubuntu.pl/forum/viewtopic.php?f=145&t=184690

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

Title:
  System76 Oryx Pro (oryp5) with 5.0.0-21: Fail to resume from suspend

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-430 package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Invalid
Status in nvidia-graphics-drivers-430 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Invalid
Status in nvidia-graphics-drivers-430 source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Invalid
Status in nvidia-graphics-drivers-430 source package in Focal:
  Fix Released

Bug description:
  After upgrading the Ubuntu kernel to version 5.0.0-21, the System76
  Oryx Pro (oryp5) fails to resume from suspend when using discrete
  NVIDIA graphics

  The issue can be created on this hardware by following these steps:
  - Install Ubuntu 18.04.2
  - Add the proposed updates: https://wiki.ubuntu.com/Testing/EnableProposed
  - Upgrade:
sudo apt-get updatesudo apt-get dist-upgrade
  - Install 5.0 HWE kernel:
sudo apt-get install linux-generic-hwe-18.04-edge
  - Install NVIDIA driver:
sudo apt-get install nvidia-driver-430
  - Reboot:
sudo reboot
  - Attempt suspend/resume cycle

  This occurred after upgrading the kernel from version 5.0.0-20.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  system76   1721 F pulseaudio
   /dev/snd/controlC0:  system76   1721 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  MachineType: System76 Oryx Pro
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-hwe-edge
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-21-generic 
root=UUID=10b5d457-8884-4b50-bd82-9b38e7f36564 ro
  ProcVersionSignature: Ubuntu 5.0.0-21.22~18.04.1-generic 5.0.15
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-21-generic N/A
   linux-backports-modules-5.0.0-21-generic  N/A
   linux-firmware1.173.9
  Tags:  bionic
  Uname: Linux 5.0.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm sudo
  _MarkForUpload: True
  dmi.bios.date: 05/07/2019
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.08
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Oryx Pro
  dmi.board.vendor: System76
  dmi.board.version: oryp5
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: System76
  dmi.chassis.version: oryp5
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.08:bd05/07/2019:svnSystem76:pnOryxPro:pvroryp5:rvnSystem76:rnOryxPro:rvroryp5:cvnSystem76:ct10:cvroryp5:
  dmi.product.family: Not Applicable
  dmi.product.name: Oryx Pro
  dmi.product.sku: Not Applicable
  dmi.product.version: oryp5
  dmi.sys.vendor: System76

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1836630/+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 1859357] Re: Prime synchronization breaks on kernel 5.4.0-9

2020-01-14 Thread Doug McMahon
apport information

** Tags added: apport-collected

** Description changed:

  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.
  
  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset
  
  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y
  
  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset
  
  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu15
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  doug   1680 F pulseaudio
+  /dev/snd/controlC1:  doug   1680 F pulseaudio
+  /dev/snd/controlC0:  doug   1680 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-01-13 (1 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
+ MachineType: LENOVO 20217
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-9-generic N/A
+  linux-backports-modules-5.4.0-9-generic  N/A
+  linux-firmware   1.184
+ Tags:  focal
+ Uname: Linux 5.4.0-9-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/18/2013
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 74CN44WW(V3.05)
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: VIQY0Y1
+ dmi.board.vendor: LENOVO
+ dmi.board.version: 31900058STD
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo IdeaPad Y510P
+ dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
+ dmi.product.family: IDEAPAD
+ dmi.product.name: 20217
+ dmi.product.sku: LENOVO_BI_IDEAPAD
+ dmi.product.version: Lenovo IdeaPad Y510P
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320266/+files/AlsaInfo.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchroni

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

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320274/+files/ProcCpuinfo.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] ProcInterrupts.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320276/+files/ProcInterrupts.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] Lsusb.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1859357/+attachment/5320271/+files/Lsusb.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] CRDA.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1859357/+attachment/5320267/+files/CRDA.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] RfKill.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1859357/+attachment/5320279/+files/RfKill.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] PulseList.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320278/+files/PulseList.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] ProcCpuinfoMinimal.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320275/+files/ProcCpuinfoMinimal.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] Re: Prime synchronization breaks on kernel 5.4.0-9

2020-01-14 Thread Doug McMahon
Though would like to (re)mention that previously when same symptoms
occurred it was fixed via a dkms_nvidia patch *as seen in report posted
in comment #4

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] WifiSyslog.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320281/+files/WifiSyslog.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] ProcModules.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320277/+files/ProcModules.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] UdevDb.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1859357/+attachment/5320280/+files/UdevDb.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] CurrentDmesg.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320268/+files/CurrentDmesg.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] Lsusb-t.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320272/+files/Lsusb-t.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] IwConfig.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320269/+files/IwConfig.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] Lsusb-v.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1859357/+attachment/5320273/+files/Lsusb-v.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859357] Lspci.txt

2020-01-14 Thread Doug McMahon
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1859357/+attachment/5320270/+files/Lspci.txt

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1836630] Re: System76 Oryx Pro (oryp5) with 5.0.0-21: Fail to resume from suspend

2020-01-14 Thread Tomasz Makara
in further reading of that local forum i managed somehow to cause kernel
yelling ( just scroll down a little on first page)

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

Title:
  System76 Oryx Pro (oryp5) with 5.0.0-21: Fail to resume from suspend

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-430 package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Invalid
Status in nvidia-graphics-drivers-430 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Invalid
Status in nvidia-graphics-drivers-430 source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Invalid
Status in nvidia-graphics-drivers-430 source package in Focal:
  Fix Released

Bug description:
  After upgrading the Ubuntu kernel to version 5.0.0-21, the System76
  Oryx Pro (oryp5) fails to resume from suspend when using discrete
  NVIDIA graphics

  The issue can be created on this hardware by following these steps:
  - Install Ubuntu 18.04.2
  - Add the proposed updates: https://wiki.ubuntu.com/Testing/EnableProposed
  - Upgrade:
sudo apt-get updatesudo apt-get dist-upgrade
  - Install 5.0 HWE kernel:
sudo apt-get install linux-generic-hwe-18.04-edge
  - Install NVIDIA driver:
sudo apt-get install nvidia-driver-430
  - Reboot:
sudo reboot
  - Attempt suspend/resume cycle

  This occurred after upgrading the kernel from version 5.0.0-20.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  system76   1721 F pulseaudio
   /dev/snd/controlC0:  system76   1721 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  MachineType: System76 Oryx Pro
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-hwe-edge
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-21-generic 
root=UUID=10b5d457-8884-4b50-bd82-9b38e7f36564 ro
  ProcVersionSignature: Ubuntu 5.0.0-21.22~18.04.1-generic 5.0.15
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-21-generic N/A
   linux-backports-modules-5.0.0-21-generic  N/A
   linux-firmware1.173.9
  Tags:  bionic
  Uname: Linux 5.0.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm sudo
  _MarkForUpload: True
  dmi.bios.date: 05/07/2019
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.08
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Oryx Pro
  dmi.board.vendor: System76
  dmi.board.version: oryp5
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: System76
  dmi.chassis.version: oryp5
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.08:bd05/07/2019:svnSystem76:pnOryxPro:pvroryp5:rvnSystem76:rnOryxPro:rvroryp5:cvnSystem76:ct10:cvroryp5:
  dmi.product.family: Not Applicable
  dmi.product.name: Oryx Pro
  dmi.product.sku: Not Applicable
  dmi.product.version: oryp5
  dmi.sys.vendor: System76

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1836630/+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 1684776] Re: ubuntu_qrt_kernel_security test_050_personality failed on arm64 Trusty / X-hwe kernel

2020-01-14 Thread Po-Hsu Lin
** Tags added: sru-20200106

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

Title:
  ubuntu_qrt_kernel_security test_050_personality failed on arm64 Trusty
  / X-hwe kernel

Status in QA Regression Testing:
  In Progress
Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With 4.4.0-74.95~14.04.1 kernel, this test case failed on arm64 node.

  
  (This issue was reported in bug 163 as well, in this cycle, only 050, 060 
failed on this kernel)

  ==
  FAIL: test_050_personality (__main__.KernelSecurityTest)
  init missing READ_IMPLIES_EXEC
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 398, in test_050_personality
  self.assertEqual(output, expected, "/proc/1/personality contains %s (expected 
%s)" % (output, expected))
  AssertionError: /proc/1/personality contains 0040 (expected )

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1684776/+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 1859357] Status changed to Confirmed

2020-01-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/1859357

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  New
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1859741] Re: Intel Graphics: Local Memory support for Intel Discrete GPU

2020-01-14 Thread quanxian
** Summary changed:

- Graphics: Local Memory support for Discrete GPU
+ Intel Graphics: Local Memory support for Intel Discrete GPU

** Description changed:

  Description:
- This feature is to track the process of Local Memory management in Discrete 
GPU.
+ This feature is to track the process of Local Memory management in Intel 
Discrete GPU.
  
  will provide commit list update in upstream.
  
- 
  Target Kernel: 5.6
  Target Release: 20.04

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

Title:
  Intel Graphics: Local Memory support for Intel Discrete GPU

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:
  This feature is to track the process of Local Memory management in Intel 
Discrete GPU.

  will provide commit list update in upstream.

  Target Kernel: 5.6
  Target Release: 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1859741/+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 1859357] Re: Prime synchronization breaks on kernel 5.4.0-9

2020-01-14 Thread Daniel van Vugt
** Also affects: nvidia-graphics-drivers-435 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-440 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Prime synchronization breaks on kernel 5.4.0-9

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  New
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  New

Bug description:
  Test case:
  Optimus hardware
  20.04 updated
  Install 440 driver
  Enable nvidia_drm modeset either thru kernel parameter or a modeprobe.d file.
  reboot.

  Seen here - 
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 
22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 0 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  While same machine, ect. while booting to previous 5.3.0-24 kernel
  uname -a && xrandr --verbose |grep PRIME && sudo cat 
/sys/module/nvidia_drm/parameters/modeset

  Linux doug-Lenovo-IdeaPad-Y510P 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 
01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRIME Synchronization: 1 
PRIME Synchronization: 1 
PRIME Synchronization: 1 
  [sudo] password for doug: 
  Y

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nvidia-driver-440 440.44-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Jan 12 14:55:34 2020
  InstallationDate: Installed on 2019-12-18 (25 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  SourcePackage: nvidia-graphics-drivers-440
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  doug   1680 F pulseaudio
   /dev/snd/controlC1:  doug   1680 F pulseaudio
   /dev/snd/controlC0:  doug   1680 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-13 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191217)
  MachineType: LENOVO 20217
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=35a0dfe1-ac73-4c26-9a62-8e7b3a0838ad ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859357/+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 1858534] Re: disco/linux-azure: 5.0.0-1029.31 -proposed tracker

2020-01-14 Thread Ubuntu Kernel Bot
** 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: 1858547
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Tuesday, 14. January 2020 16:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
-   stakeholder-signoff: Pending -- waiting for signoff
+   stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure: bug 1858533
  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/1858534

Title:
  disco/linux-azure: 5.0.0-1029.31 -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:
  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:
  In Progress
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: 1858547
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Tuesday, 14. January 2020 16:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure: bug 1858533
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858534/+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 1851941] Re: Error sleep Ubuntu activate Ubuntu not found wlan

2020-01-14 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Error sleep Ubuntu activate Ubuntu not found wlan

Status in linux package in Ubuntu:
  Expired

Bug description:
  Hello
  My notebook ubuntu 19.10 sleep.
  I reactivate this notebook.
  I have not wlan more!
  I can restart wlan is new active.
  Best regards
  Marko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851941/+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 1859705] Re: bionic/linux: 4.15.0-75.85 -proposed tracker

2020-01-14 Thread Ubuntu Kernel Bot
** 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Tuesday, 14. January 2020 22:11 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,meta:depwait,signed:depwait
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,meta:depwait
  trackers:
bionic/linux-oem: bug 1859702
bionic/linux-raspi2: bug 1859700
bionic/linux/pc-kernel: bug 1859697
bionic/linux/pc-lowlatency-kernel: bug 1859698
xenial/linux-hwe: bug 1859704
  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/1859705

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Committed
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Tuesday, 14. January 2020 22:11 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,meta:depwait
  trackers:
bionic/linux-oem: bug 1859702
bionic/linux-raspi2: bug 1859700
bionic/linux/pc-kernel: bug 1859697
bionic/linux/pc-lowlatency-kernel: bug 1859698
xenial/linux-hwe: bug 1859704
  variant: debs

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

2020-01-14 Thread Ubuntu Kernel Bot
** 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Tuesday, 14. January 2020 23:05 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,meta:depwait,signed:depwait
+   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed,signed:depwait
  replaces: bug 1858943
  trackers:
bionic/linux-hwe: bug 1859693
eoan/linux-raspi2: bug 1859692
  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/1859694

Title:
  eoan/linux: 5.3.0-28.30 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Committed
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Tuesday, 14. January 2020 23:05 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed,signed:depwait
  replaces: bug 1858943
  trackers:
bionic/linux-hwe: bug 1859693
eoan/linux-raspi2: bug 1859692
  variant: debs

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

2020-01-14 Thread Ubuntu Kernel Bot
** 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Wednesday, 15. January 2020 00:16 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,meta:depwait,signed:depwait
+   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed,signed:depwait
  replaces: bug 1858547
  trackers:
bionic/linux-oem-osp1: bug 1859722
  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/1859724

Title:
  disco/linux: 5.0.0-40.44 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Committed
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Wednesday, 15. January 2020 00:16 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed,signed:depwait
  replaces: bug 1858547
  trackers:
bionic/linux-oem-osp1: bug 1859722
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1859724/+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 1855399] Re: [TGL] graphics kernel support

2020-01-14 Thread quanxian
** Attachment added: "tgl_commit_20200110.list_kernv_drm-tip"
   
https://bugs.launchpad.net/intel/+bug/1855399/+attachment/5320302/+files/tgl_commit_20200110.list_kernv_drm-tip

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

Title:
  [TGL] graphics kernel support

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:

  This feature tracks the updates TGL graphics updates.

  We will submit the commit id lists since 5.4.

  20.04 will use v5.4 as a base, (2109/11/25)

  first commit lists will be provided in 2020/01, if you need more
  before that, please let us know.

  Target Release: 20.10
  Target Kernel: v5.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1855399/+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 1855399] Re: [TGL] graphics kernel support

2020-01-14 Thread quanxian
This is the draft for this. not promise to include all tgl commits, Just
take it as a reference.

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

Title:
  [TGL] graphics kernel support

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:

  This feature tracks the updates TGL graphics updates.

  We will submit the commit id lists since 5.4.

  20.04 will use v5.4 as a base, (2109/11/25)

  first commit lists will be provided in 2020/01, if you need more
  before that, please let us know.

  Target Release: 20.10
  Target Kernel: v5.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1855399/+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 1859734] Re: i915 vulnerability

2020-01-14 Thread Tyler Hicks
Hi John - Thanks for the report. We've already been working on this
issue. Patches have been tested, submitted, and applied for all
supported releases:

 Eoan: https://lists.ubuntu.com/archives/kernel-team/2020-January/thread.html
 Disco: https://lists.ubuntu.com/archives/kernel-team/2020-January/106869.html
 Bionic: https://lists.ubuntu.com/archives/kernel-team/2020-January/106872.html
 Xenial: https://lists.ubuntu.com/archives/kernel-team/2020-January/106875.html

This bug isn't going to be automatically updated when we release
updates. The best place to track the status of a CVE in Ubuntu is the
Ubuntu CVE Tracker:

 https://people.canonical.com/~ubuntu-
security/cve/2019/CVE-2019-14615.html

Thanks again!

** Information type changed from Private Security to Public Security

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

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2019-14615

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  i915 vulnerability

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Ubuntu kernel currently lacks the complete i915 fix for other Intel
  hardware.

  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bc8a76a152c5f9ef3b48104154a65a68a8b76946

  CVE-2019-14615

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-26-generic 5.3.0-26.28
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  Uname: Linux 5.3.0-26-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.3.0-26-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D3', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC29', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 
1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Card29.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Card29.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Date: Tue Jan 14 20:09:58 2020
  MachineType: LENOVO 2847CZU
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/tank-root ro spec_store_bypass_disable=on
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6JET88WW (1.46 )
  dmi.board.name: 2847CZU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6JET88WW(1.46):bd04/01/2011:svnLENOVO:pn2847CZU:pvrThinkPadSL510:rvnLENOVO:rn2847CZU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad SL510
  dmi.product.name: 2847CZU
  dmi.product.version: ThinkPad SL510
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859734/+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 1858533] Re: bionic/linux-azure: 5.0.0-1029.31~18.04.1 -proposed tracker

2020-01-14 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => 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 --
  kernel-stable-master-bug: 1858534
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Packaging
- phase-changed: Tuesday, 14. January 2020 05:41 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Wednesday, 15. January 2020 06:02 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:queued,signed:depwait
  trackers:
bionic/linux-azure/azure-kernel: bug 1858532
  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/1858533

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow stakeholder-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 --
  kernel-stable-master-bug: 1858534
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Wednesday, 15. January 2020 06:02 UTC
  reason:
promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:queued,signed:depwait
  trackers:
bionic/linux-azure/azure-kernel: bug 1858532
  variant: debs

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

2020-01-14 Thread Ubuntu Kernel Bot
** 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 --
  kernel-stable-master-bug: 1858534
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Wednesday, 15. January 2020 06:02 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:queued,signed:depwait
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,signed:depwait
  trackers:
bionic/linux-azure/azure-kernel: bug 1858532
  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/1858533

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow stakeholder-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 --
  kernel-stable-master-bug: 1858534
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Wednesday, 15. January 2020 06:02 UTC
  reason:
promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,signed:depwait
  trackers:
bionic/linux-azure/azure-kernel: bug 1858532
  variant: debs

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

2020-01-14 Thread Ubuntu Kernel Bot
** 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Wednesday, 15. January 2020 00:16 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
-   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed,signed:depwait
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:failed,signed:depwait
  replaces: bug 1858547
  trackers:
bionic/linux-oem-osp1: bug 1859722
  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/1859724

Title:
  disco/linux: 5.0.0-40.44 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Committed
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Wednesday, 15. January 2020 00:16 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:failed,signed:depwait
  replaces: bug 1858547
  trackers:
bionic/linux-oem-osp1: bug 1859722
  variant: debs

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

2020-01-14 Thread Ubuntu Kernel Bot
** 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Tuesday, 14. January 2020 23:05 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
-   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed,signed:depwait
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:failed,signed:depwait
  replaces: bug 1858943
  trackers:
bionic/linux-hwe: bug 1859693
eoan/linux-raspi2: bug 1859692
  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/1859694

Title:
  eoan/linux: 5.3.0-28.30 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Committed
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux 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 --
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Packaging
  phase-changed: Tuesday, 14. January 2020 23:05 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:failed,signed:depwait
  replaces: bug 1858943
  trackers:
bionic/linux-hwe: bug 1859693
eoan/linux-raspi2: bug 1859692
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1859694/+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 1859387] Re: intel/sof: update the intel sof firmware to v1.3-0f73628 for cml and cnl

2020-01-14 Thread Hui Wang
** Tags added: originate-from-1856130 somerville

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

Title:
  intel/sof: update the intel sof firmware to v1.3-0f73628 for cml and
  cnl

Status in OEM Priority Project:
  New
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  [Impact]
  Intel released a new version sof firmware to Canonical, they suggested
  that we should integrate the version v1.3-0f73628 and we should only
  pick the cml and cnl firmwares since other firmwares are not fully
  tested. Since we have a couple of Lenovo and Dell cnl and cml machines
  which need to enable sof driver, we integrate the firmwares to
  ubuntu.

  [Fix]
   - fix the hang issue in the firmware for the cml and cnl
   - introduce the ldc file which helps to do the firmware debug
   - divide the firmware to cml and cnl specific ones

  
  [Test Case]
  These firmwares are already widely used in oem project, the audio
  functions worked very well under both Lenovo and Dell dmic machines.

  [Regression Risk]
  Low, Intel released these firmware to us, and we already did large
  numbers audio test in the oem project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1859387/+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 1859754] [NEW] add ucm to make alsa/sof driver work under PA (variants of Lenovo X1 Carbon 7th, Dell cnl and cml machines)

2020-01-14 Thread Hui Wang
Public bug reported:

This ucm is only for Eoan and Bionic, for focal and future versions, we
plan to integrate the ucm2 instead of this ucm, and the ucm2 depends on
the alsa-lib-1.2.1 and pluseaudio-v14, the ucm2 is under developing by
the community, is not ready yet.

** Affects: alsa-lib (Ubuntu)
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: New


** Tags: originate-from-1856130 somerville

** Changed in: alsa-lib (Ubuntu)
   Importance: Undecided => High

** Tags added: originate-from-1856130 somerville

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

Title:
  add ucm to make alsa/sof driver work under PA (variants of Lenovo X1
  Carbon 7th, Dell cnl and cml machines)

Status in alsa-lib package in Ubuntu:
  New

Bug description:
  This ucm is only for Eoan and Bionic, for focal and future versions,
  we plan to integrate the ucm2 instead of this ucm, and the ucm2
  depends on the alsa-lib-1.2.1 and pluseaudio-v14, the ucm2 is under
  developing by the community, is not ready yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1859754/+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