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

Kamal Mostafa kamal at canonical.com
Wed Mar 1 22:11:41 UTC 2023


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

	Focal update: v5.4.230 upstream stable release
	https://bugs.launchpad.net/bugs/2008946

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 f6af0157ac990b07d0f4fa3ed3aac50f1c4e7740:

  UBUNTU: Ubuntu-5.4.0-145.162 (2023-02-24 14:09:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a4cdaba4beca7832af5a350e8772f6f5951e6aa5:

  UBUNTU: Upstream stable to v5.4.230 (2023-03-01 13:50:45 -0800)

----------------------------------------------------------------
Abel Vesa (1):
      misc: fastrpc: Don't remove map on creater_process and device_release

Alexander Stein (1):
      usb: host: ehci-fsl: Fix module alias

Ali Mirghasemi (1):
      USB: serial: option: add Quectel EC200U modem

Arend van Spriel (1):
      wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices

Chris Wilson (1):
      drm/i915/gt: Reset twice

Daniel Scally (1):
      usb: gadget: g_webcam: Send color matching descriptor per frame

Daniil Tatianin (1):
      net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats

Ding Hui (1):
      efi: fix userspace infinite retry read efivars after EFI runtime services page fault

Duke Xin(辛安文) (5):
      USB: serial: option: add Quectel EM05-G (GR) modem
      USB: serial: option: add Quectel EM05-G (CS) modem
      USB: serial: option: add Quectel EM05-G (RS) modem
      USB: serial: option: add Quectel EM05CN (SG) modem
      USB: serial: option: add Quectel EM05CN modem

Enzo Matsumiya (1):
      cifs: do not include page data when checking signature

Filipe Manana (1):
      btrfs: fix race between quota rescan and disable leading to NULL pointer deref

Flavio Suligoi (1):
      usb: core: hub: disable autosuspend for TI TUSB8041

Greg Kroah-Hartman (3):
      prlimit: do_prlimit needs to have a speculation check
      USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100
      Linux 5.4.230

Heiner Kallweit (1):
      dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation

Hugh Dickins (1):
      mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma

Ian Abbott (1):
      comedi: adv_pci1760: Fix PWM instruction handling

Ilpo Järvinen (1):
      serial: pch_uart: Pass correct sg to dma_unmap_sg()

Jaegeuk Kim (1):
      f2fs: let's avoid panic if extent_tree is not created

Jimmy Hu (1):
      usb: xhci: Check endpoint is valid before dereferencing it

Jiri Slaby (SUSE) (1):
      RDMA/srp: Move large values to a new enum for gcc13

Joshua Ashton (1):
      drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix

Juhyung Park (1):
      usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210

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

Khazhismel Kumykov (1):
      gsmi: fix null-deref in gsmi_get_variable

Maciej Żenczykowski (1):
      usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()

Mathias Nyman (5):
      xhci: Fix null pointer dereference when host dies
      xhci: Add update_hub_device override for PCI xHCI hosts
      xhci: Add a flag to disable USB3 lpm on a xhci root port level.
      usb: acpi: add helper to check port lpm capability using acpi _DSM
      xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables

Michael Adler (1):
      USB: serial: cp210x: add SCALANCE LPE-9000 device id

Mohan Kumar (1):
      dmaengine: tegra210-adma: fix global intr clear

Ola Jeppsson (1):
      misc: fastrpc: Fix use-after-free race condition for maps

Olga Kornievskaia (1):
      pNFS/filelayout: Fix coalescing test for single DS

Prashant Malani (2):
      usb: typec: altmodes/displayport: Add pin assignment helper
      usb: typec: altmodes/displayport: Fix pin assignment calculation

Ricardo Ribalda (1):
      xhci-pci: set the dma max_seg_size

Ryusuke Konishi (1):
      nilfs2: fix general protection fault in nilfs_btree_insert()

Samuel Holland (1):
      mmc: sunxi-mmc: Fix clock refcount imbalance during unbind

Sasa Dragic (1):
      drm/i915: re-disable RC6p on Sandy Bridge

Shawn.Shao (1):
      Add exception protection processing for vd in axi_chan_handle_err function

Tobias Schramm (1):
      serial: atmel: fix incorrect baudrate setup

YingChi Long (1):
      x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN

Yuchi Yang (1):
      ALSA: hda/realtek - Turn on power early

hongao (1):
      drm/amd/display: Fix set scaling doesn's work

 ...ie-phy.yaml => amlogic,g12a-usb3-pcie-phy.yaml} |  6 +-
 Makefile                                           |  2 +-
 arch/x86/kernel/fpu/init.c                         |  7 +--
 debian.master/upstream-stable                      |  2 +-
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c     |  6 ++
 drivers/dma/tegra210-adma.c                        |  2 +-
 drivers/firmware/efi/runtime-wrappers.c            |  1 +
 drivers/firmware/google/gsmi.c                     |  7 ++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  4 +-
 .../gpu/drm/amd/display/dc/core/dc_hw_sequencer.c  |  4 +-
 drivers/gpu/drm/i915/gt/intel_reset.c              | 34 +++++++++--
 drivers/gpu/drm/i915/i915_pci.c                    |  3 +-
 drivers/infiniband/ulp/srp/ib_srp.h                |  8 ++-
 drivers/misc/fastrpc.c                             | 26 +++++----
 drivers/mmc/host/sunxi-mmc.c                       |  8 ++-
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    |  2 +-
 drivers/staging/comedi/drivers/adv_pci1760.c       |  2 +-
 drivers/tty/serial/atmel_serial.c                  |  8 +--
 drivers/tty/serial/pch_uart.c                      |  2 +-
 drivers/usb/core/hub.c                             | 13 +++++
 drivers/usb/core/usb-acpi.c                        | 65 ++++++++++++++++++++++
 drivers/usb/gadget/function/f_ncm.c                |  4 +-
 drivers/usb/gadget/legacy/webcam.c                 |  3 +
 drivers/usb/host/ehci-fsl.c                        |  2 +-
 drivers/usb/host/xhci-pci.c                        | 45 +++++++++++++++
 drivers/usb/host/xhci-ring.c                       |  5 +-
 drivers/usb/host/xhci.c                            | 18 +++++-
 drivers/usb/host/xhci.h                            |  5 ++
 drivers/usb/misc/iowarrior.c                       |  2 +-
 drivers/usb/serial/cp210x.c                        |  1 +
 drivers/usb/serial/option.c                        | 17 ++++++
 drivers/usb/storage/uas-detect.h                   | 13 +++++
 drivers/usb/storage/unusual_uas.h                  |  7 ---
 drivers/usb/typec/altmodes/displayport.c           | 22 +++++---
 fs/btrfs/qgroup.c                                  | 25 ++++++---
 fs/cifs/smb2pdu.c                                  | 15 +++--
 fs/f2fs/extent_cache.c                             |  3 +-
 fs/nfs/filelayout/filelayout.c                     |  8 +++
 fs/nilfs2/btree.c                                  | 15 ++++-
 include/linux/usb.h                                |  3 +
 kernel/sys.c                                       |  2 +
 mm/khugepaged.c                                    | 14 ++---
 net/core/ethtool.c                                 |  3 +-
 sound/pci/hda/patch_realtek.c                      | 30 +++++-----
 44 files changed, 360 insertions(+), 114 deletions(-)
 rename Documentation/devicetree/bindings/phy/{amlogic,meson-g12a-usb3-pcie-phy.yaml => amlogic,g12a-usb3-pcie-phy.yaml} (82%)



More information about the kernel-team mailing list