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

2020-01-08 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 1858761

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

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

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

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

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

Title:
  Dell AIO can't adjust brightness

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Bionic:
  Incomplete
Status in linux source package in Disco:
  Incomplete
Status in linux source package in Eoan:
  Incomplete
Status in linux source package in Focal:
  Incomplete

Bug description:
  [Impact]
  Found on new platforms that UART require more than 1 second to respond
  commands in the first 10 seconds after booted.
  And the first command we send to scalar is dell_uart_get_scalar_status()
  to tell if scalar is in charge of the backlight, and it always fails to get
  response because of timeout.

  [Fix]
  Adding retry and increasing read timeout for dell_uart_get_scalar_status()

  [Test]
  Verified on the target Dell AIO, it can now read the response from scalar.

  [Regression Potential]
  Low, adding retry and increasing read timeout doesn't change the code flow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1858761/+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 1858760] Missing required logs.

2020-01-08 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 1858760

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

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

Title:
  KVM guest abnormal load after upgrade to 4.15.0-72

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  a idle kvm guest system with 4.15.0-70 , load is good:
  load average : 0.00, 0.04, 0.05

  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41

  when apply this patch, load good again:
  x86/timer: Force PIT initialization when !X86_FEATURE_ARAT 
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de

  could you pls apply this patch on upcoming kernel update ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+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 1858761] Re: Dell AIO can't adjust brightness

2020-01-08 Thread AceLan Kao
** Tags added: oem-priority originate-from-1850265 somerville

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

Title:
  Dell AIO can't adjust brightness

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Bionic:
  Incomplete
Status in linux source package in Disco:
  Incomplete
Status in linux source package in Eoan:
  Incomplete
Status in linux source package in Focal:
  Incomplete

Bug description:
  [Impact]
  Found on new platforms that UART require more than 1 second to respond
  commands in the first 10 seconds after booted.
  And the first command we send to scalar is dell_uart_get_scalar_status()
  to tell if scalar is in charge of the backlight, and it always fails to get
  response because of timeout.

  [Fix]
  Adding retry and increasing read timeout for dell_uart_get_scalar_status()

  [Test]
  Verified on the target Dell AIO, it can now read the response from scalar.

  [Regression Potential]
  Low, adding retry and increasing read timeout doesn't change the code flow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1858761/+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 1858760] Re: KVM guest abnormal load after upgrade to 4.15.0-72

2020-01-08 Thread Druggo Yang
the patch

** Patch added: "afa8b475.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+attachment/5318490/+files/afa8b475.patch

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

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

Title:
  KVM guest abnormal load after upgrade to 4.15.0-72

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  a idle kvm guest system with 4.15.0-70 , load is good:
  load average : 0.00, 0.04, 0.05

  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41

  when apply this patch, load good again:
  x86/timer: Force PIT initialization when !X86_FEATURE_ARAT 
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de

  could you pls apply this patch on upcoming kernel update ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+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 1858760] Re: KVM guest abnormal load after upgrade to 4.15.0-72

2020-01-08 Thread Druggo Yang
lspci output

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+attachment/5318489/+files/lspci-vnvn.log

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

Title:
  KVM guest abnormal load after upgrade to 4.15.0-72

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  a idle kvm guest system with 4.15.0-70 , load is good:
  load average : 0.00, 0.04, 0.05

  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41

  when apply this patch, load good again:
  x86/timer: Force PIT initialization when !X86_FEATURE_ARAT 
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de

  could you pls apply this patch on upcoming kernel update ?

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

2020-01-08 Thread AceLan Kao
** Summary changed:

- bionic/linux-oem:  -proposed tracker
+ bionic/linux-oem: 4.15.0-1067.77 -proposed tracker

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

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => AceLan Kao 
(acelankao)

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

** Changed in: kernel-sru-workflow/prepare-package-lrm
 Assignee: Canonical Kernel Team (canonical-kernel-team) => AceLan Kao 
(acelankao)

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

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => AceLan Kao 
(acelankao)

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

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => AceLan Kao 
(acelankao)

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

Title:
  bionic/linux-oem: 4.15.0-1067.77 -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:
  In Progress
Status in Kernel SRU Workflow prepare-package-lrm series:
  In Progress
Status in Kernel SRU Workflow prepare-package-meta series:
  In Progress
Status in Kernel SRU Workflow prepare-package-signed series:
  In Progress
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-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Bionic:
  Confirmed

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

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

  -- swm properties --
  kernel-stable-master-bug: 1858576
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Packaging
  phase-changed: Wednesday, 08. January 2020 08:41 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
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858555/+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 1858760] Re: KVM guest abnormal load after upgrade to 4.15.0-72

2020-01-08 Thread Druggo Yang
version log

** Attachment added: "version.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+attachment/5318488/+files/version.log

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

Title:
  KVM guest abnormal load after upgrade to 4.15.0-72

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  a idle kvm guest system with 4.15.0-70 , load is good:
  load average : 0.00, 0.04, 0.05

  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41

  when apply this patch, load good again:
  x86/timer: Force PIT initialization when !X86_FEATURE_ARAT 
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de

  could you pls apply this patch on upcoming kernel update ?

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

2020-01-08 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: 1858576
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
- phase: Holding before Packaging
- phase-changed: Tuesday, 07. January 2020 03:07 UTC
+ phase: Packaging
+ phase-changed: Wednesday, 08. January 2020 08:41 UTC
  reason:
-   prepare-package: Holding -- waiting for master bug
+   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
  variant: debs

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

Title:
  bionic/linux-oem: 4.15.0-1067.77 -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:
  In Progress
Status in Kernel SRU Workflow prepare-package-lrm series:
  In Progress
Status in Kernel SRU Workflow prepare-package-meta series:
  In Progress
Status in Kernel SRU Workflow prepare-package-signed series:
  In Progress
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-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Bionic:
  Confirmed

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

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

  -- swm properties --
  kernel-stable-master-bug: 1858576
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Packaging
  phase-changed: Wednesday, 08. January 2020 08:41 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
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858555/+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 1857496] Re: usb-audio: the mic can't record any sound after resume on Dell Dock WD19

2020-01-08 Thread AceLan Kao
** Also affects: linux-oem (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux-oem (Ubuntu Eoan)

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

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

Title:
  usb-audio: the mic can't record any sound after resume on Dell Dock
  WD19

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem package in Ubuntu:
  New
Status in linux source package in Bionic:
  Fix Committed
Status in linux-oem source package in Bionic:
  Fix Committed
Status in linux source package in Eoan:
  Fix Committed

Bug description:
  [Impact]
  There is a heaset jack on the dock, after resume, the mic on that jack
  can't record sound anymore, need to close the recording app then reopen
  that app to workaround this issue.

  [Fix]
  set the interface and EP, then the mic can record sound again.

  
  [Test Case]
  test the kernel with this patch, the mic can record sound after resume.

  [Regression Risk]
  Low, this quirk is specific to WD19 (usb vednor and device id).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1857496/+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 1858156] Re: alsa/hda/realtek: chain a fixup to an existing quirk to fix the heaset-mic problem on 2 Dell machines

2020-01-08 Thread AceLan Kao
** Also affects: linux-oem (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

Title:
  alsa/hda/realtek:  chain a fixup to an existing quirk to fix the
  heaset-mic problem on 2 Dell machines

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  New
Status in linux-oem source package in Bionic:
  Fix Committed

Bug description:
  The fixup ALC256_FIXUP_SKIP_FORCE_RESUME is for fixing the hdmi audio
  problem after resuming, and this problem only happens under oem-b
  kernel, so this fixup is only needed for oem-b kernel, for D/E and
  future kernels, they don't need this patch because fallback_tbl will
  apply HEADSET_MIC fixup to these machines automatically.

  [Impact]
  The external mic can't be detected and can't record sound.

  [Fix]
  apply an fixup ALC255_FIXUP_DELL1_MIC_NO_PRESENCE

  
  [Test Case]
  test the kernel with this patch, the headset mic can be detected and
  can record sound.

  [Regression Risk]
  Low, this quirk is specific to 2 dell machines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1858156/+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 1855999] Re: alsa/hda/realtek: the line-out jack doens't work on a dell AIO

2020-01-08 Thread AceLan Kao
** Also affects: linux-oem (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux-oem (Ubuntu Eoan)

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

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

Title:
  alsa/hda/realtek: the line-out jack doens't work on a dell AIO

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

Bug description:
  [Impact]
  This is from an OEM bug, the line-out jack doesn't work on a Dell
  AIO machine.

  [Fix]
  apply the fixup ALC274_FIXUP_DELL_AIO_LINEOUT_VERB, and make the
  matching more generic.

  [Test Case]
  Booting the kernel with this patch, the line-out jack worked well.

  [Regression Risk]
  Low, just apply an existing fixup to a specific machine (dell with alc274
  codec, and the pin 0x19 and 0x1a has the 0x4000 configuration).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1855999/+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 1856387] Re: Freezing on boot since kernel 4.15.0-72-generic release

2020-01-08 Thread Anthony Buckley
I have filed a bug in bugzilla. Hopefully it's been done OK as I've not
done this before.

It is as follows:-

Bug 206125 - Freezing on boot since kernel 4.15.0-72-generic release

Regards.

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

Title:
  Freezing on boot since kernel 4.15.0-72-generic release

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update to install kernel 4.15.0-72-generic (a bit over a week ago) 
my computer will not boot. On boot, all I see is the purple screen with:
  Loading Linux 4.15.0-72-generic ...
  Loading initial ramdisk ...
  and nothing happens. Just sits there. I've waited about 5-10 minutes on 
occasion but to no avail.
  I've checked a number of logs in /var/log but not found anything.

  If I go into the advanced options and select kernel
  4.15.0-70-generic, the computer boots normally.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-72-generic 4.15.0-72.81
  ProcVersionSignature: Ubuntu 4.15.0-70.79-generic 4.15.18
  Uname: Linux 4.15.0-70-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tony   1977 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec 14 21:53:14 2019
  HibernationDevice: RESUME=UUID=5475ce25-e091-45e2-9811-9b5cddc08dd1
  InstallationDate: Installed on 2018-09-16 (454 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 046d:c063 Logitech, Inc. DELL Laser Mouse
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GIGABYTE Sabre 17WV8
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-70-generic 
root=UUID=9455257c-d3b7-4d61-853d-ab0b0ee40013 ro acpi=off
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-70-generic N/A
   linux-backports-modules-4.15.0-70-generic  N/A
   linux-firmware 1.173.13
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/22/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F05
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Sabre 17WV8
  dmi.board.vendor: GIGABYTE
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: GIGABYTE
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF05:bd05/22/2018:svnGIGABYTE:pnSabre17WV8:pvrNotApplicable:rvnGIGABYTE:rnSabre17WV8:rvrNotApplicable:cvnGIGABYTE:ct10:cvrN/A:
  dmi.product.family: Sabre
  dmi.product.name: Sabre 17WV8
  dmi.product.version: Not Applicable
  dmi.sys.vendor: GIGABYTE

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

2020-01-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** 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: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Holding before Promote to Security
- phase-changed: Wednesday, 08. January 2020 00:11 UTC
+ phase: Ready for Promote to Security
+ phase-changed: Wednesday, 08. January 2020 09:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   promote-to-security: Holding -- not ready for security (replication dwell)
+   promote-to-security: Pending -- ready to copy
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

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

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

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

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

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

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Ready for Promote to Security
  phase-changed: Wednesday, 08. January 2020 09:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-security: Pending -- ready to copy
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1856983/+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 1855011] Re: Disco update: upstream stable patchset 2019-12-03

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-12-03

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-12-03

  Ported from the following upstream stable releases:
  v4.19.87, v5.3.14

     from git://git.kernel.org/

  mlxsw: spectrum_router: Fix determining underlay for a GRE tunnel
  net/mlx4_en: fix mlx4 ethtool -N insertion
  net/mlx4_en: Fix wrong limitation for number of TX rings
  net: rtnetlink: prevent underflows in do_setvfinfo()
  net/sched: act_pedit: fix WARN() in the traffic path
  net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key
  sfc: Only cancel the PPS workqueue if it exists
  net/mlx5e: Fix set vf link state error flow
  net/mlxfw: Verify FSM error code translation doesn't exceed array size
  net/mlx5: Fix auto group size calculation
  vhost/vsock: split packets to send using multiple buffers
  gpio: max77620: Fixup debounce delays
  tools: gpio: Correctly add make dependencies for gpio_utils
  nbd:fix memory leak in nbd_get_socket()
  virtio_console: allocate inbufs in add_port() only if it is needed
  Revert "fs: ocfs2: fix possible null-pointer dereferences in 
ocfs2_xa_prepare_entry()"
  mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
  drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs
  drm/i915/pmu: "Frequency" is reported as accumulated cycles
  drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
  mwifiex: Fix NL80211_TX_POWER_LIMITED
  Bluetooth: Fix invalid-free in bcsp_close()
  ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
  ath9k_hw: fix uninitialized variable data
  md/raid10: prevent access of uninitialized resync_pages offset
  mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()
  net: phy: dp83867: fix speed 10 in sgmii mode
  net: phy: dp83867: increase SGMII autoneg timer duration
  ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary
  x86/insn: Fix awk regexp warnings
  x86/speculation: Fix incorrect MDS/TAA mitigation status
  x86/speculation: Fix redundant MDS mitigation message
  nbd: prevent memory leak
  futex: Prevent robust futex exit race
  ALSA: usb-audio: Fix NULL dereference at parsing BADD
  nfc: port100: handle command failure cleanly
  media: vivid: Set vid_cap_streaming and vid_out_streaming to true
  media: vivid: Fix wrong locking that causes race conditions on streaming stop
  media: usbvision: Fix races among open, close, and disconnect
  cpufreq: Add NULL checks to show() and store() methods of cpufreq
  media: uvcvideo: Fix error path in control parsing failure
  media: b2c2-flexcop-usb: add sanity checking
  media: cxusb: detect cxusb_ctrl_msg error in query
  media: imon: invalid dereference in imon_touch_event
  virtio_ring: fix return code on DMA mapping fails
  USBIP: add config dependency for SGL_ALLOC
  usbip: tools: fix fd leakage in the function of read_attr_usbip_status
  usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
  usb-serial: cp201x: support Mark-10 digital force gauge
  USB: chaoskey: fix error case of a timeout
  appledisplay: fix error handling in the scheduled work
  USB: serial: mos7840: add USB ID to support Moxa UPort 2210
  USB: serial: mos7720: fix remote wakeup
  USB: serial: mos7840: fix remote wakeup
  USB: serial: option: add support for DW5821e with eSIM support
  USB: serial: option: add support for Foxconn T77W968 LTE modules
  staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
  net/tls: remove unused function tls_sw_sendpage_locked
  net/tls: enable sk_msg redirect to tls socket egress
  net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6
  net/mlx5: Update the list of the PCI supported devices
  net/mlx5: Update the list of the PCI supported devices
  virtio_balloon: fix shrinker count
  drm/amdgpu: disable gfxoff when using register read interface
  Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
  x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
  x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
  x86/doublefault/32: Fix stack c

[Kernel-packages] [Bug 1852459] Re: Disco update: upstream stable patchset 2019-11-13

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-13

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-13

Ported from the following upstream stable releases:
v4.19.81, v5.3.8

     from git://git.kernel.org/

  nvme-pci: Fix a race in controller removal
  scsi: ufs: skip shutdown if hba is not powered
  scsi: megaraid: disable device when probe failed after enabled device
  scsi: qla2xxx: Fix unbound sleep in fcport delete path.
  ARM: OMAP2+: Fix missing reset done flag for am3 and am43
  ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()
  ieee802154: ca8210: prevent memory leak
  ARM: dts: am4372: Set memory bandwidth limit for DISPC
  net: dsa: qca8k: Use up to 7 ports for all operations
  MIPS: dts: ar9331: fix interrupt-controller size
  xen/efi: Set nonblocking callbacks
  nl80211: fix null pointer dereference
  mac80211: fix txq null pointer dereference
  netfilter: nft_connlimit: disable bh on garbage collection
  net: dsa: rtl8366rb: add missing of_node_put after calling 
of_get_child_by_name
  mips: Loongson: Fix the link time qualifier of 'serial_exit()'
  net: hisilicon: Fix usage of uninitialized variable in function 
mdio_sc_cfg_reg_write()
  lib: textsearch: fix escapes in example code
  namespace: fix namespace.pl script to support relative paths
  libata/ahci: Fix PCS quirk application
  Revert "drm/radeon: Fix EEH during kexec"
  ocfs2: fix panic due to ocfs2_wq is null
  ipv4: fix race condition between route lookup and invalidation
  ipv4: Return -ENETUNREACH if we can't create route but saddr is valid
  net: avoid potential infinite loop in tc_ctl_action()
  net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
  net: bcmgenet: Set phydev->dev_flags only for internal PHYs
  net: i82596: fix dma_alloc_attr for sni_82596
  net/ibmvnic: Fix EOI when running in XIVE mode.
  net: ipv6: fix listify ip6_rcv_finish in case of forwarding
  net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
  sctp: change sctp_prot .no_autobind with true
  USB: legousbtower: fix memleak on disconnect
  ALSA: hda/realtek - Add support for ALC711
  ALSA: hda/realtek - Enable headset mic on Asus MJ401TA
  ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers
  ALSA: hda - Force runtime PM on Nvidia HDMI codecs
  usb: udc: lpc32xx: fix bad bit shift operation
  USB: serial: ti_usb_3410_5052: fix port-close races
  USB: ldusb: fix memleak on disconnect
  USB: usblp: fix use-after-free on disconnect
  USB: ldusb: fix read info leaks
  MIPS: tlbex: Fix build_restore_pagemask KScratch restore
  staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS
  scsi: zfcp: fix reaction on bit error threshold notification
  scsi: sd: Ignore a failure to sync cache due to lack of authorization
  scsi: core: save/restore command resid for error handling
  scsi: core: try to get module before removing device
  scsi: ch: Make it possible to open a ch device multiple times again
  Input: da9063 - fix capability and drop KEY_SLEEP
  Input: synaptics-rmi4 - avoid processing unknown IRQs
  ASoC: rsnd: Reinitialize bit clock inversion flag for every format setting
  ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()
  cfg80211: wext: avoid copying malformed SSIDs
  mac80211: Reject malformed SSID elements
  drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50
  drm/ttm: Restore ttm prefaulting
  drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1
  drivers/base/memory.c: don't access uninitialized memmaps in 
soft_offline_page_store()
  fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
  mmc: cqhci: Commit descriptors before setting the doorbell
  mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()
  mm/slub: fix a deadlock in show_slab_objects()
  mm/page_owner: don't access uninitialized memmaps when reading 
/proc/pagetypeinfo
  hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()
  mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped 
more than once
  xtensa: drop EXPORT_SYMBOL for outs*/ins*
  parisc: Fix vmap memory leak i

[Kernel-packages] [Bug 1854229] Re: Disco update: upstream stable patchset 2019-11-27

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-27

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-27

  Ported from the following upstream stable releases:
  v4.19.86, v5.3.13

     from git://git.kernel.org/

  i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()
  Revert "OPP: Protect dev_list with opp_table lock"
  net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
  mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
  mm/memory_hotplug: fix updating the node span
  arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
  fbdev: Ditch fb_edid_add_monspecs
  bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG
  bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0
  bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0
  bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
  bpf: btf: Fix a missing check bug
  UBUNTU: upstream stable to v4.19.86, v5.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1854229/+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 1854975] Re: Bionic update: upstream stable patchset 2019-12-03

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-12-03

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-12-03

  Ported from the following upstream stable releases:
  v4.14.157, v4.19.87

     from git://git.kernel.org/

  net/mlx4_en: fix mlx4 ethtool -N insertion
  net: rtnetlink: prevent underflows in do_setvfinfo()
  sfc: Only cancel the PPS workqueue if it exists
  net/mlx5e: Fix set vf link state error flow
  net/mlxfw: Verify FSM error code translation doesn't exceed array size
  net/sched: act_pedit: fix WARN() in the traffic path
  vhost/vsock: split packets to send using multiple buffers
  gpio: max77620: Fixup debounce delays
  tools: gpio: Correctly add make dependencies for gpio_utils
  nbd:fix memory leak in nbd_get_socket()
  virtio_console: allocate inbufs in add_port() only if it is needed
  Revert "fs: ocfs2: fix possible null-pointer dereferences in 
ocfs2_xa_prepare_entry()"
  mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
  drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
  platform/x86: asus-nb-wmi: Support ALS on the Zenbook UX430UQ
  mwifiex: Fix NL80211_TX_POWER_LIMITED
  ALSA: isight: fix leak of reference to firewire unit in error path of .probe 
callback
  printk: fix integer overflow in setup_log_buf()
  gfs2: Fix marking bitmaps non-full
  pty: fix compat ioctls
  synclink_gt(): fix compat_ioctl()
  powerpc: Fix signedness bug in update_flash_db()
  powerpc/boot: Disable vector instructions
  powerpc/eeh: Fix use of EEH_PE_KEEP on wrong field
  EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()
  brcmsmac: AP mode: update beacon when TIM changes
  ath10k: allocate small size dma memory in ath10k_pci_diag_write_mem
  skd: fixup usage of legacy IO API
  cdrom: don't attempt to fiddle with cdo->capability
  spi: sh-msiof: fix deferred probing
  mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready fail
  btrfs: handle error of get_old_root
  gsmi: Fix bug in append_to_eventlog sysfs handler
  misc: mic: fix a DMA pool free failure
  w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for 
unsigned, count for max size).
  m68k: fix command-line parsing when passed from u-boot
  RDMA/bnxt_re: Fix qp async event reporting
  pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'
  pwm: lpss: Only set update bit if we are actually changing the settings
  amiflop: clean up on errors during setup
  qed: Align local and global PTT to propagate through the APIs.
  scsi: ips: fix missing break in switch
  KVM: nVMX: reset cache/shadows when switching loaded VMCS
  KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
  scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler
  scsi: isci: Change sci_controller_start_task's return type to sci_status
  scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param
  crypto: ccree - avoid implicit enum conversion
  nvmet-fcloop: suppress a compiler warning
  clk: mmp2: fix the clock id for sdh2_clk and sdh3_clk
  clk: at91: audio-pll: fix audio pmc type
  ASoC: tegra_sgtl5000: fix device_node refcounting
  scsi: dc395x: fix dma API usage in srb_done
  scsi: dc395x: fix DMA API usage in sg_update_list
  net: dsa: mv88e6xxx: Fix 88E6141/6341 2500mbps SERDES speed
  net: fix warning in af_unix
  xfs: fix use-after-free race in xfs_buf_rele
  kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack
  PM / Domains: Deal with multiple states but no governor in genpd
  ALSA: i2c/cs8427: Fix int to char conversion
  macintosh/windfarm_smu_sat: Fix debug output
  PCI: vmd: Detach resources after stopping root bus
  USB: misc: appledisplay: fix backlight update_status return code
  usbip: tools: fix atoi() on non-null terminated string
  dm raid: avoid bitmap with raid4/5/6 journal device
  SUNRPC: Fix a compile warning for cmpxchg64()
  sunrpc: safely reallow resvport min/max inversion
  atm: zatm: Fix empty body Clang warnings
  s390/perf: Return error when debug_register fails
  spi: omap2-mcspi: Set FIFO DMA trigger level to word length
  sparc: Fix par

[Kernel-packages] [Bug 1852492] Re: Bionic update: upstream stable patchset 2019-11-13

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-11-13

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-13

Ported from the following upstream stable releases:
v4.14.152, v4.19.82

     from git://git.kernel.org/

  zram: fix race between backing_dev_show and backing_dev_store
  dm snapshot: use mutex instead of rw_semaphore
  dm snapshot: introduce account_start_copy() and account_end_copy()
  dm snapshot: rework COW throttling to fix deadlock
  dm: Use kzalloc for all structs with embedded biosets/mempools
  f2fs: flush quota blocks after turnning it off
  scsi: lpfc: Fix a duplicate 0711 log message number.
  sc16is7xx: Fix for "Unexpected interrupt: 8"
  powerpc/powernv: hold device_hotplug_lock when calling 
memtrace_offline_pages()
  HID: i2c-hid: add Direkt-Tek DTLAPY133-1 to descriptor override
  x86/cpu: Add Atom Tremont (Jacobsville)
  HID: i2c-hid: Add Odys Winbook 13 to descriptor override
  clk: boston: unregister clks on failure in clk_boston_setup()
  scripts/setlocalversion: Improve -dirty check with git-status 
--no-optional-locks
  HID: Add ASUS T100CHI keyboard dock battery quirks
  usb: handle warm-reset port requests on hub resume
  rtc: pcf8523: set xtal load capacitance from DT
  mlxsw: spectrum: Set LAG port collector only when active
  ALSA: hda/realtek - Apply ALC294 hp init also for S4 resume
  media: vimc: Remove unused but set variables
  exec: load_script: Do not exec truncated interpreter path
  PCI/PME: Fix possible use-after-free on remove
  power: supply: max14656: fix potential use-after-free
  iio: adc: meson_saradc: Fix memory allocation order
  iio: fix center temperature of bmc150-accel-core
  libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
  perf tests: Avoid raising SEGV using an obvious NULL dereference
  perf map: Fix overlapped map handling
  perf jevents: Fix period for Intel fixed counters
  staging: rtl8188eu: fix null dereference when kzalloc fails
  RDMA/hfi1: Prevent memory leak in sdma_init
  RDMA/iwcm: Fix a lock inversion issue
  HID: hyperv: Use in-place iterator API in the channel callback
  nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
  arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419
  tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'
  tty: n_hdlc: fix build on SPARC
  gpio: max77620: Use correct unit for debounce times
  fs: cifs: mute -Wunused-const-variable message
  serial: mctrl_gpio: Check for NULL pointer
  efi/cper: Fix endianness of PCIe class code
  efi/x86: Do not clean dummy variable in kexec path
  MIPS: include: Mark __cmpxchg as __always_inline
  x86/xen: Return from panic notifier
  ocfs2: clear zero in unaligned direct IO
  fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
  fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
  fs: ocfs2: fix a possible null-pointer dereference in 
ocfs2_info_scan_inode_alloc()
  sched/vtime: Fix guest/system mis-accounting on task switch
  perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp
  MIPS: include: Mark __xchg as __always_inline
  MIPS: fw: sni: Fix out of bounds init of o32 stack
  nbd: fix possible sysfs duplicate warning
  NFSv4: Fix leak of clp->cl_acceptor string
  s390/uaccess: avoid (false positive) compiler warnings
  tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
  nbd: verify socket is supported during setup
  USB: legousbtower: fix a signedness bug in tower_probe()
  thunderbolt: Use 32-bit writes when writing ring producer/consumer
  fuse: flush dirty data/metadata before non-truncate setattr
  fuse: truncate pending writes on O_TRUNC
  ALSA: bebob: Fix prototype of helper function to return negative value
  UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather 
segments")
  USB: gadget: Reject endpoints with 0 maxpacket value
  usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask 
to avoid SG overflows")
  USB: ldusb: fix ring-buffer locking
  USB: ldusb: fix control-message timeout
  USB: serial: whiteheat: fix potential slab

[Kernel-packages] [Bug 1854216] Re: Bionic update: upstream stable patchset 2019-11-27

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-11-27

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-27

  Ported from the following upstream stable releases:
  v4.14.156, v4.19.86

     from git://git.kernel.org/

  spi: mediatek: use correct mata->xfer_len when in fifo transfer
  tee: optee: add missing of_node_put after of_device_is_available
  net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
  idr: Fix idr_get_next race with idr_remove
  mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
  mm/memory_hotplug: fix updating the node span
  arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
  fbdev: Ditch fb_edid_add_monspecs
  net: ovs: fix return type of ndo_start_xmit function
  net: xen-netback: fix return type of ndo_start_xmit function
  ARM: dts: dra7: Enable workaround for errata i870 in PCIe host mode
  ARM: dts: omap5: enable OTG role for DWC3 controller
  f2fs: return correct errno in f2fs_gc
  ARM: dts: sun8i: h3-h5: ir register size should be the whole memory block
  SUNRPC: Fix priority queue fairness
  IB/hfi1: Ensure ucast_dlid access doesnt exceed bounds
  kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
  arm64/numa: Report correct memblock range for the dummy node
  ath10k: fix vdev-start timeout on error
  ata: ahci_brcm: Allow using driver or DSL SoCs
  ath9k: fix reporting calculated new FFT upper max
  usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in 
fotg210_get_status()
  usb: dwc3: gadget: Check ENBLSLPM before sending ep command
  nl80211: Fix a GET_KEY reply attribute
  irqchip/irq-mvebu-icu: Fix wrong private data retrieval
  watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798D
  KVM: PPC: Inform the userspace about TCE update failures
  dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_direction
  dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
  ext4: fix build error when DX_DEBUG is defined
  clk: keystone: Enable TISCI clocks if K3_ARCH
  sunrpc: Fix connect metrics
  mei: samples: fix a signedness bug in amt_host_if_call()
  cxgb4: Use proper enum in cxgb4_dcb_handle_fw_update
  cxgb4: Use proper enum in IEEE_FAUX_SYNC
  powerpc/pseries: Fix DTL buffer registration
  powerpc/pseries: Fix how we iterate over the DTL entries
  powerpc/xive: Move a dereference below a NULL test
  ARM: dts: at91: sama5d4_xplained: fix addressable nand flash size
  ARM: dts: at91: at91sam9x5cm: fix addressable nand flash size
  mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transfer
  PM / hibernate: Check the success of generating md5 digest before hibernation
  tools: PCI: Fix compilation warnings
  clocksource/drivers/sh_cmt: Fixup for 64-bit machines
  clocksource/drivers/sh_cmt: Fix clocksource width for 32-bit machines
  md: allow metadata updates while suspending an array - fix
  ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limit
  i40e: Use proper enum in i40e_ndo_set_vf_link_state
  ixgbe: Fix crash with VFs and flow director on interface flap
  IB/mthca: Fix error return code in __mthca_init_one()
  IB/mlx4: Avoid implicit enumerated type conversion
  ACPICA: Never run _REG on system_memory and system_IO
  powerpc/time: Use clockevents_register_device(), fixing an issue with large 
decrementer
  ata: ep93xx: Use proper enums for directions
  media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remote
  media: pxa_camera: Fix check for pdev->dev.of_node
  media: i2c: adv748x: Support probing a single output
  ALSA: hda/sigmatel - Disable automute for Elo VuPoint
  KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
  USB: serial: cypress_m8: fix interrupt-out transfer length
  mtd: physmap_of: Release resources on error
  cpu/SMT: State SMT is disabled even with nosmt and without "=force"
  brcmfmac: reduce timeout for action frame scan
  brcmfmac: fix full timeout waiting for action frame on-channel tx
  qtnfmac: pass sgi rate info flag to wireless core
  qtnfmac: drop error reports for out-of-bounds key indexes
  clk: samsung: exynos5420: Define CLK_SECKEY gate clock only or 

[Kernel-packages] [Bug 1854094] Re: Disco update: upstream stable patchset 2019-11-26

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-26

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-26

  Ported from the following upstream stable releases:
  v4.19.85, v5.3.12

     from git://git.kernel.org/

  KVM: x86: introduce is_pae_paging
  scsi: core: Handle drivers which set sg_tablesize to zero
  ax88172a: fix information leak on short answers
  ipmr: Fix skb headroom in ipmr_get_route().
  net: gemini: add missed free_netdev
  net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
  slip: Fix memory leak in slip_open error path
  ALSA: usb-audio: Fix missing error check at mixer resolution test
  ALSA: usb-audio: not submit urb for stopped endpoint
  ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()
  ALSA: usb-audio: Fix incorrect size check for processing/extension units
  Btrfs: fix log context list corruption after rename exchange operation
  Input: ff-memless - kill timer in destroy()
  Input: synaptics-rmi4 - fix video buffer size
  Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver
  Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)
  Input: synaptics-rmi4 - clear IRQ enables for F54
  Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
  IB/hfi1: Ensure full Gen3 speed in a Gen4 system
  IB/hfi1: Use a common pad buffer for 9B and 16B packets
  i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
  ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
  ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
  net: ethernet: dwmac-sun8i: Use the correct function in exit path
  iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
  mm: mempolicy: fix the wrong return value and potential pages leak of mbind
  mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
  mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
  mmc: sdhci-of-at91: fix quirk2 overwrite
  dmaengine: at_xdmac: remove a stray bottom half unlock
  slcan: Fix memory leak in error path
  tcp: remove redundant new line from tcp_event_sk_skb
  dpaa2-eth: free already allocated channels on probe defer
  KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
  drm/i915: update rawclk also on resume
  ntp/y2038: Remove incorrect time_t truncation
  mm/page_io.c: do not free shared swap slots
  UBUNTU: upstream stable to v4.19.85, v5.3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1854094/+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 1853519] Re: Bionic update: upstream stable patchset 2019-11-21

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-11-21

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  
  SRU Justification

  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:

 upstream stable patchset 2019-11-21
 from git://git.kernel.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1853519/+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 1850870] Re: Disco update: upstream stable patchset 2019-10-31

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-10-31

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-31

Ported from the following upstream stable releases:
v4.19.79, v5.3.6

     from git://git.kernel.org/

  s390/process: avoid potential reading of freed stack
  KVM: s390: Test for bad access register and size at the start of S390_MEM_OP
  s390/topology: avoid firing events before kobjs are created
  s390/cio: exclude subchannels with no parent from pseudo check
  KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
  KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
  KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
  KVM: X86: Fix userspace set invalid CR4
  nbd: fix max number of supported devs
  PM / devfreq: tegra: Fix kHz to Hz conversion
  ASoC: Define a set of DAPM pre/post-up events
  ASoC: sgtl5000: Improve VAG power and mute control
  powerpc/mce: Fix MCE handling for huge pages
  powerpc/mce: Schedule work from irq_work
  powerpc/powernv: Restrict OPAL symbol map to only be readable by root
  powerpc/powernv/ioda: Fix race in TCE level allocation
  powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
  can: mcp251x: mcp251x_hw_reset(): allow more time after a reset
  tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
  crypto: qat - Silence smp_processor_id() warning
  crypto: skcipher - Unmap pages after an external error
  crypto: cavium/zip - Add missing single_release()
  crypto: caam - fix concurrency issue in givencrypt descriptor
  crypto: ccree - account for TEE not ready to report
  crypto: ccree - use the full crypt length value
  MIPS: Treat Loongson Extensions as ASEs
  power: supply: sbs-battery: use correct flags field
  power: supply: sbs-battery: only return health when battery present
  tracing: Make sure variable reference alias has correct var_ref_idx
  usercopy: Avoid HIGHMEM pfn warning
  timer: Read jiffies once when forwarding base clk
  PCI: vmd: Fix shadow offsets to reflect spec changes
  watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
  perf stat: Fix a segmentation fault when using repeat forever
  drm/omap: fix max fclk divider for omap36xx
  drm/msm/dsi: Fix return value check for clk_get_parent
  drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors
  drm/i915/gvt: update vgpu workload head pointer correctly
  mmc: sdhci: improve ADMA error reporting
  mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence
  Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
  xen/xenbus: fix self-deadlock after killing user process
  ieee802154: atusb: fix use-after-free at disconnect
  s390/cio: avoid calling strlen on null pointer
  cfg80211: initialize on-stack chandefs
  ima: always return negative code for error
  ima: fix freeing ongoing ahash_request
  fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
  9p: Transport error uninitialized
  9p: avoid attaching writeback_fid on mmap with type PRIVATE
  xen/pci: reserve MCFG areas earlier
  ceph: fix directories inode i_blkbits initialization
  ceph: reconnect connection if session hang in opening state
  watchdog: aspeed: Add support for AST2600
  netfilter: nf_tables: allow lookups in dynamic sets
  drm/amdgpu: Fix KFD-related kernel oops on Hawaii
  drm/amdgpu: Check for valid number of registers to read
  pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
  pwm: stm32-lp: Add check in case requested period cannot be achieved
  x86/purgatory: Disable the stackleak GCC plugin for the purgatory
  ntb: point to right memory window index
  thermal: Fix use-after-free when unregistering thermal zone device
  thermal_hwmon: Sanitize thermal_zone type
  libnvdimm/region: Initialize bad block for volatile namespaces
  fuse: fix memleak in cuse_channel_open
  libnvdimm/nfit_test: Fix acpi_handle redefinition
  sched/membarrier: Call sync_core only before usermode for same mm
  sched/membarrier: Fix private expedited registration check
  sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
  p

[Kernel-packages] [Bug 1853659] Re: Disco update: upstream stable patchset 2019-11-22

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-22

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-22

  Ported from the following upstream stable releases:
  v4.19.84, v5.3.11

     from git://git.kernel.org/

  bonding: fix state transition issue in link monitoring
  CDC-NCM: handle incomplete transfer of MTU
  ipv4: Fix table id reference in fib_sync_down_addr
  net: ethernet: octeon_mgmt: Account for second possible VLAN header
  net: fix data-race in neigh_event_send()
  net: qualcomm: rmnet: Fix potential UAF when unregistering
  net: usb: qmi_wwan: add support for DW5821e with eSIM support
  NFC: fdp: fix incorrect free object
  nfc: netlink: fix double device reference drop
  NFC: st21nfca: fix double free
  qede: fix NULL pointer deref in __qede_remove()
  net: mscc: ocelot: don't handle netdev events for other netdevs
  net: mscc: ocelot: fix NULL pointer on LAG slave removal
  ipv6: fixes rt6_probe() and fib6_nh->last_probe init
  net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
  ALSA: timer: Fix incorrectly assigned timer instance
  ALSA: bebob: fix to detect configured source of sampling clock for Focusrite 
Saffire Pro i/o series
  ALSA: hda/ca0132 - Fix possible workqueue stall
  mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
  mm, meminit: recalculate pcpu batch and high limits after init completes
  mm: thp: handle page cache THP correctly in PageTransCompoundMap
  mm, vmstat: hide /proc/pagetypeinfo from normal users
  dump_stack: avoid the livelock of the dump_lock
  tools: gpio: Use !building_out_of_srctree to determine srctree
  perf tools: Fix time sorting
  drm/radeon: fix si_enable_smc_cac() failed issue
  HID: wacom: generic: Treat serial number and related fields as unsigned
  soundwire: depend on ACPI
  soundwire: bus: set initial value to port_status
  arm64: Do not mask out PTE_RDONLY in pte_same()
  ceph: fix use-after-free in __ceph_remove_cap()
  ceph: add missing check in d_revalidate snapdir handling
  iio: adc: stm32-adc: fix stopping dma
  iio: imu: adis16480: make sure provided frequency is positive
  iio: srf04: fix wrong limitation in distance measuring
  ARM: sunxi: Fix CPU powerdown on A83T
  netfilter: nf_tables: Align nft_expr private data to 64-bit
  netfilter: ipset: Fix an error code in ip_set_sockfn_get()
  intel_th: pci: Add Comet Lake PCH support
  intel_th: pci: Add Jasper Lake PCH support
  x86/apic/32: Avoid bogus LDR warnings
  SMB3: Fix persistent handles reconnect
  can: usb_8dev: fix use-after-free on disconnect
  can: flexcan: disable completely the ECC mechanism
  can: c_can: c_can_poll(): only read status register after status IRQ
  can: peak_usb: fix a potential out-of-sync while decoding packets
  can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb 
mem leak
  can: gs_usb: gs_can_open(): prevent memory leak
  can: dev: add missing of_node_put() after calling of_get_child_by_name()
  can: mcba_usb: fix use-after-free on disconnect
  can: peak_usb: fix slab info leak
  configfs: stash the data we need into configfs_buffer at open time
  configfs_register_group() shouldn't be (and isn't) called in rmdirable parts
  configfs: new object reprsenting tree fragments
  configfs: provide exclusion between IO and removals
  configfs: fix a deadlock in configfs_symlink()
  ALSA: usb-audio: More validations of descriptor units
  ALSA: usb-audio: Simplify parse_audio_unit()
  ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects
  ALSA: usb-audio: Remove superfluous bLength checks
  ALSA: usb-audio: Clean up check_input_term()
  ALSA: usb-audio: Fix possible NULL dereference at create_yamaha_midi_quirk()
  ALSA: usb-audio: remove some dead code
  ALSA: usb-audio: Fix copy&paste error in the validator
  usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path
  usbip: Implement SG support to vhci-hcd and stub driver
  PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30
  HID: google: add magnemite/masterball USB ids
  dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config
  dmaengine: sprd: Fix the p

[Kernel-packages] [Bug 1853382] Re: Disco update: upstream stable patchset 2019-11-20

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-20

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-20

  Ported from the following upstream stable releases:
  v4.19.83, v5.3.10

     from git://git.kernel.org/

  regulator: of: fix suspend-min/max-voltage parsing
  ASoC: wm8994: Do not register inapplicable controls for WM1811
  arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
  arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay
  arm64: dts: Fix gpio to pinmux mapping
  regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone
  ASoC: rt5682: add NULL handler to set_jack function
  regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() 
could be uninitialized
  ASoC: wm_adsp: Don't generate kcontrols without READ flags
  ASoc: rockchip: i2s: Fix RPM imbalance
  ARM: dts: logicpd-torpedo-som: Remove twl_keypad
  pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()
  ARM: mm: fix alignment handler faults under memory pressure
  scsi: qla2xxx: fix a potential NULL pointer dereference
  scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions
  scsi: sni_53c710: fix compilation error
  scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
  ARM: dts: imx7s: Correct GPT's ipg clock source
  perf c2c: Fix memory leak in build_cl_output()
  8250-men-mcb: fix error checking when get_num_ports returns -ENODEV
  perf kmem: Fix memory leak in compact_gfp_flags()
  ARM: davinci: dm365: Fix McBSP dma_slave_map entry
  drm/amdgpu: fix potential VM faults
  scsi: target: core: Do not overwrite CDB byte 1
  tracing: Fix "gfp_t" format for synthetic events
  ARM: 8926/1: v7m: remove register save to stack before svc
  of: unittest: fix memory leak in unittest_data_add
  MIPS: bmips: mark exception vectors as char arrays
  irqchip/gic-v3-its: Use the exact ITSList for VMOVP
  i2c: stm32f7: fix first byte to send in slave mode
  i2c: stm32f7: fix a race in slave mode with arbitration loss irq
  i2c: stm32f7: remove warning when compiling with W=1
  cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
  nbd: protect cmd->status with cmd->lock
  nbd: handle racing with error'ed out commands
  cxgb4: fix panic when attaching to ULD fail
  dccp: do not leak jiffies on the wire
  erspan: fix the tun_info options_len check for erspan
  inet: stop leaking jiffies on the wire
  net: annotate accesses to sk->sk_incoming_cpu
  net: annotate lockless accesses to sk->sk_napi_id
  net: dsa: bcm_sf2: Fix IMP setup for port different than 8
  net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum
  net: fix sk_page_frag() recursion from memory reclaim
  net: hisilicon: Fix ping latency when deal with high throughput
  net/mlx4_core: Dynamically set guaranteed amount of counters per VF
  netns: fix GFP flags in rtnl_net_notifyid()
  net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
  selftests: net: reuseport_dualstack: fix uninitalized parameter
  udp: fix data-race in udp_set_dev_scratch()
  vxlan: check tun_info options_len properly
  net: add skb_queue_empty_lockless()
  udp: use skb_queue_empty_lockless()
  net: use skb_queue_empty_lockless() in poll() handlers
  net: use skb_queue_empty_lockless() in busy poll contexts
  net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
  ipv4: fix route update on metric change.
  selftests: fib_tests: add more tests for metric update
  net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget
  r8169: fix wrong PHY ID issue with RTL8168dp
  net/mlx5e: Fix ethtool self test: link speed
  net: dsa: b53: Do not clear existing mirrored port mask
  net: bcmgenet: don't set phydev->link from MAC
  net: phy: bcm7xxx: define soft_reset for 40nm EPHY
  net: bcmgenet: reset 40nm EPHY on energy detect
  net: usb: lan78xx: Connect PHY before registering MAC
  net: dsa: fix switch tree list
  r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
  net/flow_dissector: switch to siphash
  wireless: Skip directory when generating certificates
  platform/x86: pmc_atom: Add Siemens SIMATI

[Kernel-packages] [Bug 1853208] Re: Bionic update: upstream stable patchset 2019-11-19

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-11-19

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-19

Ported from the following upstream stable releases:
v4.14.153, v4.19.83

     from git://git.kernel.org/

  arm64: dts: Fix gpio to pinmux mapping
  regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone
  regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() 
could be uninitialized
  ASoC: wm_adsp: Don't generate kcontrols without READ flags
  ASoc: rockchip: i2s: Fix RPM imbalance
  ARM: dts: logicpd-torpedo-som: Remove twl_keypad
  pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()
  ARM: mm: fix alignment handler faults under memory pressure
  scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions
  scsi: sni_53c710: fix compilation error
  scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
  ARM: dts: imx7s: Correct GPT's ipg clock source
  perf c2c: Fix memory leak in build_cl_output()
  perf kmem: Fix memory leak in compact_gfp_flags()
  ARM: davinci: dm365: Fix McBSP dma_slave_map entry
  scsi: target: core: Do not overwrite CDB byte 1
  ARM: 8926/1: v7m: remove register save to stack before svc
  of: unittest: fix memory leak in unittest_data_add
  MIPS: bmips: mark exception vectors as char arrays
  i2c: stm32f7: remove warning when compiling with W=1
  cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
  nbd: handle racing with error'ed out commands
  cxgb4: fix panic when attaching to ULD fail
  dccp: do not leak jiffies on the wire
  net: annotate accesses to sk->sk_incoming_cpu
  net: annotate lockless accesses to sk->sk_napi_id
  net: dsa: bcm_sf2: Fix IMP setup for port different than 8
  net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum
  net: fix sk_page_frag() recursion from memory reclaim
  net: hisilicon: Fix ping latency when deal with high throughput
  net/mlx4_core: Dynamically set guaranteed amount of counters per VF
  selftests: net: reuseport_dualstack: fix uninitalized parameter
  udp: fix data-race in udp_set_dev_scratch()
  net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
  net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget
  net: dsa: b53: Do not clear existing mirrored port mask
  net: usb: lan78xx: Connect PHY before registering MAC
  r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
  net: dsa: fix switch tree list
  net: bcmgenet: reset 40nm EPHY on energy detect
  net: add skb_queue_empty_lockless()
  udp: use skb_queue_empty_lockless()
  net: use skb_queue_empty_lockless() in poll() handlers
  net: use skb_queue_empty_lockless() in busy poll contexts
  vxlan: check tun_info options_len properly
  erspan: fix the tun_info options_len check for erspan
  inet: stop leaking jiffies on the wire
  net/flow_dissector: switch to siphash
  kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
  kbuild: add -fcf-protection=none when using retpoline flags
  platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to critclk_systems DMI 
table
  iio: adc: stm32-adc: move registers definitions
  powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
  powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
  selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
  selftests/powerpc: Fix compile error on tlbie_test due to newer gcc
  arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
  arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay
  scsi: qla2xxx: fix a potential NULL pointer dereference
  irqchip/gic-v3-its: Use the exact ITSList for VMOVP
  netns: fix GFP flags in rtnl_net_notifyid()
  net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
  wireless: Skip directory when generating certificates
  ASoC: pcm3168a: The codec does not support S32_LE
  usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending 
driver fails
  UBUNTU: upstream stable to v4.14.153, v4.19.83

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

[Kernel-packages] [Bug 1850974] Re: Disco update: upstream stable patchset 2019-11-01

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-01

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-01

Ported from the following upstream stable releases:
v4.19.80, v5.3.7

     from git://git.kernel.org/

  panic: ensure preemption is disabled during panic()
  f2fs: use EINVAL for superblock with invalid magic
  UBUNTU: [Config] updateconfigs for USB_RIO500
  USB: rio500: Remove Rio 500 kernel driver
  USB: yurex: Don't retry on unexpected errors
  USB: yurex: fix NULL-derefs on disconnect
  USB: usb-skeleton: fix runtime PM after driver unbind
  USB: usb-skeleton: fix NULL-deref on disconnect
  xhci: Fix false warning message about wrong bounce buffer write length
  xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
  xhci: Check all endpoints for LPM timeout
  xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts
  usb: xhci: wait for CNR controller not ready bit in xhci resume
  xhci: Prevent deadlock when xhci adapter breaks during init
  xhci: Increase STS_SAVE timeout in xhci_suspend()
  USB: adutux: fix use-after-free on disconnect
  USB: adutux: fix NULL-derefs on disconnect
  USB: adutux: fix use-after-free on release
  USB: iowarrior: fix use-after-free on disconnect
  USB: iowarrior: fix use-after-free on release
  USB: iowarrior: fix use-after-free after driver unbind
  USB: usblp: fix runtime PM after driver unbind
  USB: chaoskey: fix use-after-free on release
  USB: ldusb: fix NULL-derefs on driver unbind
  serial: uartlite: fix exit path null pointer
  USB: serial: keyspan: fix NULL-derefs on open() and write()
  USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
  USB: serial: option: add Telit FN980 compositions
  USB: serial: option: add support for Cinterion CLS8 devices
  USB: serial: fix runtime PM after driver unbind
  USB: usblcd: fix I/O after disconnect
  USB: microtek: fix info-leak at probe
  USB: dummy-hcd: fix power budget for SuperSpeed mode
  usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()
  usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
  USB: legousbtower: fix slab info leak at probe
  USB: legousbtower: fix deadlock on disconnect
  USB: legousbtower: fix potential NULL-deref on disconnect
  USB: legousbtower: fix open after failed reset request
  USB: legousbtower: fix use-after-free on release
  mei: me: add comet point (lake) LP device ids
  mei: avoid FW version request on Ibex Peak and earlier
  gpio: eic: sprd: Fix the incorrect EIC offset when toggling
  Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc
  staging: vt6655: Fix memory leak in vt6655_probe
  iio: adc: hx711: fix bug in sampling of data
  iio: adc: ad799x: fix probe error handling
  iio: adc: axp288: Override TS pin bias current for some models
  iio: light: opt3001: fix mutex unlock race
  efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified
  perf llvm: Don't access out-of-scope array
  perf inject jit: Fix JIT_CODE_MOVE filename
  CIFS: Gracefully handle QueryInfo errors during open
  CIFS: Force revalidate inode when dentry is stale
  CIFS: Force reval dentry if LOOKUP_REVAL flag is set
  kernel/sysctl.c: do not override max_threads provided by userspace
  mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
  firmware: google: increment VPD key_len properly
  gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
  iio: adc: stm32-adc: move registers definitions
  iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
  cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
  btrfs: fix incorrect updating of log root tree
  btrfs: fix uninitialized ret in ref-verify
  NFS: Fix O_DIRECT accounting of number of bytes read/written
  MIPS: Disable Loongson MMI instructions for kernel build
  MIPS: elf_hwcap: Export userspace ASEs
  ACPI/PPTT: Add support for ACPI 6.3 thread flag
  arm64: topology: Use PPTT to determine if PE is a thread
  Fix the locking in dcache_readdir() and friends
  media: stkwebcam: fix runtime PM after driver unbind
  arm64/sve: Fix 

[Kernel-packages] [Bug 1853067] Re: Disco update: upstream stable patchset 2019-11-18

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-11-18

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-18

  Ported from the following upstream stable releases:
  v4.19.82, v5.3.9

     from git://git.kernel.org/

  dm snapshot: introduce account_start_copy() and account_end_copy()
  dm snapshot: rework COW throttling to fix deadlock
  Btrfs: fix inode cache block reserve leak on failure to allocate data space
  btrfs: qgroup: Always free PREALLOC META reserve in 
btrfs_delalloc_release_extents()
  f2fs: flush quota blocks after turnning it off
  drm/msm/dpu: handle failures while initializing displays
  bcache: fix input overflow to writeback_rate_minimum
  ath10k: assign 'n_cipher_suites = 11' for WCN3990 to enable WPA3
  staging: mt7621-pinctrl: use pinconf-generic for 'dt_node_to_map' and 
'dt_free_map'
  HID: Add ASUS T100CHI keyboard dock battery quirks
  HID: steam: fix boot loop with bluetooth firmware
  HID: steam: fix deadlock with input devices.
  usb: dwc3: gadget: early giveback if End Transfer already completed
  usb: dwc3: gadget: clear DWC3_EP_TRANSFER_STARTED on cmd complete
  ALSA: usb-audio: Cleanup DSD whitelist
  usb: handle warm-reset port requests on hub resume
  rtc: pcf8523: set xtal load capacitance from DT
  arm64: Add MIDR encoding for HiSilicon Taishan CPUs
  arm64: kpti: Whitelist HiSilicon Taishan v110 CPUs
  mlxsw: spectrum: Set LAG port collector only when active
  scsi: lpfc: Correct localport timeout duration error
  CIFS: Respect SMB2 hdr preamble size in read responses
  cifs: add credits from unmatched responses/messages
  ALSA: hda/realtek - Apply ALC294 hp init also for S4 resume
  media: vimc: Remove unused but set variables
  ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
  net: dsa: mv88e6xxx: Release lock while requesting IRQ
  PCI/PME: Fix possible use-after-free on remove
  drm/amd/display: fix odm combine pipe reset
  power: supply: max14656: fix potential use-after-free
  iio: adc: meson_saradc: Fix memory allocation order
  iio: fix center temperature of bmc150-accel-core
  libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
  perf tests: Avoid raising SEGV using an obvious NULL dereference
  perf map: Fix overlapped map handling
  perf script brstackinsn: Fix recovery from LBR/binary mismatch
  perf jevents: Fix period for Intel fixed counters
  perf tools: Propagate get_cpuid() error
  perf annotate: Propagate perf_env__arch() error
  perf annotate: Fix the signedness of failure returns
  perf annotate: Propagate the symbol__annotate() error return
  perf annotate: Return appropriate error code for allocation failures
  staging: rtl8188eu: fix null dereference when kzalloc fails
  RDMA/hfi1: Prevent memory leak in sdma_init
  RDMA/iwcm: Fix a lock inversion issue
  HID: hyperv: Use in-place iterator API in the channel callback
  nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
  arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419
  tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'
  tty: n_hdlc: fix build on SPARC
  gpio: max77620: Use correct unit for debounce times
  fs: cifs: mute -Wunused-const-variable message
  serial: mctrl_gpio: Check for NULL pointer
  efi/cper: Fix endianness of PCIe class code
  efi/x86: Do not clean dummy variable in kexec path
  MIPS: include: Mark __cmpxchg as __always_inline
  x86/xen: Return from panic notifier
  ocfs2: clear zero in unaligned direct IO
  fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
  fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
  fs: ocfs2: fix a possible null-pointer dereference in 
ocfs2_info_scan_inode_alloc()
  arm64: armv8_deprecated: Checking return value for memory allocation
  sched/vtime: Fix guest/system mis-accounting on task switch
  perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp
  drm/amdgpu: fix memory leak
  iio: imu: adis16400: release allocated memory on failure
  MIPS: include: Mark __xchg as __always_inline
  MIPS: fw: sni: Fix out of bounds init of o32 stack
  virt: vb

[Kernel-packages] [Bug 1853915] Re: Bionic update: upstream stable patchset 2019-11-25

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-11-25

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-25

  Ported from the following upstream stable releases:
  v4.14.155, v4.19.85

     from git://git.kernel.org/

  kvm: mmu: Don't read PDPTEs when paging is not enabled
  KVM: x86: introduce is_pae_paging
  MIPS: BCM63XX: fix switch core reset on BCM6368
  scsi: core: Handle drivers which set sg_tablesize to zero
  Revert "Input: synaptics-rmi4 - avoid processing unknown IRQs"
  ax88172a: fix information leak on short answers
  net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
  slip: Fix memory leak in slip_open error path
  ALSA: usb-audio: Fix missing error check at mixer resolution test
  ALSA: usb-audio: not submit urb for stopped endpoint
  Input: ff-memless - kill timer in destroy()
  Input: synaptics-rmi4 - fix video buffer size
  Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver
  Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)
  Input: synaptics-rmi4 - clear IRQ enables for F54
  Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
  IB/hfi1: Ensure full Gen3 speed in a Gen4 system
  i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
  ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
  ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
  iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
  mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
  mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
  mmc: sdhci-of-at91: fix quirk2 overwrite
  iio: adc: max9611: explicitly cast gain_selectors
  tee: optee: take DT status property into account
  ath10k: fix kernel panic by moving pci flush after napi_disable
  iio: dac: mcp4922: fix error handling in mcp4922_write_raw
  arm64: dts: allwinner: a64: Olinuxino: fix DRAM voltage
  arm64: dts: allwinner: a64: NanoPi-A64: Fix DCDC1 voltage
  ALSA: pcm: signedness bug in snd_pcm_plug_alloc()
  arm64: dts: tegra210-p2180: Correct sdmmc4 vqmmc-supply
  ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45
  rtc: rv8803: fix the rv8803 id in the OF table
  remoteproc/davinci: Use %zx for formating size_t
  extcon: cht-wc: Return from default case to avoid warnings
  cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is set
  ALSA: seq: Do error checks at creating system ports
  ath9k: fix tx99 with monitor mode interface
  ath10k: limit available channels via DT ieee80211-freq-limit
  gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
  ASoC: dpcm: Properly initialise hw->rate_max
  pinctrl: ingenic: Probe driver at subsys_initcall
  MIPS: BCM47XX: Enable USB power on Netgear WNDR3400v3
  ARM: dts: exynos: Fix sound in Snow-rev5 Chromebook
  liquidio: fix race condition in instruction completion processing
  ARM: dts: exynos: Fix regulators configuration on Peach Pi/Pit Chromebooks
  i40e: use correct length for strncpy
  i40e: hold the rtnl lock on clearing interrupt scheme
  i40e: Prevent deleting MAC address from VF when set by PF
  IB/rxe: fixes for rdma read retry
  iwlwifi: don't WARN on trying to dump dead firmware
  iwlwifi: mvm: avoid sending too many BARs
  ARM: dts: pxa: fix the rtc controller
  ARM: dts: pxa: fix power i2c base address
  rtl8187: Fix warning generated when strncpy() destination length matches the 
sixe argument
  soc: imx: gpc: fix PDN delay
  ASoC: rsnd: ssi: Fix issue in dma data address assignment
  net: phy: mscc: read 'vsc8531,vddmac' as an u32
  net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32
  ARM: dts: meson8: fix the clock controller register size
  ARM: dts: meson8b: fix the clock controller register size
  net: lan78xx: Bail out if lan78xx_get_endpoints fails
  ASoC: sgtl5000: avoid division by zero if lo_vag is zero
  ARM: dts: exynos: Disable pull control for S5M8767 PMIC
  ath10k: wmi: disable softirq's while calling ieee80211_rx
  IB/ipoib: Ensure that MTU isn't less than minimum permitted
  RDMA/core: Rate limit MAD error messages
  RDMA/core: Follow correct unregist

[Kernel-packages] [Bug 1850541] Re: Bionic update: upstream stable patchset 2019-10-29

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-10-29

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-29

  Ported from the following upstream stable releases:
  v4.14.150, v4.19.80

     from git://git.kernel.org/

  panic: ensure preemption is disabled during panic()
  f2fs: use EINVAL for superblock with invalid magic
  UBUNTU: [Config] updateconfigs for USB_RIO500
  USB: rio500: Remove Rio 500 kernel driver
  USB: yurex: Don't retry on unexpected errors
  USB: yurex: fix NULL-derefs on disconnect
  USB: usb-skeleton: fix runtime PM after driver unbind
  USB: usb-skeleton: fix NULL-deref on disconnect
  xhci: Fix false warning message about wrong bounce buffer write length
  xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
  xhci: Check all endpoints for LPM timeout
  usb: xhci: wait for CNR controller not ready bit in xhci resume
  xhci: Increase STS_SAVE timeout in xhci_suspend()
  USB: adutux: fix use-after-free on disconnect
  USB: adutux: fix NULL-derefs on disconnect
  USB: adutux: fix use-after-free on release
  USB: iowarrior: fix use-after-free on disconnect
  USB: iowarrior: fix use-after-free on release
  USB: iowarrior: fix use-after-free after driver unbind
  USB: usblp: fix runtime PM after driver unbind
  USB: chaoskey: fix use-after-free on release
  USB: ldusb: fix NULL-derefs on driver unbind
  serial: uartlite: fix exit path null pointer
  USB: serial: keyspan: fix NULL-derefs on open() and write()
  USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
  USB: serial: option: add Telit FN980 compositions
  USB: serial: option: add support for Cinterion CLS8 devices
  USB: serial: fix runtime PM after driver unbind
  USB: usblcd: fix I/O after disconnect
  USB: microtek: fix info-leak at probe
  USB: dummy-hcd: fix power budget for SuperSpeed mode
  usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()
  usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
  USB: legousbtower: fix slab info leak at probe
  USB: legousbtower: fix deadlock on disconnect
  USB: legousbtower: fix potential NULL-deref on disconnect
  USB: legousbtower: fix open after failed reset request
  USB: legousbtower: fix use-after-free on release
  staging: vt6655: Fix memory leak in vt6655_probe
  iio: adc: ad799x: fix probe error handling
  iio: adc: axp288: Override TS pin bias current for some models
  iio: light: opt3001: fix mutex unlock race
  efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified
  perf llvm: Don't access out-of-scope array
  perf inject jit: Fix JIT_CODE_MOVE filename
  CIFS: Gracefully handle QueryInfo errors during open
  CIFS: Force revalidate inode when dentry is stale
  CIFS: Force reval dentry if LOOKUP_REVAL flag is set
  kernel/sysctl.c: do not override max_threads provided by userspace
  firmware: google: increment VPD key_len properly
  gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
  Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc
  iio: hx711: add delay until DOUT is ready
  iio: adc: hx711: fix bug in sampling of data
  btrfs: fix incorrect updating of log root tree
  NFS: Fix O_DIRECT accounting of number of bytes read/written
  MIPS: Disable Loongson MMI instructions for kernel build
  Fix the locking in dcache_readdir() and friends
  media: stkwebcam: fix runtime PM after driver unbind
  tracing/hwlat: Report total time spent in all NMIs during the sample
  tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
  ftrace: Get a reference counter for the trace_array on filter files
  tracing: Get trace_array reference for available_tracers files
  x86/asm: Fix MWAITX C-state hint value
  iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
  cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
  btrfs: fix uninitialized ret in ref-verify
  arm64/sve: Fix wrong free for task->thread.sve_state
  UBUNTU: upstream stable to v4.14.150, v4.19.80

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

[Kernel-packages] [Bug 1849576] Re: Bionic update: upstream stable patchset 2019-10-23

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-10-23

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-23

Ported from the following upstream stable releases:
v4.14.149, v4.19.79

     from git://git.kernel.org/

  s390/process: avoid potential reading of freed stack
  KVM: s390: Test for bad access register and size at the start of S390_MEM_OP
  s390/topology: avoid firing events before kobjs are created
  s390/cio: avoid calling strlen on null pointer
  s390/cio: exclude subchannels with no parent from pseudo check
  KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
  KVM: nVMX: handle page fault in vmread fix
  PM / devfreq: tegra: Fix kHz to Hz conversion
  ASoC: Define a set of DAPM pre/post-up events
  powerpc/powernv: Restrict OPAL symbol map to only be readable by root
  can: mcp251x: mcp251x_hw_reset(): allow more time after a reset
  tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
  crypto: qat - Silence smp_processor_id() warning
  crypto: skcipher - Unmap pages after an external error
  crypto: cavium/zip - Add missing single_release()
  crypto: caam - fix concurrency issue in givencrypt descriptor
  usercopy: Avoid HIGHMEM pfn warning
  timer: Read jiffies once when forwarding base clk
  watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
  drm/omap: fix max fclk divider for omap36xx
  mmc: sdhci: improve ADMA error reporting
  mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence
  Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
  xen/xenbus: fix self-deadlock after killing user process
  ieee802154: atusb: fix use-after-free at disconnect
  cfg80211: initialize on-stack chandefs
  ima: always return negative code for error
  fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
  9p: avoid attaching writeback_fid on mmap with type PRIVATE
  xen/pci: reserve MCFG areas earlier
  ceph: fix directories inode i_blkbits initialization
  ceph: reconnect connection if session hang in opening state
  watchdog: aspeed: Add support for AST2600
  netfilter: nf_tables: allow lookups in dynamic sets
  drm/amdgpu: Check for valid number of registers to read
  pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
  pwm: stm32-lp: Add check in case requested period cannot be achieved
  thermal: Fix use-after-free when unregistering thermal zone device
  fuse: fix memleak in cuse_channel_open
  sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
  perf build: Add detection of java-11-openjdk-devel package
  kernel/elfcore.c: include proper prototypes
  perf unwind: Fix libunwind build failure on i386 systems
  KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP
  nbd: fix crash when the blksize is zero
  block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
  nbd: fix max number of supported devs
  powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()
  tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
  tick: broadcast-hrtimer: Fix a race in bc_set_next
  perf tools: Fix segfault in cpu_cache_level__read()
  perf stat: Fix a segmentation fault when using repeat forever
  perf stat: Reset previous counts on repeat with interval
  vfs: Fix EOVERFLOW testing in put_compat_statfs64
  coresight: etm4x: Use explicit barriers on enable/disable
  cfg80211: add and use strongly typed element iteration macros
  cfg80211: Use const more consistently in for_each_element macros
  nl80211: validate beacon head
  ASoC: sgtl5000: Improve VAG power and mute control
  KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
  powerpc/mce: Fix MCE handling for huge pages
  powerpc/mce: Schedule work from irq_work
  MIPS: Treat Loongson Extensions as ASEs
  PCI: Restore Resizable BAR size bits correctly for 1MB BARs
  drm/msm/dsi: Fix return value check for clk_get_parent
  ima: fix freeing ongoing ahash_request
  x86/purgatory: Disable the stackleak GCC plugin for the purgatory
  thermal_hwmon: Sanitize thermal_zone type
  libnvdimm/region: Initialize bad block for volatile

[Kernel-packages] [Bug 1848817] Re: Disco update: upstream stable patchset 2019-10-18

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-10-18

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-18

  Ported from the following upstream stable releases:
  v4.19.78, v5.2.20, v5.2.21, v5.3.5

     from git://git.kernel.org/

  tpm: use tpm_try_get_ops() in tpm-sysfs.c.
  drm/bridge: tc358767: Increase AUX transfer length limit
  drm/panel: simple: fix AUO g185han01 horizontal blanking
  video: ssd1307fb: Start page range at page_offset
  drm/stm: attach gem fence to atomic state
  drm/panel: check failure cases in the probe func
  drm/rockchip: Check for fast link training before enabling psr
  drm/radeon: Fix EEH during kexec
  gpu: drm: radeon: Fix a possible null-pointer dereference in 
radeon_connector_set_property()
  PCI: rpaphp: Avoid a sometimes-uninitialized warning
  ipmi_si: Only schedule continuously in the thread in maintenance mode
  clk: qoriq: Fix -Wunused-const-variable
  clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks
  drm/amd/display: fix issue where 252-255 values are clipped
  drm/amd/display: reprogram VM config when system resume
  powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA 
window
  clk: actions: Don't reference clk_init_data after registration
  clk: sirf: Don't reference clk_init_data after registration
  clk: sprd: Don't reference clk_init_data after registration
  clk: zx296718: Don't reference clk_init_data after registration
  powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL
  powerpc/rtas: use device model APIs and serialization during LPM
  powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this 
function
  powerpc/pseries/mobility: use cond_resched when updating device tree
  pinctrl: tegra: Fix write barrier placement in pmx_writel
  powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag
  vfio_pci: Restore original state on release
  drm/nouveau/volt: Fix for some cards having 0 maximum voltage
  pinctrl: amd: disable spurious-firing GPIO IRQs
  clk: renesas: mstp: Set GENPD_FLAG_ALWAYS_ON for clock domain
  clk: renesas: cpg-mssr: Set GENPD_FLAG_ALWAYS_ON for clock domain
  drm/amd/display: support spdif
  drm/amdgpu/si: fix ASIC tests
  powerpc/64s/exception: machine check use correct cfar for late handler
  pstore: fs superblock limits
  clk: qcom: gcc-sdm845: Use floor ops for sdcc clks
  powerpc/pseries: correctly track irq state in default idle
  pinctrl: meson-gxbb: Fix wrong pinning definition for uart_c
  arm64: fix unreachable code issue with cmpxchg
  clk: at91: select parent if main oscillator or bypass is enabled
  powerpc: dump kernel log before carrying out fadump or kdump
  mbox: qcom: add APCS child device for QCS404
  clk: sprd: add missing kfree
  scsi: core: Reduce memory required for SCSI logging
  dma-buf/sw_sync: Synchronize signal vs syncpt free
  ext4: fix potential use after free after remounting with noblock_validity
  MIPS: Ingenic: Disable broken BTB lookup optimization.
  MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
  i2c-cht-wc: Fix lockdep warning
  PCI: tegra: Fix OF node reference leak
  HID: wacom: Fix several minor compiler warnings
  livepatch: Nullify obj->mod in klp_module_coming()'s error path
  ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writes
  soundwire: intel: fix channel number reported by hardware
  ARM: 8875/1: Kconfig: default to AEABI w/ Clang
  rtc: snvs: fix possible race condition
  rtc: pcf85363/pcf85263: fix regmap error in set_time
  HID: apple: Fix stuck function keys when using FN
  PCI: rockchip: Propagate errors for optional regulators
  PCI: histb: Propagate errors for optional regulators
  PCI: imx6: Propagate errors for optional regulators
  PCI: exynos: Propagate errors for optional PHYs
  security: smack: Fix possible null-pointer dereferences in 
smack_socket_sock_rcv_skb()
  ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned 
address
  fat: work around race with userspace's read via blockdev while mounting
  pktcdvd: remove warning on attempting to register non-passthrough dev
  hypfs: Fix error number left in struct poin

[Kernel-packages] [Bug 1848274] Re: Bionic update: upstream stable patchset 2019-10-15

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-10-15

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-15

Ported from the following upstream stable releases:
v4.14.148, v4.19.78

     from git://git.kernel.org/

  tpm: use tpm_try_get_ops() in tpm-sysfs.c.
  tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
  drm/bridge: tc358767: Increase AUX transfer length limit
  drm/panel: simple: fix AUO g185han01 horizontal blanking
  video: ssd1307fb: Start page range at page_offset
  drm/stm: attach gem fence to atomic state
  drm/radeon: Fix EEH during kexec
  gpu: drm: radeon: Fix a possible null-pointer dereference in 
radeon_connector_set_property()
  ipmi_si: Only schedule continuously in the thread in maintenance mode
  clk: qoriq: Fix -Wunused-const-variable
  clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks
  clk: sirf: Don't reference clk_init_data after registration
  clk: zx296718: Don't reference clk_init_data after registration
  powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL
  powerpc/rtas: use device model APIs and serialization during LPM
  powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this 
function
  powerpc/pseries/mobility: use cond_resched when updating device tree
  pinctrl: tegra: Fix write barrier placement in pmx_writel
  vfio_pci: Restore original state on release
  drm/nouveau/volt: Fix for some cards having 0 maximum voltage
  drm/amdgpu/si: fix ASIC tests
  powerpc/64s/exception: machine check use correct cfar for late handler
  powerpc/pseries: correctly track irq state in default idle
  arm64: fix unreachable code issue with cmpxchg
  clk: at91: select parent if main oscillator or bypass is enabled
  scsi: core: Reduce memory required for SCSI logging
  dma-buf/sw_sync: Synchronize signal vs syncpt free
  MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
  i2c-cht-wc: Fix lockdep warning
  PCI: tegra: Fix OF node reference leak
  livepatch: Nullify obj->mod in klp_module_coming()'s error path
  ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writes
  rtc: snvs: fix possible race condition
  HID: apple: Fix stuck function keys when using FN
  PCI: rockchip: Propagate errors for optional regulators
  PCI: imx6: Propagate errors for optional regulators
  PCI: exynos: Propagate errors for optional PHYs
  security: smack: Fix possible null-pointer dereferences in 
smack_socket_sock_rcv_skb()
  ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned 
address
  fat: work around race with userspace's read via blockdev while mounting
  pktcdvd: remove warning on attempting to register non-passthrough dev
  hypfs: Fix error number left in struct pointer member
  kbuild: clean compressed initramfs image
  ocfs2: wait for recovering done after direct unlock request
  kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K
  bpf: fix use after free in prog symbol exposure
  cxgb4:Fix out-of-bounds MSI-X info array access
  erspan: remove the incorrect mtu limit for erspan
  hso: fix NULL-deref on tty open
  ipv6: drop incoming packets having a v4mapped source address
  net: ipv4: avoid mixed n_redirects and rate_tokens usage
  net: qlogic: Fix memory leak in ql_alloc_large_buffers
  net: Unpublish sk from sk_reuseport_cb before call_rcu
  nfc: fix memory leak in llcp_sock_bind()
  qmi_wwan: add support for Cinterion CLS8 devices
  sch_dsmark: fix potential NULL deref in dsmark_init()
  vsock: Fix a lockdep warning in __vsock_release()
  net/rds: Fix error handling in rds_ib_add_one()
  xen-netfront: do not use ~0U as error return value for xennet_fill_frags()
  tipc: fix unlimited bundling of small messages
  sch_cbq: validate TCA_CBQ_WRROPT to avoid crash
  ipv6: Handle missing host route in __ipv6_ifa_notify
  Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is set
  smack: use GFP_NOFS while holding inode_smack::smk_lock
  NFC: fix attrs checks in netlink interface
  kexec: bail out upon SIGKILL when allocating memory.
  drm/panel: check failure cases in the probe func
  drm/amd/display: reprogram VM conf

[Kernel-packages] [Bug 1851876] Re: Bionic update: upstream stable patchset 2019-11-08

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-11-08

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-11-08

Ported from the following upstream stable releases:
v4.14.151, v4.19.81

     from git://git.kernel.org/

  scsi: ufs: skip shutdown if hba is not powered
  scsi: megaraid: disable device when probe failed after enabled device
  scsi: qla2xxx: Fix unbound sleep in fcport delete path.
  ARM: OMAP2+: Fix missing reset done flag for am3 and am43
  ieee802154: ca8210: prevent memory leak
  ARM: dts: am4372: Set memory bandwidth limit for DISPC
  net: dsa: qca8k: Use up to 7 ports for all operations
  MIPS: dts: ar9331: fix interrupt-controller size
  xen/efi: Set nonblocking callbacks
  nl80211: fix null pointer dereference
  mac80211: fix txq null pointer dereference
  mips: Loongson: Fix the link time qualifier of 'serial_exit()'
  net: hisilicon: Fix usage of uninitialized variable in function 
mdio_sc_cfg_reg_write()
  namespace: fix namespace.pl script to support relative paths
  Revert "drm/radeon: Fix EEH during kexec"
  ocfs2: fix panic due to ocfs2_wq is null
  ipv4: Return -ENETUNREACH if we can't create route but saddr is valid
  net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
  net: bcmgenet: Set phydev->dev_flags only for internal PHYs
  net: i82596: fix dma_alloc_attr for sni_82596
  net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
  sctp: change sctp_prot .no_autobind with true
  net: avoid potential infinite loop in tc_ctl_action()
  memfd: Fix locking when tagging pins
  USB: legousbtower: fix memleak on disconnect
  ALSA: hda/realtek - Add support for ALC711
  usb: udc: lpc32xx: fix bad bit shift operation
  USB: serial: ti_usb_3410_5052: fix port-close races
  USB: ldusb: fix memleak on disconnect
  USB: usblp: fix use-after-free on disconnect
  USB: ldusb: fix read info leaks
  arm64: v8.4: Support for new floating point multiplication instructions
  arm64: Documentation: cpu-feature-registers: Remove RES0 fields
  arm64: Expose Arm v8.4 features
  arm64: move SCTLR_EL{1,2} assertions to 
  arm64: add PSR_AA32_* definitions
  arm64: Introduce sysreg_clear_set()
  arm64: capabilities: Update prototype for enable call back
  arm64: capabilities: Move errata work around check on boot CPU
  arm64: capabilities: Move errata processing code
  arm64: capabilities: Prepare for fine grained capabilities
  arm64: capabilities: Add flags to handle the conflicts on late CPU
  arm64: capabilities: Unify the verification
  arm64: capabilities: Filter the entries based on a given mask
  arm64: capabilities: Prepare for grouping features and errata work arounds
  arm64: capabilities: Split the processing of errata work arounds
  arm64: capabilities: Allow features based on local CPU scope
  arm64: capabilities: Group handling of features and errata workarounds
  arm64: capabilities: Introduce weak features based on local CPU
  arm64: capabilities: Restrict KPTI detection to boot-time CPUs
  arm64: capabilities: Add support for features enabled early
  arm64: capabilities: Change scope of VHE to Boot CPU feature
  arm64: capabilities: Clean up midr range helpers
  arm64: Add helpers for checking CPU MIDR against a range
  arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35
  arm64: capabilities: Add support for checks based on a list of MIDRs
  arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
  arm64: don't zero DIT on signal return
  arm64: Get rid of __smccc_workaround_1_hvc_*
  arm64: cpufeature: Detect SSBS and advertise to userspace
  arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
  KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe
  arm64: fix SSBS sanitization
  arm64: Add sysfs vulnerability show for spectre-v1
  arm64: add sysfs vulnerability show for meltdown
  arm64: enable generic CPU vulnerabilites support
  arm64: Always enable ssb vulnerability detection
  arm64: Provide a command line to disable spectre_v2 mitigation
  arm64: Advertise mitigation of Spectre-v2, or lack thereof
  arm64: Always enable spectre-v2 vulnerability detection
  arm64: add sysfs vulnerabi

[Kernel-packages] [Bug 1847663] Re: Disco update: upstream stable patchset 2019-10-10

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-10-10

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-10

Ported from the following upstream stable releases:
v4.19.76, v5.2.18

     from git://git.kernel.org/

  Revert "Bluetooth: validate BLE connection interval updates"
  net/ibmvnic: free reset work of removed device from queue
  powerpc/xive: Fix bogus error code returned by OPAL
  drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to 
undefined SW FP routines
  HID: prodikeys: Fix general protection fault during probe
  HID: sony: Fix memory corruption issue on cleanup.
  HID: logitech: Fix general protection fault caused by Logitech driver
  HID: hidraw: Fix invalid read in hidraw_ioctl
  HID: Add quirk for HP X500 PIXART OEM mouse
  mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
  crypto: talitos - fix missing break in switch statement
  CIFS: fix deadlock in cached root handling
  ASoC: Intel: cht_bsw_max98090_ti: Enable codec clock once and keep it enabled
  ASoC: fsl: Fix of-node refcount unbalance in fsl_ssi_probe_from_dt()
  ALSA: usb-audio: Add Hiby device family to quirks for native DSD support
  ALSA: usb-audio: Add DSD support for EVGA NU Audio
  ALSA: dice: fix wrong packet parameter for Alesis iO26
  ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
  ALSA: hda - Apply AMD controller workaround for Raven platform
  objtool: Clobber user CFLAGS variable
  irqchip/gic-v3-its: Fix LPI release for Multi-MSI devices
  f2fs: check all the data segments against all node ones
  PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it
  bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
  initramfs: don't free a non-existent initrd
  Revert "f2fs: avoid out-of-range memory access"
  dm zoned: fix invalid memory access
  net/ibmvnic: Fix missing { in __ibmvnic_reset
  f2fs: fix to do sanity check on segment bitmap of LFS curseg
  drm: Flush output polling on shutdown
  net: don't warn in inet diag when IPV6 is disabled
  Bluetooth: btrtl: HCI reset on close for Realtek BT chip
  ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35
  drm/nouveau/disp/nv50-: fix center/aspect-corrected scaling
  xfs: don't crash on null attr fork xfs_bmapi_read
  netfilter: nft_socket: fix erroneous socket assignment
  Bluetooth: btrtl: Additional Realtek 8822CE Bluetooth devices
  net_sched: check cops->tcf_block in tc_bind_tclass()
  net/rds: An rds_sock is added too early to the hash table
  net/rds: Check laddr_check before calling it
  f2fs: use generic EFSBADCRC/EFSCORRUPTED
  phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay
  drm/amd/display: Allow cursor async updates for framebuffer swaps
  drm/amd/display: Skip determining update type for async updates
  drm/amd/display: Don't replace the dc_state for fast updates
  platform/x86: i2c-multi-instantiate: Derive the device name from parent
  drm/dp: Add DP_DPCD_QUIRK_NO_SINK_COUNT
  xfrm: policy: avoid warning splat when merging nodes
  UBUNTU: upstream stable to v4.19.76, v5.2.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1847663/+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 1847155] Re: Bionic update: upstream stable patchset 2019-10-07

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-10-07

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-07

Ported from the following upstream stable releases:
v4.14.147, v4.19.76
   v4.19.77

     from git://git.kernel.org/

  Revert "Bluetooth: validate BLE connection interval updates"
  powerpc/xive: Fix bogus error code returned by OPAL
  IB/core: Add an unbound WQ type to the new CQ API
  HID: prodikeys: Fix general protection fault during probe
  HID: sony: Fix memory corruption issue on cleanup.
  HID: logitech: Fix general protection fault caused by Logitech driver
  HID: hidraw: Fix invalid read in hidraw_ioctl
  mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
  crypto: talitos - fix missing break in switch statement
  iwlwifi: mvm: send BCAST management frames to the right station
  media: tvp5150: fix switch exit in set control handler
  ASoC: fsl: Fix of-node refcount unbalance in fsl_ssi_probe_from_dt()
  arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 field
  ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
  ALSA: hda - Apply AMD controller workaround for Raven platform
  objtool: Clobber user CFLAGS variable
  pinctrl: sprd: Use define directive for sprd_pinconf_params values
  power: supply: sysfs: ratelimit property read error message
  irqchip/gic-v3-its: Fix LPI release for Multi-MSI devices
  f2fs: check all the data segments against all node ones
  PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it
  blk-mq: move cancel of requeue_work to the front of blk_exit_queue
  Revert "f2fs: avoid out-of-range memory access"
  dm zoned: fix invalid memory access
  f2fs: fix to do sanity check on segment bitmap of LFS curseg
  drm: Flush output polling on shutdown
  net: don't warn in inet diag when IPV6 is disabled
  ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35
  xfs: don't crash on null attr fork xfs_bmapi_read
  Bluetooth: btrtl: Additional Realtek 8822CE Bluetooth devices
  f2fs: use generic EFSBADCRC/EFSCORRUPTED
  arcnet: provide a buffer big enough to actually receive packets
  cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSize
  macsec: drop skb sk before calling gro_cells_receive
  net/phy: fix DP83865 10 Mbps HDX loopback disable function
  net: qrtr: Stop rx_worker before freeing node
  net/sched: act_sample: don't push mac header on ip6gre ingress
  net_sched: add max len check for TCA_KIND
  openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC
  ppp: Fix memory leak in ppp_write
  sch_netem: fix a divide by zero in tabledist()
  skge: fix checksum byte order
  usbnet: ignore endpoints with invalid wMaxPacketSize
  usbnet: sanity checking of packet sizes and device mtu
  net/mlx5: Add device ID of upcoming BlueField-2
  mISDN: enforce CAP_NET_RAW for raw sockets
  appletalk: enforce CAP_NET_RAW for raw sockets
  ax25: enforce CAP_NET_RAW for raw sockets
  ieee802154: enforce CAP_NET_RAW for raw sockets
  nfc: enforce CAP_NET_RAW for raw sockets
  ALSA: hda: Flush interrupts on disabling
  regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vneg
  ASoC: sgtl5000: Fix charge pump source assignment
  dmaengine: bcm2835: Print error in case setting DMA mask fails
  leds: leds-lp5562 allow firmware files up to the maximum length
  media: dib0700: fix link error for dibx000_i2c_set_speed
  media: mtk-cir: lower de-glitch counter for rc-mm protocol
  media: exynos4-is: fix leaked of_node references
  media: hdpvr: Add device num check and handling
  media: i2c: ov5640: Check for devm_gpiod_get_optional() error
  sched/fair: Fix imbalance due to CPU affinity
  sched/core: Fix CPU controller for !RT_GROUP_SCHED
  x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails
  x86/apic: Soft disable APIC before initializing it
  ALSA: hda - Show the fatal CORB/RIRB error more clearly
  ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in 
build_adc_controls()
  EDAC/mc: Fix grain_bits calculation
  media: iguanair: add sanity checks
  base: soc: Export soc_device_registe

[Kernel-packages] [Bug 1848367] Re: Disco update: upstream stable patchset 2019-10-16

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-10-16

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-16

Ported from the following upstream stable releases:
v4.19.77, v5.2.19

     from git://git.kernel.org/

  arcnet: provide a buffer big enough to actually receive packets
  cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSize
  macsec: drop skb sk before calling gro_cells_receive
  net/phy: fix DP83865 10 Mbps HDX loopback disable function
  net: qrtr: Stop rx_worker before freeing node
  net/sched: act_sample: don't push mac header on ip6gre ingress
  net_sched: add max len check for TCA_KIND
  nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprs
  openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC
  ppp: Fix memory leak in ppp_write
  sch_netem: fix a divide by zero in tabledist()
  skge: fix checksum byte order
  usbnet: ignore endpoints with invalid wMaxPacketSize
  usbnet: sanity checking of packet sizes and device mtu
  net: sched: fix possible crash in tcf_action_destroy()
  tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state
  net/mlx5: Add device ID of upcoming BlueField-2
  nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprs
  ALSA: hda: Flush interrupts on disabling
  regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vneg
  ASoC: tlv320aic31xx: suppress error message for EPROBE_DEFER
  ASoC: sgtl5000: Fix of unmute outputs on probe
  ASoC: sgtl5000: Fix charge pump source assignment
  firmware: qcom_scm: Use proper types for dma mappings
  dmaengine: bcm2835: Print error in case setting DMA mask fails
  leds: leds-lp5562 allow firmware files up to the maximum length
  media: dib0700: fix link error for dibx000_i2c_set_speed
  media: mtk-cir: lower de-glitch counter for rc-mm protocol
  media: exynos4-is: fix leaked of_node references
  media: hdpvr: Add device num check and handling
  media: i2c: ov5640: Check for devm_gpiod_get_optional() error
  time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
  sched/fair: Fix imbalance due to CPU affinity
  sched/core: Fix CPU controller for !RT_GROUP_SCHED
  x86/apic: Make apic_pending_intr_clear() more robust
  sched/deadline: Fix bandwidth accounting at all levels after offline migration
  x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails
  x86/apic: Soft disable APIC before initializing it
  ALSA: hda - Show the fatal CORB/RIRB error more clearly
  ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in 
build_adc_controls()
  EDAC/mc: Fix grain_bits calculation
  media: iguanair: add sanity checks
  base: soc: Export soc_device_register/unregister APIs
  ALSA: usb-audio: Skip bSynchAddress endpoint check if it is invalid
  ia64:unwind: fix double free for mod->arch.init_unw_table
  EDAC/altera: Use the proper type for the IRQ status bits
  ASoC: rsnd: don't call clk_get_rate() under atomic context
  arm64/prefetch: fix a -Wtype-limits warning
  md/raid1: end bio when the device faulty
  md: don't call spare_active in md_reap_sync_thread if all member devices 
can't work
  md: don't set In_sync if array is frozen
  media: media/platform: fsl-viu.c: fix build for MICROBLAZE
  ACPI / processor: don't print errors for processorIDs == 0xff
  loop: Add LOOP_SET_DIRECT_IO to compat ioctl
  EDAC, pnd2: Fix ioremap() size in dnv_rd_reg()
  efi: cper: print AER info of PCIe fatal error
  firmware: arm_scmi: Check if platform has released shmem before using
  sched/fair: Use rq_lock/unlock in online_fair_sched_group
  idle: Prevent late-arriving interrupts from disrupting offline
  media: gspca: zero usb_buf on error
  perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfig
  perf test vfs_getname: Disable ~/.perfconfig to get default output
  media: mtk-mdp: fix reference count on old device tree
  media: fdp1: Reduce FCP not found message level to debug
  media: em28xx: modules workqueue not inited for 2nd device
  media: rc: imon: Allow iMON RC protocol for ffdc 7e device
  dmaengine: iop-adma: use correct printk format strings
  perf record: Support aarch64 random socket_id assignmen

[Kernel-packages] [Bug 1846277] Re: Disco update: upstream stable patchset 2019-10-01

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-10-01

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-10-01

  Ported from the following upstream stable releases:
v4.19.75, v5.2.17

     from git://git.kernel.org/

  netfilter: nf_flow_table: set default timeout after successful insertion
  HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report
  Input: elan_i2c - remove Lenovo Legion Y7000 PnpID
  powerpc/mm/radix: Use the right page size for vmemmap mapping
  USB: usbcore: Fix slab-out-of-bounds bug during device reset
  media: tm6000: double free if usb disconnect while streaming
  phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
  ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
  udp: correct reuseport selection with connected sockets
  xen-netfront: do not assume sk_buff_head list is empty in error handling
  net_sched: let qdisc_put() accept NULL pointer
  firmware: google: check if size is valid when decoding VPD data
  serial: sprd: correct the wrong sequence of arguments
  tty/serial: atmel: reschedule TX after RX was started
  nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
  ieee802154: hwsim: Fix error handle path in hwsim_init_module
  ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others fails
  ARM: dts: am57xx: Disable voltage switching for SD card
  ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmss
  bus: ti-sysc: Fix using configured sysc mask value
  s390/bpf: fix lcgr instruction encoding
  ARM: OMAP2+: Fix omap4 errata warning on other SoCs
  ARM: dts: dra74x: Fix iodelay configuration for mmc3
  ARM: OMAP1: ams-delta-fiq: Fix missing irq_ack
  bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()
  s390/bpf: use 32-bit index for tail calls
  selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390
  tools: bpftool: close prog FD before exit on showing a single program
  fpga: altera-ps-spi: Fix getting of optional confd gpio
  netfilter: ebtables: Fix argument order to ADD_COUNTER
  netfilter: nft_flow_offload: missing netlink attribute policy
  netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_info
  NFSv4: Fix return values for nfs4_file_open()
  NFSv4: Fix return value in nfs_finish_open()
  NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
  Kconfig: Fix the reference to the IDT77105 Phy driver in the description of 
ATM_NICSTAR_USE_IDT77105
  xdp: unpin xdp umem pages in error path
  qed: Add cleanup in qed_slowpath_start()
  ARM: 8874/1: mm: only adjust sections of valid mm structures
  batman-adv: Only read OGM2 tvlv_len after buffer len check
  bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0
  r8152: Set memory to all 0xFFs on failed reg reads
  x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines
  netfilter: xt_physdev: Fix spurious error message in physdev_mt_check
  netfilter: nf_conntrack_ftp: Fix debug output
  NFSv2: Fix eof handling
  NFSv2: Fix write regression
  kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the 
first symbol
  cifs: set domainName when a domain-key is used in multiuser
  cifs: Use kzfree() to zero out the password
  usb: host: xhci-tegra: Set DMA mask correctly
  ARM: 8901/1: add a criteria for pfn_valid of arm
  ibmvnic: Do not process reset during or after device removal
  sky2: Disable MSI on yet another ASUS boards (P6Xxxx)
  i2c: designware: Synchronize IRQs when unregistering slave client
  perf/x86/intel: Restrict period on Nehalem
  perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops
  amd-xgbe: Fix error path in xgbe_mod_init()
  tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at 
-O2
  tools/power x86_energy_perf_policy: Fix argument parsing
  tools/power turbostat: fix buffer overrun
  net: aquantia: fix out of memory condition on rx side
  net: seeq: Fix the function used to release some memory in an error handling 
path
  dmaengine: ti: dma-crossbar: Fix a memory leak bug
  dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()
  x86/uaccess: Don't leak the AC flags into __get_user() argument eva

[Kernel-packages] [Bug 1845390] Re: Disco update: upstream stable patchset 2019-09-25

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-09-25

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-25

  Ported from the following upstream stable releases:
  v4.19.74, v5.2.16

     from git://git.kernel.org/

  bridge/mdb: remove wrong use of NLM_F_MULTI
  cdc_ether: fix rndis support for Mediatek based smartphones
  ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'
  isdn/capi: check message length in capi_write()
  ixgbe: Fix secpath usage for IPsec TX offload.
  net: Fix null de-reference of device refcount
  net: gso: Fix skb_segment splat when splitting gso_size mangled skb having 
linear-headed frag_list
  net: phylink: Fix flow control resolution
  net: sched: fix reordering issues
  sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero
  sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'
  sctp: use transport pf_retrans in sctp_do_8_2_transport_strike
  tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
  tipc: add NULL pointer check before calling kfree_rcu
  tun: fix use-after-free when register netdev failed
  gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist
  gpio: fix line flag validation in linehandle_create
  Btrfs: fix assertion failure during fsync and use of stale transaction
  ixgbe: Prevent u8 wrapping of ITR value to something less than 10us
  genirq: Prevent NULL pointer dereference in resend_irqs()
  KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as 
target for memset()
  KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
  KVM: x86: work around leak of uninitialized stack contents
  KVM: nVMX: handle page fault in vmread
  x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large 
to fix kexec relocation errors
  powerpc: Add barrier_nospec to raw_copy_in_user()
  drm/meson: Add support for XBGR & ABGR formats
  clk: rockchip: Don't yell about bad mmc phases when getting
  mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issue
  PCI: Always allow probing with driver_override
  gpio: fix line flag validation in lineevent_create
  ubifs: Correctly use tnc_next() in search_dh_cookie()
  driver core: Fix use-after-free and double free on glue directory
  crypto: talitos - check AES key size
  crypto: talitos - fix CTR alg blocksize
  crypto: talitos - check data blocksize in ablkcipher.
  crypto: talitos - fix ECB algs ivsize
  crypto: talitos - Do not modify req->cryptlen on decryption.
  crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.
  firmware: ti_sci: Always request response from firmware
  drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPC
  drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto
  Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"
  iio: adc: stm32-dfsdm: fix data type
  modules: fix BUG when load module with rodata=n
  modules: fix compile error if don't have strict module rwx
  platform/x86: pmc_atom: Add CB4063 Beckhoff Automation board to 
critclk_systems DMI table
  rsi: fix a double free bug in rsi_91x_deinit()
  x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence 
GCC9 build warning
  ixgbevf: Fix secpath usage for IPsec Tx offload
  net: fixed_phy: Add forward declaration for struct gpio_desc;
  net: sock_map, fix missing ulp check in sock hash case
  Revert "mmc: bcm2835: Terminate timeout work synchronously"
  mmc: tmio: Fixup runtime PM management during probe
  mmc: tmio: Fixup runtime PM management during remove
  drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+
  ixgbe: fix double clean of Tx descriptors with xdp
  mt76: mt76x0e: disable 5GHz band for MT7630E
  x86/ima: check EFI SetupMode too
  kvm: nVMX: Remove unnecessary sync_roots from handle_invept
  KVM: SVM: Fix detection of AMD Errata 1096
  UBUNTU: upstream stable to v4.19.74, v5.2.16

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

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

[Kernel-packages] [Bug 1845266] Re: Bionic update: upstream stable patchset 2019-09-24

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-09-24

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-24

  Ported from the following upstream stable releases:
  v4.14.145, v4.19.74
  v4.14.146, v4.19.75

     from git://git.kernel.org/

  bridge/mdb: remove wrong use of NLM_F_MULTI
  cdc_ether: fix rndis support for Mediatek based smartphones
  ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'
  isdn/capi: check message length in capi_write()
  net: Fix null de-reference of device refcount
  net: gso: Fix skb_segment splat when splitting gso_size mangled skb having 
linear-headed frag_list
  net: phylink: Fix flow control resolution
  sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero
  sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'
  sctp: use transport pf_retrans in sctp_do_8_2_transport_strike
  tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
  tipc: add NULL pointer check before calling kfree_rcu
  tun: fix use-after-free when register netdev failed
  btrfs: compression: add helper for type to string conversion
  btrfs: correctly validate compression type
  Revert "MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur"
  gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist
  gpio: fix line flag validation in linehandle_create
  gpio: fix line flag validation in lineevent_create
  Btrfs: fix assertion failure during fsync and use of stale transaction
  genirq: Prevent NULL pointer dereference in resend_irqs()
  KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
  KVM: x86: work around leak of uninitialized stack contents
  KVM: nVMX: handle page fault in vmread
  MIPS: VDSO: Prevent use of smp_processor_id()
  MIPS: VDSO: Use same -m%-float cflag as the kernel proper
  powerpc: Add barrier_nospec to raw_copy_in_user()
  drm/meson: Add support for XBGR & ABGR formats
  clk: rockchip: Don't yell about bad mmc phases when getting
  mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issue
  PCI: Always allow probing with driver_override
  ubifs: Correctly use tnc_next() in search_dh_cookie()
  driver core: Fix use-after-free and double free on glue directory
  crypto: talitos - check AES key size
  crypto: talitos - fix CTR alg blocksize
  crypto: talitos - check data blocksize in ablkcipher.
  crypto: talitos - fix ECB algs ivsize
  crypto: talitos - Do not modify req->cryptlen on decryption.
  crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.
  firmware: ti_sci: Always request response from firmware
  drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto
  Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"
  platform/x86: pmc_atom: Add CB4063 Beckhoff Automation board to 
critclk_systems DMI table
  nvmem: Use the same permissions for eeprom as for nvmem
  x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence 
GCC9 build warning
  ixgbe: Prevent u8 wrapping of ITR value to something less than 10us
  x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large 
to fix kexec relocation errors
  modules: fix BUG when load module with rodata=n
  modules: fix compile error if don't have strict module rwx
  UBUNTU: upstream stable to v4.14.145, v4.19.74
  HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report
  Input: elan_i2c - remove Lenovo Legion Y7000 PnpID
  powerpc/mm/radix: Use the right page size for vmemmap mapping
  USB: usbcore: Fix slab-out-of-bounds bug during device reset
  phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
  media: tm6000: double free if usb disconnect while streaming
  xen-netfront: do not assume sk_buff_head list is empty in error handling
  net_sched: let qdisc_put() accept NULL pointer
  KVM: coalesced_mmio: add bounds checking
  firmware: google: check if size is valid when decoding VPD data
  serial: sprd: correct the wrong sequence of arguments
  tty/serial: atmel: reschedule TX after RX was started
  mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settings
  nl80211: Fix

[Kernel-packages] [Bug 1778265] Re: Bionic update: upstream stable patchset 2018-06-22

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-06-22

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-06-22 (ported from v4.14.39 and v4.16.7)
     from git://git.kernel.org/

  drm/amd/display: Disallow enabling CRTC without primary plane with FB
  drm/amd/display: Fix deadlock when flushing irq
  drm/i915/audio: set minimum CD clock to twice the BCLK
  drm/i915/fbdev: Enable late fbdev initial configuration
  drm/edid: Reset more of the display info
  module: Fix display of wrong module .text address
  PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is 
set
  ASoC: dmic: Fix clock parenting
  block: do not use interruptible wait anywhere
  serial: mvebu-uart: Fix local flags handling on termios update
  powerpc/eeh: Fix race with driver un/bind
  arm/arm64: KVM: Add PSCI version selection API
  tick/sched: Do not mess with an enqueued hrtimer
  x86/microcode: Do not exit early from __reload_late()
  x86/microcode/intel: Save microcode patch unconditionally
  x86/smpboot: Don't use mwait_play_dead() on AMD systems
  x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
  tools/lib/subcmd/pager.c: do not alias select() params
  objtool, perf: Fix GCC 8 -Wrestrict error
  drm/i915: Enable display WA#1183 from its correct spot
  drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
  earlycon: Use a pointer table to fix __earlycon_table stride
  fpga-manager: altera-ps-spi: preserve nCONFIG state
  libceph: validate con->state at the top of try_write()
  libceph: reschedule a tick in finish_hunting()
  libceph: un-backoff on tick when we have a authenticated session
  ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
  crypto: drbg - set freed buffers to NULL
  KVM: arm/arm64: Close VMID generation race
  ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
  ARM: amba: Don't read past the end of sysfs "driver_override" buffer
  ARM: amba: Fix race condition with driver_override
  ARM: amba: Make driver_override output consistent with other buses
  PCI: aardvark: Fix PCIe Max Read Request Size setting
  PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
  PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
  PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
  ANDROID: binder: prevent transactions into own process.
  vfio: ccw: process ssch with interrupts disabled
  bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
  scsi: sd: Defer spinning up drive while SANITIZE is in progress
  kobject: don't use WARN for registration failures
  mtd: rawnand: tango: Fix struct clk memory leak
  mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
  mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
  mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
  mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
  ALSA: hda/realtek - change the location for one of two front mics
  ALSA: hda/realtek - Update ALC255 depop optimize
  ALSA: hda/realtek - Add some fixes for ALC233
  ALSA: hda: Hardening for potential Spectre v1
  ALSA: seq: oss: Hardening for potential Spectre v1
  ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
  ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
  ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
  ALSA: control: Hardening for potential Spectre v1
  ALSA: rme9652: Hardening for potential Spectre v1
  ALSA: hdspm: Hardening for potential Spectre v1
  ALSA: asihpi: Hardening for potential Spectre v1
  ALSA: opl3: Hardening for potential Spectre v1
  ALSA: hda - Skip jack and others for non-existing PCM streams
  ALSA: dice: fix error path to destroy initialized stream data
  ALSA: dice: fix OUI for TC group
  tty: Use __GFP_NOFAIL for tty_ldisc_get()
  tty: Avoid possible error pointer dereference at tty_ldisc_restore().
  tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
  tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
  tty: Don't call panic() at tty_ldisc_init()
  drm/virtio: fix vq wait_event condition
  virtio_console: reset on out of memory
  virtio_console: move removal co

[Kernel-packages] [Bug 1840521] Re: Disco update: upstream stable patchset 2019-08-16

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-16

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-16

  Ported from the following upstream stable releases:
  v4.19.57, v5.1.16

     from git://git.kernel.org/

  arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
  Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"
  qmi_wwan: Fix out-of-bounds read
  fs/proc/array.c: allow reporting eip/esp for all coredumping threads
  mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask
  fs/binfmt_flat.c: make load_flat_shared_library() work
  clk: socfpga: stratix10: fix divider entry for the emac clocks
  mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
  mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge
  dm log writes: make sure super sector log updates are written in order
  scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
  x86/speculation: Allow guests to use SSBD even if host does not
  x86/microcode: Fix the microcode load on CPU hotplug for real
  x86/resctrl: Prevent possible overrun during bitmap operations
  NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
  cpu/speculation: Warn on unsupported mitigations= parameter
  irqchip/mips-gic: Use the correct local interrupt map registers
  af_packet: Block execution of tasks waiting for transmit to complete in 
AF_PACKET
  bonding: Always enable vlan tx offload
  ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
  net/packet: fix memory leak in packet_set_ring()
  net: remove duplicate fetch in sock_getsockopt
  net: stmmac: fixed new system time seconds value calculation
  net: stmmac: set IC bit when transmitting frames with HW timestamp
  sctp: change to hold sk after auth shkey is created successfully
  team: Always enable vlan tx offload
  tipc: change to use register_pernet_device
  tipc: check msg->req data len in tipc_nl_compat_bearer_disable
  tun: wake up waitqueues after IFF_UP is set
  bpf: simplify definition of BPF_FIB_LOOKUP related flags
  bpf: lpm_trie: check left child of last leftmost node for NULL
  bpf: fix nested bpf tracepoints with per-cpu data
  bpf: fix unconnected udp hooks
  bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
  bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
  arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()
  bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
  futex: Update comments and docs about return values of arch futex code
  RDMA: Directly cast the sockaddr union to sockaddr
  tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb
  arm64: insn: Fix ldadd instruction encoding
  clk: tegra210: Fix default rates for HDA clocks
  mm, swap: fix THP swap out
  mm: fix page cache convergence regression
  efi/memreserve: deal with memreserve entries in unmapped memory
  net: aquantia: fix vlans not working over bridged network
  UBUNTU: upstream stable to v4.19.57, v5.1.16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1840521/+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 1797002] Re: Bluetooth audio skips while the settings dialog is open

2020-01-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Confirmed

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

Title:
  Bluetooth audio skips while the settings dialog is open

Status in bluez package in Ubuntu:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  all my bluetooth headsets skips terribly after today's system update.
  it is heavy noticeable even on audio setting test form.
  it work just fine today before i applied updates.

  even reinstall ubuntu from scratch - didn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  9 18:40:44 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-10-09 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Hewlett-Packard HP ENVY 17 Notebook PC
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic 
root=UUID=fc44a9dc-e173-43fb-ac3a-fdeadb1066e0 ro quiet splash vt.handoff=1
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1968
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.52
  dmi.chassis.asset.tag: 5CG32907G7
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd09/22/2015:svnHewlett-Packard:pnHPENVY17NotebookPC:pvr088510305B0610100:rvnHewlett-Packard:rn1968:rvrKBCVersion93.52:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
  dmi.product.name: HP ENVY 17 Notebook PC
  dmi.product.version: 088510305B0610100
  dmi.sys.vendor: Hewlett-Packard
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 68:17:29:62:BE:6A  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN ISCAN INQUIRY 
RX bytes:16831 acl:64 sco:0 events:1798 errors:0
TX bytes:688571 acl:2399 sco:0 commands:125 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1797002/+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 1797002] Re: Bluetooth audio skips while the settings dialog is open

2020-01-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Bluetooth audio skips while the settings dialog is open

Status in bluez package in Ubuntu:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  all my bluetooth headsets skips terribly after today's system update.
  it is heavy noticeable even on audio setting test form.
  it work just fine today before i applied updates.

  even reinstall ubuntu from scratch - didn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  9 18:40:44 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-10-09 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Hewlett-Packard HP ENVY 17 Notebook PC
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic 
root=UUID=fc44a9dc-e173-43fb-ac3a-fdeadb1066e0 ro quiet splash vt.handoff=1
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1968
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.52
  dmi.chassis.asset.tag: 5CG32907G7
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd09/22/2015:svnHewlett-Packard:pnHPENVY17NotebookPC:pvr088510305B0610100:rvnHewlett-Packard:rn1968:rvrKBCVersion93.52:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
  dmi.product.name: HP ENVY 17 Notebook PC
  dmi.product.version: 088510305B0610100
  dmi.sys.vendor: Hewlett-Packard
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 68:17:29:62:BE:6A  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN ISCAN INQUIRY 
RX bytes:16831 acl:64 sco:0 events:1798 errors:0
TX bytes:688571 acl:2399 sco:0 commands:125 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1797002/+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 1840718] Re: Disco update: upstream stable patchset 2019-08-19

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-19

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-19

  Ported from the following upstream stable releases:
  v4.19.58, v5.1.17,
  v4.19.59, v5.1.18

     from git://git.kernel.org/

  Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
  Bluetooth: Fix regression with minimum encryption key size alignment
  Bluetooth: Fix faulty expression for minimum encryption key size check
  netfilter: nf_flow_table: ignore DF bit setting
  netfilter: nft_flow_offload: set liberal tracking mode for tcp
  netfilter: nft_flow_offload: don't offload when sequence numbers need 
adjustment
  netfilter: nft_flow_offload: IPCB is only valid for ipv4 family
  ASoC : cs4265 : readable register too low
  ASoC: ak4458: add return value for ak4458_probe
  ASoC: soc-pcm: BE dai needs prepare when pause release after resume
  ASoC: ak4458: rstn_control - return a non-zero on error only
  spi: bitbang: Fix NULL pointer dereference in spi_unregister_master
  drm/mediatek: fix unbind functions
  drm/mediatek: unbind components in mtk_drm_unbind()
  drm/mediatek: call drm_atomic_helper_shutdown() when unbinding driver
  drm/mediatek: clear num_pipes when unbind driver
  drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()
  ASoC: max98090: remove 24-bit format support if RJ is 0
  ASoC: sun4i-i2s: Fix sun8i tx channel offset mask
  ASoC: sun4i-i2s: Add offset to RX channel select
  x86/CPU: Add more Icelake model numbers
  usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]
  usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMIC
  ALSA: hdac: fix memory release for SST and SOF drivers
  SoC: rt274: Fix internal jack assignment in set_jack callback
  scsi: hpsa: correct ioaccel2 chaining
  drm: panel-orientation-quirks: Add quirk for GPD pocket2
  drm: panel-orientation-quirks: Add quirk for GPD MicroPC
  platform/x86: intel-vbtn: Report switch events when event wakes device
  platform/x86: mlx-platform: Fix parent device in i2c-mux-reg device 
registration
  platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flow
  i2c: pca-platform: Fix GPIO lookup code
  cpuset: restore sanity to cpuset_cpus_allowed_fallback()
  scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE
  mm/mlock.c: change count_mm_mlocked_page_nr return type
  tracing: avoid build warning with HAVE_NOP_MCOUNT
  module: Fix livepatch/ftrace module text permissions race
  ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()
  crypto: user - prevent operating on larval algorithms
  crypto: cryptd - Fix skcipher instance memory leak
  ALSA: seq: fix incorrect order of dest_client/dest_ports arguments
  ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messages
  ALSA: line6: Fix write on zero-sized buffer
  ALSA: usb-audio: fix sign unintended sign extension on left shifts
  ALSA: hda/realtek: Add quirks for several Clevo notebook barebones
  ALSA: hda/realtek - Change front mic location for Lenovo M710q
  lib/mpi: Fix karactx leak in mpi_powm
  fs/userfaultfd.c: disable irqs for fault_pending and event locks
  tracing/snapshot: Resize spare buffer if size changed
  ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node
  arm64: kaslr: keep modules inside module region when KASAN is enabled
  drm/amd/powerplay: use hardware fan control if no powerplay fan table
  drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE
  drm/etnaviv: add missing failure path to destroy suballoc
  drm/imx: notify drm core before sending event during crtc disable
  drm/imx: only send event on crtc disable if kept disabled
  ftrace/x86: Remove possible deadlock between register_kprobe() and 
ftrace_run_update_code()
  mm/vmscan.c: prevent useless kswapd loops
  btrfs: Ensure replaced device doesn't have pending chunk allocation
  tty: rocket: fix incorrect forward declaration of 'rp_init()'
  net/smc: move unhash before release of clcsock
  media: s5p-mfc: fix incorrect bus assignment in virtual child device
  drm/fb-helper: generic: Don't take module r

[Kernel-packages] [Bug 1840373] Re: Disco update: upstream stable patchset 2019-08-15

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-15

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-15

  Ported from the following upstream stable releases:
  v4.19.56, v5.1.15

     from git://git.kernel.org/

  tracing: Silence GCC 9 array bounds warning
  gcc-9: silence 'address-of-packed-member' warning
  ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
  ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls
  ovl: make i_ino consistent with st_ino in more cases
  ovl: detect overlapping layers
  ovl: don't fail with disconnected lower NFS
  ovl: fix bogus -Wmaybe-unitialized warning
  mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuning
  mmc: core: API to temporarily disable retuning for SDIO CRC errors
  mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()
  mmc: core: Prevent processing SDIO IRQs when the card is suspended
  scsi: ufs: Avoid runtime suspend possibly being blocked forever
  usb: chipidea: udc: workaround for endpoint conflict issue
  xhci: detect USB 3.2 capable host controllers correctly
  usb: xhci: Don't try to recover an endpoint if port is in error state.
  IB/hfi1: Validate fault injection opcode user input
  IB/hfi1: Silence txreq allocation warnings
  iio: temperature: mlx90632 Relax the compatibility check
  Input: synaptics - enable SMBus on ThinkPad E480 and E580
  Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOAD
  Input: silead - add MSSL0017 to acpi_device_id
  apparmor: enforce nullbyte at end of tag string
  brcmfmac: sdio: Disable auto-tuning around commands expected to fail
  brcmfmac: sdio: Don't tune while the card is off
  ARC: fix build warnings
  dmaengine: dw-axi-dmac: fix null dereference when pointer first is null
  dmaengine: sprd: Fix block length overflow
  ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node
  ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node
  fpga: dfl: afu: Pass the correct device to dma_mapping_error()
  fpga: dfl: Add lockdep classes for pdata->lock
  parport: Fix mem leak in parport_register_dev_model
  parisc: Fix compiler warnings in float emulation code
  IB/rdmavt: Fix alloc_qpn() WARN_ON()
  IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
  IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value
  IB/hfi1: Validate page aligned for a given virtual address
  MIPS: uprobes: remove set but not used variable 'epc'
  xtensa: Fix section mismatch between memblock_reserve and mem_reserve
  kselftest/cgroup: fix unexpected testing failure on test_memcontrol
  kselftest/cgroup: fix unexpected testing failure on test_core
  kselftest/cgroup: fix incorrect test_core skip
  selftests: vm: install test_vmalloc.sh for run_vmtests
  net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0
  mdesc: fix a missing-check bug in get_vdev_port_node_info()
  sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
  net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supported
  net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is 
enabled
  drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times
  drm/arm/hdlcd: Actually validate CRTC modes
  drm/arm/hdlcd: Allow a bit of clock tolerance
  nvmet: fix data_len to 0 for bdev-backed write_zeroes
  scripts/checkstack.pl: Fix arm64 wrong or unknown architecture
  scsi: ufs: Check that space was properly alloced in copy_query_response
  scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()
  net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is set
  s390/qeth: fix VLAN attribute in bridge_hostnotify udev event
  hwmon: (core) add thermal sensors only if dev->of_node is present
  hwmon: (pmbus/core) Treat parameters as paged if on multiple pages
  arm64: Silence gcc warnings about arch ABI drift
  nvme: Fix u32 overflow in the number of namespace list calculation
  btrfs: start readahead also in seed devices
  can: xilinx_can: use correct bittiming_const for CAN FD core
  can: flexcan: fix timeout when set small bitrate
  can: purge socket error queue on sock destru

[Kernel-packages] [Bug 1797002] Re: Bluetooth audio skips while the settings dialog is open

2020-01-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Bluetooth audio skips while the settings dialog is open

Status in bluez package in Ubuntu:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  all my bluetooth headsets skips terribly after today's system update.
  it is heavy noticeable even on audio setting test form.
  it work just fine today before i applied updates.

  even reinstall ubuntu from scratch - didn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  9 18:40:44 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-10-09 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Hewlett-Packard HP ENVY 17 Notebook PC
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic 
root=UUID=fc44a9dc-e173-43fb-ac3a-fdeadb1066e0 ro quiet splash vt.handoff=1
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1968
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.52
  dmi.chassis.asset.tag: 5CG32907G7
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd09/22/2015:svnHewlett-Packard:pnHPENVY17NotebookPC:pvr088510305B0610100:rvnHewlett-Packard:rn1968:rvrKBCVersion93.52:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
  dmi.product.name: HP ENVY 17 Notebook PC
  dmi.product.version: 088510305B0610100
  dmi.sys.vendor: Hewlett-Packard
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 68:17:29:62:BE:6A  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN ISCAN INQUIRY 
RX bytes:16831 acl:64 sco:0 events:1798 errors:0
TX bytes:688571 acl:2399 sco:0 commands:125 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1797002/+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 1844722] Re: Disco update: upstream stable patchset 2019-09-19

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-09-19

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-19

  Ported from the following upstream stable releases:
  v4.19.73, v5.2.15

     from git://git.kernel.org/

  ALSA: hda - Fix potential endless loop at applying quirks
  ALSA: hda/realtek - Fix overridden device-specific initialization
  ALSA: hda/realtek - Add quirk for HP Pavilion 15
  ALSA: hda/realtek - Enable internal speaker & headset mic of ASUS UX431FL
  ALSA: hda/realtek - Fix the problem of two front mics on a ThinkCentre
  sched/fair: Don't assign runtime for throttled cfs_rq
  drm/vmwgfx: Fix double free in vmw_recv_msg()
  vhost/test: fix build for vhost test
  vhost/test: fix build for vhost test - again
  batman-adv: fix uninit-value in batadv_netlink_get_ifindex()
  batman-adv: Only read OGM tvlv_len after buffer len check
  timekeeping: Use proper ktime_add when adding nsecs in coarse offset
  selftests: fib_rule_tests: use pre-defined DEV_ADDR
  powerpc/64: mark start_here_multiplatform as __ref
  media: stm32-dcmi: fix irq = 0 case
  scripts/decode_stacktrace: match basepath using shell prefix operator, not 
regex
  nvme-fc: use separate work queue to avoid warning
  modules: always page-align module section allocations
  kernel/module: Fix mem leak in module_add_modinfo_attrs
  drm/i915: Re-apply "Perform link quality check, unconditionally during long 
pulse"
  drm/vblank: Allow dynamic per-crtc max_vblank_count
  mfd: Kconfig: Fix I2C_DESIGNWARE_PLATFORM dependencies
  tpm: Fix some name collisions with drivers/char/tpm.h
  drm/nouveau: Don't WARN_ON VCPI allocation failures
  drm: add __user attribute to ptr_to_compat()
  drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC set
  drm/i915: Sanity check mmap length against object size
  arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's
  kvm: mmu: Fix overflow on kvm mmu page limit calculation
  KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
  media: i2c: tda1997x: select V4L2_FWNODE
  ext4: protect journal inode's blocks using block_validity
  ARM: dts: qcom: ipq4019: Fix MSI IRQ type
  dt-bindings: mmc: Add supports-cqe property
  dt-bindings: mmc: Add disable-cqe-dcmd property.
  dm mpath: fix missing call of path selector type->end_io
  mmc: sdhci-pci: Add support for Intel CML
  PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify code
  cifs: smbd: take an array of reqeusts when sending upper layer data
  drm/amdkfd: Add missing Polaris10 ID
  kvm: Check irqchip mode before assign irqfd
  Btrfs: fix race between block group removal and block group allocation
  cifs: add spinlock for the openFileList to cifsInodeInfo
  ceph: use ceph_evict_inode to cleanup inode's resource
  KVM: x86: optimize check for valid PAT value
  KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value
  btrfs: correctly validate compression type
  dm thin metadata: check if in fail_io mode when setting needs_check
  bcache: only clear BTREE_NODE_dirty bit when it is set
  bcache: add comments for mutex_lock(&b->write_lock)
  bcache: fix race in btree_flush_write()
  drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV
  virtio/s390: fix race on airq_areas[]
  drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors
  ext4: don't perform block validity checks on the journal inode
  ext4: fix block validity checks for journal inodes using indirect blocks
  ext4: unsigned int compared against zero
  PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaround
  gpio: pca953x: correct type of reg_direction
  gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read
  drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs
  powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startup
  drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
  mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming
  usb: chipidea: imx: add imx7ulp support
  usb: chipidea: imx: fix EPROBE_DEFER support during driver probe
  UBUNTU: upstream stable to v4.19.73, v5.2.15

To manage notif

[Kernel-packages] [Bug 1788897] Re: Bionic update: upstream stable patchset 2018-08-24

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-08-24

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-08-24 (ported from v4.14.48 and v4.16.14)
     from git://git.kernel.org/

  x86/MCE/AMD: Cache SMCA MISC block addresses
  x86/mce/AMD: Carve out SMCA get_block_address() code
  x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
  x86/mce/AMD: Pass the bank number to smca_get_bank_type()
  x86/MCE/AMD: Define a function to get SMCA bank type
  iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume
  nvme: fix extended data LBA supported setting
  drm/vmwgfx: Fix host logging / guestinfo reading error paths
  drm/vmwgfx: Use kasprintf
  drm/i915: Disable LVDS on Radiant P845
  drm/i915/lvds: Move acpi lid notification registration to registration phase
  drm/psr: Fix missed entry in PSR setup time table.
  intel_th: Use correct device when freeing buffers
  Revert "rt2800: use TXOP_BACKOFF for probe frames"
  mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
  IB/core: Fix error code for invalid GID entry
  hwtracing: stm: fix build error on some arches
  stm class: Use vmalloc for the master map
  scsi: scsi_transport_srp: Fix shost to rport translation
  MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
  MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
  MIPS: lantiq: gphy: Drop reboot/remove reset asserts
  iio: adc: select buffer for at91-sama5d2_adc
  iio:kfifo_buf: check for uint overflow
  iio:buffer: make length types match kfifo types
  iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
  tcp: avoid integer overflows in tcp_rcv_space_adjust()
  kbuild: clang: disable unused variable warnings only when constant
  platform/chrome: cros_ec_lpc: remove redundant pointer request
  rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
  drm/amd/powerplay: Fix enum mismatch
  cfg80211: further limit wiphy names to 64 bytes
  selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
  tracing: Make the snapshot trigger work with instances
  tracing: Fix crash when freeing instances with event triggers
  Input: elan_i2c_smbus - fix corrupted stack
  Input: synaptics - add Lenovo 80 series ids to SMBus
  Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
  xfs: detect agfl count corruption and reset agfl
  xfs: convert XFS_AGFL_SIZE to a helper function
  objtool: Fix "noreturn" detection for recursive sibling calls
  objtool: Detect RIP-relative switch table references, part 2
  objtool: Detect RIP-relative switch table references
  objtool: Support GCC 8 switch tables
  objtool: Support GCC 8's cold subfunctions
  mm: fix the NULL mapping case in __isolate_lru_page()
  fix io_destroy()/aio_complete() race

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788897/+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 1831344] Re: cannot find bluetooth adapter

2020-01-08 Thread Po-Hsu Lin
Marked as Incomplete as per request in comment #3, please feel free to
change it back with attachment added.

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

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

Title:
  cannot find bluetooth adapter

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  cannot find bluetooth adapter, it used to work in version 16

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-50-generic 4.15.0-50.54
  ProcVersionSignature: Ubuntu 4.15.0-50.54-generic 4.15.18
  Uname: Linux 4.15.0-50-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-50-generic.
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC3223 Analog [ALC3223 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  prenj  1875 F pulseaudio
   /dev/snd/controlC1:  prenj  1875 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA Intel HDMI at 0xb061 irq 47'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 35
 Simple ctrls  : 5
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xb0614000 irq 45'
 Mixer name : 'Realtek ALC3223'
 Components : 'HDA:10ec0283,102805e9,0012'
 Controls  : 25
 Simple ctrls  : 13
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  1 20:49:25 2019
  HibernationDevice: RESUME=UUID=0be81f21-e413-42ca-89e4-666af72455aa
  InstallationDate: Installed on 2016-11-11 (931 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 5537
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-50-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-50-generic N/A
   linux-backports-modules-4.15.0-50-generic  N/A
   linux-firmware 1.173.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to bionic on 2018-10-29 (215 days ago)
  dmi.bios.date: 06/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: Inspiron 5537
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A01
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd06/11/2013:svnDellInc.:pnInspiron5537:pvr1747:rvnDellInc.:rnInspiron5537:rvrA01:cvnDellInc.:ct8:cvrA01:
  dmi.product.family: 103C_5335KV
  dmi.product.name: Inspiron 5537
  dmi.product.version: 1747
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831344/+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 1780499] Re: Bionic update: upstream stable patchset 2018-07-06

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-07-06

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-07-06 (ported from v4.14.41 and v4.16.9)
     from git://git.kernel.org/

  sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
  drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
  drm/i915: Adjust eDP's logical vco in a reliable place.
  drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
  bdi: Fix use after free bug in debugfs_remove()
  i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
  perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
  perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
  perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
  perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
  perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
  tracing/uprobe_event: Fix strncpy corner case
  sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
  smb3: directory sync should not return an error
  nvme: add quirk to force medium priority for SQ creation
  thermal: exynos: Propagate error value from tmu_read()
  thermal: exynos: Reading temperature makes sense only when TMU is turned on
  Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome 
chipsets
  Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
  cpufreq: schedutil: Avoid using invalid next_freq
  atm: zatm: Fix potential Spectre v1
  net: atm: Fix potential Spectre v1
  drm/atomic: Clean private obj old_state/new_state in 
drm_atomic_state_default_clear()
  drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
  drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
  drm/vc4: Fix scaling of uni-planar formats
  can: hi311x: Work around TX complete interrupt erratum
  can: hi311x: Acquire SPI lock on ->do_get_berr_counter
  can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
  ceph: fix rsize/wsize capping in ceph_direct_read_write()
  mm, oom: fix concurrent munlock and oom reaper unmap, v3
  mm: sections are not offlined during memory hotremove
  z3fold: fix reclaim lock-ups
  tracing: Fix regex_match_front() to not over compare the test string
  dm integrity: use kvfree for kvmalloc'd memory
  libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
  rfkill: gpio: fix memory leak in probe error path
  gpio: fix error path in lineevent_create
  gpio: fix aspeed_gpio unmask irq
  gpioib: do not free unrequested descriptors
  bdi: Fix oops in wb_workfn()
  bdi: wake up concurrent wb_shutdown() callers.
  tcp: fix TCP_REPAIR_QUEUE bound checking
  perf: Remove superfluous allocation error check
  memcg: fix per_node_info cleanup
  inetpeer: fix uninit-value in inet_getpeer
  soreuseport: initialise timewait reuseport field
  ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
  dccp: initialize ireq->ir_mark
  net: fix uninit-value in __hw_addr_add_ex()
  net: initialize skb->peeked when cloning
  net: fix rtnh_ok()
  netlink: fix uninit-value in netlink_sendmsg
  crypto: af_alg - fix possible uninit-value in alg_bind()
  kcm: Call strp_stop before strp_done in kcm_attach
  netfilter: ebtables: don't attempt to allocate 0-sized compat array
  ipvs: fix rtnl_lock lockups caused by start_sync_thread
  ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780499/+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 1786352] Re: Bionic update: upstream stable patchset 2018-08-09

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-08-09

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-08-09 (ported from v4.14.{45,46,47} and 
v4.16.13)
     from git://git.kernel.org/

  soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is powered 
off
  selftests: Add FIB onlink tests
  drm/vblank: Data type fixes for 64-bit vblank sequences.
  soc: renesas: r8a77970-sysc: fix power area parents
  drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
  dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
  ibmvnic: Allocate statistics buffers during probe
  powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
  powerpc/mm/slice: Enhance for supporting PPC32
  powerpc/mm/slice: create header files dedicated to slices
  powerpc/mm/slice: Remove intermediate bitmap copy
  drm/amdgpu: Clean sdma wptr register when only enable wptr polling
  f2fs: flush cp pack except cp pack 2 page at first
  powerpc/vas: Fix cleanup when VAS is not configured
  ibmvnic: Fix reset return from closed state
  bcache: stop dc->writeback_rate_update properly
  bcache: fix cached_dev->count usage for bch_cache_set_error()
  bcache: set writeback_rate_update_seconds in range [1, 60] seconds
  firmware: fix checking for return values for fw_add_devm_name()
  hv_netvsc: Fix the return status in RX path
  i40e: hold the RTNL lock while changing interrupt schemes
  rxrpc: Fix resend event time calculation
  platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
  riscv/spinlock: Strengthen implementations with fences
  kasan, slub: fix handling of kasan_slab_free hook
  bnxt_en: Ignore src port field in decap filter nodes
  ARM: dts: sun4i: Fix incorrect clocks for displays
  PM / core: Fix direct_complete handling for devices with no callbacks
  bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
  arm64: export tishift functions to modules
  mmc: block: propagate correct returned value in mmc_rpmb_ioctl
  Btrfs: fix error handling in btrfs_truncate()
  fix breakage caused by d_find_alias() semantics change
  MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
  MIPS: xilfpga: Actually include FDT in fitImage
  MIPS: xilfpga: Stop generating useless dtb.o
  tools: sync up .h files with the repective arch and uapi .h files
  perf tools: Add trace/beauty/generated/ into .gitignore
  drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
  kdb: make "mdr" command repeat
  pinctrl: mcp23s08: spi: Fix regmap debugfs entries
  regulator: of: Add a missing 'of_node_put()' in an error handling path of 
'of_regulator_match()'
  ARM: dts: porter: Fix HDMI output routing
  ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
  i40e: Add delay after EMP reset for firmware to recover
  regmap: Correct comparison in regmap_cached
  ARM: dts: at91: tse850: use the correct compatible for the eeprom
  drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
  drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
  netlabel: If PF_INET6, check sk_buff ip header version
  selftests/net: fixes psock_fanout eBPF test case
  perf tests: Fix dwarf unwind for stripped binaries
  perf report: Fix memory corruption in --branch-history mode --branch-history
  perf tests: Use arch__compare_symbol_names to compare symbols
  perf report: Fix wrong jump arrow
  perf test: Fix test case inet_pton to accept inlines.
  x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specified
  drm/rockchip: Respect page offset for PRIME mmap calls
  MIPS: Octeon: Fix logging messages with spurious periods after newlines
  dpaa_eth: fix pause capability advertisement logic
  pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins 
group
  rcu: Call touch_nmi_watchdog() while printing stall warnings
  net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
  audit: return on memory error to avoid null pointer dereference
  PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
  ARM: dts: bcm283x: Fix pin function of JTAG pins
  ARM: dts: bcm283x: Fix probing of bcm2835-i2s
  power: supply: ltc2941-battery-gauge: Fix temperature units
  sh_eth: fix TSU

[Kernel-packages] [Bug 1790188] Re: Bionic update: upstream stable patchset 2018-08-31

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-08-31

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-08-31 (ported from v4.14.50 and v4.16.16)
     from git://git.kernel.org/

  usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
  usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
  usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
  usb: gadget: udc: renesas_usb3: should remove debugfs
  usb: gadget: udc: renesas_usb3: fix double phy_put()
  usb: typec: wcove: Remove dependency on HW FSM
  crypto: omap-sham - fix memleak
  crypto: vmx - Remove overly verbose printk from AES XTS init
  crypto: vmx - Remove overly verbose printk from AES init routines
  crypto: caam - fix size of RSA prime factor q
  crypto: caam/qi - fix IV DMA mapping and updating
  crypto: caam - fix IV DMA mapping and updating
  crypto: caam - fix DMA mapping dir for generated IV
  crypto: caam - strip input zeros from RSA input buffer
  Input: goodix - add new ACPI id for GPD Win 2 touch screen
  kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
  tty: pl011: Avoid spuriously stuck-off interrupts
  vmw_balloon: fixing double free when batching mode is off
  serial: 8250: omap: Fix idling of clocks for unused uarts
  serial: samsung: fix maxburst parameter for DMA transactions
  tty/serial: atmel: use port->name as name in request_irq()
  serial: sh-sci: Stop using printk format %pCr
  usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
  usb: gadget: function: printer: avoid wrong list handling in printer_write()
  phy: qcom-qusb2: Fix crash if nvmem cell not specified
  Input: xpad - add GPD Win 2 Controller USB IDs
  usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
  usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
  usbip: vhci_sysfs: fix potential Spectre v1
  NFC: pn533: don't send USB data off of the stack
  staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
  KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
  KVM: x86: introduce linear_{read,write}_system
  KVM: X86: Fix reserved bits check for MOV to CR3
  gpio: No NULL owner
  af_key: Always verify length of provided sadb_key
  blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
  netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790188/+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 1780858] Re: Bionic update: upstream stable patchset 2018-07-09

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-07-09

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-07-09 (ported from v4.14.42 and v4.16.10)
     from git://git.kernel.org/

  hv_netvsc: Fix net device attach on older Windows hosts
  tipc: fix one byte leak in tipc_sk_set_orig_addr()
  tcp: restore autocorking
  sctp: clear the new asoc's stream outcnt in sctp_stream_update
  net: systemport: Correclty disambiguate driver instances
  net/mlx5e: DCBNL fix min inline header size for dscp
  mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
  net/smc: restrict non-blocking connect finish
  proc: do not access cmdline nor environ from file-backed areas
  l2tp: revert "l2tp: fix missing print session offset info"
  udp: fix SO_BINDTODEVICE
  nsh: fix infinite loop
  net/mlx5e: Allow offloading ipv4 header re-write for icmp
  ipv6: fix uninit-value in ip6_multipath_l3_keys()
  hv_netvsc: set master device
  net/mlx5: Avoid cleaning flow steering table twice during error flow
  net/mlx5e: TX, Use correct counter in dma_map error flow
  net: sched: fix error path in tcf_proto_create() when modules are not 
configured
  bonding: send learning packets for vlans on slave
  bonding: do not allow rlb updates to invalid mac
  tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
  tcp: ignore Fast Open on repair mode
  tcp_bbr: fix to zero idle_restart only upon S/ACKed data
  sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
  sctp: remove sctp_chunk_put from fail_mark err path in 
sctp_ulpevent_make_rcvmsg
  sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
  sctp: fix the issue that the cookie-ack with auth can't get processed
  sctp: delay the authentication for the duplicated cookie-echo chunk
  rds: do not leak kernel memory to user land
  r8169: fix powering up RTL8168h
  qmi_wwan: do not steal interfaces from class drivers
  openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
  net/tls: Fix connection stall on partial tls record
  net/tls: Don't recursively call push_record during tls_write_space callbacks
  net: support compat 64-bit time in {s,g}etsockopt
  net_sched: fq: take care of throttled flows before reuse
  net sched actions: fix refcnt leak in skbmod
  net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
  net/mlx5e: Err if asked to offload TC match on frag being first
  net/mlx4_en: Verify coalescing parameters are in range
  net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
  net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
  net: ethernet: sun: niu set correct packet size in skb
  llc: better deal with too small mtu
  ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
  ipv4: fix fnhe usage by non-cached routes
  dccp: fix tasklet usage
  bridge: check iface upper dev when setting master via ioctl
  8139too: Use disable_irq_nosync() in rtl8139_poll_controller()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780858/+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 1844558] Re: Bionic update: upstream stable patchset 2019-09-18

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-09-18

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-18

  Ported from the following upstream stable releases:
  v4.14.144, v4.19.73

     from git://git.kernel.org/

  ALSA: hda - Fix potential endless loop at applying quirks
  ALSA: hda/realtek - Fix overridden device-specific initialization
  ALSA: hda/realtek - Fix the problem of two front mics on a ThinkCentre
  sched/fair: Don't assign runtime for throttled cfs_rq
  drm/vmwgfx: Fix double free in vmw_recv_msg()
  xfrm: clean up xfrm protocol checks
  PCI: designware-ep: Fix find_first_zero_bit() usage
  PCI: dra7xx: Fix legacy INTD IRQ handling
  vhost/test: fix build for vhost test
  batman-adv: fix uninit-value in batadv_netlink_get_ifindex()
  batman-adv: Only read OGM tvlv_len after buffer len check
  hv_sock: Fix hang when a connection is closed
  powerpc/64: mark start_here_multiplatform as __ref
  arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64
  scripts/decode_stacktrace: match basepath using shell prefix operator, not 
regex
  clk: s2mps11: Add used attribute to s2mps11_dt_match
  kernel/module: Fix mem leak in module_add_modinfo_attrs
  ALSA: hda/realtek - Enable internal speaker & headset mic of ASUS UX431FL
  {nl,mac}80211: fix interface combinations on crypto controlled devices
  x86/ftrace: Fix warning and considate ftrace_jmp_replace() and 
ftrace_call_replace()
  media: stm32-dcmi: fix irq = 0 case
  modules: always page-align module section allocations
  scsi: qla2xxx: Move log messages before issuing command to firmware
  keys: Fix the use of the C++ keyword "private" in uapi/linux/keyctl.h
  Drivers: hv: kvp: Fix two "this statement may fall through" warnings
  remoteproc: qcom: q6v5-mss: add SCM probe dependency
  KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
  KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' 
variables
  drm/i915: Fix intel_dp_mst_best_encoder()
  drm/i915: Rename PLANE_CTL_DECOMPRESSION_ENABLE
  drm/i915/gen9+: Fix initial readout for Y tiled framebuffers
  drm/atomic_helper: Disallow new modesets on unregistered connectors
  Drivers: hv: kvp: Fix the indentation of some "break" statements
  Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up
  drm/amd/dm: Understand why attaching path/tile properties are needed
  ARM: davinci: da8xx: define gpio interrupts as separate resources
  ARM: davinci: dm365: define gpio interrupts as separate resources
  ARM: davinci: dm646x: define gpio interrupts as separate resources
  ARM: davinci: dm355: define gpio interrupts as separate resources
  ARM: davinci: dm644x: define gpio interrupts as separate resources
  media: vim2m: use workqueue
  media: vim2m: use cancel_delayed_work_sync instead of flush_schedule_work
  drm/i915: Restore sane defaults for KMS on GEM error load
  KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
  Btrfs: clean up scrub is_dev_replace parameter
  Btrfs: fix deadlock with memory reclaim during scrub
  btrfs: Remove extent_io_ops::fill_delalloc
  btrfs: Fix error handling in btrfs_cleanup_ordered_extents
  scsi: megaraid_sas: Fix combined reply queue mode detection
  scsi: megaraid_sas: Add check for reset adapter bit
  media: vim2m: only cancel work if it is for right context
  ARC: show_regs: lockdep: re-enable preemption
  ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while 
handle_mm_fault
  IB/uverbs: Fix OOPs upon device disassociation
  drm/vblank: Allow dynamic per-crtc max_vblank_count
  drm/i915/ilk: Fix warning when reading emon_status with no output
  mfd: Kconfig: Fix I2C_DESIGNWARE_PLATFORM dependencies
  tpm: Fix some name collisions with drivers/char/tpm.h
  bcache: replace hard coded number with BUCKET_GC_GEN_MAX
  bcache: treat stale && dirty keys as bad keys
  KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
  iio: adc: exynos-adc: Add S5PV210 variant
  iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
  drm/nouveau: Don't WARN_ON VCPI allocation failures
  x86/kvmclock: set off

[Kernel-packages] [Bug 1794889] Re: Bionic update: upstream stable patchset 2018-09-27

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: In Progress => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-09-27

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-09-27 (ported from v4.14.51 and v4.16.17)
     from git://git.kernel.org/

  ARM: replace unnecessary perl with sed and the shell $(( )) operator
  platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
  KVM: X86: Lower the default timer frequency limit to 200us
  afs: Fix afs_find_server search loop
  afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
  afs: Fix VNOVOL handling in address rotation
  afs: Fix server rotation's handling of fileserver probe failure
  afs: Fix refcounting in callback registration
  afs: Fix address list parsing
  x86/pkeys/selftests: Avoid printf-in-signal deadlocks
  lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
  sh: switch to NO_BOOTMEM
  ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
  rxrpc: Fix missing start of call timeout
  drm/amdgpu: Switch to interruptable wait to recover from ring hang.
  cifs: Allocate validate negotiation request through kmalloc
  HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
  powerpc/pseries: Fix CONFIG_NUMA=n build
  nvme: fix use-after-free in nvme_free_ns_head
  drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
  gcc-plugins: fix build condition of SANCOV plugin
  bpf: use array_index_nospec in find_prog_type
  drm/exynos: mixer: avoid Oops in vp_video_buffer()
  drm/exynos/mixer: fix synchronization check in interlaced mode
  bpf: fix possible spectre-v1 in find_and_alloc_map()
  bpf: add map_alloc_check callback
  IB/mlx4: Fix integer overflow when calculating optimal MTT size
  usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
  ARM: dts: correct missing "compatible" entry for ti81xx SoCs
  nvme/multipath: Disable runtime writable enabling parameter
  iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
  kthread, sched/wait: Fix kthread_parkme() completion issue
  pinctrl: cherryview: Associate IRQ descriptors to irqdomain
  RDMA/hns: Intercept illegal RDMA operation when use inline data
  IB/uverbs: Fix validating mandatory attributes
  kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
  net: mvpp2: Fix clk error path in mvpp2_probe
  nfp: don't depend on eth_tbl being available
  reset: uniphier: fix USB clock line for LD20
  powerpc/kvm/booke: Fix altivec related build break
  bpf, x64: fix JIT emission for dead code
  perf pmu: Fix core PMU alias list for X86 platform
  arm64: only advance singlestep for user instruction traps
  RISC-V: build vdso-dummy.o with -no-pie
  igb: Fix the transmission mode of queue 0 for Qav mode
  arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
  CIFS: set *resp_buf_type to NO_BUFFER on error
  ACPI / scan: Initialize watchdog before PNP
  s390/qeth: fix request-side race during cmd IO timeout
  proc: fix /proc/loadavg regression
  afs: Fix server record deletion
  arm64: dts: correct SATA addresses for Stingray
  ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
  ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
  ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
  ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
  ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
  ARM64: dts: meson-gxm: add GXM specific USB host configuration
  ARM64: dts: meson-gxl: add USB host support
  arm64: kasan: avoid pfn_to_nid() before page array is initialized
  KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
  powerpc/64s: Default l1d_size to 64K in RFI fallback flush
  ARM: dts: Fix cm2 and prm sizes for omap4
  kvm: x86: move MSR_IA32_TSC handling to x86.c
  X86/KVM: Properly update 'tsc_offset' to represent the running guest
  dt-bindings: net: ravb: Add support for r8a77965 SoC
  ibmvnic: Do not notify peers on parameter change resets
  tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
  Btrfs: make raid6 rebuild retry more
  Btrfs: fix scrub to repair raid6 corruption
  Revert "Btrfs: fix scrub to repair raid6 corruption"
  ARM: kexec: fi

[Kernel-packages] [Bug 1841121] Re: Disco update: upstream stable patchset 2019-08-22

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-22

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-22

  Ported from the following upstream stable releases:
  v4.19.63, v5.2.5

     from git://git.kernel.org/

  hvsock: fix epollout hang from race condition
  drm/panel: simple: Fix panel_simple_dsi_probe
  iio: adc: stm32-dfsdm: manage the get_irq error case
  iio: adc: stm32-dfsdm: missing error case during probe
  staging: vt6656: use meaningful error code during buffer allocation
  usb: core: hub: Disable hub-initiated U1/U2
  tty: max310x: Fix invalid baudrate divisors calculator
  pinctrl: rockchip: fix leaked of_node references
  tty: serial: cpm_uart - fix init when SMC is relocated
  drm/amd/display: Fill prescale_params->scale for RGB565
  drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStE
  drm/amd/display: Disable ABM before destroy ABM struct
  drm/amdkfd: Fix a potential memory leak
  drm/amdkfd: Fix sdma queue map issue
  drm/edid: Fix a missing-check bug in drm_load_edid_firmware()
  PCI: Return error if cannot probe VF
  drm/bridge: tc358767: read display_props in get_modes()
  drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz
  gpu: host1x: Increase maximum DMA segment size
  drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry
  drm/crc-debugfs: Also sprinkle irqrestore over early exits
  memstick: Fix error cleanup path of memstick_init
  tty/serial: digicolor: Fix digicolor-usart already registered warning
  tty: serial: msm_serial: avoid system lockup condition
  serial: 8250: Fix TX interrupt handling condition
  drm/amd/display: Always allocate initial connector state state
  drm/virtio: Add memory barriers for capset cache.
  phy: renesas: rcar-gen2: Fix memory leak at error paths
  drm/amd/display: fix compilation error
  powerpc/pseries/mobility: prevent cpu hotplug during DT update
  drm/rockchip: Properly adjust to a true clock in adjusted_mode
  serial: imx: fix locking in set_termios()
  tty: serial_core: Set port active bit in uart_port_activate
  usb: gadget: Zero ffs_io_data
  mmc: sdhci: sdhci-pci-o2micro: Check if controller supports 8-bit width
  powerpc/pci/of: Fix OF flags parsing for 64bit BARs
  drm/msm: Depopulate platform on probe failure
  serial: mctrl_gpio: Check if GPIO property exisits before requesting it
  PCI: sysfs: Ignore lockdep for remove attribute
  i2c: stm32f7: fix the get_irq error cases
  kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
  genksyms: Teach parser about 128-bit built-in types
  PCI: xilinx-nwl: Fix Multi MSI data programming
  iio: iio-utils: Fix possible incorrect mask calculation
  powerpc/cacheflush: fix variable set but not used
  powerpc/xmon: Fix disabling tracing while in xmon
  recordmcount: Fix spurious mcount entries on powerpc
  mfd: madera: Add missing of table registration
  mfd: core: Set fwnode for created devices
  mfd: arizona: Fix undefined behavior
  mfd: hi655x-pmic: Fix missing return value check for devm_regmap_init_mmio_clk
  mm/swap: fix release_pages() when releasing devmap pages
  um: Silence lockdep complaint about mmap_sem
  powerpc/4xx/uic: clear pending interrupt after irq type/pol change
  RDMA/i40iw: Set queue pair state when being queried
  serial: sh-sci: Terminate TX DMA during buffer flushing
  serial: sh-sci: Fix TX DMA buffer flushing and workqueue races
  IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCE
  powerpc/mm: Handle page table allocation failures
  IB/ipoib: Add child to parent list only if device initialized
  arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS
  PCI: mobiveil: Fix PCI base address in MEM/IO outbound windows
  PCI: mobiveil: Fix the Class Code field
  kallsyms: exclude kasan local symbols on s390
  PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers
  PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions
  perf test mmap-thread-lookup: Initialize variable to suppress memory 
sanitizer warning
  perf stat: Fix use-after-freed pointer detected by the smatch tool
  perf top: Fix potential NULL pointer dereferenc

[Kernel-packages] [Bug 1840961] Re: Disco update: upstream stable patchset 2019-08-21

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-21

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-21

  Ported from the following upstream stable releases:
  v4.19.62, v5.1.21, v5.2.4

     from git://git.kernel.org/

  bnx2x: Prevent load reordering in tx completion processing
  caif-hsi: fix possible deadlock in cfhsi_exit_module()
  hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()
  igmp: fix memory leak in igmpv3_del_delrec()
  ipv4: don't set IPv6 only flags to IPv4 addresses
  ipv6: rt6_check should return NULL if 'from' is NULL
  ipv6: Unlink sibling route in case of failure
  net: bcmgenet: use promisc for unsupported filters
  net: dsa: mv88e6xxx: wait after reset deactivation
  net: make skb_dst_force return true when dst is refcounted
  net: neigh: fix multiple neigh timer scheduling
  net: openvswitch: fix csum updates for MPLS actions
  net: phy: sfp: hwmon: Fix scaling of RX power
  net: stmmac: Re-work the queue selection for TSO packets
  nfc: fix potential illegal memory access
  r8169: fix issue with confused RX unit after PHY power-down on RTL8411b
  rxrpc: Fix send on a connected, but unbound socket
  sctp: fix error handling on stream scheduler initialization
  sky2: Disable MSI on ASUS P6T
  tcp: be more careful in tcp_fragment()
  tcp: fix tcp_set_congestion_control() use from bpf hook
  tcp: Reset bytes_acked and bytes_received when disconnecting
  vrf: make sure skb->data contains ip header to make routing
  net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn
  macsec: fix use-after-free of skb during RX
  macsec: fix checksumming after decryption
  netrom: fix a memory leak in nr_rx_frame()
  netrom: hold sock when setting skb->destructor
  net_sched: unset TCQ_F_CAN_BYPASS when adding filters
  net/tls: make sure offload also gets the keys wiped
  sctp: not bind the socket in sctp_connect
  net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
  net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
  net: bridge: don't cache ether dest pointer on input
  net: bridge: stp: don't cache eth dest pointer before skb pull
  dma-buf: balance refcount inbalance
  dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc
  gpio: davinci: silence error prints in case of EPROBE_DEFER
  MIPS: lb60: Fix pin mappings
  perf/core: Fix exclusive events' grouping
  perf/core: Fix race between close() and fork()
  ext4: don't allow any modifications to an immutable file
  ext4: enforce the immutable flag on open files
  mm: add filemap_fdatawait_range_keep_errors()
  jbd2: introduce jbd2_inode dirty range scoping
  ext4: use jbd2_inode dirty range scoping
  ext4: allow directory holes
  KVM: nVMX: do not use dangling shadow VMCS after guest reset
  KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
  mm: vmscan: scan anonymous pages on file refaults
  net: sched: verify that q!=NULL before setting q->flags
  selftests: txring_overwrite: fix incorrect test of mmap() return value
  net/tls: reject offload of TLS 1.3
  net/mlx5e: Rx, Fix checksum calculation for new hardware
  gpiolib: of: fix a memory leak in of_gpio_flags_quirks()
  sd_zbc: Fix report zones buffer allocation
  block: Limit zone array allocation size
  bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.
  mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed
  mlxsw: spectrum: Do not process learned records with a dummy FID
  Revert "kvm: x86: Use task structs fpu field for user"
  UBUNTU: upstream stable to v4.19.62, v5.1.21, v5.2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1840961/+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 1842128] Re: Disco update: upstream stable patchset 2019-08-30

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-30

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-30

  Ported from the following upstream stable releases:
  v4.19.69, v5.2.11

     from git://git.kernel.org/

  selftests/bpf: fix sendmsg6_prog on s390
  net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links
  selftests: forwarding: gre_multipath: Enable IPv4 forwarding
  selftests: forwarding: gre_multipath: Fix flower filters
  can: mcp251x: add error check when wq alloc failed
  can: gw: Fix error path of cgw_module_init
  ASoC: rockchip: Fix mono capture
  mac80211_hwsim: Fix possible null-pointer dereferences in 
hwsim_dump_radio_nl()
  netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets 
too
  netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac 
sets
  rxrpc: Fix potential deadlock
  rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet
  net: phy: phy_led_triggers: Fix a possible null-pointer dereference in 
phy_led_trigger_change_speed()
  NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts
  HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52
  drm/rockchip: Suspend DP late
  SMB3: Fix potential memory leak when processing compound chain
  s390: put _stext and _etext into .text section
  net: stmmac: Fix issues when number of Queues >= 4
  net: stmmac: tc: Do not return a fragment entry
  block, bfq: handle NULL return value by bfq_init_rq()
  KVM: arm64: Don't write junk to sysregs on reset
  KVM: arm: Don't write junk to CP15 registers on reset
  clk: socfpga: stratix10: fix rate caclulationg for cnt_clks
  ceph: clear page dirty before invalidate page
  Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE
  dm integrity: fix a crash due to BUG_ON in __journal_read_write()
  dm raid: add missing cleanup in raid_ctr()
  xfs: don't trip over uninitialized buffer on extent read of corrupted inode
  xfs: always rejoin held resources during defer roll
  rxrpc: Fix local endpoint refcounting
  rxrpc: Fix read-after-free in rxrpc_queue_local()
  rxrpc: Fix local endpoint replacement
  rxrpc: Fix local refcounting
  regulator: axp20x: fix DCDCA and DCDCD for AXP806
  regulator: axp20x: fix DCDC5 and DCDC6 for AXP803
  HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
  MIPS: kernel: only use i8253 clocksource with periodic clockevent
  mips: fix cacheinfo
  netfilter: ebtables: fix a memory leak bug in compat
  ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walks
  spi: pxa2xx: Balance runtime PM enable/disable on error
  bpf: sockmap, sock_map_delete needs to use xchg
  bpf: sockmap, synchronize_rcu before free'ing map
  bpf: sockmap, only create entry if ulp is not already enabled
  ASoC: dapm: fix a memory leak bug
  bonding: Force slave speed check after link state recovery for 802.3ad
  can: dev: call netif_carrier_off() in register_candev()
  ASoC: Fail card instantiation if DAI format setup fails
  st21nfca_connectivity_event_received: null check the allocation
  st_nci_hci_connectivity_event_received: null check the allocation
  {nl,mac}80211: fix interface combinations on crypto controlled devices
  ASoC: ti: davinci-mcasp: Fix clk PDIR handling for i2s master mode
  ASoC: ti: davinci-mcasp: Correct slot_width posed constraint
  net: usb: qmi_wwan: Add the BroadMobi BM818 card
  qed: RDMA - Fix the hw_ver returned in device attributes
  isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in 
start_isoc_chain()
  net: stmmac: manage errors returned by of_get_mac_address()
  netfilter: ipset: Fix rename concurrency with listing
  nvmem: Use the same permissions for eeprom as for nvmem
  iwlwifi: mvm: avoid races in rate init and rate perform
  iwlwifi: dbg_ini: move iwl_dbg_tlv_load_bin out of debug override ifdef
  iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef
  iwlwifi: fix locking in delayed GTK setting
  iwlwifi: mvm: send LQ command always ASYNC
  isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack
  perf bench numa: Fix cpu0 binding
  spi: pxa2xx: Add supp

[Kernel-packages] [Bug 1800537] Re: Bionic update: upstream stable patchset 2018-10-29

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  Bionic update: upstream stable patchset 2018-10-29

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2018-10-29 (ported from v4.14.52 and v4.16.18)
     from git://git.kernel.org/

  genirq/migration: Avoid out of line call if pending is not set
  genirq/affinity: Defer affinity setting if irq chip is busy
  genirq/generic_pending: Do not lose pending affinity update
  irq_remapping: Use apic_ack_irq()
  x86/platform/uv: Use apic_ack_irq()
  x86/ioapic: Use apic_ack_irq()
  x86/apic: Provide apic_ack_irq()
  x86/apic/vector: Prevent hlist corruption and leaks
  x86/vector: Fix the args of vector_alloc tracepoint
  cpufreq: ti-cpufreq: Fix an incorrect error return value
  net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
  mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
  HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
  HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
  orangefs: report attributes_mask and attributes for statx
  orangefs: set i_size on new symlink
  iwlwifi: fw: harden page loading code
  x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
  w1: mxc_w1: Enable clock before calling clk_get_rate() on it
  libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
  libata: zpodd: small read overflow in eject_tray()
  cpufreq: governors: Fix long idle detection logic in load calculation
  cpufreq: Fix new policy initialization during limits updates via sysfs
  bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
  blk-mq: reinit q->tag_set_list entry only after grace period
  nbd: use bd_set_size when updating disk size
  nbd: update size when connected
  nbd: fix nbd device deletion
  cifs: For SMB2 security informaion query, check for minimum sized security 
descriptor instead of sizeof FileAllInformation class
  CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry
  smb3: fix various xid leaks
  x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
  ALSA: hda: add dock and led support for HP ProBook 640 G4
  ALSA: hda: add dock and led support for HP EliteBook 830 G5
  ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
  ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
  btrfs: scrub: Don't use inode pages for device replace
  btrfs: return error value if create_io_em failed in cow_file_range
  Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
  Btrfs: fix clone vs chattr NODATASUM race
  driver core: Don't ignore class_dir_create_and_add() failure.
  ext4: fix fencepost error in check for inode count overflow during resize
  ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
  ext4: update mtime in ext4_punch_hole even if no blocks are released
  ext4: fix hole length detection in ext4_ind_map_blocks()
  tls: fix use-after-free in tls_push_record
  net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
  udp: fix rx queue len reported by diag and proc interface
  tcp: verify the checksum of the first data segment in a new connection
  net/sched: act_simple: fix parsing of TCA_DEF_DATA
  net: dsa: add error handling for pskb_trim_rcsum
  ipv6: allow PMTU exceptions to local routes
  cdc_ncm: avoid padding beyond end of skb
  bonding: re-evaluate force_primary when the primary slave name changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1800537/+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 1841681] Re: Disco update: upstream stable patchset 2019-08-27

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-27

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-27

  Ported from the following upstream stable releases:
  v4.19.64, v5.2.6,
  v4.19.65, v5.2.7

     from git://git.kernel.org/

  hv_sock: Add support for delayed close
  vsock: correct removal of socket from the list
  ISDN: hfcsusb: checking idx of ep configuration
  media: au0828: fix null dereference in error path
  ath10k: Change the warning message string
  media: cpia2_usb: first wake up, then free in disconnect
  media: pvrusb2: use a different format for warnings
  NFS: Cleanup if nfs_match_client is interrupted
  media: radio-raremono: change devm_k*alloc to k*alloc
  Bluetooth: hci_uart: check for missing tty operations
  sched/fair: Don't free p->numa_faults with concurrent readers
  sched/fair: Use RCU accessors consistently for ->numa_group
  /proc//cmdline: remove all the special cases
  /proc//cmdline: add back the setproctitle() special case
  drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
  Fix allyesconfig output.
  ceph: hold i_ceph_lock when removing caps for freeing inode
  ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL
  xfrm: policy: fix bydst hlist corruption on hash rebuild
  nvme: fix multipath crash when ANA is deactivated
  UBUNTU: upstream stable to v4.19.64, v5.2.6
  ARM: riscpc: fix DMA
  ARM: dts: rockchip: Make rk3288-veyron-minnie run at hs200
  ARM: dts: rockchip: Make rk3288-veyron-mickey's emmc work again
  ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
  ftrace: Enable trampoline when rec count returns back to one
  dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset
  arm64: dts: rockchip: fix isp iommu clocks and power domain
  kernel/module.c: Only return -EEXIST for modules that have finished loading
  firmware/psci: psci_checker: Park kthreads before stopping them
  MIPS: lantiq: Fix bitfield masking
  dmaengine: rcar-dmac: Reject zero-length slave DMA requests
  clk: tegra210: fix PLLU and PLLU_OUT1
  fs/adfs: super: fix use-after-free bug
  clk: sprd: Add check for return value of sprd_clk_regmap_init()
  btrfs: fix minimum number of chunk errors for DUP
  btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
  cifs: Fix a race condition with cifs_echo_request
  ceph: fix improper use of smp_mb__before_atomic()
  ceph: return -ERANGE if virtual xattr value didn't fit in buffer
  ACPI: blacklist: fix clang warning for unused DMI table
  scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
  perf version: Fix segfault due to missing OPT_END()
  x86: kvm: avoid constant-conversion warning
  ACPI: fix false-positive -Wuninitialized warning
  be2net: Signal that the device cannot transmit during reconfiguration
  x86/apic: Silence -Wtype-limits compiler warnings
  x86: math-emu: Hide clang warnings for 16-bit overflow
  mm/cma.c: fail if fixed declaration can't be honored
  lib/test_overflow.c: avoid tainting the kernel and fix wrap size
  lib/test_string.c: avoid masking memset16/32/64 failures
  coda: add error handling for fget
  coda: fix build using bare-metal toolchain
  uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side 
headers
  drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
  ipc/mqueue.c: only perform resource calculation if user valid
  xen/pv: Fix a boot up hang revealed by int3 self test
  x86/kvm: Don't call kvm_spurious_fault() from .fixup
  x86/paravirt: Fix callee-saved function ELF sizes
  x86, boot: Remove multiple copy of static function sanitize_boot_params()
  drm/nouveau: fix memory leak in nouveau_conn_reset()
  kconfig: Clear "written" flag to avoid data loss
  kbuild: initialize CLANG_FLAGS correctly in the top Makefile
  Btrfs: fix incremental send failure after deduplication
  Btrfs: fix race leading to fs corruption after transaction abort
  mmc: dw_mmc: Fix occasional hang after tuning on eMMC
  mmc: meson-mx-sdio: Fix misuse of GENMASK macro
  gpiolib: fix incorrect IRQ requesting of an active-low lineevent
  I

[Kernel-packages] [Bug 1841994] Re: Disco update: upstream stable patchset 2019-08-29

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-29

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-29

  Ported from the following upstream stable releases:
  v4.19.66, v5.2.8,
  v4.19.67, v5.2.9,
  v4.19.68, v5.2.10

     from git://git.kernel.org/

  scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure
  gcc-9: don't warn about uninitialized variable
  driver core: Establish order of operations for device_add and device_del via 
bitflag
  drivers/base: Introduce kill_device()
  libnvdimm/bus: Prevent duplicate device_unregister() calls
  libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
  libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
  HID: wacom: fix bit shift for Cintiq Companion 2
  HID: Add quirk for HP X1200 PIXART OEM mouse
  atm: iphase: Fix Spectre v1 vulnerability
  bnx2x: Disable multi-cos feature.
  ife: error out when nla attributes are empty
  ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
  ip6_tunnel: fix possible use-after-free on xmit
  ipip: validate header length in ipip_tunnel_xmit
  mlxsw: spectrum: Fix error path in mlxsw_sp_module_init()
  mvpp2: fix panic on module removal
  mvpp2: refactor MTU change code
  net: bridge: delete local fdb on device init failure
  net: bridge: mcast: don't delete permanent entries when fast leave is enabled
  net: fix ifindex collision during namespace removal
  net/mlx5e: always initialize frag->last_in_page
  net/mlx5: Use reversed order when unregister devices
  net: phylink: Fix flow control for fixed-link
  net: qualcomm: rmnet: Fix incorrect UL checksum offload logic
  net: sched: Fix a possible null-pointer dereference in dequeue_func()
  net sched: update vlan action for batched events operations
  net: sched: use temporary variable for actions indexes
  net/smc: do not schedule tx_work in SMC_CLOSED state
  NFC: nfcmrvl: fix gpio-handling regression
  ocelot: Cancel delayed work before wq destruction
  tipc: compat: allow tipc commands without arguments
  tun: mark small packets as owned by the tap sock
  net/mlx5: Fix modify_cq_in alignment
  net/mlx5e: Prevent encap flow counter update async to user query
  r8169: don't use MSI before RTL8168d
  compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
  cgroup: Call cgroup_release() before __exit_signal()
  cgroup: Implement css_task_iter_skip()
  cgroup: Include dying leaders with live threads in PROCS iterations
  cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
  cgroup: Fix css_task_iter_advance_css_set() cset skip condition
  spi: bcm2835: Fix 3-wire mode if DMA is enabled
  ALSA: usb-audio: Sanity checks for each pipe and EP types
  ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check
  drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case
  net: phylink: don't start and stop SGMII PHYs in SFP modules twice
  net: phy: mscc: initialize stats array
  bpf: fix XDP vlan selftests test_xdp_vlan.sh
  selftests/bpf: add wrapper scripts for test_xdp_vlan.sh
  selftests/bpf: reduce time to execute test_xdp_vlan.sh
  net: fix bpf_xdp_adjust_head regression for generic-XDP
  hv_sock: Fix hang when a connection is closed
  UBUNTU: upstream stable to v4.19.66, v5.2.8
  iio: cros_ec_accel_legacy: Fix incorrect channel setting
  iio: adc: max9611: Fix misuse of GENMASK macro
  staging: gasket: apex: fix copy-paste typo
  staging: android: ion: Bail out upon SIGKILL when allocating memory.
  crypto: ccp - Fix oops by properly managing allocated structures
  crypto: ccp - Add support for valid authsize values less than 16
  crypto: ccp - Ignore tag length when decrypting GCM ciphertext
  usb: usbfs: fix double-free of usb memory upon submiturb error
  usb: iowarrior: fix deadlock on disconnect
  sound: fix a memory leak bug
  mmc: cavium: Set the correct dma max segment size for mmc_host
  mmc: cavium: Add the missing dma unmap when the dma has finished.
  loop: set PF_MEMALLOC_NOIO for the worker thread
  Input: usbtouchscreen - initialize PM mutex before using it
  Input: elantech - enable SMBus on new (2018+) systems
  Input: synaptics - enable RMI mode fo

[Kernel-packages] [Bug 1843463] Re: Bionic update: upstream stable patchset 2019-09-10

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-09-10

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-10

    Ported from the following upstream stable releases:
     v4.14.143, v4.19.72

     from git://git.kernel.org/

  net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ 
context
  hv_netvsc: Fix a warning of suspicious RCU usage
  net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx
  Bluetooth: btqca: Add a short delay before downloading the NVM
  ibmveth: Convert multicast list size for little-endian system
  gpio: Fix build error of function redefinition
  drm/mediatek: use correct device to import PRIME buffers
  drm/mediatek: set DMA max segment size
  cxgb4: fix a memory leak bug
  liquidio: add cleanup in octeon_setup_iq()
  net: myri10ge: fix memory leaks
  lan78xx: Fix memory leaks
  vfs: fix page locking deadlocks when deduping files
  cx82310_eth: fix a memory leak bug
  net: kalmia: fix memory leaks
  wimax/i2400m: fix a memory leak bug
  ravb: Fix use-after-free ravb_tstamp_skb
  kprobes: Fix potential deadlock in kprobe_optimizer()
  HID: cp2112: prevent sleeping function called from invalid context
  Input: hyperv-keyboard: Use in-place iterator API in the channel callback
  Tools: hv: kvp: eliminate 'may be used uninitialized' warning
  IB/mlx4: Fix memory leaks
  ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()
  ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()
  ceph: fix buffer free while holding i_ceph_lock in fill_inode()
  KVM: arm/arm64: Only skip MMIO insn once
  libceph: allow ceph_buffer_put() to receive a NULL ceph_buffer
  spi: bcm2835aux: unifying code between polling and interrupt driven code
  spi: bcm2835aux: remove dangerous uncontrolled read of fifo
  spi: bcm2835aux: fix corruptions for longer spi transfers
  net: fix skb use after free in netpoll
  net_sched: fix a NULL pointer deref in ipt action
  net: stmmac: dwmac-rk: Don't fail if phy regulator is absent
  tcp: inherit timestamp on mtu probe
  tcp: remove empty skb from write queue in error cases
  net: sched: act_sample: fix psample group handling on overwrite
  mld: fix memory leak in mld_del_delrec()
  x86/boot: Preserve boot_params.secure_boot from sanitizing
  tools: bpftool: fix error message (prog -> object)
  scsi: qla2xxx: Fix gnl.l memory leak on adapter init failure
  afs: Fix leak in afs_lookup_cell_rcu()
  UBUNTU: upstream stable to v4.14.143, v4.19.72

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1843463/+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 1843622] Re: Disco update: upstream stable patchset 2019-09-11

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-09-11

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-11

  Ported from the following upstream stable releases:
     v4.19.70, v5.2.12
     v4.19.71, v5.2.13
     v4.19.72, v5.2.14

     from git://git.kernel.org/

  dmaengine: ste_dma40: fix unneeded variable warning
  nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns
  afs: Fix the CB.ProbeUuid service handler to reply correctly
  afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()
  fs: afs: Fix a possible null-pointer dereference in afs_put_read()
  afs: Only update d_fsdata if different in afs_d_revalidate()
  nvmet-loop: Flush nvme_delete_wq when removing the port
  nvme: fix a possible deadlock when passthru commands sent to a multipath 
device
  nvme-pci: Fix async probe remove race
  soundwire: cadence_master: fix register definition for SLAVE_STATE
  soundwire: cadence_master: fix definitions for INTSTAT0/1
  auxdisplay: panel: need to delete scan_timer when misc_register fails in 
panel_attach
  dmaengine: stm32-mdma: Fix a possible null-pointer dereference in 
stm32_mdma_irq_handler()
  omap-dma/omap_vout_vrfb: fix off-by-one fi value
  iommu/dma: Handle SG length overflow better
  usb: gadget: composite: Clear "suspended" on reset/disconnect
  usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt
  xen/blkback: fix memory leaks
  arm64: cpufeature: Don't treat granule sizes as strict
  i2c: rcar: avoid race when unregistering slave client
  i2c: emev2: avoid race when unregistering slave client
  drm/ast: Fixed reboot test may cause system hanged
  usb: host: fotg2: restart hcd after port reset
  tools: hv: fixed Python pep8/flake8 warnings for lsvmbus
  tools: hv: fix KVP and VSS daemons exit code
  watchdog: bcm2835_wdt: Fix module autoload
  drm/bridge: tfp410: fix memleak in get_modes()
  scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define value
  drm/tilcdc: Register cpufreq notifier after we have initialized crtc
  net/tls: swap sk_write_space on close
  net: tls, fix sk_write_space NULL write when tx disabled
  ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is set
  ipv6: Default fib6_type to RTN_UNICAST when not set
  net/smc: make sure EPOLLOUT is raised
  tcp: make sure EPOLLOUT wont be missed
  ipv4/icmp: fix rt dst dev null pointer dereference
  mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n
  ALSA: usb-audio: Check mixer unit bitmap yet more strictly
  ALSA: line6: Fix memory leak at line6_init_pcm() error path
  ALSA: hda - Fixes inverted Conexant GPIO mic mute led
  ALSA: seq: Fix potential concurrent access to the deleted pool
  ALSA: usb-audio: Fix invalid NULL check in snd_emuusb_set_samplerate()
  ALSA: usb-audio: Add implicit fb quirk for Behringer UFX1604
  kvm: x86: skip populating logical dest map if apic is not sw enabled
  KVM: x86: Don't update RIP or do single-step on faulting emulation
  uprobes/x86: Fix detection of 32-bit user mode
  x86/apic: Do not initialize LDR and DFR for bigsmp
  ftrace: Fix NULL pointer dereference in t_probe_next()
  ftrace: Check for successful allocation of hash
  ftrace: Check for empty hash and comment the race with registering probes
  usb-storage: Add new JMS567 revision to unusual_devs
  USB: cdc-wdm: fix race between write and disconnect due to flag abuse
  usb: hcd: use managed device resources
  usb: chipidea: udc: don't do hardware access if gadget has stopped
  usb: host: ohci: fix a race condition between shutdown and irq
  usb: host: xhci: rcar: Fix typo in compatible string matching
  USB: storage: ums-realtek: Update module parameter description for 
auto_delink_en
  USB: storage: ums-realtek: Whitelist auto-delink support
  mei: me: add Tiger Lake point LP device ID
  mmc: sdhci-of-at91: add quirk for broken HS200
  mmc: core: Fix init of SD cards reporting an invalid VDD range
  stm class: Fix a double free of stm_source_device
  intel_th: pci: Add support for another Lewisburg PCH
  intel_th: pci: Add Tiger Lake support
  typec: tcpm: fix a typo in the comparison of pdo_max_voltage
  fsi: scom: Don't abort operations for minor errors
  lib: logic_pio: Fix

[Kernel-packages] [Bug 1843338] Re: Bionic update: upstream stable patchset 2019-09-09

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Bionic update: upstream stable patchset 2019-09-09

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-09-09

  Ported from the following upstream stable releases: 
  v4.14.142, v4.19.70, 
 v4.19.71 

     from git://git.kernel.org/

  dmaengine: ste_dma40: fix unneeded variable warning
  auxdisplay: panel: need to delete scan_timer when misc_register fails in 
panel_attach
  iommu/dma: Handle SG length overflow better
  usb: gadget: composite: Clear "suspended" on reset/disconnect
  usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt
  xen/blkback: fix memory leaks
  i2c: rcar: avoid race when unregistering slave client
  i2c: emev2: avoid race when unregistering slave client
  drm/ast: Fixed reboot test may cause system hanged
  usb: host: fotg2: restart hcd after port reset
  tools: hv: fix KVP and VSS daemons exit code
  watchdog: bcm2835_wdt: Fix module autoload
  drm/bridge: tfp410: fix memleak in get_modes()
  scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define value
  drm/tilcdc: Register cpufreq notifier after we have initialized crtc
  ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term
  ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit
  net/smc: make sure EPOLLOUT is raised
  tcp: make sure EPOLLOUT wont be missed
  mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n
  ALSA: line6: Fix memory leak at line6_init_pcm() error path
  ALSA: seq: Fix potential concurrent access to the deleted pool
  kvm: x86: skip populating logical dest map if apic is not sw enabled
  KVM: x86: Don't update RIP or do single-step on faulting emulation
  x86/apic: Do not initialize LDR and DFR for bigsmp
  x86/apic: Include the LDR when clearing out APIC registers
  ftrace: Fix NULL pointer dereference in t_probe_next()
  ftrace: Check for successful allocation of hash
  ftrace: Check for empty hash and comment the race with registering probes
  usb-storage: Add new JMS567 revision to unusual_devs
  USB: cdc-wdm: fix race between write and disconnect due to flag abuse
  usb: chipidea: udc: don't do hardware access if gadget has stopped
  usb: host: ohci: fix a race condition between shutdown and irq
  usb: host: xhci: rcar: Fix typo in compatible string matching
  USB: storage: ums-realtek: Update module parameter description for 
auto_delink_en
  USB: storage: ums-realtek: Whitelist auto-delink support
  uprobes/x86: Fix detection of 32-bit user mode
  mmc: sdhci-of-at91: add quirk for broken HS200
  mmc: core: Fix init of SD cards reporting an invalid VDD range
  stm class: Fix a double free of stm_source_device
  intel_th: pci: Add support for another Lewisburg PCH
  intel_th: pci: Add Tiger Lake support
  drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest
  VMCI: Release resource if the work is already queued
  crypto: ccp - Ignore unconfigured CCP device on suspend/resume
  Revert "cfg80211: fix processing world regdomain when non modular"
  mac80211: fix possible sta leak
  KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handling
  KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long
  KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI
  NFS: Clean up list moves of struct nfs_page
  NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()
  NFS: Pass error information to the pgio error cleanup routine
  NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
  i2c: piix4: Fix port selection for AMD Family 16h Model 30h
  x86/ptrace: fix up botched merge of spectrev1 fix
  Revert "ASoC: Fail card instantiation if DAI format setup fails"
  nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns
  afs: Fix the CB.ProbeUuid service handler to reply correctly
  dmaengine: stm32-mdma: Fix a possible null-pointer dereference in 
stm32_mdma_irq_handler()
  omap-dma/omap_vout_vrfb: fix off-by-one fi value
  arm64: cpufeature: Don't treat granule sizes as strict
  tools: hv: fixed Python pep8/flake8 warnings for lsvmbus
  ipv4/icmp: fix rt dst dev null pointer dereference
  ALSA: hda - Fixes inverted Conexant GPIO mic mute

[Kernel-packages] [Bug 1840846] Re: Disco update: upstream stable patchset 2019-08-20

2020-01-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Disco update: upstream stable patchset 2019-08-20

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Fix Released

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2019-08-20

  Ported from the following upstream stable releases:
  v4.19.60, v5.1.19,
  v4.19.61, v5.1.20

     from git://git.kernel.org/

  Revert "e1000e: fix cyclic resets at link up with active tx"
  e1000e: start network tx queue only when link is up
  Input: synaptics - enable SMBUS on T480 thinkpad trackpad
  nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
  drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
  firmware: improve LSM/IMA security behaviour
  irqchip/gic-v3-its: Fix command queue pointer comparison bug
  clk: ti: clkctrl: Fix returning uninitialized data
  efi/bgrt: Drop BGRT status field reserved bits check
  perf/core: Fix perf_sample_regs_user() mm check
  ARM: dts: gemini Fix up DNS-313 compatible string
  ARM: omap2: remove incorrect __init annotation
  afs: Fix uninitialised spinlock afs_volume::cb_break_lock
  x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz
  be2net: fix link failure after ethtool offline test
  ppp: mppe: Add softdep to arc4
  sis900: fix TX completion
  ARM: dts: imx6ul: fix PWM[1-4] interrupts
  pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order
  dm table: don't copy from a NULL pointer in realloc_argv()
  dm verity: use message limit for data block corruption message
  x86/boot/64: Fix crash if kernel image crosses page table boundary
  x86/boot/64: Add missing fixup_pointer() for next_early_pgt access
  HID: chicony: add another quirk for PixArt mouse
  pinctrl: mediatek: Ignore interrupts that are wake only during resume
  cpu/hotplug: Fix out-of-bounds read when setting fail state
  pinctrl: mediatek: Update cur_mask in mask/mask ops
  linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL
  genirq: Delay deactivation in free_irq()
  genirq: Fix misleading synchronize_irq() documentation
  genirq: Add optional hardware synchronization for shutdown
  x86/ioapic: Implement irq_get_irqchip_state() callback
  x86/irq: Handle spurious interrupt after shutdown gracefully
  x86/irq: Seperate unused system vectors from spurious entry again
  ARC: hide unused function unw_hdr_alloc
  s390: fix stfle zero padding
  s390/qdio: (re-)initialize tiqdio list entries
  s390/qdio: don't touch the dsci in tiqdio_add_input_queues()
  crypto: talitos - move struct talitos_edesc into talitos.h
  crypto: talitos - fix hash on SEC1.
  crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
  drm/udl: introduce a macro to convert dev to udl.
  drm/udl: move to embedding drm device inside udl device.
  x86/entry/32: Fix ENDPROC of common_spurious
  irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus
  arm64: dts: ls1028a: Fix CPU idle fail.
  selftests/powerpc: Add test of fork with mapping above 512TB
  x86/efi: fix a -Wtype-limits compilation warning
  pinctrl: ocelot: fix gpio direction for pins after 31
  pinctrl: ocelot: fix pinmuxing for pins after 31
  mm/oom_kill.c: fix uninitialized oc->constraint
  fork,memcg: alloc_thread_stack_node needs to set tsk->stack
  UBUNTU: upstream stable to v4.19.60, v5.1.19
  MIPS: ath79: fix ar933x uart parity mode
  MIPS: fix build on non-linux hosts
  arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitly
  scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supported
  dmaengine: imx-sdma: fix use-after-free on probe error path
  wil6210: fix potential out-of-bounds read
  ath10k: Do not send probe response template for mesh
  ath9k: Check for errors when reading SREV register
  ath6kl: add some bounds checking
  ath10k: add peer id check in ath10k_peer_find_by_id
  wil6210: fix spurious interrupts in 3-msi
  ath: DFS JP domain W56 fixed pulse type 3 RADAR detection
  regmap: debugfs: Fix memory leak in regmap_debugfs_init
  batman-adv: fix for leaked TVLV handler.
  media: dvb: usb: fix use after free in dvb_usb_device_exit
  media: spi: IR LED: add missing of table registration
  crypto: talitos - fix skcipher failure due to wrong output IV
  medi

[Kernel-packages] [Bug 1507653] Re: Wily kernel crashed when running ifconfig eth0 up/done test

2020-01-08 Thread Po-Hsu Lin
Wily EOL,
please feel free to open a new bug if you're still encounter this issue with 
newer releases.

** Changed in: linux (Ubuntu)
   Status: Triaged => Won't Fix

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

Title:
  Wily kernel crashed when running ifconfig eth0 up/done test

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  1, Wily kernel crashed with attached log on APM mustang(ARM64)

  2, how to reproduce
  2.1 start iperf first
  - run 'iperf -s' on mustang board
  - run 'iperf -c IP_OF_MUSTANG' on another machine, and make the client point 
to mustang

  2.2 run the following 'ifconfig eth0 up/down' test

  #!/bin/sh
  for i in $(seq 1 $1); do
  echo 'reboot test'$i
  sleep 5
  ifconfig eth0 down
  ifconfig eth0 up
  done

  
  3 the issue can be reproduced with upstream 4.3-rcX kernel too

  

  ubuntu@am2:~/git/vm-test$ sudo ./if-down-up 1000
  reboot test1
  reboot test2
  reboot test3
  reboot test4
  [  4] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60840
  [  5] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60841
  [  6] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60842
  [  7] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60843
  [  8] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60844
  [  9] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60845
  [ 10] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60846
  [ 11] local 10.228.66.98 port 5001 connected with 10.228.0.2 port 60847
  [  123.244188] Unable to handle kernel paging request at virtual address 
dadaeaeb46463b6b
  [  123.252083] pgd = ffc3e955e000
  [  123.255467] [dadaeaeb46463b6b] *pgd=, *pud=
  [  123.262429] Internal error: Oops: 9604 [#1] PREEMPT SMP
  [  123.267973] Modules linked in:
  [  123.271023] CPU: 2 PID: 2286 Comm: iperf Not tainted 4.2.3+ #16
  [  123.276912] Hardware name: APM X-Gene Mustang board (DT)
  [  123.282196] task: ffc3e35a4c80 ti: ffc3e3634000 task.ti: 
ffc3e3634000
  [  123.289644] PC is at memcpy+0x20/0x180
  [  123.293374] LR is at skb_copy_ubufs+0x134/0x278
  [  123.297880] pc : [] lr : [] pstate: 
0145
  [  123.305236] sp : ffc3e3637660
  [  123.308531] x29: ffc3e3637660 x28: ffc000872269 
  [  123.313837] x27: ffc000a6f240 x26: ffc3de92 
  [  123.319142] x25: ffc3ecbbca70 x24: 6b6b6b6b6b6b6b6b 
  [  123.324446] x23: 006b x22: ffbecfb5bc40 
  [  123.329750] x21:  x20: ffc3e3634000 
  [  123.335054] x19:  x18: 828d80b9 
  [  123.340358] x17:  x16: 0014 
  [  123.345663] x15: 000b7d80 x14: 0003 
  [  123.350966] x13: 8d7f x12: 000b7d80 
  [  123.356270] x11: 8298f2ea x10: ffc3de940a30 
  [  123.361574] x9 :  x8 : 0001 
  [  123.366876] x7 : ffc000880110 x6 : ffc3ed6f1000 
  [  123.372180] x5 : 6b6b6b6b x4 : 0005 
  [  123.377483] x3 : 6b6b6b6b6b6b6b6b x2 : 6b6b6b66 
  [  123.382788] x1 : dadaeaeb46463b6b x0 : ffc3ed6f1000 
  [  123.388093] 
  [  123.389575] Process iperf (pid: 2286, stack limit = 0xffc3e3634020)
  [  123.396155] Stack: (0xffc3e3637660 to 0xffc3e3638000)
  [  123.401871] 7660: e36376e0 ffc3 0053c254 ffc0 de92 ffc3 
0020 
  [  123.410006] 7680: de8fa300 ffc3     
0198 
  [  123.418141] 76a0: 3300  ec814000 ffc3 0198  
 
  [  123.426276] 76c0: 828d80b9  0030  6b6b6b6b 6b6b6b6b 
f79a9900 0020
  [  123.434411] 76e0: e3637700 ffc3 0053ffa8 ffc0 de92 ffc3 
de92 ffc3
  [  123.442545] 7700: e3637740 ffc3 00540010 ffc0 de92 ffc3 
ed3f1518 ffc3
  [  123.450680] 7720: f79a9900 ffc0 ed9dc790 ffc3 ec817300 ffc3 
8145 
  [  123.458815] 7740: e3637750 ffc3 0049bc88 ffc0 e36377c0 ffc3 
0054fc24 ffc0
  [  123.466950] 7760: de92 ffc3 0042  f79a9180 ffc0 
 
  [  123.475084] 7780: f79a9210 ffc0 ed3f0e00 ffc3 009ac0e8 ffc0 
 
  [  123.483219] 77a0: de923cc0 ffc3 009ac0f8 ffc0 de92 ffc3 
ecbbc80e 0043
  [  123.491353] 77c0: e3637860 ffc3 0056cb18 ffc0 e96f5b00 ffc3 
ed3f0e00 ffc3
  [  123.499488] 77e0: de92 ffc3 f79a9180 ffc0 e96f5bac ffc3 
0002 
  [  123.507623] 7800:     de8fa370 ffc3 
de8fa300 ffc3
  [  123.515757] 7820:   00681bd0 ffc0 008cb95f ffc0

[Kernel-packages] [Bug 1825736] Re: Mouse scroll wheel barely works after suspend

2020-01-08 Thread Paul Tansom
I've now tested the Microsoft mouse on my desktop computer and the
scroll wheel works find after a suspend / resume, so this looks to be a
clash with the hardware in the laptop - a Lenovo G510.

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

Title:
  Mouse scroll wheel barely works after suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After a resuming from a suspend the mouse scroll wheel is almost, but
  not quite, non functional. If you scroll quickly for a while you do
  get a slight movement of the scroll bar to show that there is some
  level of communication, but nothing remotely usable.

  The fix is to use the following commands to remove the hid_generic
  module and reinstate it:

  sudo rmmod hid_generic
  sudo modprobe hid_generic

  Following this all works as expected until the next suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-modules-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  paul   1905 F pulseaudio
   /dev/snd/controlC1:  paul   1905 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 21 19:02:00 2019
  Dependencies:
   
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=8032c5f7-74fd-4a23-92cb-5ad7d0642a9f
  InstallationDate: Installed on 2017-12-15 (491 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: LENOVO 20238
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=63abd1a6-61ac-485b-9448-47d635ee8808 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-13-generic N/A
   linux-backports-modules-5.0.0-13-generic  N/A
   linux-firmware1.178
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-04-20 (1 days ago)
  dmi.bios.date: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  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 G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20238
  dmi.product.sku: LENOVO_MT_20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825736/+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 1850738] Re: Intel Bluetooth AX201 HarrisonPeak (HrP) [8086:02f0] subsystem [8086:42a4] firmware causes system hang in deep suspend

2020-01-08 Thread You-Sheng Yang
** Summary changed:

- Intel Bluetooth AX201 HarrisonPeak (HrP) firmware causes system hang in deep 
suspend
+ Intel Bluetooth AX201 HarrisonPeak (HrP) [8086:02f0] subsystem [8086:42a4] 
firmware causes system hang in deep suspend

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

Title:
  Intel Bluetooth AX201 HarrisonPeak (HrP) [8086:02f0] subsystem
  [8086:42a4] firmware causes system hang in deep suspend

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Bionic:
  Fix Released
Status in linux-firmware source package in Disco:
  Fix Released

Bug description:
  When system has been paired with BLE devices, bluetooth firmware may
  fail to suspend, or even hangs the whole system that it can only be
  rebooted with SysRq keys.

  [Reproduce steps]:

  1. pair with BLE devices. They doesn't have to stay connected/powered
  on during the test.

  2. make sure Bluetooth is now receiving LE ADV broadcats, which should
  leave messages in dmesg like:

   Bluetooth: hci0: advertising data len corrected

  3. suspend the system a few times. With 5.0.0-1025-oem-osp1 kernel,
  symptoms would usually appear in <= 5 times.

  [Results]

  1. one may observed following errors in between the suspend messages:

   PM: pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16
   PM: dpm_run_callback(): pci_pm_suspend+0x0/0x150 returns -16
   PM: Device :00:14.0 failed to suspend async: error -16
   PM: Some devices failed to suspend, or early wake event detected

 where :00:14.0 is the xHCI Usb hub.

  2. with or without above error messages appear first, system may hang
  and leave only "PM: suspend entry (deep)" in the syslog.

  [Notes]

  * kernels newer than v5.2.1, inclusive of latest v5.4-rc5, still have
  those PM suspend errors, but they doesn't seem to cause system block.
  Instead, they may resume immediately.

  * this was found on one platform with Intel Dual Band Wireless AC 9462
  [8086:02f0] subsystem id [8086:42a4], linux-firmware 1.173.11 with
  intel/ibt-19-0-0.sfi REL0282. However, it's not reproducible on
  another platform with same hw/fw/kernel configuration.

  kernel: [   78.136285] PM: suspend entry (deep)
  kernel: [   78.139836] Filesystems sync: 0.003 seconds
  kernel: [   78.140461] Freezing user space processes ... (elapsed 0.002 
seconds) done.
  kernel: [   78.142669] OOM killer disabled.
  kernel: [   78.142669] Freezing remaining freezable tasks ... (elapsed 0.001 
seconds) done.
  kernel: [   78.143875] printk: Suspending console(s) (use no_console_suspend 
to debug)
  kernel: [   78.335256] sof-audio-pci :00:1f.3: error: no reply expected, 
received 0x0
  kernel: [   78.457675] sof-audio-pci :00:1f.3: firmware boot complete
  kernel: [   78.460486] PM: pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns 
-16
  kernel: [   78.460494] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x150 
returns -16
  kernel: [   78.460497] PM: Device :00:14.0 failed to suspend async: error 
-16
  kernel: [   78.567263] PM: Some devices failed to suspend, or early wake 
event detected
  kernel: [   78.580871] sof-audio-pci :00:1f.3: error: no reply expected, 
received 0x0
  kernel: [   78.713018] sof-audio-pci :00:1f.3: firmware boot complete
  kernel: [   78.733982] Bluetooth: hci0: advertising data len corrected
  kernel: [   78.792707] nvme nvme0: Shutdown timeout set to 8 seconds
  kernel: [   78.841602] nvme nvme0: 8/0/0 default/read/poll queues
  kernel: [   78.859328] usb 1-4: reset high-speed USB device number 12 using 
xhci_hcd
  kernel: [   79.113113] Bluetooth: hci0: advertising data len corrected
  kernel: [   79.331948] usb 1-4.4: reset high-speed USB device number 14 using 
xhci_hcd
  kernel: [   79.432122] Bluetooth: hci0: advertising data len corrected
  kernel: [   79.559747] usb 1-4.1: reset full-speed USB device number 13 using 
xhci_hcd
  kernel: [   79.887006] acpi LNXPOWER:05: Turning OFF
  kernel: [   79.887265] OOM killer enabled.
  kernel: [   79.887266] Restarting tasks ... done.
  kernel: [   79.926848] PM: suspend exit

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-firmware 1.173.11 [modified: lib/firmware/intel/ibt-19-0-0.sfi 
lib/firmware/intel/sof/sof-cnl.ri]
  ProcVersionSignature: Ubuntu 5.0.0-1025.28-oem-osp1 5.0.21
  Uname: Linux 5.0.0-1025-oem-osp1 x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  u  2037 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 30 22:11:48 2019
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.co

[Kernel-packages] [Bug 1851340] Re: [mgag200] Ubuntu 19.10 upgrade results in invisible mouse cursor on Matrox G200eR2

2020-01-08 Thread Adedoyin Charles
Good day just did an update and the issue is still their

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

Title:
  [mgag200] Ubuntu 19.10 upgrade results in invisible mouse cursor on
  Matrox G200eR2

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Eoan:
  Fix Committed

Bug description:
  == SRU Justification ==
  The cursor on Matrox G200eR2 will disappear after upgrading kernel from
  Disco to Eoan, this is caused by this commit that got applied in Eoan:
  4dc57b10 (drm/mgag200: Rewrite cursor handling)

  == Fix ==
  * a9c342ab (drm/mgag200: Don't unpin the current cursor image's buffer.)
  * cf578c8c (drm/mgag200: Set cursor scanout address to correct BO)
  * e61576c4 (drm/mgag200: add in missing { } around if block)
  * a0fd72d2 (drm/mgag200: Pin displayed cursor BO to video memory)

  Focal got these patches already and it does not have this issue.

  == Test ==
  Test kernel could be found here:
    https://people.canonical.com/~phlin/kernel/lp-1851340-mgag200-cursor/

  Verified by the bug reporter, John Hartley, the patched kernel can fix
  this issue.

  == Regression Potential ==
  Low, change limited to mgag200 cursor itself, and it's already been
  applied on newer releases.


  == Original Bug Report ==
  Following in place upgrade of Ubuntu 19.04 -> 19.10 I no longer have visible 
cursor with my Gnone desktop.

  I have found the same problem when upgrading 2 machines from Ubuntu
  19.04 -> 19.10.

  Reproducing problem is easy:

  1. Open Ubuntu Update Window
  2. Select "Upgrade"
  3. On completion of update (after reboot) cursor is no longer visible.
  4. This applies to display connected to VGA port on host with USB Keyboard + 
Mouse

  While the connected display has no visible cursor and so is usable, I
  have always used X11VNC Server to provide network GUI access. On the
  remote X11VNC display I see and can use the cursor.

  This bug report is being sent via Remote X11VNC window, as I cannot
  use the main VGA display window (due to lack of visible cursor)

  I have done search online and thought that maybe issue was with my USB
  Mighty Mouse, so I also tried with Logitech M100R USB Mouse. Same
  result, no visible mouse cursor.

  I have done: "grep usb /var/log/syslog" and can see many USB events,
  including both Apple and Logitech mouse detection events.

  NOTE:

  Due to compatibility issue with X11VNC, I have disable Wayland on both
  machines by adding the following option to: /etc/gdm3/custom.conf

  WaylandEnable=false

  Regards,

  John Hartley.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov  5 18:25:23 2019
  DistUpgraded: 2019-11-05 15:20:04,402 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: eoan
  DistroVariant: ubuntu
  GraphicsCard:
   Matrox Electronics Systems Ltd. G200eR2 [102b:0534] (rev 01) (prog-if 00 
[VGA controller])
     Subsystem: Lenovo G200eR2 [1d49:0a01]
  InstallationDate: Installed on 2018-12-17 (322 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: LENOVO System x3650 M5: -[8871AC1]-
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=3b8f415b-7e78-461c-83df-64f1f1a7826a ro ipv6.disable=1 quiet splash 
iommu=1 intel_iommu=on ipv6.disable=1 vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to eoan on 2019-11-05 (0 days ago)
  dmi.bios.date: 06/03/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: -[TCE140H-2.91]-
  dmi.board.asset.tag: (none)
  dmi.board.name: 01KN179
  dmi.board.vendor: LENOVO
  dmi.board.version: NULL
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: none
  dmi.modalias: 
dmi:bvnLENOVO:bvr-[TCE140H-2.91]-:bd06/03/2019:svnLENOVO:pnSystemx3650M5-[8871AC1]-:pvr13:rvnLENOVO:rn01KN179:rvrNULL:cvnLENOVO:ct23:cvrnone:
  dmi.product.family: System X
  dmi.product.name: System x3650 M5: -[8871AC1]-
  dmi.product.sku: (none)
  dmi.product.version: 13
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:1

[Kernel-packages] [Bug 1858776] [NEW] Intel Bluetooth AX201 HarrisonPeak (HrP) [8086:06f0] subsystem [8086:4070] firmware causes system hang in deep suspend

2020-01-08 Thread You-Sheng Yang
Public bug reported:

This is an follow-up to bug 1850738. In upstream commit c0ca980cee32[1]
that we had SRUed once in bug 1850738 contains updates to following
files:

  * intel/ibt-19-0-0.sfi  : already SRUed in bug 1850738.
  * intel/ibt-19-0-1.sfi  : not affected.
  * intel/ibt-19-0-4.sfi  : to be SRUed in this bug.
  * intel/ibt-19-16-4.sfi : no known reference platform.
  * intel/ibt-19-32-0.sfi : not affected.
  * intel/ibt-19-32-1.sfi : not affected.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=c0ca980cee321554a9452edc74d0658beb086f71

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux-firmware (Ubuntu)
 Importance: Undecided
 Assignee: You-Sheng Yang (vicamo)
 Status: New

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

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


** Tags: amd64 bionic oem-priority originate-from-1856634 somerville

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

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

** Tags added: amd64 bionic oem-priority originate-from-1856634
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/1858776

Title:
  Intel Bluetooth AX201 HarrisonPeak (HrP) [8086:06f0] subsystem
  [8086:4070] firmware causes system hang in deep suspend

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware source package in Bionic:
  New
Status in linux-firmware source package in Disco:
  New

Bug description:
  This is an follow-up to bug 1850738. In upstream commit
  c0ca980cee32[1] that we had SRUed once in bug 1850738 contains updates
  to following files:

* intel/ibt-19-0-0.sfi  : already SRUed in bug 1850738.
* intel/ibt-19-0-1.sfi  : not affected.
* intel/ibt-19-0-4.sfi  : to be SRUed in this bug.
* intel/ibt-19-16-4.sfi : no known reference platform.
* intel/ibt-19-32-0.sfi : not affected.
* intel/ibt-19-32-1.sfi : not affected.

  [1]: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=c0ca980cee321554a9452edc74d0658beb086f71

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1858776/+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 1856588] Re: WARNING: CPU: 0 PID: 1 at /build/linux-raspi2-DI3Sqp/linux-raspi2-4.15.0/arch/arm64/kernel/cpufeature.c:823 has_cpuid_feature+0x90/0x340

2020-01-08 Thread Juerg Haefliger
Only happens on arm64 but not on armhf.

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

Title:
  WARNING: CPU: 0 PID: 1 at /build/linux-raspi2-DI3Sqp/linux-
  raspi2-4.15.0/arch/arm64/kernel/cpufeature.c:823
  has_cpuid_feature+0x90/0x340

Status in linux-raspi2 package in Ubuntu:
  New
Status in linux-raspi2 source package in Bionic:
  New

Bug description:
  After upgrading Bionic on a Raspberry Pi 3B+ from 
  4.15.0-1041-raspi2 to 4.15.0-1052-raspi2 and rebooting:

  [0.088772] CPU features: detected: 32-bit EL0 Support
  [0.106266] [ cut here ]
  [0.106325] WARNING: CPU: 0 PID: 1 at 
/build/linux-raspi2-DI3Sqp/linux-raspi2-4.15.0/arch/arm64/kernel/cpufeature.c:823
 has_cpuid_feature+0x90/0x340
  [0.106366] Modules linked in:
  [0.106397] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.15.0-1052-raspi2 
#56-Ubuntu
  [0.106426] Hardware name: Raspberry Pi 3 Model B Plus Rev 1.3 (DT)
  [0.106455] pstate: 4045 (nZcv daif +PAN -UAO)
  [0.106480] pc : has_cpuid_feature+0x90/0x340
  [0.106504] lr : has_cpuid_feature+0x90/0x340
  [0.106524] sp : 08023d60
  [0.106542] x29: 08023d60 x28: 
  [0.106572] x27:  x26: 28740962ff98
  [0.106603] x25: 0040 x24: 287409609c40
  [0.106633] x23: 287409609000 x22: 28740962f000
  [0.106664] x21: 287408e29740 x20: 0001
  [0.106693] x19: 287408c03e78 x18: 
  [0.106723] x17: 01b5644e x16: 0068011fff13
  [0.106753] x15: 287409609c08 x14: 0720072007200720
  [0.106783] x13: 0720072007200720 x12: 0720072007200720
  [0.106814] x11: 0720072007200720 x10: 0720072007200720
  [0.106845] x9 : 0720072007200720 x8 : 0720072007200720
  [0.106875] x7 : 0720072d072d072d x6 : 0044
  [0.106904] x5 :  x4 : 
  [0.106934] x3 :  x2 : f9b69bb55a180d00
  [0.106964] x1 :  x0 : 0024
  [0.106994] Call trace:
  [0.107017]  has_cpuid_feature+0x90/0x340
  [0.107044]  setup_elf_hwcaps+0x50/0xd4
  [0.107068]  setup_cpu_features+0x5c/0x100
  [0.107092]  smp_cpus_done+0x34/0xa8
  [0.107116]  smp_init+0xf0/0x108
  [0.107139]  kernel_init_freeable+0xec/0x24c
  [0.107166]  kernel_init+0x18/0x110
  [0.107189]  ret_from_fork+0x10/0x1c
  [0.107214] ---[ end trace 870841374e14badc ]---
  [0.107238] CPU: All CPU(s) started at EL2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1856588/+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 1858784] [NEW] Read-only filesystem

2020-01-08 Thread Celso Providelo
Public bug reported:

Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly turning
into a read-only filesystem after approx. 5 minutes operation:

The error is the following:

{{{
Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for UDMA/133
Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 FAILED 
Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
Jan  7 13:26:12 lj000601 kernel [  311.829582] print_req_error: I/O error, dev 
sda, sector 46209848
Jan  7 13:26:12 lj000601 kernel [  311.829615] EXT4-fs error (device sda1): 
ext4_find_entry:1454: inode #1444593: comm updatedb.mlocat: reading directory 
lblock 0
Jan  7 13:26:12 lj000601 kernel [  311.829617] ata1: EH complete
Jan  7 13:26:12 lj000601 kernel [  311.830654] Aborting journal on device 
sda1-8.
Jan  7 13:26:12 lj000601 kernel [  311.831394] EXT4-fs (sda1): Remounting 
filesystem read-only
Jan  7 13:26:12 lj000601 kernel [  311.831407] EXT4-fs error (device sda1): 
ext4_journal_check_start:61: Detected aborted journal
}}}

PS: see further details in kernel.log

The machines have moderated disk access rates, they are retail point of
sale (graphical interface, internal web server, local postgres and
several USB devices), nothing terribly complex.

The recovery process is laborious, requiring local intervention to run
fsck on the faulty block. Then it comes back as if nothing happened, for
a while though, because we are starting seeing the issue resurfacing.

The easy conclusion is hardware defect, but the problem happen in a wide
range to SSDs manufacturers and level of usage, as seen in the
smartctl.txt attached.

Looking forward to any hints on debugging this problem further.

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

** Attachment added: "kernel.log"
   https://bugs.launchpad.net/bugs/1858784/+attachment/5318546/+files/kernel.log

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

Title:
  Read-only filesystem

Status in linux package in Ubuntu:
  New

Bug description:
  Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly
  turning into a read-only filesystem after approx. 5 minutes operation:

  The error is the following:

  {{{
  Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
  Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
  Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
  Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
  Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
  Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
  Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
  Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
  Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for 
UDMA/133
  Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
  Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
  Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
  Jan  7 13:26:12 lj000601 kernel [  311.829582] print_req_error: I/O error, 
dev sda, sector 46209848
  Jan  7 13:26:12 lj000601 kernel [  311.829615] EXT4-fs error (device sda1): 
ext4_f

[Kernel-packages] [Bug 1858784] Re: Read-only filesystem

2020-01-08 Thread Celso Providelo
** Attachment added: "smartctl.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858784/+attachment/5318547/+files/smartctl.txt

** Description changed:

- Some of our ubuntu machines are suddenly turning into a read-only
- filesystem after approx. 5 minutes operation:
+ Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly turning
+ into a read-only filesystem after approx. 5 minutes operation:
  
  The error is the following:
  
  {{{
  Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
  Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
  Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
  Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
  Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
  Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
  Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
  Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
  Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for 
UDMA/133
  Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
  Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
  Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
  Jan  7 13:26:12 lj000601 kernel [  311.829582] print_req_error: I/O error, 
dev sda, sector 46209848
  Jan  7 13:26:12 lj000601 kernel [  311.829615] EXT4-fs error (device sda1): 
ext4_find_entry:1454: inode #1444593: comm updatedb.mlocat: reading directory 
lblock 0
  Jan  7 13:26:12 lj000601 kernel [  311.829617] ata1: EH complete
  Jan  7 13:26:12 lj000601 kernel [  311.830654] Aborting journal on device 
sda1-8.
  Jan  7 13:26:12 lj000601 kernel [  311.831394] EXT4-fs (sda1): Remounting 
filesystem read-only
  Jan  7 13:26:12 lj000601 kernel [  311.831407] EXT4-fs error (device sda1): 
ext4_journal_check_start:61: Detected aborted journal
  }}}
  
  PS: see further details in kernel.log
  
  The machines have moderated disk access rates, they are retail point of
  sale (graphical interface, internal web server, local postgres and
  several USB devices), nothing terribly complex.
  
  The recovery process is laborious, requiring local intervention to run
  fsck on the faulty block. Then it comes back as if nothing happened, for
  a while though, because we are starting seeing the issue resurfacing.
  
  The easy conclusion is hardware defect, but the problem happen in a wide
  range to SSDs manufacturers and level of usage, as seen in the
  smartctl.txt attached.
  
  Looking forward to any hints on debugging this problem 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/1858784

Title:
  Read-only filesystem

Status in linux package in Ubuntu:
  New

Bug description:
  Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly
  turning into a read-only filesystem after approx. 5 minutes operation:

  The error is the following:

  {{{
  Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
  Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
  Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
  Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
  Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
  Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
  Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
  Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
  Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for 
UDMA/133
  Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
  Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
  Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
  Jan  7 13:26:12 lj000601 kernel 

[Kernel-packages] [Bug 1857040] Re: zfs: upstream support for hardware-accelerated encryption

2020-01-08 Thread Fabian Grünbichler
the following backport from the 0.8.3 queue should be what you are
looking for:

https://github.com/zfsonlinux/zfs/pull/9776/commits/ed3d9f4420dcb04d2b78de4e4adb25797dc93b0d

it does not include/depend on either of the problematic commits, but
does contain all known squashed follow-up fixes.

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

Title:
  zfs: upstream support for hardware-accelerated encryption

Status in linux package in Ubuntu:
  In Progress

Bug description:
  I understand that in Linux 5.0+, certain encryption-related symbols
  have been marked GPL-only, making them unavailable for use by zfs.  As
  a result, using encryption in zfs pools increases cpu load / decreases
  disk throughput.

  There are a pair of upstream pull requests that should improve the
  performance (with performance measurement done on x86-64).  Can these
  be pulled into the Ubuntu kernel?

  https://github.com/zfsonlinux/zfs/pull/9515
  https://github.com/zfsonlinux/zfs/pull/9296

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

2020-01-08 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 1858784

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

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

Title:
  Read-only filesystem

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly
  turning into a read-only filesystem after approx. 5 minutes operation:

  The error is the following:

  {{{
  Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
  Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
  Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
  Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
  Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
  Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
  Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
  Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
  Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for 
UDMA/133
  Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
  Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
  Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
  Jan  7 13:26:12 lj000601 kernel [  311.829582] print_req_error: I/O error, 
dev sda, sector 46209848
  Jan  7 13:26:12 lj000601 kernel [  311.829615] EXT4-fs error (device sda1): 
ext4_find_entry:1454: inode #1444593: comm updatedb.mlocat: reading directory 
lblock 0
  Jan  7 13:26:12 lj000601 kernel [  311.829617] ata1: EH complete
  Jan  7 13:26:12 lj000601 kernel [  311.830654] Aborting journal on device 
sda1-8.
  Jan  7 13:26:12 lj000601 kernel [  311.831394] EXT4-fs (sda1): Remounting 
filesystem read-only
  Jan  7 13:26:12 lj000601 kernel [  311.831407] EXT4-fs error (device sda1): 
ext4_journal_check_start:61: Detected aborted journal
  }}}

  PS: see further details in kernel.log

  The machines have moderated disk access rates, they are retail point
  of sale (graphical interface, internal web server, local postgres and
  several USB devices), nothing terribly complex.

  The recovery process is laborious, requiring local intervention to run
  fsck on the faulty block. Then it comes back as if nothing happened,
  for a while though, because we are starting seeing the issue
  resurfacing.

  The easy conclusion is hardware defect, but the problem happen in a
  wide range to SSDs manufacturers and level of usage, as seen in the
  smartctl.txt attached.

  Looking forward to any hints on debugging this problem further.

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

2020-01-08 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-security
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy 
Whitcroft (apw)

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

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

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

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

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

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Promote to Security
  phase-changed: Wednesday, 08. January 2020 12:16 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-security: Ongoing -- packages not yet published
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

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

2020-01-08 Thread Marcelo Cerri
** Summary changed:

- bionic/linux-oem: 4.15.0-1067.77 -proposed tracker
+ linux-oem:  -proposed tracker

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

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: AceLan Kao (acelankao) => Canonical Kernel Team 
(canonical-kernel-team)

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

** Changed in: kernel-sru-workflow/prepare-package-lrm
 Assignee: AceLan Kao (acelankao) => Canonical Kernel Team 
(canonical-kernel-team)

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

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: AceLan Kao (acelankao) => Canonical Kernel Team 
(canonical-kernel-team)

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

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: AceLan Kao (acelankao) => Canonical Kernel Team 
(canonical-kernel-team)

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

Title:
  bionic/linux-oem:  -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:
  New
Status in Kernel SRU Workflow prepare-package-lrm series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  New
Status in Kernel SRU Workflow prepare-package-signed series:
  New
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-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Bionic:
  Confirmed

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

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

  -- swm properties --
  kernel-stable-master-bug: 1858576
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Holding before Packaging
  phase-changed: Wednesday, 08. January 2020 12:22 UTC
  reason:
prepare-package: Holding -- waiting for master bug
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858555/+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 1852586] Re: Boot hangs after "Loading initial ramdisk ..."

2020-01-08 Thread Álvaro Fernando Souza
5.3.0-26 does not work on my Dell 7567 😭

I'm using 5.0.0-36 for now:
Linux alvaro-7567 5.0.0-36-generic #39-Ubuntu SMP Tue Nov 12 09:46:06 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Boot hangs after "Loading initial ramdisk ..."

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  Some systems fail during boot, possibly because of TPM interrupt storms.

  [Test case]
  Test that systems boot and look for TPM dmesg messages implying probe is OK.

  [Regression potential]
  TPM in some systems fail to probe, which is better than not booting.

  
  

  Kernel 5.3.0.-23-generic and
  Kernel 5.3.0.-22-generic

  don't boot, I get the "Loading initial ramdisk ..." on purple background, 
nothing happens, Notebook need to get shutoff to resume
  Kernels:
  5.3.0-19 and
  5.3.0-18
  do work

  It's a Lenovo L580 Running Ubuntu 19.10

  output of version signature:
  Ubuntu 5.3.0-19.20-generic 5.3.1

  output of lscpi:
  00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3e34] (rev 0c)
   Subsystem: Lenovo Device [17aa:5075]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
   Kernel driver in use: skl_uncore

  00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 
(Whiskey Lake) [8086:3ea0] (rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo UHD Graphics 620 (Whiskey Lake) [17aa:5075]
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
   Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0
     ExtTag- RBE+
    DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
     RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
     MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
    DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not 
Supported
  AtomicOpsCap: 32bit- 64bit- 128bitCAS-
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
  AtomicOpsCtl: ReqEn-
   Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Address: fee00018  Data: 
   Capabilities: [d0] Power Management version 2
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
   Capabilities: [100 v1] Process Address Space ID (PASID)
    PASIDCap: Exec- Priv-, Max PASID Width: 14
    PASIDCtl: Enable- Exec- Priv-
   Capabilities: [200 v1] Address Translation Service (ATS)
    ATSCap: Invalidate Queue Depth: 00
    ATSCtl: Enable-, Smallest Translation Unit: 00
   Capabilities: [300 v1] Page Request Interface (PRI)
    PRICtl: Enable- Reset-
    PRISta: RF- UPRGI- Stopped+
    Page Request Capacity: 8000, Page Request Allocation: 
   Kernel driver in use: i915
   Kernel modules: i915

  00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 0c)
   Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal 
Subsystem [17aa:5075]
   Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
   Kernel driver in use: proc_thermal
   Kernel modules: processor_thermal_device

  00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / 
E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model [8086:1911]
   Subsystem: Lenovo Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core 
Processor Gaussian Mixture Model [17aa:5075]
   Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- 
   Kernel driver in use: xhci_hcd

  00:14.2 RAM memory [0500]: Intel Corporation Cannon Point-LP Shared SRAM 
[8086:9def] (rev 30)
   Subsystem: Lenovo Cannon Point-LP Shared SRAM [17aa:5075]
   Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
   Kernel driver in use: intel-lpss
   Kernel modules: intel_lpss_pci

  00:15.2 Serial bus controller [0c80]: Intel Corporation Device [8086:9dea] 
(rev 30)
   Subsystem: Lenovo Device [17aa:5075]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASno

[Kernel-packages] [Bug 1856983] Re: bionic/linux-gcp: 5.0.0-1028.29~18.04.1 -proposed tracker

2020-01-08 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: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Ready for Promote to Security
- phase-changed: Wednesday, 08. January 2020 09:11 UTC
+ phase: Promote to Security
+ phase-changed: Wednesday, 08. January 2020 12:16 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   promote-to-security: Pending -- ready to copy
+   promote-to-security: Ongoing -- packages not yet published
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

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

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

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

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

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

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Promote to Security
  phase-changed: Wednesday, 08. January 2020 12:16 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-security: Ongoing -- packages not yet published
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1856983/+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 1858760] Re: KVM guest abnormal load after upgrade to 4.15.0-72

2020-01-08 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  KVM guest abnormal load after upgrade to 4.15.0-72

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  a idle kvm guest system with 4.15.0-70 , load is good:
  load average : 0.00, 0.04, 0.05

  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41

  when apply this patch, load good again:
  x86/timer: Force PIT initialization when !X86_FEATURE_ARAT 
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de

  could you pls apply this patch on upcoming kernel update ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+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 1858784] Re: Read-only filesystem

2020-01-08 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Reading your report it appears you are mostly after support.

Jan 7 13:26:12 lj000601 kernel [ 311.829615] EXT4-fs error (device
sda1): ext4_find_entry:1454: inode #1444593: comm updatedb.mlocat:
reading directory lblock 0

I don't see a bug here sorry, only a request for support.  I'd check the
PSU is providing enough power (esp. for additional USB devices; are
users trying to charge phones using them?).

This bug report can be converted to a question (aimed at support); bug
reports however are primarily aimed at finding problems, then fixing so
subsequent users won't stumble with the same issue.

You can also find help with your problem in the support forum of your
local Ubuntu community http://loco.ubuntu.com/ or asking at
https://askubuntu.com or https://ubuntuforums.org, or for more support
options please look at https://discourse.ubuntu.com/t/community-
support/709

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

Title:
  Read-only filesystem

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly
  turning into a read-only filesystem after approx. 5 minutes operation:

  The error is the following:

  {{{
  Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
  Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
  Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
  Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
  Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
  Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
  Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
  Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
  Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for 
UDMA/133
  Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
  Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
  Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
  Jan  7 13:26:12 lj000601 kernel [  311.829582] print_req_error: I/O error, 
dev sda, sector 46209848
  Jan  7 13:26:12 lj000601 kernel [  311.829615] EXT4-fs error (device sda1): 
ext4_find_entry:1454: inode #1444593: comm updatedb.mlocat: reading directory 
lblock 0
  Jan  7 13:26:12 lj000601 kernel [  311.829617] ata1: EH complete
  Jan  7 13:26:12 lj000601 kernel [  311.830654] Aborting journal on device 
sda1-8.
  Jan  7 13:26:12 lj000601 kernel [  311.831394] EXT4-fs (sda1): Remounting 
filesystem read-only
  Jan  7 13:26:12 lj000601 kernel [  311.831407] EXT4-fs error (device sda1): 
ext4_journal_check_start:61: Detected aborted journal
  }}}

  PS: see further details in kernel.log

  The machines have moderated disk access rates, they are retail point
  of sale (graphical interface, internal web server, local postgres and
  several USB devices), nothing terribly complex.

  The recovery process is laborious, requiring local intervention to run
  fsck on the faulty block. Then it comes back as if nothing happened,
  for a while though, because we are starting seeing the issue
  resurfacing.

  The easy conclusion is hardware defect, but the problem happen in a
  wide range to SSDs manufacturers and level of usage, as seen in the
  smartctl.txt attached.

  Looking forward to any hints on debugging this problem further.

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

2020-01-08 Thread Ubuntu Kernel Bot
** Summary changed:

- linux-oem:  -proposed tracker
+ bionic/linux-oem:  -proposed tracker

** 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: 1858576
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
- phase: Packaging
- phase-changed: Wednesday, 08. January 2020 08:41 UTC
+ phase: Holding before Packaging
+ phase-changed: Wednesday, 08. January 2020 12:22 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
+   prepare-package: Holding -- waiting for master bug
  variant: debs

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

Title:
  bionic/linux-oem:  -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:
  New
Status in Kernel SRU Workflow prepare-package-lrm series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  New
Status in Kernel SRU Workflow prepare-package-signed series:
  New
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-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Bionic:
  Confirmed

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

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

  -- swm properties --
  kernel-stable-master-bug: 1858576
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Holding before Packaging
  phase-changed: Wednesday, 08. January 2020 12:22 UTC
  reason:
prepare-package: Holding -- waiting for master bug
  variant: debs

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

2020-01-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: In Progress => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Promote to Security
- phase-changed: Wednesday, 08. January 2020 12:16 UTC
+ phase: Complete
+ phase-changed: Wednesday, 08. January 2020 12:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-security: Ongoing -- packages not yet published
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

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

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

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

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

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

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Complete
  phase-changed: Wednesday, 08. January 2020 12:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1856983/+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 1853369] Re: [19.10] Boot hangs at "loading initial ramdisk"

2020-01-08 Thread Álvaro Fernando Souza
This bug supposedly was fixed in the linux 5.3.0-26.28. But for me, in
my Dell 7567 isn't working. 😢

I'm using 5.0.0-36 for now and it's working.

Font: https://launchpad.net/ubuntu/+source/linux/5.3.0-26.28

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

Title:
  [19.10] Boot hangs at "loading initial ramdisk"

Status in grub2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [19.10] Boot hangs at "loading initial ramdisk"

  So after completing the upgrade from 19.04 to 19.10, my computer got
  stuck on the solid purple Grub screen upon reboot. After getting into
  the grub menu on next boot and booting from advanced options, I see
  that it gets to "loading initial ramdisk" and then just hangs forever.
  I am able to boot without issues on the old kernel (5.0.0-32-generic),
  but not the one that got installed with the upgrade
  (5.3.0-18-generic).

  Things I've tried based on what worked for other people who got this
  problem (though I haven't found anyone who has it specifically with
  19.10):

  acpi=off

  dis_ucode_ldr

  disabling secure boot

  recovery mode

  making sure all packages are up to date

  I'm kind of at a loss of what to do, other than just keep using the
  old kernel. (which presumably might cause problems at some point?)

  I'm posting this from Ubuntu 19.04, since upgrade from 19.04 to 19.10
  resulted in unable to boot system.

  Hardware Dell XPS 9550

  # dmidecode 3.2
  Getting SMBIOS data from sysfs.
  SMBIOS 2.8 present.
  91 structures occupying 5683 bytes.
  Table at 0x000E.

  Handle 0x, DMI type 0, 24 bytes
  BIOS Information
Vendor: Dell Inc.
Version: 1.11.2
Release Date: 07/30/2019
Address: 0xF
Runtime Size: 64 kB
ROM Size: 16 MB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
Smart battery is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
UEFI is supported
BIOS Revision: 1.11

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
Manufacturer: Dell Inc.
Product Name: XPS 15 9550
Version: Not Specified
Serial Number: 5QRHRF2
UUID: 4c4c4544-0051-5210-8048-b5c04f524632
Wake-up Type: Power Switch
SKU Number: 06E4
Family: XPS

  Handle 0x0002, DMI type 2, 15 bytes
  Base Board Information
Manufacturer: Dell Inc.
Product Name: 0N7TVV
Version: A01
Serial Number: /5QRHRF2/CN129636CS0026/
Asset Tag: Not Specified
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Not Specified
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

  Handle 0x0003, DMI type 3, 22 bytes
  Chassis Information
Manufacturer: Dell Inc.
Type: Laptop
Lock: Not Present
Version: Not Specified
Serial Number: 5QRHRF2
Asset Tag: Not Specified
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
SKU Number: Laptop

  Handle 0x0004, DMI type 8, 9 bytes
  Port Connector Information
Internal Reference Designator: JUSB1
Internal Connector Type: None
External Reference Designator: USB1
External Connector Type: Access Bus (USB)
Port Type: USB

  Handle 0x0005, DMI type 8, 9 bytes
  Port Connector Information
Internal Reference Designator: JUSB2
Internal Connector Type: None
External Reference Designator: USB2
External Connector Type: Access Bus (USB)
Port Type: USB

  Handle 0x0006, DMI type 8, 9 bytes
  Port Connector Information
Internal Reference Designator: JUSBC1
Internal Connector Type: 

[Kernel-packages] [Bug 1858366] Re: My wireless card crashes on 5.4.8-050408-generic kernel installed via Ukuu

2020-01-08 Thread Alboroto
Yes, It is
ll /lib/firmware/ | grep iwl
-rw-r--r--  1 root root 2677620 Jan  5 23:24 iwlwifi-9000-pu-b0-jf-b0-34.ucode

Apparently after 3/4 days it's working again, I've just updated one
package (libc) from apt-get update since then and now it works.. now my
dmesg log looks like

 dmesg |grep iwl
[3.844518] iwlwifi :00:14.3: enabling device ( -> 0002)
[3.847291] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-46.ucode failed with error -2
[3.847375] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-45.ucode failed with error -2
[3.847487] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-44.ucode failed with error -2
[3.847494] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-43.ucode failed with error -2
[3.847502] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-42.ucode failed with error -2
[3.847704] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-41.ucode failed with error -2
[3.847718] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-40.ucode failed with error -2
[3.847730] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-39.ucode failed with error -2
[3.847741] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-38.ucode failed with error -2
[3.847754] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-37.ucode failed with error -2
[3.847768] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-36.ucode failed with error -2
[3.847788] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-35.ucode failed with error -2
[3.852422] iwlwifi :00:14.3: loaded firmware version 34.0.0 op_mode 
iwlmvm
[3.879331] iwlwifi :00:14.3: Detected Killer (R) Wireless-AC 1550i 
Wireless Network Adapter (9560NGW), REV=0x318
[3.938249] iwlwifi :00:14.3: base HW address: 0c:54:15:43:cc:72
[4.004536] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[4.186001] iwlwifi :00:14.3 wlo1: renamed from wlan0
[5.746134] iwlwifi :00:14.3: BIOS contains WGDS but no WRDS

This is kind of weird...

I noticed weeks ago, that from time to time it started to fail, probably
due to the heat?

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

Title:
  My wireless card crashes on 5.4.8-050408-generic kernel installed via
  Ukuu

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd
  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04

  
  lspci -nnk | grep 0280 -A3
  00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 
[Jefferson Peak] [8086:a370] (rev 10)
Subsystem: Bigfoot Networks, Inc. Device [1a56:1552]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

  dmesg | grep iwlwifi
  [3.938222] iwlwifi :00:14.3: enabling device ( -> 0002)
  [3.947221] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-46.ucode failed with error -2
  [3.947688] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-45.ucode failed with error -2
  [3.949266] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-44.ucode failed with error -2
  [3.949280] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-43.ucode failed with error -2
  [3.949293] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-42.ucode failed with error -2
  [3.949497] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-41.ucode failed with error -2
  [3.949512] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-40.ucode failed with error -2
  [3.949524] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-39.ucode failed with error -2
  [3.949536] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-38.ucode failed with error -2
  [3.949549] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-37.ucode failed with error -2
  [3.949561] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-36.ucode failed with error -2
  [3.949573] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-9000-pu-b0-jf-b0-35.ucode failed with error -2
  [3.956300] iwlwifi :00:14.3: loaded firmware version 34.0.0 op_mode 
iwlmvm
  [4.067040] iwlwifi :00:14.3: Detected Killer (R) Wireless-AC 1550i 
Wireless Network Adapter (9560NGW), REV=0x318
  [5.089016] iwlwifi :00:14.3: Collecting data: trigger 15 fired.
  [5.337038] iwlwifi :00:14.3: Not valid error log pointer 0x 
for Init uCode
  [5.337049] i

[Kernel-packages] [Bug 1858793] [NEW] acpi-call dkms module fails to build

2020-01-08 Thread Juerg Haefliger
Public bug reported:

ProblemType: Package
DKMSBuildLog:
 DKMS make.log for acpi-call-1.1.0 for kernel 5.3.0-1015-raspi2 (armv7l)
 Wed Jan  8 12:29:08 UTC 2020
 make: Entering directory '/usr/src/linux-headers-5.3.0-1015-raspi2'
 test -e include/generated/autoconf.h -a -e include/config/auto.conf || (   
\
 echo >&2;  \
 echo >&2 "  ERROR: Kernel configuration is invalid.";  \
 echo >&2 " include/generated/autoconf.h or include/config/auto.conf 
are missing.";\
 echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix 
it."; \
 echo >&2 ; \
 /bin/false)
 make -f ./scripts/Makefile.build obj=/var/lib/dkms/acpi-call/1.1.0/build 
need-modorder=1
 {   echo /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.ko; :; } \
 | awk '!x[$0]++' - > /var/lib/dkms/acpi-call/1.1.0/build/modules.order
   gcc -Wp,-MD,/var/lib/dkms/acpi-call/1.1.0/build/.acpi_call.o.d  -nostdinc 
-isystem /usr/lib/gcc/arm-linux-gnueabihf/7/include  -I./arch/arm/include 
-I./arch/arm/include/generated  -I./include -I./arch/arm/include/uapi 
-I./arch/arm/include/generated/uapi -I./include/uapi -I./include/generated/uapi 
-include ./include/linux/kconfig.h -Iubuntu/include  -include 
./include/linux/compiler_types.h -D__KERNEL__ -mlittle-endian -Wall -Wundef 
-Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
-fshort-wchar -fno-PIE -Werror=implicit-function-declaration 
-Werror=implicit-int -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm 
-fno-omit-frame-pointer -mapcs -mno-sched-prolog -fno-ipa-sra -mabi=aapcs-linux 
-mfpu=vfp -marm -Wa,-mno-warn-deprecated -D__LINUX_ARM_ARCH__=7 -march=armv7-a 
-msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address 
-Wno-format-truncation -Wno-format-overflow -O2 
--param=allow-store-data-races=0 -Wframe-larger-than=1024 
-fstack-protector-strong -Wno-unused-but-set-variable -Wimplicit-fallthrough 
-Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls 
-fno-var-tracking-assignments -pg -Wdeclaration-after-statement -Wvla 
-Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants 
-fmerge-constants -fno-stack-check -fconserve-stack -Werror=date-time 
-Werror=incompatible-pointer-types -Werror=designated-init  -DMODULE  
-DKBUILD_BASENAME='"acpi_call"' -DKBUILD_MODNAME='"acpi_call"' -c -o 
/var/lib/dkms/acpi-call/1.1.0/build/acpi_call.o 
/var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c
 In file included from ./include/linux/printk.h:7:0,
  from ./include/linux/kernel.h:15,
  from ./include/linux/list.h:9,
  from ./include/linux/module.h:9,
  from /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c:3:
 /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c: In function ‘acpi_proc_write’:
 ./include/linux/kern_levels.h:5:18: warning: format ‘%lu’ expects argument of 
type ‘long unsigned int’, but argument 2 has type ‘size_t {aka unsigned int}’ 
[-Wformat=]
  #define KERN_SOH "\001"  /* ASCII Start Of Header */
   ^
 ./include/linux/kern_levels.h:11:18: note: in expansion of macro ‘KERN_SOH’
  #define KERN_ERR KERN_SOH "3" /* error conditions */
   ^~~~
 /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c:273:16: note: in expansion of 
macro ‘KERN_ERR’
  printk(KERN_ERR "acpi_call: Input too long! (%lu)\n", len);
 ^~~~
 /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c:273:56: note: format string is 
defined here
  printk(KERN_ERR "acpi_call: Input too long! (%lu)\n", len);
   ~~^
   %u
   if objdump -h /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.o | grep -q 
__ksymtab; then gcc -E -D__GENKSYMS__ 
-Wp,-MD,/var/lib/dkms/acpi-call/1.1.0/build/.acpi_call.o.d  -nostdinc -isystem 
/usr/lib/gcc/arm-linux-gnueabihf/7/include  -I./arch/arm/include 
-I./arch/arm/include/generated  -I./include -I./arch/arm/include/uapi 
-I./arch/arm/include/generated/uapi -I./include/uapi -I./include/generated/uapi 
-include ./include/linux/kconfig.h -Iubuntu/include  -include 
./include/linux/compiler_types.h -D__KERNEL__ -mlittle-endian -Wall -Wundef 
-Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
-fshort-wchar -fno-PIE -Werror=implicit-function-declaration 
-Werror=implicit-int -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm 
-fno-omit-frame-pointer -mapcs -mno-sched-prolog -fno-ipa-sra -mabi=aapcs-linux 
-mfpu=vfp -marm -Wa,-mno-warn-deprecated -D__LINUX_ARM_ARCH__=7 -march=armv7-a 
-msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address 
-Wno-format-truncation -Wno-format-overflow -O2 
--param=allow-store-data-races=0 -Wframe-larger-than=1024 
-fstack-protector-strong -Wno-unused-but-set-variable -Wimplicit-fallthrough 
-Wno-unused-const-variable -fno

[Kernel-packages] [Bug 1858784] Re: Read-only filesystem

2020-01-08 Thread Celso Providelo
Thanks Chris,

You are right, this is undeniably a support request for a very
particular situation.

I will convert it to a question and pursue the hardware-related (PSU,
cabling, SSD, etc) investigation.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/linux/+question/687856

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

Title:
  Read-only filesystem

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Some of our ubuntu machines (16.04 on 4.15 kernel) are suddenly
  turning into a read-only filesystem after approx. 5 minutes operation:

  The error is the following:

  {{{
  Jan  7 13:26:12 lj000601 kernel [  311.818652] ata1.00: READ LOG DMA EXT 
failed, trying PIO
  Jan  7 13:26:12 lj000601 kernel [  311.823232] ata1.00: exception Emask 0x0 
SAct 0x1 SErr 0x0 action 0x0
  Jan  7 13:26:12 lj000601 kernel [  311.823237] ata1.00: irq_stat 0x4008
  Jan  7 13:26:12 lj000601 kernel [  311.823242] ata1.00: failed command: READ 
FPDMA QUEUED
  Jan  7 13:26:12 lj000601 kernel [  311.823250] ata1.00: cmd 
60/08:80:38:1b:c1/00:00:02:00:00/40 tag 16 ncq dma 4096 in
  Jan  7 13:26:12 lj000601 kernel [  311.823250]  res 
41/40:00:38:1b:c1/00:00:02:00:00/00 Emask 0x409 (media error) 
  Jan  7 13:26:12 lj000601 kernel [  311.823254] ata1.00: status: { DRDY ERR }
  Jan  7 13:26:12 lj000601 kernel [  311.823257] ata1.00: error: { UNC }
  Jan  7 13:26:12 lj000601 kernel [  311.828470] ata1.00: configured for 
UDMA/133
  Jan  7 13:26:12 lj000601 kernel [  311.829567] sd 0:0:0:0: [sda] tag#16 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  Jan  7 13:26:12 lj000601 kernel [  311.829571] sd 0:0:0:0: [sda] tag#16 Sense 
Key : Medium Error [current]
  Jan  7 13:26:12 lj000601 kernel [  311.829575] sd 0:0:0:0: [sda] tag#16 Add. 
Sense: Unrecovered read error - auto reallocate failed
  Jan  7 13:26:12 lj000601 kernel [  311.829579] sd 0:0:0:0: [sda] tag#16 CDB: 
Read(10) 28 00 02 c1 1b 38 00 00 08 00
  Jan  7 13:26:12 lj000601 kernel [  311.829582] print_req_error: I/O error, 
dev sda, sector 46209848
  Jan  7 13:26:12 lj000601 kernel [  311.829615] EXT4-fs error (device sda1): 
ext4_find_entry:1454: inode #1444593: comm updatedb.mlocat: reading directory 
lblock 0
  Jan  7 13:26:12 lj000601 kernel [  311.829617] ata1: EH complete
  Jan  7 13:26:12 lj000601 kernel [  311.830654] Aborting journal on device 
sda1-8.
  Jan  7 13:26:12 lj000601 kernel [  311.831394] EXT4-fs (sda1): Remounting 
filesystem read-only
  Jan  7 13:26:12 lj000601 kernel [  311.831407] EXT4-fs error (device sda1): 
ext4_journal_check_start:61: Detected aborted journal
  }}}

  PS: see further details in kernel.log

  The machines have moderated disk access rates, they are retail point
  of sale (graphical interface, internal web server, local postgres and
  several USB devices), nothing terribly complex.

  The recovery process is laborious, requiring local intervention to run
  fsck on the faulty block. Then it comes back as if nothing happened,
  for a while though, because we are starting seeing the issue
  resurfacing.

  The easy conclusion is hardware defect, but the problem happen in a
  wide range to SSDs manufacturers and level of usage, as seen in the
  smartctl.txt attached.

  Looking forward to any hints on debugging this problem further.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858784/+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 1852586] Re: Boot hangs after "Loading initial ramdisk ..."

2020-01-08 Thread Andi
THX, 5.3.0-26 works fine on my Lenovo L490 :)

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

Title:
  Boot hangs after "Loading initial ramdisk ..."

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  Some systems fail during boot, possibly because of TPM interrupt storms.

  [Test case]
  Test that systems boot and look for TPM dmesg messages implying probe is OK.

  [Regression potential]
  TPM in some systems fail to probe, which is better than not booting.

  
  

  Kernel 5.3.0.-23-generic and
  Kernel 5.3.0.-22-generic

  don't boot, I get the "Loading initial ramdisk ..." on purple background, 
nothing happens, Notebook need to get shutoff to resume
  Kernels:
  5.3.0-19 and
  5.3.0-18
  do work

  It's a Lenovo L580 Running Ubuntu 19.10

  output of version signature:
  Ubuntu 5.3.0-19.20-generic 5.3.1

  output of lscpi:
  00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3e34] (rev 0c)
   Subsystem: Lenovo Device [17aa:5075]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
   Kernel driver in use: skl_uncore

  00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 
(Whiskey Lake) [8086:3ea0] (rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo UHD Graphics 620 (Whiskey Lake) [17aa:5075]
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
   Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0
     ExtTag- RBE+
    DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
     RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
     MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
    DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not 
Supported
  AtomicOpsCap: 32bit- 64bit- 128bitCAS-
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
  AtomicOpsCtl: ReqEn-
   Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Address: fee00018  Data: 
   Capabilities: [d0] Power Management version 2
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
   Capabilities: [100 v1] Process Address Space ID (PASID)
    PASIDCap: Exec- Priv-, Max PASID Width: 14
    PASIDCtl: Enable- Exec- Priv-
   Capabilities: [200 v1] Address Translation Service (ATS)
    ATSCap: Invalidate Queue Depth: 00
    ATSCtl: Enable-, Smallest Translation Unit: 00
   Capabilities: [300 v1] Page Request Interface (PRI)
    PRICtl: Enable- Reset-
    PRISta: RF- UPRGI- Stopped+
    Page Request Capacity: 8000, Page Request Allocation: 
   Kernel driver in use: i915
   Kernel modules: i915

  00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 0c)
   Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal 
Subsystem [17aa:5075]
   Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
   Kernel driver in use: proc_thermal
   Kernel modules: processor_thermal_device

  00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / 
E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model [8086:1911]
   Subsystem: Lenovo Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core 
Processor Gaussian Mixture Model [17aa:5075]
   Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- 
   Kernel driver in use: xhci_hcd

  00:14.2 RAM memory [0500]: Intel Corporation Cannon Point-LP Shared SRAM 
[8086:9def] (rev 30)
   Subsystem: Lenovo Cannon Point-LP Shared SRAM [17aa:5075]
   Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
   Kernel driver in use: intel-lpss
   Kernel modules: intel_lpss_pci

  00:15.2 Serial bus controller [0c80]: Intel Corporation Device [8086:9dea] 
(rev 30)
   Subsystem: Lenovo Device [17aa:5075]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
   Kernel drive

[Kernel-packages] [Bug 1853075] Re: 19.10 Boots into a black screen

2020-01-08 Thread ajasonwang
Is it possible to fix this issue by downgrade kernel version to 5.0.0 ?

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

Title:
  19.10 Boots into a black screen

Status in linux package in Ubuntu:
  Invalid

Bug description:
  After upgrading to 19.10 and rebooting. My machine goes into a frozen
  black screen. The default kernel after the update (5.3.0-23-generic)
  does not succeed in booting. If I select the older kernel,
  5.0.0-36-generic, grub does go through and succeeds booting up.

  System is a Dell XPS 15 9550 with Ubuntu Dual Boot. GRUB version
  2.04-1ubuntu12. The Windows partition does work properly, and I am
  able to boot into it. Please advice on how to proceed with a fix, or
  if an update pushed to grub will fix this issue.

  Thanks.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pipemon2417 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  HibernationDevice: RESUME=UUID=c26ef9c3-b999-4441-b750-cf80d00fc68e
  InstallationDate: Installed on 2017-11-02 (746 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. Touchscreen
   Bus 001 Device 002: ID 0cf3:e301 Qualcomm Atheros Communications
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic 
root=UUID=6b1a4315-6bdf-471f-90b5-6fb32c3bfc2b ro quiet splash
  ProcVersionSignature: Ubuntu 5.0.0-36.39-generic 5.0.21
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-36-generic N/A
   linux-backports-modules-5.0.0-36-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.0.0-36-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-18 (0 days ago)
  UserGroups: adm audio cdrom dialout dip kvm lpadmin plugdev pulse sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 07/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.2
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.2:bd07/30/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1853075/+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 1858798] [NEW] tools/perf fails to build after Xenial update to 4.4.208 upstream stable release

2020-01-08 Thread Kleber Sacilotto de Souza
Public bug reported:

[Impact]
xenial/linux after the update to 4.4.208 upstream stable fails to build 
tools/perf on environments that don't have libunwind installed.

https://launchpad.net/~canonical-kernel-
team/+archive/ubuntu/ppa/+build/18530346/+files/buildlog_ubuntu-xenial-
powerpc.linux_4.4.0-172.201_BUILDING.txt.gz

[...]
builtin-report.c: In function ‘report__setup_sample_type’:
builtin-report.c:289:6: error: ‘dwarf_callchain_users’ undeclared (first use in 
this function)
  if (dwarf_callchain_users) {
  ^
[...]

This is caused by the following commit from linux-4.4.y:

commit faece3af80729763bb28449fa803d12c962571bd
Author: Jin Yao 
Date:   Fri Oct 11 10:21:22 2019 +0800

perf report: Add warning when libunwind not compiled in

[ Upstream commit 800d3f561659b5436f8c57e7c26dd1f6928b5615 ]

[Fix]
Revert the mentioned commit. The variable 'dwarf_callchain_users' was 
introduced by eabad8c6856f "perf unwind: Do not look just at the global 
callchain_param.record_mode" which as of now hasn't been backported to stable 
linux-4.4.y.

[Test]
Build the kernel on PPA for powerpc, ppc64el and s390x.

[Regression Potential]
Null. This commit is supposed to only add a warning and is breaking the build 
for some architectures, so reverting it will not cause any regression for the 
users.

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

** Affects: linux (Ubuntu Xenial)
 Importance: High
 Assignee: Kleber Sacilotto de Souza (kleber-souza)
 Status: In Progress

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

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

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

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza)

** Description changed:

  [Impact]
  xenial/linux after the update to 4.4.208 upstream stable fails to build 
tools/perf on environments that don't have libunwind installed.
  
  https://launchpad.net/~canonical-kernel-
  team/+archive/ubuntu/ppa/+build/18530346/+files/buildlog_ubuntu-xenial-
  powerpc.linux_4.4.0-172.201_BUILDING.txt.gz
  
  [...]
  builtin-report.c: In function ‘report__setup_sample_type’:
  builtin-report.c:289:6: error: ‘dwarf_callchain_users’ undeclared (first use 
in this function)
-   if (dwarf_callchain_users) {
-   ^
+   if (dwarf_callchain_users) {
+   ^
  [...]
  
  This is caused by the following commit from linux-4.4.y:
  
  commit faece3af80729763bb28449fa803d12c962571bd
  Author: Jin Yao 
  Date:   Fri Oct 11 10:21:22 2019 +0800
  
- perf report: Add warning when libunwind not compiled in
- 
- [ Upstream commit 800d3f561659b5436f8c57e7c26dd1f6928b5615 ]
+ perf report: Add warning when libunwind not compiled in
  
+ [ Upstream commit 800d3f561659b5436f8c57e7c26dd1f6928b5615 ]
  
  [Fix]
  Revert the mentioned commit. The variable 'dwarf_callchain_users' was 
introduced by eabad8c6856f "perf unwind: Do not look just at the global 
callchain_param.record_mode" which as of now hasn't been backported to stable 
linux-4.4.y.
  
  [Test]
  Build the kernel on PPA for powerpc, ppc64el and s390x.
  
  [Regression Potential]
- Null. This commit is supposed to only add a warning and is breaking the build 
for some architectures.
+ Null. This commit is supposed to only add a warning and is breaking the build 
for some architectures, so reverting it will not cause any regression for the 
users.

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

Title:
  tools/perf fails to build after Xenial update to 4.4.208 upstream
  stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  [Impact]
  xenial/linux after the update to 4.4.208 upstream stable fails to build 
tools/perf on environments that don't have libunwind installed.

  https://launchpad.net/~canonical-kernel-
  team/+archive/ubuntu/ppa/+build/18530346/+files/buildlog_ubuntu-
  xenial-powerpc.linux_4.4.0-172.201_BUILDING.txt.gz

  [...]
  builtin-report.c: In function ‘report__setup_sample_type’:
  builtin-report.c:289:6: error: ‘dwarf_callchain_users’ undeclared (first use 
in this function)
    if (dwarf_callchain_users) {
    ^
  [...]

  This is caused by the following commit from linux-4.4.y:

  commit faece3af80729763bb28449fa803d12c962571bd
  Author: Jin Yao 
  Date:   Fri Oct 11 10:21:22 2019 +0800

  perf report: Add warning when libunwind not compiled in

  [ Upstream commit 800d3f561659b5436f8c57e7c26dd1f6928b5615 ]

  [Fix]
  Revert the mentioned commit. The variable 'dwarf_callchain_users' was 
introduced by eabad8c6856f "perf unwind: Do not look just at the global 
callchain_param.recor

[Kernel-packages] [Bug 1856983] Re: bionic/linux-gcp: 5.0.0-1028.29~18.04.1 -proposed tracker

2020-01-08 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

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

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

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

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

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

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

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856985
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Complete
  phase-changed: Wednesday, 08. January 2020 12:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1856982
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1856983/+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 1858760] Re: KVM guest high load after upgrade to 4.15.0-72

2020-01-08 Thread Druggo Yang
** Summary changed:

- KVM guest abnormal load after upgrade to 4.15.0-72
+ KVM guest high load after upgrade to 4.15.0-72

** Description changed:

- a idle kvm guest system with 4.15.0-70 , load is good:
+ a idle kvm guest system with 4.15.0-70 , load nearly zero:
  load average : 0.00, 0.04, 0.05
  
  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41
  
  when apply this patch, load good again:
- x86/timer: Force PIT initialization when !X86_FEATURE_ARAT 
+ x86/timer: Force PIT initialization when !X86_FEATURE_ARAT
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de
  
  could you pls apply this patch on upcoming kernel update ?

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

Title:
  KVM guest high load after upgrade to 4.15.0-72

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  a idle kvm guest system with 4.15.0-70 , load nearly zero:
  load average : 0.00, 0.04, 0.05

  after upgrade to 4.15.0-72 or 4.15.0-74, load become abnormal:
  load average : 0.65, 0.49, 0.41

  when apply this patch, load good again:
  x86/timer: Force PIT initialization when !X86_FEATURE_ARAT
  
https://github.com/torvalds/linux/commit/afa8b475c1aec185a8e106c48b3832e0b88bc2de

  could you pls apply this patch on upcoming kernel update ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1858760/+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 1851243] Re: overlayfs : broken access to r/w files

2020-01-08 Thread Ioanna Alifieraki
** Description changed:

  [Description]
- TBD
+ Commit c0ca3d70e8d3(ovl: modify ovl_permission() to do checks on two inodes) 
(upstream id) breaks r/w access in overlayfs in 4.4 ubuntu kernels, later 
ubuntu kernels are not affected.
+ 
+ There are two options to fix this either (a) backport ce31513a9114(ovl: 
copyattr after setting POSIX ACL) to 4.4 or (b) revert offending commit 
c0ca3d70e8d3(ovl: modify ovl_permission() to do checks on two inodes).
+ Option (a) has high risk of regression since ce31513a9114(ovl: copyattr after 
setting POSIX ACL) has many dependencies on other commits that need to be 
backported too.
+ 
+ We'll proceed with reverting c0ca3d70e8d3(ovl: modify ovl_permission() to do 
checks on two inodes).
+ This commit is associated with CVE-2018-16597, however 4.4 kernels (both 
ubuntu and upstream) are NOT affected by this cve so it's safe to revert it.
+ The offending commit was introduced upstream in v4.8-rc1. At this point had 
nothing to do with any CVE.
+ It was related with CVE-2018-16597 as it was the fix for bug [1].
+ Then it was backported to stable 4.4 and this way it ended up in Ubuntu 4.4 
kernels.
  
  [Test Case]
- TBD
+ > Offending commit breaks r/w access in overlayfs
  
- [Regression Potential]
- TBD
+ Reproducer available in [2].
+ 
+ To run the reproducer :
+ $./make-overlay.sh
+ $./test.sh
+ 
+ # With the offending commit in place :
+ 
+ $ ./test.sh
+ st_mode is 100644
+ open failed: -1
+ cat: /tmp/overlay/animal: Permission denied < Breaks access
+ -rw-r--r-- 1 jo jo 0 Oct 11 09:57 /tmp/overlay/animal
+ 
+ # With the offending commit reverted :
+ 
+ $ ./test.sh
+ st_mode is 100644
+ -rw-r--r-- 1 jo jo 0 Oct 11 16:01 /tmp/overlay/animal
+ 
  
  [Other]
- TBD
+ 
+ > Test whether 4.4 kernels are affected by CVE-2018-16597
+ 
+ Since offending commit c0ca3d70e8d3(ovl: modify ovl_permission() to do
+ checks on two inodes) is related with CVE-2018-16597 a test script is
+ provided to confirm that 4.4 kernel are not affected by this cve and
+ therefore is safe to revert the commit.
+ 
+ Kernels tested :
+ 
+ 4.4 ESM kernels :
+ - 4.4.0-1057-aws (offending reverted) PASS
+ - 4.4.0-167-generic (offending reverted) PASS
+ 
+ 4.4 AWS Kenrels (not esm) :
+ - 4.4.0-1097-aws as is PASS
+ - 4.4.0-1097-aws offending reverted PASS
+ 
+ 4.4 Generic kernels (not esm) :
+ - 4.4.0-165-generic as is PASS
+ - 4.4.0-165-generic (offending reverted) PASS
+ 
+ Upstream kernels :
+ - latest upstream PASS
+ - upstream at offending PASS
+ - upstream before offending PASS
+ - 4.4 stable before offending PASS
+ 
+ 
+ ### DETAILS 
+ 
+ A simple script is attached (test_overlay_permission.sh) to test whether 
ubuntu 4.4 kernels are affected by CVE-2018-16597.
+ They are not. Neither is the stable 4.4.y upstream kernel.
+ 
+ The script tests for the reproducer found in [1] and a modified version
+ of it that doesn't breaks the following (quoting from [3] ):
+ "Changes to the underlying filesystems while part of a mounted overlay
+ filesystem are not allowed. If the underlying filesystem is changed,
+ the behavior of the overlay is undefined, though it will not result in
+ a crash or deadlock."
+ 
+ These two test cases should fail. So, expect to see
+ "cp: cannot create regular file : Permission denied".
+ 
+ Then there are a few other test cases (files placed in lower/upper dirs and 
owned
+ by root/user).
+ The script checks the contents of the files at the end and reports anything 
wrong by printing :
+ Problem with file 
+ and then cat-ing the file and listing the permissions.
+ 
+ An example (correct) output is the following :
+ 
+ --
+ 
+ $ ./test_overlay_permission.sh
+ Testing reproducer
+ This should fail
+ cp: cannot create regular file '/home/jo/test_cve/overlay/bash': Permission 
denied
+ Testing reproducer modified
+ This should fail
+ cp: cannot create regular file '/home/jo/test_cve/overlay/bash': Permission 
denied
+ 
+ Testing other cases
+ ./test_overlay_permission.sh: line 100: 
/home/jo/test_cve/overlay/after_mount_root: Permission denied
+ ./test_overlay_permission.sh: line 100: /home/jo/test_cve/overlay/both_root: 
Permission denied
+ ./test_overlay_permission.sh: line 100: 
/home/jo/test_cve/overlay/lower_only_root: Permission denied
+ ./test_overlay_permission.sh: line 100: 
/home/jo/test_cve/overlay/upper_only_root: Permission denied
+ ##
+ CHECK LOWER
+ ##
+ CHECK UPPER
+ ##
+ CHECK OVERLAY
+ 
+ --
+ 
+ We see that when "Testing reproducer" it fails so we are OK.
+ In addition, when "Testing other cases" we get 4 "Permission denied", which is
+ also the desired behaviour as a user is trying to write root-owned files.
+ In case, there's output after CHECK LOWER/

[Kernel-packages] [Bug 1841058] Re: kernel version 4.4.0-1090-aws docker file system issue

2020-01-08 Thread Ioanna Alifieraki
*** This bug is a duplicate of bug 1851243 ***
https://bugs.launchpad.net/bugs/1851243

** This bug has been marked a duplicate of bug 1851243
   overlayfs : broken access to r/w files

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

Title:
  kernel version 4.4.0-1090-aws docker file system issue

Status in linux-aws package in Ubuntu:
  New
Status in sed package in Ubuntu:
  New

Bug description:
  When using kernel version 4.4.0-1090-aws 
  if you have running container and you do sed on some files then you cannot 
access them inside the container any more

  we use the nginx image and we can reproduce it everytime

  in the container we have chown and then sed commands on some nginx.conf files 
  after the sed we are getting persmission denied inside the container even 
that we use root.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1841058/+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 1858487] Re: linux build and autopkg tests need to use python2 instead of python

2020-01-08 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu)
 Assignee: Canonical Kernel (canonical-kernel) => Seth Forshee (sforshee)

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

Title:
  linux build and autopkg tests need to use python2 instead of python

Status in linux package in Ubuntu:
  In Progress

Bug description:
  linux build and autopkg tests need to use python2 instead of python.
  Even better, please use python3.

  debian/control
  debian/tests/control

  need the change, plus make sure that either python2 or python3 are
  used in the shebang.

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

2020-01-08 Thread dsp000
A major portion of the OS world is ruled by Windows. It has made its owner, 
Bill Gates, one of the richest people ever. But it is not only that, using the 
same platform means that we face the same kind of problem. Being the most 
popular OS means that it is also the most targeted by malware and viruses. 
https://www.activatecodess.com/reimage-license-key/

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0
  failed to flush

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Philips i386 PC with rt2x00 pci is suffering loss of WiFi connectivity
  after installing 15.04 Beta.

  The system did work correctly with older Ubuntu versions (like 12.04)
  and had this problem show up after upgrading to Trusty (as I already
  reported in bug #1318837). Using Trusty the problem went away when
  switching from the stock 3.13.0-XX-generic kernel to builds of newer
  kernels (like 3.14.1-031401).

  Now the same problem shows up again after installing Vivid Beta. It seems to 
be the same problem reported for other Ubuntu releases (see bugs #1318837 and 
#1383555) and also the same problem of this upstream kernel bug:
  https://bugzilla.kernel.org/show_bug.cgi?id=61621

  Someone on kernel's bug mentions turning off MSI interrupts and I can confirm 
it did change the situation:
  - normally the system looses WiFi connectivity mere seconds after boot (eg. 
can't ping anything after boot)
  - if I boot with "pci=nomsi" the system will remain connected to the WiFi for 
a much longer period (eg. I am able to apt-get install something after boot)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-extra-3.19.0-13-generic 3.19.0-13.13
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  luca   1997 F pulseaudio
  CurrentDesktop: LXDE
  Date: Tue Apr 14 14:19:19 2015
  HibernationDevice: RESUME=UUID=cbd1e136-ffc4-48b9-b2aa-c15264b9b132
  MachineType: Freeline Freeline Series
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-13-generic 
root=UUID=6110f881-b32b-426d-910a-c63b355c179c ro quiet splash vt.handoff=7 
pci=nomsi
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-13-generic N/A
   linux-backports-modules-3.19.0-13-generic  N/A
   linux-firmware 1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2004
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: Freeline Series
  dmi.board.vendor: Freeline
  dmi.board.version: Ver1.0
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/29/2004:svnFreeline:pnFreelineSeries:pvrVer1.0:rvnFreeline:rnFreelineSeries:rvrVer1.0:cvn:ct3:cvr:
  dmi.product.name: Freeline Series
  dmi.product.version: Ver1.0
  dmi.sys.vendor: Freeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1443924/+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 1239459]

2020-01-08 Thread dsp000
A major portion of the OS world is ruled by Windows. It has made its owner, 
Bill Gates, one of the richest people ever. But it is not only that, using the 
same platform means that we face the same kind of problem. Being the most 
popular OS means that it is also the most targeted by malware and viruses. 
https://www.activatecodess.com/reimage-license-key/

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

Title:
  1814:3290 [Asus X200CA] wifi doesn't connect or disconnects after few
  seconds

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  With the new 3.11.0-12-generic kernel, wifi has problems to connect with many 
errors like these:
  Oct 13 23:50:03 ubuntotto kernel: [ 1186.580726] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:50:03 ubuntotto kernel: [ 1186.740659] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:50:04 ubuntotto kernel: [ 1186.900544] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:50:04 ubuntotto kernel: [ 1187.060571] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:50:04 ubuntotto kernel: [ 1187.096576] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue 0
  Oct 13 23:50:05 ubuntotto kernel: [ 1188.280106] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:50:05 ubuntotto kernel: [ 1188.440128] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:51:06 ubuntotto kernel: [ 1249.560697] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:51:06 ubuntotto kernel: [ 1249.720644] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:51:07 ubuntotto kernel: [ 1249.880590] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:51:07 ubuntotto kernel: [ 1250.040543] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  andrea 1791 F pulseaudio
  Date: Sun Oct 13 23:45:04 2013
  HibernationDevice: RESUME=UUID=297ef090-5420-41f6-8439-f1254f3e9e15
  InstallationDate: Installed on 2013-10-12 (1 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=088f2a7d-b78f-4bdd-a184-754b70a3184a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-13 (0 days ago)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.208:bd09/18/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1239459/+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 1845046] Re: Bluetooth headphones default to low quality headset mode and fail to switch to A2DP when selected

2020-01-08 Thread Sebastien Bacher
I've sponsored the 18.04 and 19.10 SRUs now

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

Title:
  Bluetooth headphones default to low quality headset mode and fail to
  switch to A2DP when selected

Status in bluez package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Invalid
Status in bluez source package in Bionic:
  Fix Committed
Status in bluez source package in Eoan:
  Fix Committed
Status in bluez source package in Focal:
  Fix Released

Bug description:
  [Impact]

  Whenever I turn on my headphones they'll connect to my computer but
  I'm able to hear the input audio from my microphone and low quality
  output audio. I have to disconnect the headphones in the bluetooth
  devices and reconnect for it to fix the problem.

  [Test Case]

  0. Set up your Bluetooth headphones with Ubuntu.
  1. Turn off the headphones.
  2. Turn on the headphones.
  3. In Settings>Sound verify they have reconnected in A2DP mode (stereo, high 
quality, no microphone support).

  [Regression Potential]

  Low. Only the headset code path is affected and the fix has already
  been released for some time in BlueZ 5.51 onward.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1845046/+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 1853369] Re: [19.10] Boot hangs at "loading initial ramdisk"

2020-01-08 Thread Joseph Maillardet
I am also affected

My laptop hangs on "loading initial ramdisk" at startup. However, it
start up without any problems when the power supply is connected 0_o …

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

Title:
  [19.10] Boot hangs at "loading initial ramdisk"

Status in grub2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [19.10] Boot hangs at "loading initial ramdisk"

  So after completing the upgrade from 19.04 to 19.10, my computer got
  stuck on the solid purple Grub screen upon reboot. After getting into
  the grub menu on next boot and booting from advanced options, I see
  that it gets to "loading initial ramdisk" and then just hangs forever.
  I am able to boot without issues on the old kernel (5.0.0-32-generic),
  but not the one that got installed with the upgrade
  (5.3.0-18-generic).

  Things I've tried based on what worked for other people who got this
  problem (though I haven't found anyone who has it specifically with
  19.10):

  acpi=off

  dis_ucode_ldr

  disabling secure boot

  recovery mode

  making sure all packages are up to date

  I'm kind of at a loss of what to do, other than just keep using the
  old kernel. (which presumably might cause problems at some point?)

  I'm posting this from Ubuntu 19.04, since upgrade from 19.04 to 19.10
  resulted in unable to boot system.

  Hardware Dell XPS 9550

  # dmidecode 3.2
  Getting SMBIOS data from sysfs.
  SMBIOS 2.8 present.
  91 structures occupying 5683 bytes.
  Table at 0x000E.

  Handle 0x, DMI type 0, 24 bytes
  BIOS Information
Vendor: Dell Inc.
Version: 1.11.2
Release Date: 07/30/2019
Address: 0xF
Runtime Size: 64 kB
ROM Size: 16 MB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
Smart battery is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
UEFI is supported
BIOS Revision: 1.11

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
Manufacturer: Dell Inc.
Product Name: XPS 15 9550
Version: Not Specified
Serial Number: 5QRHRF2
UUID: 4c4c4544-0051-5210-8048-b5c04f524632
Wake-up Type: Power Switch
SKU Number: 06E4
Family: XPS

  Handle 0x0002, DMI type 2, 15 bytes
  Base Board Information
Manufacturer: Dell Inc.
Product Name: 0N7TVV
Version: A01
Serial Number: /5QRHRF2/CN129636CS0026/
Asset Tag: Not Specified
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Not Specified
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

  Handle 0x0003, DMI type 3, 22 bytes
  Chassis Information
Manufacturer: Dell Inc.
Type: Laptop
Lock: Not Present
Version: Not Specified
Serial Number: 5QRHRF2
Asset Tag: Not Specified
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
SKU Number: Laptop

  Handle 0x0004, DMI type 8, 9 bytes
  Port Connector Information
Internal Reference Designator: JUSB1
Internal Connector Type: None
External Reference Designator: USB1
External Connector Type: Access Bus (USB)
Port Type: USB

  Handle 0x0005, DMI type 8, 9 bytes
  Port Connector Information
Internal Reference Designator: JUSB2
Internal Connector Type: None
External Reference Designator: USB2
External Connector Type: Access Bus (USB)
Port Type: USB

  Handle 0x0006, DMI type 8, 9 bytes
  Port Connector Information
Internal Reference Designator: JUSBC1
Internal Connector Type: None
External Reference Designator: USB T

[Kernel-packages] [Bug 1858811] [NEW] Linux 5.3.0-26-generic kernel

2020-01-08 Thread Gerald Rozner
Public bug reported:

Just after installation and reboot of Linux 5.3.0-26 kernel and reboot
on two NUC machines UEFI they displayed the normal Intel splash screen
followed by the normal grub menu. Then went back to the Intel splash
screen again and continued to the desktop. I have another machine Asus
Z77 with legacy boot and the same kernel update with no such issue.

It should be noted that both NUC machines have been running since
October last year with Ubuntu 18.10 without kernel issues up until now.
As a result I have rolled back to Linux 5.3.0-24 and no such behavior is
displayed.

The NUCs involved are NUC7i7BNH and NUC5i7RYH.

Thanks,
Gerald Rozner

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-24-generic 5.3.0-24.26
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gerald  915 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Wed Jan  8 10:08:41 2020
InstallationDate: Installed on 2018-11-08 (426 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Intel Corporation NUC7i7BNH
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.3.0-24-generic 
root=UUID=0e89ac23-8213-483e-9102-240ad3cfe107 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-24-generic N/A
 linux-backports-modules-5.3.0-24-generic  N/A
 linux-firmware1.183.3
SourcePackage: linux
UpgradeStatus: Upgraded to eoan on 2019-10-21 (78 days ago)
dmi.bios.date: 02/22/2018
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
dmi.board.name: NUC7i7BNB
dmi.board.vendor: Intel Corporation
dmi.board.version: J31145-310
dmi.chassis.type: 3
dmi.chassis.vendor: Intel Corporation
dmi.chassis.version: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-311:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-310:cvnIntelCorporation:ct3:cvr2:
dmi.product.family: Intel NUC
dmi.product.name: NUC7i7BNH
dmi.product.version: J31153-311
dmi.sys.vendor: Intel Corporation

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


** Tags: amd64 apport-bug 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/1858811

Title:
  Linux 5.3.0-26-generic kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Just after installation and reboot of Linux 5.3.0-26 kernel and reboot
  on two NUC machines UEFI they displayed the normal Intel splash screen
  followed by the normal grub menu. Then went back to the Intel splash
  screen again and continued to the desktop. I have another machine Asus
  Z77 with legacy boot and the same kernel update with no such issue.

  It should be noted that both NUC machines have been running since
  October last year with Ubuntu 18.10 without kernel issues up until
  now. As a result I have rolled back to Linux 5.3.0-24 and no such
  behavior is displayed.

  The NUCs involved are NUC7i7BNH and NUC5i7RYH.

  Thanks,
  Gerald Rozner

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gerald  915 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jan  8 10:08:41 2020
  InstallationDate: Installed on 2018-11-08 (426 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Intel Corporation NUC7i7BNH
  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.3.0-24-generic 
root=UUID=0e89ac23-8213-483e-9102-240ad3cfe107 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2019-10-21 (78 days ago)
  dmi.bios.date: 02/22/2018

  1   2   3   >