[SRU][Bionic][PULL] Bionic upstream stable patchset 2022-06-03

Kamal Mostafa kamal at canonical.com
Fri Jun 3 22:26:34 UTC 2022


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

	Bionic update: upstream stable patchset 2022-06-03
		Ported from the following upstream stable releases:
			v4.14.277, v4.19.240
	https://bugs.launchpad.net/bugs/1977622

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 987b04e24687fd82ff3ca196b30bdf3b3d834639:

  can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path (2022-05-27 12:11:13 +0200)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic tags/bionic-stable-2022-06-03

for you to fetch changes up to 90462c0bf7408d466850d4d03c5858362f1e7f2b:

  UBUNTU: upstream stable to v4.14.277, v4.19.240 (2022-06-03 14:35:22 -0700)

----------------------------------------------------------------
Athira Rajeev (1):
      powerpc/perf: Fix power9 event alternatives

Bob Peterson (1):
      gfs2: assign rgrp glock before compute_bitstructs

Borislav Petkov (2):
      ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constant
      brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant

Daniel Bristot de Oliveira (1):
      tracing: Dump stacktrace trigger to the corresponding instance

Dave Stevenson (2):
      drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised
      drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare

David Howells (1):
      cifs: Check the IOCB_DIRECT flag, not O_DIRECT

Duoming Zhou (8):
      ax25: add refcount in ax25_dev to avoid UAF bugs
      ax25: fix reference count leaks of ax25_dev
      ax25: fix UAF bugs of net_device caused by rebinding operation
      ax25: Fix refcount leaks caused by ax25_cb_del()
      ax25: fix UAF bug in ax25_send_control()
      ax25: fix NPD bug in ax25_disconnect
      ax25: Fix NULL pointer dereferences in ax25 timers
      ax25: Fix UAF bugs in ax25 timers

Eric Dumazet (2):
      netlink: reset network and mac headers in netlink_dump()
      net/sched: cls_u32: fix possible leak in u32_init_knode()

Hangbin Liu (1):
      net/packet: fix packet_sock xmit return value checking

Hongbin Wang (1):
      vxlan: fix error return code in vxlan_fdb_append

Jiapeng Chong (1):
      platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative

Kamal Mostafa (1):
      UBUNTU: upstream stable to v4.14.277, v4.19.240

Kees Cook (2):
      etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead
      ARM: vexpress/spc: Avoid negative array index when !SMP

Khazhismel Kumykov (1):
      block/compat_ioctl: fix range check in BLKGETSIZE

Kuniyuki Iwashima (1):
      tcp: Fix potential use-after-free due to double kfree()

Lee Jones (1):
      staging: ion: Prevent incorrect reference counting behavour

Mark Brown (1):
      ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek

Miaoqian Lin (1):
      dmaengine: imx-sdma: Fix error checking in sdma_event_remap

Mikulas Patocka (1):
      stat: fix inconsistency between struct stat and struct compat_stat

Paolo Valerio (1):
      openvswitch: fix OOB access in reserve_sfa_size()

Ricardo Dias (1):
      tcp: fix race condition when creating child sockets from syncookies

Sasha Neftin (1):
      e1000e: Fix possible overflow in LTR decoding

Sergey Matyukevich (1):
      ARC: entry: fix syscall_trace_exit argument

Takashi Iwai (1):
      ALSA: usb-audio: Clear MIDI port active flag after draining

Theodore Ts'o (2):
      ext4: fix overhead calculation to account for the reserved gdt blocks
      ext4: force overhead calculation if the s_overhead_cluster makes no sense

Tomas Melin (1):
      net: macb: Restart tx only if queue pointer is lagging

Xiaoke Wang (1):
      drm/msm/mdp5: check the return of kzalloc()

Xiaomeng Tong (2):
      dma: at_xdmac: fix a missing check on list iterator
      ASoC: soc-dapm: fix two incorrect uses of list iterator

Xiongwei Song (1):
      mm: page_alloc: fix building error on -Werror=array-compare

Ye Bin (1):
      ext4: fix symlink file size not match to file content

Zheyu Ma (1):
      ata: pata_marvell: Check the 'bmdma_addr' beforing reading

 arch/arc/kernel/entry.S                            |  1 +
 arch/arm/mach-vexpress/spc.c                       |  2 +-
 arch/powerpc/perf/power9-pmu.c                     |  8 +--
 arch/x86/include/asm/compat.h                      |  6 +-
 block/compat_ioctl.c                               |  2 +-
 debian.master/upstream-stable                      |  4 +-
 drivers/ata/pata_marvell.c                         |  2 +
 drivers/dma/at_xdmac.c                             | 12 ++--
 drivers/dma/imx-sdma.c                             |  4 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c          |  3 +
 .../gpu/drm/panel/panel-raspberrypi-touchscreen.c  | 13 ++++-
 drivers/net/ethernet/cadence/macb_main.c           |  8 +++
 drivers/net/ethernet/intel/e1000e/ich8lan.c        |  4 +-
 drivers/net/vxlan.c                                |  4 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |  2 +-
 drivers/platform/x86/samsung-laptop.c              |  2 -
 drivers/staging/android/ion/ion.c                  |  3 +
 fs/cifs/cifsfs.c                                   |  2 +-
 fs/ext4/page-io.c                                  |  4 +-
 fs/ext4/super.c                                    | 19 ++++--
 fs/gfs2/rgrp.c                                     |  9 +--
 fs/stat.c                                          | 19 +++---
 include/linux/etherdevice.h                        |  5 +-
 include/net/ax25.h                                 | 12 ++++
 include/net/inet_hashtables.h                      |  5 +-
 kernel/trace/trace_events_trigger.c                |  9 ++-
 mm/page_alloc.c                                    |  2 +-
 net/ax25/af_ax25.c                                 | 38 +++++++++---
 net/ax25/ax25_dev.c                                | 28 +++++++--
 net/ax25/ax25_route.c                              | 13 ++++-
 net/ax25/ax25_subr.c                               | 20 +++++--
 net/dccp/ipv4.c                                    |  2 +-
 net/dccp/ipv6.c                                    |  2 +-
 net/ipv4/inet_connection_sock.c                    |  2 +-
 net/ipv4/inet_hashtables.c                         | 68 +++++++++++++++++++---
 net/ipv4/tcp_ipv4.c                                | 13 ++++-
 net/ipv6/tcp_ipv6.c                                | 13 ++++-
 net/netlink/af_netlink.c                           |  7 +++
 net/openvswitch/flow_netlink.c                     |  2 +-
 net/packet/af_packet.c                             | 13 +++--
 net/sched/cls_u32.c                                |  8 +--
 sound/soc/atmel/sam9g20_wm8731.c                   | 61 -------------------
 sound/soc/soc-dapm.c                               |  6 +-
 sound/usb/midi.c                                   |  1 +
 sound/usb/usbaudio.h                               |  2 +-
 45 files changed, 301 insertions(+), 164 deletions(-)



More information about the kernel-team mailing list