** Changed in: linux (Ubuntu Groovy) Status: New => In Progress ** Changed in: linux (Ubuntu Groovy) 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 2021-02-03 - upstream stable patchset 2021-02-03 - from git://git.kernel.org/ + Ported from the following upstream stable releases: + v5.4.87, v5.10.5, + v5.4.88, v5.10.6 + + from git://git.kernel.org/ + + net/sched: sch_taprio: reset child qdiscs before freeing them + mptcp: fix security context on server socket + ethtool: fix error paths in ethnl_set_channels() + ethtool: fix string set id check + md/raid10: initialize r10_bio->read_slot before use. + drm/amd/display: Add get_dig_frontend implementation for DCEx + io_uring: close a small race gap for files cancel + jffs2: Allow setting rp_size to zero during remounting + jffs2: Fix NULL pointer dereference in rp_size fs option parsing + scsi: block: Fix a race in the runtime power management code + mm/hugetlb: fix deadlock in hugetlb_cow error path + mm: memmap defer init doesn't work as expected + lib/zlib: fix inflating zlib streams on s390 + uapi: move constants from <linux/kernel.h> to <linux/const.h> + tools headers UAPI: Sync linux/const.h with the kernel headers + cgroup: Fix memory leak when parsing multiple source parameters + zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c + scsi: cxgb4i: Fix TLS dependency + Bluetooth: hci_h5: close serdev device and free hu in h5_close + fbcon: Disable accelerated scrolling + reiserfs: add check for an invalid ih_entry_count + misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells() + media: gp8psk: initialize stats at power control logic + f2fs: fix shift-out-of-bounds in sanity_check_raw_super() + ALSA: seq: Use bool for snd_seq_queue internal flags + ALSA: rawmidi: Access runtime->avail always in spinlock + bfs: don't use WARNING: string when it's just info. + ext4: check for invalid block size early when mounting a file system + fcntl: Fix potential deadlock in send_sig{io, urg}() + rtc: sun6i: Fix memleak in sun6i_rtc_clk_init + module: set MODULE_STATE_GOING state when a module fails to load + quota: Don't overflow quota file offsets + rtc: pl031: fix resource leak in pl031_probe + powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() + i3c master: fix missing destroy_workqueue() on error in i3c_master_register + NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode + f2fs: avoid race condition for shrinker count + module: delay kobject uevent until after module init call + fs/namespace.c: WARN if mnt_count has become negative + watchdog: rti-wdt: fix reference leak in rti_wdt_probe + um: random: Register random as hwrng-core device + um: ubd: Submit all data segments atomically + ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails + drm/amd/display: updated wm table for Renoir + tick/sched: Remove bogus boot "safety" check + s390: always clear kernel stack backchain before calling functions + io_uring: remove racy overflow list fast checks + ALSA: pcm: Clear the full allocated memory at hw_params + dm verity: skip verity work if I/O error when system is shutting down + UBUNTU: upstream stable to v5.4.87, v5.10.5 + rtc: pcf2127: move watchdog initialisation to a separate function + rtc: pcf2127: only use watchdog when explicitly available + dt-bindings: rtc: add reset-source property + kdev_t: always inline major/minor helper functions + ALSA: hda/realtek - Modify Dell platform name + scsi: ufs: Allow an error return value from ->device_reset() + scsi: ufs: Re-enable WriteBooster after device reset + RDMA/siw,rxe: Make emulated devices virtual in the device tree + fuse: fix bad inode + rwsem: Implement down_read_killable_nested + rwsem: Implement down_read_interruptible + exec: Transform exec_update_mutex into a rw_semaphore + mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start + UBUNTU: upstream stable to v5.4.88, v5.10.6 -- 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/1914472 Title: Groovy update: upstream stable patchset 2021-02-03 Status in linux package in Ubuntu: Confirmed Status in linux source package in Groovy: 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 2021-02-03 Ported from the following upstream stable releases: v5.4.87, v5.10.5, v5.4.88, v5.10.6 from git://git.kernel.org/ net/sched: sch_taprio: reset child qdiscs before freeing them mptcp: fix security context on server socket ethtool: fix error paths in ethnl_set_channels() ethtool: fix string set id check md/raid10: initialize r10_bio->read_slot before use. drm/amd/display: Add get_dig_frontend implementation for DCEx io_uring: close a small race gap for files cancel jffs2: Allow setting rp_size to zero during remounting jffs2: Fix NULL pointer dereference in rp_size fs option parsing scsi: block: Fix a race in the runtime power management code mm/hugetlb: fix deadlock in hugetlb_cow error path mm: memmap defer init doesn't work as expected lib/zlib: fix inflating zlib streams on s390 uapi: move constants from <linux/kernel.h> to <linux/const.h> tools headers UAPI: Sync linux/const.h with the kernel headers cgroup: Fix memory leak when parsing multiple source parameters zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c scsi: cxgb4i: Fix TLS dependency Bluetooth: hci_h5: close serdev device and free hu in h5_close fbcon: Disable accelerated scrolling reiserfs: add check for an invalid ih_entry_count misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells() media: gp8psk: initialize stats at power control logic f2fs: fix shift-out-of-bounds in sanity_check_raw_super() ALSA: seq: Use bool for snd_seq_queue internal flags ALSA: rawmidi: Access runtime->avail always in spinlock bfs: don't use WARNING: string when it's just info. ext4: check for invalid block size early when mounting a file system fcntl: Fix potential deadlock in send_sig{io, urg}() rtc: sun6i: Fix memleak in sun6i_rtc_clk_init module: set MODULE_STATE_GOING state when a module fails to load quota: Don't overflow quota file offsets rtc: pl031: fix resource leak in pl031_probe powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() i3c master: fix missing destroy_workqueue() on error in i3c_master_register NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode f2fs: avoid race condition for shrinker count module: delay kobject uevent until after module init call fs/namespace.c: WARN if mnt_count has become negative watchdog: rti-wdt: fix reference leak in rti_wdt_probe um: random: Register random as hwrng-core device um: ubd: Submit all data segments atomically ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails drm/amd/display: updated wm table for Renoir tick/sched: Remove bogus boot "safety" check s390: always clear kernel stack backchain before calling functions io_uring: remove racy overflow list fast checks ALSA: pcm: Clear the full allocated memory at hw_params dm verity: skip verity work if I/O error when system is shutting down UBUNTU: upstream stable to v5.4.87, v5.10.5 rtc: pcf2127: move watchdog initialisation to a separate function rtc: pcf2127: only use watchdog when explicitly available dt-bindings: rtc: add reset-source property kdev_t: always inline major/minor helper functions ALSA: hda/realtek - Modify Dell platform name scsi: ufs: Allow an error return value from ->device_reset() scsi: ufs: Re-enable WriteBooster after device reset RDMA/siw,rxe: Make emulated devices virtual in the device tree fuse: fix bad inode rwsem: Implement down_read_killable_nested rwsem: Implement down_read_interruptible exec: Transform exec_update_mutex into a rw_semaphore mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start UBUNTU: upstream stable to v5.4.88, v5.10.6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1914472/+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