[SRU][Bionic][PULL] Bionic upstream stable patchset 2021-12-03

Kamal Mostafa kamal at canonical.com
Fri Dec 3 21:37:46 UTC 2021


This pull request (53 commits) includes the following Bionic stable patchsets:

	Bionic update: upstream stable patchset 2021-12-03
		Ported from the following upstream stable releases:
		    v4.14.254, v4.19.215
		               v4.19.216
		    v4.14.255, v4.19.217
	https://bugs.launchpad.net/bugs/1953202

 -Kamal

---

The following changes since commit 08707542adbe9d8cce199cac0bf9b5974fa3f047:

  UBUNTU: Ubuntu-4.15.0-165.173 (2021-11-30 17:58:59 +0100)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2021-12-03

for you to fetch changes up to f8412ab96167d93466cd61f92dee1c5d164bef95:

  UBUNTU: upstream stable to v4.14.255, v4.19.217 (2021-12-03 13:20:11 -0800)

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: 9134/1: remove duplicate memcpy() definition
      ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype
      ARM: 9141/1: only warn about XIP address when not compile testing
      arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed

Clément Bœsch (1):
      arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node

Dan Carpenter (1):
      media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()

Eric Dumazet (3):
      ipv4: use siphash instead of Jenkins in fnhe_hashfun()
      ipv6: use siphash in rt6_exception_hash()
      ipv6: make exception cache less predictible

Erik Ekman (1):
      sfc: Fix reading non-legacy supported link modes

Geert Uytterhoeven (1):
      usb: gadget: Mark USB_FSL_QE broken on 64-bit

Guenter Roeck (1):
      nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST

Haibo Chen (1):
      mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit

Jaehoon Chung (1):
      mmc: dw_mmc: exynos: fix the finding clock sample value

James Buren (1):
      usb-storage: Add compatibility quirk flags for iODD 2531/2541

Jan Kara (1):
      isofs: Fix out of bound access for corrupted isofs image

Johan Hovold (10):
      mmc: vub300: fix control-message timeouts
      net: lan78xx: fix division by zero in send path
      comedi: dt9812: fix DMA buffers on stack
      comedi: ni_usb6501: fix NULL-deref in command paths
      comedi: vmk80xx: fix transfer-buffer overflows
      comedi: vmk80xx: fix bulk-buffer overflow
      comedi: vmk80xx: fix bulk and interrupt message timeouts
      staging: r8712u: fix control-message timeout
      staging: rtl8192u: fix control-message timeouts
      rsi: fix control-message timeout

Juergen Gross (1):
      Revert "x86/kvm: fix vcpu-id indexed array sizes"

Kamal Mostafa (3):
      UBUNTU: upstream stable to v4.14.254, v4.19.215
      UBUNTU: upstream stable to v4.19.216
      UBUNTU: upstream stable to v4.14.255, v4.19.217

Kirill A. Shutemov (1):
      mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS

Krzysztof Kozlowski (1):
      nfc: port100: fix using -ERRNO as command type mask

Ming Lei (2):
      scsi: core: Put LLD module refcnt after SCSI device is released
      block: introduce multi-page bvec helpers

Nathan Chancellor (1):
      ARM: 8819/1: Remove '-p' from LDFLAGS

Neal Liu (1):
      usb: ehci: handshake CMD_RUN instead of STS_HALT

Nick Desaulniers (1):
      ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned

Oliver Neukum (1):
      usbnet: sanity check for maxpacket

Pavel Skripkin (1):
      net: batman-adv: fix error handling

Petr Mladek (1):
      printk/console: Allow to disable console output by using console="" or console=null

Robin Murphy (1):
      arm64: Avoid premature usercopy failure

Shawn Guo (1):
      mmc: sdhci: Map more voltage level to SDHCI_POWER_330

Trevor Woerner (1):
      net: nxp: lpc_eth.c: avoid hang when bringing interface down

Viraj Shah (1):
      usb: musb: Balance list entry in musb_gadget_queue

Wang Hai (1):
      usbnet: fix error return code in usbnet_probe()

Wang Kefeng (1):
      ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"

Xin Long (5):
      sctp: use init_tag from inithdr for ABORT chunk
      sctp: fix the processing for COOKIE_ECHO chunk
      sctp: add vtag check in sctp_sf_violation
      sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
      sctp: add vtag check in sctp_sf_ootb

Yang Yingliang (1):
      regmap: Fix possible double-free in regcache_rbtree_exit()

Zheyu Ma (1):
      ata: sata_mv: Fix the error handling of mv_chip_id()

 arch/arc/include/asm/pgtable.h                     |   2 +
 arch/arm/Makefile                                  |   2 +-
 arch/arm/boot/bootp/Makefile                       |   2 +-
 arch/arm/boot/compressed/Makefile                  |   2 -
 arch/arm/boot/compressed/decompress.c              |   3 +
 arch/arm/include/asm/pgtable-2level.h              |   2 +
 arch/arm/include/asm/pgtable-3level.h              |   2 +
 arch/arm/kernel/vmlinux-xip.lds.S                  |   2 +-
 arch/arm/mm/proc-macros.S                          |   1 +
 arch/arm/probes/kprobes/core.c                     |   2 +-
 .../boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts   |   2 +-
 arch/arm64/lib/copy_from_user.S                    |  13 ++-
 arch/arm64/lib/copy_in_user.S                      |  20 ++--
 arch/arm64/lib/copy_to_user.S                      |  14 ++-
 arch/mips/include/asm/pgtable-32.h                 |   3 +
 arch/nios2/platform/Kconfig.platform               |   1 +
 arch/powerpc/include/asm/pte-common.h              |   2 +
 arch/x86/include/asm/pgtable-3level_types.h        |   2 +
 arch/x86/include/asm/pgtable_64_types.h            |   2 +
 arch/x86/kvm/ioapic.c                              |   2 +-
 arch/x86/kvm/ioapic.h                              |   4 +-
 debian.master/upstream-stable                      |   4 +-
 drivers/amba/bus.c                                 |   3 -
 drivers/ata/sata_mv.c                              |   4 +-
 drivers/base/regmap/regcache-rbtree.c              |   7 +-
 drivers/media/firewire/firedtv-avc.c               |  14 ++-
 drivers/media/firewire/firedtv-ci.c                |   2 +
 drivers/mmc/host/dw_mmc-exynos.c                   |  14 +++
 drivers/mmc/host/sdhci-esdhc-imx.c                 |  17 +++
 drivers/mmc/host/sdhci.c                           |   6 ++
 drivers/mmc/host/vub300.c                          |  18 ++--
 drivers/net/ethernet/nxp/lpc_eth.c                 |   5 +-
 drivers/net/ethernet/sfc/ethtool.c                 |  10 +-
 drivers/net/usb/lan78xx.c                          |   6 ++
 drivers/net/usb/usbnet.c                           |   5 +
 drivers/net/wireless/rsi/rsi_91x_usb.c             |   2 +-
 drivers/nfc/port100.c                              |   4 +-
 drivers/scsi/scsi.c                                |   4 +-
 drivers/scsi/scsi_sysfs.c                          |   9 ++
 drivers/staging/comedi/drivers/dt9812.c            | 115 +++++++++++++++------
 drivers/staging/comedi/drivers/ni_usb6501.c        |  10 ++
 drivers/staging/comedi/drivers/vmk80xx.c           |  28 ++---
 drivers/staging/rtl8192u/r8192U_core.c             |  18 ++--
 drivers/staging/rtl8712/usb_ops_linux.c            |   2 +-
 drivers/usb/gadget/udc/Kconfig                     |   1 +
 drivers/usb/host/ehci-hcd.c                        |  11 +-
 drivers/usb/host/ehci-platform.c                   |   6 ++
 drivers/usb/host/ehci.h                            |   1 +
 drivers/usb/musb/musb_gadget.c                     |   4 +-
 drivers/usb/storage/unusual_devs.h                 |  10 ++
 fs/isofs/inode.c                                   |   2 +
 include/asm-generic/pgtable.h                      |  13 +++
 include/linux/bvec.h                               |  30 +++++-
 kernel/printk/printk.c                             |   9 +-
 mm/zsmalloc.c                                      |  13 +--
 net/batman-adv/bridge_loop_avoidance.c             |   8 +-
 net/batman-adv/main.c                              |  56 +++++++---
 net/batman-adv/network-coding.c                    |   4 +-
 net/batman-adv/translation-table.c                 |   4 +-
 net/ipv4/route.c                                   |  12 +--
 net/ipv6/route.c                                   |  25 +++--
 net/sctp/sm_statefuns.c                            |  30 ++++--
 62 files changed, 464 insertions(+), 167 deletions(-)



More information about the kernel-team mailing list