[SRU][Focal][PULL] Focal update: v5.4.247 upstream stable release

Kamal Mostafa kamal at canonical.com
Tue Aug 8 22:37:10 UTC 2023


This pull request (42 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.247 upstream stable release
	https://bugs.launchpad.net/bugs/2030818

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases.  I recommend fetching and applying just this
reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:

   git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal stable-next

 -Kamal

-----

The following changes since commit f9187f0fd1a6e86093b97f717928f9a4f4774536:

  net/sched: cls_u32: Fix reference counter leak leading to overflow (2023-08-07 11:15:20 +0200)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal tags/focal-stable-v5.4.247

for you to fetch changes up to 1f172384bc3693750a0be0eaef95f1b07a9792a0:

  UBUNTU: Upstream stable to v5.4.247 (2023-08-08 15:05:38 -0700)

----------------------------------------------------------------
Ai Chao (1):
      ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01

Alexander Sverdlin (1):
      net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods

Arnd Bergmann (1):
      blk-iocost: avoid 64-bit division in ioc_timer_fn

Ben Hutchings (1):
      lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()

Chia-I Wu (1):
      drm/amdgpu: fix xclk freq on CHIP_STONEY

Dmitry Torokhov (1):
      Input: psmouse - fix OOB access in Elantech protocol

Eric Dumazet (3):
      rfs: annotate lockless accesses to sk->sk_rxhash
      rfs: annotate lockless accesses to RFS sock flow table
      net: sched: move rtm_tca_policy declaration to include file

Fedor Pchelkin (2):
      can: j1939: change j1939_netdev_lock type to mutex
      can: j1939: avoid possible use-after-free when j1939_can_rx_register fails

Greg Kroah-Hartman (3):
      i40iw: fix build warning in i40iw_manage_apbvt()
      i40e: fix build warnings in i40e_alloc.h
      Linux 5.4.247

Gustavo A. R. Silva (1):
      neighbour: Replace zero-length array with flexible-array member

Hangyu Hua (1):
      net: sched: fix possible refcount leak in tc_chain_tmplt_add()

Ilya Dryomov (2):
      rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
      rbd: get snapshot context after exclusive lock is ensured to be held

Ismael Ferreras Morezuelas (1):
      Input: xpad - delete a Razer DeathAdder mouse VID/PID entry

Jiri Slaby (SUSE) (2):
      block/blk-iocost (gcc13): keep large values in a new enum
      bonding (gcc13): synchronize bond_{a,t}lb_xmit() types

Kamal Mostafa (1):
      UBUNTU: Upstream stable to v5.4.247

Kuniyuki Iwashima (1):
      netfilter: ipset: Add schedule point in call_ad().

Luiz Augusto von Dentz (1):
      Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk

Martin Hundebøll (1):
      pinctrl: meson-axg: add missing GPIOA_18 gpio group

Oleksij Rempel (1):
      can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J1939 Socket

Qingfang DENG (1):
      neighbour: fix unaligned access to pneigh_entry

Randy Dunlap (1):
      eeprom: at24: also select REGMAP

RenHai (1):
      ALSA: hda/realtek: Add Lenovo P3 Tower platform

Ruihan Li (2):
      usb: usbfs: Enforce page requirements for mmap
      usb: usbfs: Use consistent mmap functions

Somnath Kotur (1):
      bnxt_en: Query default VLAN before VNIC setup on a VF

Stephan Gerhold (1):
      spi: qup: Request DMA before enabling clocks

Sungwoo Kim (1):
      Bluetooth: L2CAP: Add missing checks for invalid DCID

Theodore Ts'o (1):
      ext4: only check dquot_initialize_needed() when debugging

Tijs Van Buggenhout (1):
      netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper

Uwe Kleine-König (1):
      i2c: sprd: Delete i2c adapter in .remove's error path

Ville Syrjälä (1):
      drm/atomic: Don't pollute crtc_state->mode_blob with error pointers

Vladislav Efanov (1):
      batman-adv: Broken sync while rescheduling delayed work

Xiubo Li (1):
      ceph: fix use-after-free bug for inodes when flushing capsnaps

Ying Hsu (1):
      Bluetooth: Fix l2cap_disconnect_req deadlock

YouChing Lin (1):
      mtd: spinand: macronix: Add support for MX35LFxGE4AD

 Makefile                                     |  2 +-
 block/blk-iocost.c                           | 10 ++--
 debian.master/upstream-stable                |  2 +-
 drivers/block/rbd.c                          | 73 +++++++++++++++++-----------
 drivers/gpu/drm/amd/amdgpu/vi.c              | 11 ++++-
 drivers/gpu/drm/drm_atomic_uapi.c            | 14 +++---
 drivers/i2c/busses/i2c-sprd.c                |  8 +--
 drivers/infiniband/hw/i40iw/i40iw.h          |  5 +-
 drivers/input/joystick/xpad.c                |  1 -
 drivers/input/mouse/elantech.c               |  9 ++--
 drivers/misc/eeprom/Kconfig                  |  1 +
 drivers/mtd/nand/spi/macronix.c              | 16 ++++++
 drivers/net/dsa/lan9303-core.c               |  4 --
 drivers/net/ethernet/broadcom/bnxt/bnxt.c    |  3 ++
 drivers/net/ethernet/intel/i40e/i40e_alloc.h | 17 +++----
 drivers/pinctrl/meson/pinctrl-meson-axg.c    |  1 +
 drivers/spi/spi-qup.c                        | 37 +++++++-------
 drivers/usb/core/buffer.c                    | 41 ++++++++++++++++
 drivers/usb/core/devio.c                     | 20 +++++---
 fs/ceph/caps.c                               |  6 +++
 fs/ceph/snap.c                               |  4 +-
 fs/ext4/xattr.c                              |  6 ++-
 include/linux/netdevice.h                    |  7 ++-
 include/linux/usb/hcd.h                      |  5 ++
 include/net/bond_alb.h                       |  4 +-
 include/net/neighbour.h                      |  2 +-
 include/net/pkt_sched.h                      |  2 +
 include/net/sock.h                           | 18 +++++--
 lib/cpu_rmap.c                               |  2 +-
 net/batman-adv/distributed-arp-table.c       |  2 +-
 net/bluetooth/hci_core.c                     |  8 +--
 net/bluetooth/l2cap_core.c                   | 13 +++++
 net/can/j1939/main.c                         | 24 ++++-----
 net/can/j1939/socket.c                       |  5 ++
 net/core/dev.c                               |  6 ++-
 net/netfilter/ipset/ip_set_core.c            |  8 +++
 net/netfilter/nf_conntrack_core.c            |  3 ++
 net/sched/cls_api.c                          |  3 +-
 sound/pci/hda/patch_realtek.c                |  2 +
 39 files changed, 279 insertions(+), 126 deletions(-)



More information about the kernel-team mailing list