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 2022-01-11
Ported from the following upstream stable releases:
v4.14.258, v4.19.221
from git://git.kernel.org/
HID: add hid_is_usb() function to make it simpler for USB detection
HID: add USB_HID dependancy to hid-prodikeys
HID: add USB_HID dependancy to hid-chicony
HID: add USB_HID dependancy on some USB HID drivers
HID: wacom: fix problems when device is not a valid USB device
HID: check for valid USB device for many HID drivers
can: sja1000: fix use after free in ems_pcmcia_add_card()
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
bpf: Fix the off-by-two error in range markings
nfp: Fix memory leak in nfp_cpp_area_cache_add()
seg6: fix the iif in the IPv6 socket control block
IB/hfi1: Correct guard on eager buffer deallocation
mm: bdi: initialize bdi_min_ratio when bdi is unregistered
ALSA: ctl: Fix copy of updated id with element read/write
ALSA: pcm: oss: Fix negative period/buffer sizes
ALSA: pcm: oss: Limit the period size to 16MB
ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
tracefs: Have new files inherit the ownership of their parent
can: pch_can: pch_can_rx_normal: fix use after free
can: m_can: Disable and ignore ELO interrupt
libata: add horkage for ASMedia 1092
wait: add wake_up_pollfree()
binder: use wake_up_pollfree()
signalfd: use wake_up_pollfree()
tracefs: Set all files to the same group ownership as the mount option
block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
qede: validate non LSO skb length
net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
net: altera: set a couple error code in probe()
net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
net, neigh: clear whole pneigh_entry at alloc time
net/qla3xxx: fix an error code in ql_adapter_up()
USB: gadget: detect too-big endpoint 0 requests
USB: gadget: zero allocate endpoint 0 buffers
usb: core: config: fix validation of wMaxPacketValue entries
xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending
usb: core: config: using bit mask instead of individual bits
iio: trigger: Fix reference counting
iio: trigger: stm32-timer: fix MODULE_ALIAS
iio: stk3310: Don't return error code in interrupt handler
iio: mma8452: Fix trigger reference couting
iio: ltr501: Don't return error code in trigger handler
iio: kxsd9: Don't return error code in trigger handler
iio: itg3200: Call iio_trigger_notify_done() on error
iio: dln2-adc: Fix lockdep complaint
iio: dln2: Check return value of devm_iio_trigger_register()
iio: adc: axp20x_adc: fix charging current reporting on AXP22x
iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL
irqchip: nvic: Fix offset for Interrupt Priority Offsets
bonding: make tx_rebalance_counter an atomic
UBUNTU: upstream stable to v4.14.258, v4.19.221
** Affects: linux (Ubuntu)
Importance: Undecided
Status: Invalid
** Affects: linux (Ubuntu Bionic)
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 Bionic)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Bionic)
Status: New => In Progress
** Changed in: linux (Ubuntu Bionic)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu Bionic)
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:
+ upstream stable patchset 2022-01-11
- upstream stable patchset 2022-01-11
- from git://git.kernel.org/
+ Ported from the following upstream stable releases:
+ v4.14.258, v4.19.221
+
+ from git://git.kernel.org/
+
+ HID: add hid_is_usb() function to make it simpler for USB detection
+ HID: add USB_HID dependancy to hid-prodikeys
+ HID: add USB_HID dependancy to hid-chicony
+ HID: add USB_HID dependancy on some USB HID drivers
+ HID: wacom: fix problems when device is not a valid USB device
+ HID: check for valid USB device for many HID drivers
+ can: sja1000: fix use after free in ems_pcmcia_add_card()
+ nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
+ bpf: Fix the off-by-two error in range markings
+ nfp: Fix memory leak in nfp_cpp_area_cache_add()
+ seg6: fix the iif in the IPv6 socket control block
+ IB/hfi1: Correct guard on eager buffer deallocation
+ mm: bdi: initialize bdi_min_ratio when bdi is unregistered
+ ALSA: ctl: Fix copy of updated id with element read/write
+ ALSA: pcm: oss: Fix negative period/buffer sizes
+ ALSA: pcm: oss: Limit the period size to 16MB
+ ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
+ tracefs: Have new files inherit the ownership of their parent
+ can: pch_can: pch_can_rx_normal: fix use after free
+ can: m_can: Disable and ignore ELO interrupt
+ libata: add horkage for ASMedia 1092
+ wait: add wake_up_pollfree()
+ binder: use wake_up_pollfree()
+ signalfd: use wake_up_pollfree()
+ tracefs: Set all files to the same group ownership as the mount option
+ block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
+ qede: validate non LSO skb length
+ net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
+ net: altera: set a couple error code in probe()
+ net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
+ net, neigh: clear whole pneigh_entry at alloc time
+ net/qla3xxx: fix an error code in ql_adapter_up()
+ USB: gadget: detect too-big endpoint 0 requests
+ USB: gadget: zero allocate endpoint 0 buffers
+ usb: core: config: fix validation of wMaxPacketValue entries
+ xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime
suspending
+ usb: core: config: using bit mask instead of individual bits
+ iio: trigger: Fix reference counting
+ iio: trigger: stm32-timer: fix MODULE_ALIAS
+ iio: stk3310: Don't return error code in interrupt handler
+ iio: mma8452: Fix trigger reference couting
+ iio: ltr501: Don't return error code in trigger handler
+ iio: kxsd9: Don't return error code in trigger handler
+ iio: itg3200: Call iio_trigger_notify_done() on error
+ iio: dln2-adc: Fix lockdep complaint
+ iio: dln2: Check return value of devm_iio_trigger_register()
+ iio: adc: axp20x_adc: fix charging current reporting on AXP22x
+ iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
+ irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
+ irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
+ irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL
+ irqchip: nvic: Fix offset for Interrupt Priority Offsets
+ bonding: make tx_rebalance_counter an atomic
+ UBUNTU: upstream stable to v4.14.258, v4.19.221
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1957113
Title:
Bionic update: upstream stable patchset 2022-01-11
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957113/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs