Public bug reported:

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:

       v5.4.178 upstream stable release
       from git://git.kernel.org/

audit: improve audit queue handling when "audit=1" on cmdline
ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
ALSA: usb-audio: Simplify quirk entries with a macro
ALSA: hda/realtek: Add quirk for ASUS GU603
ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 
quirks
ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer 
chipset)
ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after reboot 
from Windows
btrfs: fix deadlock between quota disable and qgroup rescan worker
drm/nouveau: fix off by one in BIOS boundary checking
mm/kmemleak: avoid scanning potential huge holes
block: bio-integrity: Advance seed correctly for larger interval sizes
memcg: charge fs_context and legacy_fs_context
IB/rdmavt: Validate remote_addr during loopback atomic tests
RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
RDMA/mlx4: Don't continue event handler after memory allocation failure
iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()
iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
spi: bcm-qspi: check for valid cs before applying chip select
spi: mediatek: Avoid NULL pointer crash in interrupt
spi: meson-spicc: add IRQ check in meson_spicc_probe
net: ieee802154: hwsim: Ensure proper channel selection at probe time
net: ieee802154: mcr20a: Fix lifs/sifs periods
net: ieee802154: ca8210: Stop leaking skb's
net: ieee802154: Return meaningful error codes from the netlink helpers
net: macsec: Verify that send_sci is on when setting Tx sci explicitly
net: stmmac: dump gmac4 DMA registers correctly
net: stmmac: ensure PTP time register reads are consistent
drm/i915/overlay: Prevent divide by zero bugs in scaling
ASoC: fsl: Add missing error handling in pcm030_fabric_probe
ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes
ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name
ASoC: max9759: fix underflow in speaker_gain_control_put()
pinctrl: bcm2835: Fix a few error paths
scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
selftests: futex: Use variable MAKE instead of make
rtc: cmos: Evaluate century appropriate
EDAC/altera: Fix deferred probing
EDAC/xgene: Fix deferred probing
ext4: fix error handling in ext4_restore_inline_data()
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Linux 5.4.178
UBUNTU: upstream stable to v5.4.178

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

** Affects: linux (Ubuntu Focal)
     Importance: Medium
     Assignee: Kamal Mostafa (kamalmostafa)
         Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

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

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

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

** Changed in: linux (Ubuntu Focal)
     Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

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

** 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:
+        v5.4.178 upstream stable release
+        from git://git.kernel.org/
  
-        v5.4.178 upstream stable release
-        from git://git.kernel.org/
+ audit: improve audit queue handling when "audit=1" on cmdline
+ ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
+ ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
+ ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
+ ALSA: usb-audio: Simplify quirk entries with a macro
+ ALSA: hda/realtek: Add quirk for ASUS GU603
+ ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 
quirks
+ ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer 
chipset)
+ ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after 
reboot from Windows
+ btrfs: fix deadlock between quota disable and qgroup rescan worker
+ drm/nouveau: fix off by one in BIOS boundary checking
+ mm/kmemleak: avoid scanning potential huge holes
+ block: bio-integrity: Advance seed correctly for larger interval sizes
+ memcg: charge fs_context and legacy_fs_context
+ IB/rdmavt: Validate remote_addr during loopback atomic tests
+ RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
+ RDMA/mlx4: Don't continue event handler after memory allocation failure
+ iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()
+ iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
+ spi: bcm-qspi: check for valid cs before applying chip select
+ spi: mediatek: Avoid NULL pointer crash in interrupt
+ spi: meson-spicc: add IRQ check in meson_spicc_probe
+ net: ieee802154: hwsim: Ensure proper channel selection at probe time
+ net: ieee802154: mcr20a: Fix lifs/sifs periods
+ net: ieee802154: ca8210: Stop leaking skb's
+ net: ieee802154: Return meaningful error codes from the netlink helpers
+ net: macsec: Verify that send_sci is on when setting Tx sci explicitly
+ net: stmmac: dump gmac4 DMA registers correctly
+ net: stmmac: ensure PTP time register reads are consistent
+ drm/i915/overlay: Prevent divide by zero bugs in scaling
+ ASoC: fsl: Add missing error handling in pcm030_fabric_probe
+ ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes
+ ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name
+ ASoC: max9759: fix underflow in speaker_gain_control_put()
+ pinctrl: bcm2835: Fix a few error paths
+ scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
+ nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
+ selftests: futex: Use variable MAKE instead of make
+ rtc: cmos: Evaluate century appropriate
+ EDAC/altera: Fix deferred probing
+ EDAC/xgene: Fix deferred probing
+ ext4: fix error handling in ext4_restore_inline_data()
+ cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
+ Linux 5.4.178
+ UBUNTU: upstream stable to v5.4.178

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964634

Title:
  Focal update: v5.4.178 upstream stable release

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to