[Kernel-packages] [Bug 1878256] Re: Bionic update: upstream stable patchset 2020-05-12

2022-03-16 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/1878256

Title:
  Bionic update: upstream stable patchset 2020-05-12

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 2020-05-12

  Ported from the following upstream stable releases:
  v4.14.179, v4.19.120,
 v4.19.121

     from git://git.kernel.org/

  drm/edid: Fix off-by-one in DispID DTD pixel clock
  drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
  drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
  drm/qxl: qxl_release use after free
  btrfs: fix block group leak when removing fails
  btrfs: fix partial loss of prealloc extent past i_size after fsync
  mmc: sdhci-xenon: fix annoying 1.8V regulator warning
  mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
  ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
  ALSA: hda/hdmi: fix without unlocked before return
  ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
  PM: ACPI: Output correct message on target power state
  PM: hibernate: Freeze kernel threads in software_resume()
  dm verity fec: fix hash block number in verity_fec_decode
  RDMA/mlx5: Set GRH fields in query QP on RoCE
  RDMA/mlx4: Initialize ib_spec on the stack
  vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
  vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
  iommu/qcom: Fix local_base status check
  scsi: target/iblock: fix WRITE SAME zeroing
  iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
  ALSA: opti9xx: shut up gcc-10 range warning
  nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
  dmaengine: dmatest: Fix iteration non-stop logic
  selinux: properly handle multiple messages in selinux_netlink_send()
  ASoC: tas571x: disable regulators on failed probe
  ASoC: wm8960: Fix wrong clock after suspend & resume
  rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
  xfs: acquire superblock freeze protection on eofblocks scans
  cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
  net: fec: set GPR bit on suspend by DT configuration.
  ALSA: hda: Keep the controller initialization even if no codecs found
  ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported
  ALSA: hda: call runtime_allow() for all hda controllers
  scsi: qla2xxx: check UNLOADING before posting async work
  RDMA/core: Fix race between destroy and release FD object
  btrfs: transaction: Avoid deadlock due to bad initialization timing of 
fs_info::journal_info
  mmc: sdhci-msm: Enable host capabilities pertains to R1b response
  mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
  mmc: meson-mx-sdio: remove the broken ->card_busy() op
  UBUNTU: upstream stable to v4.14.179, v4.19.121

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

2020-06-09 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-106.107

---
linux (4.15.0-106.107) bionic; urgency=medium

  * CVE-2020-0543
- SAUCE: x86/cpu: Add a steppings field to struct x86_cpu_id
- SAUCE: x86/cpu: Add 'table' argument to cpu_matches()
- SAUCE: x86/speculation: Add Special Register Buffer Data Sampling (SRBDS)
  mitigation
- SAUCE: x86/speculation: Add SRBDS vulnerability and mitigation 
documentation
- SAUCE: x86/speculation: Add Ivy Bridge to affected list

linux (4.15.0-103.104) bionic; urgency=medium

  * bionic/linux: 4.15.0-103.104 -proposed tracker (LP: #1881272)

  * "BUG: unable to handle kernel paging request" when testing
ubuntu_kvm_smoke_test.kvm_smoke_test with B-KVM in proposed (LP: #1881072)
- KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs
- KVM: VMX: Mark RCX, RDX and RSI as clobbered in vmx_vcpu_run()'s asm blob

linux (4.15.0-102.103) bionic; urgency=medium

  * bionic/linux: 4.15.0-102.103 -proposed tracker (LP: #1878856)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * debian/scripts/file-downloader does not handle positive failures correctly
(LP: #1878897)
- [Packaging] file-downloader not handling positive failures correctly

  * Kernel log flood "ceph: Failed to find inode for 1" (LP: #1875884)
- ceph: don't check quota for snap inode
- ceph: quota: cache inode pointer in ceph_snap_realm

  * [UBUNTU 18.04] zpcictl --reset - contribution for kernel (LP: #1870320)
- s390/pci: Recover handle in clp_set_pci_fn()
- s390/pci: Fix possible deadlock in recover_store()

  * Bionic update: upstream stable patchset 2020-05-12 (LP: #1878256)
- drm/edid: Fix off-by-one in DispID DTD pixel clock
- drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
- drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
- drm/qxl: qxl_release use after free
- btrfs: fix block group leak when removing fails
- btrfs: fix partial loss of prealloc extent past i_size after fsync
- mmc: sdhci-xenon: fix annoying 1.8V regulator warning
- mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
- ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
- ALSA: hda/hdmi: fix without unlocked before return
- ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
- PM: ACPI: Output correct message on target power state
- PM: hibernate: Freeze kernel threads in software_resume()
- dm verity fec: fix hash block number in verity_fec_decode
- RDMA/mlx5: Set GRH fields in query QP on RoCE
- RDMA/mlx4: Initialize ib_spec on the stack
- vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
- vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
- iommu/qcom: Fix local_base status check
- scsi: target/iblock: fix WRITE SAME zeroing
- iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
- ALSA: opti9xx: shut up gcc-10 range warning
- nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
- dmaengine: dmatest: Fix iteration non-stop logic
- selinux: properly handle multiple messages in selinux_netlink_send()
- ASoC: tas571x: disable regulators on failed probe
- ASoC: wm8960: Fix wrong clock after suspend & resume
- rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
- xfs: acquire superblock freeze protection on eofblocks scans
- cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
- net: fec: set GPR bit on suspend by DT configuration.
- ALSA: hda: Keep the controller initialization even if no codecs found
- ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported
- ALSA: hda: call runtime_allow() for all hda controllers
- scsi: qla2xxx: check UNLOADING before posting async work
- RDMA/core: Fix race between destroy and release FD object
- btrfs: transaction: Avoid deadlock due to bad initialization timing of
  fs_info::journal_info
- mmc: sdhci-msm: Enable host capabilities pertains to R1b response
- mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
- mmc: meson-mx-sdio: remove the broken ->card_busy() op

  * Bionic update: upstream stable patchset 2020-05-07 (LP: #1877461)
- ext4: fix extent_status fragmentation for plain files
- net: ipv4: avoid unused variable warning for sysctl
- crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash'
  static
- vti4: removed duplicate log message.
- watchdog: reset last_hw_keepalive time at start
- scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login
- ceph: return ceph_mdsc_do_request() errors from __get_parent()
- ceph: don't skip updating wanted caps when cap is stale
- pwm: rcar: Fix late Runtime PM enablement
- scsi: iscsi: Report unbind session event when the target has been removed
- ASoC: Intel: atom: Take the drv->lock 

[Kernel-packages] [Bug 1878256] Re: Bionic update: upstream stable patchset 2020-05-12

2020-05-14 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

Title:
  Bionic update: upstream stable patchset 2020-05-12

Status in linux package in Ubuntu:
  Confirmed
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 2020-05-12

  Ported from the following upstream stable releases:
  v4.14.179, v4.19.120,
 v4.19.121

     from git://git.kernel.org/

  drm/edid: Fix off-by-one in DispID DTD pixel clock
  drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
  drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
  drm/qxl: qxl_release use after free
  btrfs: fix block group leak when removing fails
  btrfs: fix partial loss of prealloc extent past i_size after fsync
  mmc: sdhci-xenon: fix annoying 1.8V regulator warning
  mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
  ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
  ALSA: hda/hdmi: fix without unlocked before return
  ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
  PM: ACPI: Output correct message on target power state
  PM: hibernate: Freeze kernel threads in software_resume()
  dm verity fec: fix hash block number in verity_fec_decode
  RDMA/mlx5: Set GRH fields in query QP on RoCE
  RDMA/mlx4: Initialize ib_spec on the stack
  vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
  vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
  iommu/qcom: Fix local_base status check
  scsi: target/iblock: fix WRITE SAME zeroing
  iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
  ALSA: opti9xx: shut up gcc-10 range warning
  nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
  dmaengine: dmatest: Fix iteration non-stop logic
  selinux: properly handle multiple messages in selinux_netlink_send()
  ASoC: tas571x: disable regulators on failed probe
  ASoC: wm8960: Fix wrong clock after suspend & resume
  rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
  xfs: acquire superblock freeze protection on eofblocks scans
  cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
  net: fec: set GPR bit on suspend by DT configuration.
  ALSA: hda: Keep the controller initialization even if no codecs found
  ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported
  ALSA: hda: call runtime_allow() for all hda controllers
  scsi: qla2xxx: check UNLOADING before posting async work
  RDMA/core: Fix race between destroy and release FD object
  btrfs: transaction: Avoid deadlock due to bad initialization timing of 
fs_info::journal_info
  mmc: sdhci-msm: Enable host capabilities pertains to R1b response
  mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
  mmc: meson-mx-sdio: remove the broken ->card_busy() op
  UBUNTU: upstream stable to v4.14.179, v4.19.121

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

2020-05-12 Thread Kamal Mostafa
** Description changed:

+ SRU Justification
  
- 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:
  
- 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 2020-05-12
  
-upstream stable patchset 2020-05-12
-from git://git.kernel.org/
+ Ported from the following upstream stable releases:
+ v4.14.179, v4.19.120,
+v4.19.121
+ 
+    from git://git.kernel.org/
+ 
+ drm/edid: Fix off-by-one in DispID DTD pixel clock
+ drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
+ drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
+ drm/qxl: qxl_release use after free
+ btrfs: fix block group leak when removing fails
+ btrfs: fix partial loss of prealloc extent past i_size after fsync
+ mmc: sdhci-xenon: fix annoying 1.8V regulator warning
+ mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
+ ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
+ ALSA: hda/hdmi: fix without unlocked before return
+ ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
+ PM: ACPI: Output correct message on target power state
+ PM: hibernate: Freeze kernel threads in software_resume()
+ dm verity fec: fix hash block number in verity_fec_decode
+ RDMA/mlx5: Set GRH fields in query QP on RoCE
+ RDMA/mlx4: Initialize ib_spec on the stack
+ vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
+ vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
+ iommu/qcom: Fix local_base status check
+ scsi: target/iblock: fix WRITE SAME zeroing
+ iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
+ ALSA: opti9xx: shut up gcc-10 range warning
+ nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
+ dmaengine: dmatest: Fix iteration non-stop logic
+ selinux: properly handle multiple messages in selinux_netlink_send()
+ ASoC: tas571x: disable regulators on failed probe
+ ASoC: wm8960: Fix wrong clock after suspend & resume
+ rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
+ xfs: acquire superblock freeze protection on eofblocks scans
+ cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
+ net: fec: set GPR bit on suspend by DT configuration.
+ ALSA: hda: Keep the controller initialization even if no codecs found
+ ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported
+ ALSA: hda: call runtime_allow() for all hda controllers
+ scsi: qla2xxx: check UNLOADING before posting async work
+ RDMA/core: Fix race between destroy and release FD object
+ btrfs: transaction: Avoid deadlock due to bad initialization timing of 
fs_info::journal_info
+ mmc: sdhci-msm: Enable host capabilities pertains to R1b response
+ mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
+ mmc: meson-mx-sdio: remove the broken ->card_busy() op
+ UBUNTU: upstream stable to v4.14.179, v4.19.121

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

Title:
  Bionic update: upstream stable patchset 2020-05-12

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  In Progress

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 2020-05-12

  Ported from the following upstream stable releases:
  v4.14.179, v4.19.120,
 v4.19.121

     from git://git.kernel.org/

  drm/edid: Fix off-by-one in DispID DTD pixel clock
  drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
  drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
  drm/qxl: qxl_release use after free
  btrfs: fix block group leak when