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:

       upstream stable patchset 2020-04-15

                Ported from the following upstream stable releases:
                        v4.14.176, v4.19.115

       from git://git.kernel.org/

ipv4: fix a RCU-list lock in fib_triestat_seq_show
net, ip_tunnel: fix interface lookup with no key
sctp: fix refcount bug in sctp_wfree
sctp: fix possibly using a bad saddr with a given dst
drm/bochs: downgrade pci_request_region failure from error to warning
initramfs: restore default compression behavior
tools/power turbostat: Fix gcc build warnings
drm/etnaviv: replace MMU flush marker with flush sequence
blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter
blk-mq: Allow blocking queue tag iter callbacks
misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices
coresight: do not use the BIT() macro in the UAPI header
padata: always acquire cpu_hotplug_lock before pinst->lock
mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
ipv6: don't auto-add link-local address to lag ports
net: dsa: bcm_sf2: Ensure correct sub-node is parsed
net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before 
accessing PHY registers
net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting
slcan: Don't transmit uninitialized stack data in padding
mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
random: always use batched entropy for get_random_u{32,64}
tools/accounting/getdelays.c: fix netlink attribute length
hwrng: imx-rngc - fix an error path
ASoC: jz4740-i2s: Fix divider written at incorrect offset in register
IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
IB/hfi1: Fix memory leaks in sysfs registration and unregistration
ceph: remove the extra slashes in the server path
ceph: canonicalize server path in place
Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
fbcon: fix null-ptr-deref in fbcon_switch
clk: qcom: rcg: Return failure for RCG update
drm/msm: stop abusing dma_map/unmap for cache
arm64: Fix size of __early_cpu_boot_status
rpmsg: glink: Remove chunk size word align warning
usb: dwc3: don't set gadget->is_otg flag
drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
drm/msm: Use the correct dma_sync calls in msm_gem
misc: rtsx: set correct pcr_ops for rts522A
mei: me: add cedar fork device ids
power: supply: axp288_charger: Add special handling for HP Pavilion x2 10
rxrpc: Fix sendmsg(MSG_WAITALL) handling
bitops: protect variables in set_mask_bits() macro
RDMA/ucma: Put a lock around every call to the rdma_cm layer
RDMA/cma: Teach lockdep about the order of rtnl and lock
UBUNTU: upstream stable to v4.14.176, v4.19.115

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

** Affects: linux (Ubuntu Bionic)
     Importance: Undecided
     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 Bionic)
   Importance: Undecided
       Status: New

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

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

** 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-04-15
  
-        upstream stable patchset 2020-04-15
-        from git://git.kernel.org/
+                 Ported from the following upstream stable releases:
+                         v4.14.176, v4.19.115
+ 
+        from git://git.kernel.org/
+ 
+ ipv4: fix a RCU-list lock in fib_triestat_seq_show
+ net, ip_tunnel: fix interface lookup with no key
+ sctp: fix refcount bug in sctp_wfree
+ sctp: fix possibly using a bad saddr with a given dst
+ drm/bochs: downgrade pci_request_region failure from error to warning
+ initramfs: restore default compression behavior
+ tools/power turbostat: Fix gcc build warnings
+ drm/etnaviv: replace MMU flush marker with flush sequence
+ blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter
+ blk-mq: Allow blocking queue tag iter callbacks
+ misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices
+ coresight: do not use the BIT() macro in the UAPI header
+ padata: always acquire cpu_hotplug_lock before pinst->lock
+ mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
+ ipv6: don't auto-add link-local address to lag ports
+ net: dsa: bcm_sf2: Ensure correct sub-node is parsed
+ net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before 
accessing PHY registers
+ net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting
+ slcan: Don't transmit uninitialized stack data in padding
+ mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
+ random: always use batched entropy for get_random_u{32,64}
+ tools/accounting/getdelays.c: fix netlink attribute length
+ hwrng: imx-rngc - fix an error path
+ ASoC: jz4740-i2s: Fix divider written at incorrect offset in register
+ IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
+ IB/hfi1: Fix memory leaks in sysfs registration and unregistration
+ ceph: remove the extra slashes in the server path
+ ceph: canonicalize server path in place
+ Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
+ RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
+ fbcon: fix null-ptr-deref in fbcon_switch
+ clk: qcom: rcg: Return failure for RCG update
+ drm/msm: stop abusing dma_map/unmap for cache
+ arm64: Fix size of __early_cpu_boot_status
+ rpmsg: glink: Remove chunk size word align warning
+ usb: dwc3: don't set gadget->is_otg flag
+ drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
+ drm/msm: Use the correct dma_sync calls in msm_gem
+ misc: rtsx: set correct pcr_ops for rts522A
+ mei: me: add cedar fork device ids
+ power: supply: axp288_charger: Add special handling for HP Pavilion x2 10
+ rxrpc: Fix sendmsg(MSG_WAITALL) handling
+ bitops: protect variables in set_mask_bits() macro
+ RDMA/ucma: Put a lock around every call to the rdma_cm layer
+ RDMA/cma: Teach lockdep about the order of rtnl and lock
+ UBUNTU: upstream stable to v4.14.176, v4.19.115

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

Title:
  Bionic update: upstream stable patchset 2020-04-15

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

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

Reply via email to