APPLIED: [SRU][Bionic][PULL] Bionic upstream stable patchset 2022-01-11
Stefan Bader
stefan.bader at canonical.com
Thu Jan 27 14:06:28 UTC 2022
On 11.01.22 20:44, Kamal Mostafa wrote:
> This pull request (54 commits) includes the following Bionic stable
> patchsets:
>
> Bionic update: upstream stable patchset 2022-01-11
> Ported from the following upstream stable releases:
> v4.14.258, v4.19.221
> https://bugs.launchpad.net/bugs/1957113
>
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases, rebased to master-next:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic stable-next
>
> -Kamal
>
> ---
>
> The following changes since commit 2479ca3b21d5547e8e71faf096a3c4f180d47417:
>
> UBUNTU: upstream stable to v4.14.257, v4.19.220 (2022-01-06 10:58:23 -0800)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic tags/bionic-stable-2022-01-11
>
> for you to fetch changes up to 10de3b206b1523537aa3785063217b82c35c4ccc:
>
> UBUNTU: upstream stable to v4.14.258, v4.19.221 (2022-01-11 11:17:46 -0800)
>
> ----------------------------------------------------------------
> Alan Young (1):
> ALSA: ctl: Fix copy of updated id with element read/write
>
> Alyssa Ross (1):
> iio: trigger: stm32-timer: fix MODULE_ALIAS
>
> Andrea Mayer (1):
> seg6: fix the iif in the IPv6 socket control block
>
> Brian Silverman (1):
> can: m_can: Disable and ignore ELO interrupt
>
> Dan Carpenter (3):
> can: sja1000: fix use after free in ems_pcmcia_add_card()
> net: altera: set a couple error code in probe()
> net/qla3xxx: fix an error code in ql_adapter_up()
>
> Davidlohr Bueso (1):
> block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
>
> Eric Biggers (3):
> wait: add wake_up_pollfree()
> binder: use wake_up_pollfree()
> signalfd: use wake_up_pollfree()
>
> Eric Dumazet (2):
> net, neigh: clear whole pneigh_entry at alloc time
> bonding: make tx_rebalance_counter an atomic
>
> Evgeny Boger (1):
> iio: adc: axp20x_adc: fix charging current reporting on AXP22x
>
> Greg Kroah-Hartman (8):
> 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
> USB: gadget: detect too-big endpoint 0 requests
> USB: gadget: zero allocate endpoint 0 buffers
>
> Hannes Reinecke (1):
> libata: add horkage for ASMedia 1092
>
> Jianglei Nie (1):
> nfp: Fix memory leak in nfp_cpp_area_cache_add()
>
> Joakim Zhang (1):
> net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
>
> Kai-Heng Feng (1):
> xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending
>
> Kamal Mostafa (1):
> UBUNTU: upstream stable to v4.14.258, v4.19.221
>
> Krzysztof Kozlowski (1):
> nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
>
> Lars-Peter Clausen (7):
> iio: trigger: Fix reference counting
> 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: Check return value of devm_iio_trigger_register()
>
> Lee Jones (1):
> net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
>
> Manish Chopra (1):
> qede: validate non LSO skb length
>
> Manjong Lee (1):
> mm: bdi: initialize bdi_min_ratio when bdi is unregistered
>
> Maxim Mikityanskiy (1):
> bpf: Fix the off-by-two error in range markings
>
> Mike Marciniszyn (1):
> IB/hfi1: Correct guard on eager buffer deallocation
>
> Noralf Trønnes (1):
> iio: dln2-adc: Fix lockdep complaint
>
> Pali Rohár (2):
> irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
> irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
>
> Pavel Hofman (2):
> usb: core: config: fix validation of wMaxPacketValue entries
> usb: core: config: using bit mask instead of individual bits
>
> Steven Rostedt (VMware) (2):
> tracefs: Have new files inherit the ownership of their parent
> tracefs: Set all files to the same group ownership as the mount option
>
> Takashi Iwai (3):
> 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*()
>
> Vincent Mailhol (1):
> can: pch_can: pch_can_rx_normal: fix use after free
>
> Vladimir Murzin (1):
> irqchip: nvic: Fix offset for Interrupt Priority Offsets
>
> Wudi Wang (1):
> irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL
>
> Yang Yingliang (1):
> iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
>
> block/ioprio.c | 3 +
> debian.master/upstream-stable | 4 +-
> drivers/android/binder.c | 21 +++---
> drivers/ata/libata-core.c | 2 +
> drivers/hid/Kconfig | 10 +--
> drivers/hid/hid-asus.c | 2 +-
> drivers/hid/hid-chicony.c | 8 ++-
> drivers/hid/hid-corsair.c | 7 +-
> drivers/hid/hid-elo.c | 3 +
> drivers/hid/hid-holtek-kbd.c | 9 ++-
> drivers/hid/hid-holtek-mouse.c | 9 +++
> drivers/hid/hid-lg.c | 10 ++-
> drivers/hid/hid-prodikeys.c | 10 ++-
> drivers/hid/hid-roccat-arvo.c | 3 +
> drivers/hid/hid-roccat-isku.c | 3 +
> drivers/hid/hid-roccat-kone.c | 3 +
> drivers/hid/hid-roccat-koneplus.c | 3 +
> drivers/hid/hid-roccat-konepure.c | 3 +
> drivers/hid/hid-roccat-kovaplus.c | 3 +
> drivers/hid/hid-roccat-lua.c | 3 +
> drivers/hid/hid-roccat-pyra.c | 3 +
> drivers/hid/hid-roccat-ryos.c | 3 +
> drivers/hid/hid-roccat-savu.c | 3 +
> drivers/hid/hid-samsung.c | 3 +
> drivers/hid/hid-uclogic.c | 3 +
> drivers/hid/wacom_sys.c | 19 ++++--
> drivers/iio/accel/kxcjk-1013.c | 5 +-
> drivers/iio/accel/kxsd9.c | 6 +-
> drivers/iio/accel/mma8452.c | 2 +-
> drivers/iio/adc/axp20x_adc.c | 18 +----
> drivers/iio/adc/dln2-adc.c | 21 +++---
> drivers/iio/gyro/itg3200_buffer.c | 2 +-
> drivers/iio/industrialio-trigger.c | 1 -
> drivers/iio/light/ltr501.c | 2 +-
> drivers/iio/light/stk3310.c | 6 +-
> drivers/iio/trigger/stm32-timer-trigger.c | 2 +-
> drivers/infiniband/hw/hfi1/init.c | 2 +-
> drivers/irqchip/irq-armada-370-xp.c | 16 ++---
> drivers/irqchip/irq-gic-v3-its.c | 2 +-
> drivers/irqchip/irq-nvic.c | 2 +-
> drivers/net/bonding/bond_alb.c | 14 ++--
> drivers/net/can/m_can/m_can.c | 14 ++--
> drivers/net/can/pch_can.c | 2 +-
> drivers/net/can/sja1000/ems_pcmcia.c | 7 +-
> drivers/net/ethernet/altera/altera_tse_main.c | 9 ++-
> drivers/net/ethernet/freescale/fec.h | 3 +
> drivers/net/ethernet/freescale/fec_main.c | 2 +-
> .../ethernet/netronome/nfp/nfpcore/nfp_cppcore.c | 4 +-
> drivers/net/ethernet/qlogic/qede/qede_fp.c | 7 ++
> drivers/net/ethernet/qlogic/qla3xxx.c | 19 +++---
> drivers/net/usb/cdc_ncm.c | 2 +
> drivers/usb/core/config.c | 6 +-
> drivers/usb/gadget/composite.c | 14 +++-
> drivers/usb/gadget/legacy/dbgp.c | 15 ++++-
> drivers/usb/gadget/legacy/inode.c | 16 ++++-
> drivers/usb/host/xhci.c | 4 --
> fs/signalfd.c | 12 +---
> fs/tracefs/inode.c | 76 ++++++++++++++++++++++
> include/linux/hid.h | 5 ++
> include/linux/wait.h | 26 ++++++++
> include/net/bond_alb.h | 2 +-
> kernel/bpf/verifier.c | 2 +-
> kernel/sched/wait.c | 8 +++
> mm/backing-dev.c | 7 ++
> net/core/neighbour.c | 2 +-
> net/ipv6/seg6_iptunnel.c | 8 +++
> net/nfc/netlink.c | 6 +-
> sound/core/control_compat.c | 3 +
> sound/core/oss/pcm_oss.c | 37 +++++++----
> 69 files changed, 417 insertions(+), 155 deletions(-)
>
Applied to bionic:linux/master-next. Thanks.
-Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20220127/18e29188/attachment.sig>
More information about the kernel-team
mailing list