[SRU][Jammy][PULL] Jammy update: v5.15.73 upstream stable release

Kamal Mostafa kamal at canonical.com
Thu Nov 3 20:52:25 UTC 2022


This pull request (37 commits) includes the following Jammy stable patchsets:

	Jammy update: v5.15.73 upstream stable release
	https://bugs.launchpad.net/bugs/1995637

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/jammy-stable-v5.15.xx reference:

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

 -Kamal

-----

The following changes since commit 2e9c161bccee0e73518c0c6da6beaba2d207d50c:

  UBUNTU: Upstream stable to v5.15.72 (2022-11-02 10:04:31 -0700)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy tags/jammy-stable-v5.15.73

for you to fetch changes up to 92ca906cb93b3aee38ec7bae51b08150eaf996fd:

  UBUNTU: Upstream stable to v5.15.73 (2022-11-03 12:26:02 -0700)

----------------------------------------------------------------
Brian Norris (1):
      mmc: core: Terminate infinite loop in SD-UHS voltage switch

ChanWoo Lee (1):
      mmc: core: Replace with already defined values for readability

Cristian Marussi (3):
      firmware: arm_scmi: Improve checks in the info_get operations
      firmware: arm_scmi: Harden accesses to the sensor domains
      firmware: arm_scmi: Add SCMI PM driver remove routine

David Gow (1):
      arch: um: Mark the stack non-executable to fix a binutils warning

Greg Kroah-Hartman (1):
      Linux 5.15.73

Haimin Zhang (1):
      net/ieee802154: fix uninit value bug in dgram_sendmsg

Hugo Hu (1):
      drm/amd/display: update gamut remap if plane has changed

Ian Rogers (1):
      perf parse-events: Identify broken modifiers

Jalal Mostafa (1):
      xsk: Inherit need_wakeup flag for shared sockets

Jaroslav Kysela (1):
      ALSA: hda/hdmi: Fix the converter reuse for the silent stream

Jianglei Nie (1):
      net: atlantic: fix potential memory leak in aq_ndev_close()

Johan Hovold (1):
      USB: serial: ftdi_sio: fix 300 bps rate for SIO

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

Krzysztof Kozlowski (1):
      rpmsg: qcom: glink: replace strncpy() with strscpy_pad()

Leo Li (1):
      drm/amd/display: Fix double cursor on non-video RGB MPO

Letu Ren (1):
      scsi: qedf: Fix a UAF bug in __qedf_probe()

Lukas Straub (2):
      um: Cleanup syscall_handler_t cast in syscalls_32.h
      um: Cleanup compiler warning in arch/x86/um/tls_32.c

Miaohe Lin (1):
      mm/huge_memory: minor cleanup for split_huge_pages_all

Michael Strauss (1):
      drm/amd/display: Assume an LTTPR is always present on fixed_vs links

Naoya Horiguchi (1):
      mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()

Oleksandr Mazur (1):
      net: marvell: prestera: add support for for Aldrin2

Sami Tolvanen (1):
      Makefile.extrawarn: Move -Wcast-function-type-strict to W=1

Sasha Levin (1):
      Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5"

Sergei Antonov (1):
      ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer

Shuah Khan (1):
      docs: update mediator information in CoC docs

Swati Agarwal (3):
      dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling
      dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
      dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure

Tadeusz Struk (1):
      usb: mon: make mmapped memory read only

Tamizh Chelvam Raja (1):
      wifi: cfg80211: fix MCS divisor value

Vlad Buslov (1):
      net/mlx5: Disable irq when locking lag_lock

Yang Shi (2):
      mm: gup: fix the fast GUP race against THP collapse
      powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush

zhikzhai (1):
      drm/amd/display: skip audio setup when audio stream is enabled

 .../devicetree/bindings/dma/moxa,moxart-dma.txt    |   4 +-
 .../process/code-of-conduct-interpretation.rst     |   2 +-
 Makefile                                           |   2 +-
 arch/arm/boot/dts/moxart-uc7112lx.dts              |   2 +-
 arch/arm/boot/dts/moxart.dtsi                      |   4 +-
 arch/powerpc/mm/book3s64/radix_pgtable.c           |   9 -
 arch/um/Makefile                                   |   8 +
 arch/x86/um/shared/sysdep/syscalls_32.h            |   5 +-
 arch/x86/um/tls_32.c                               |   6 -
 arch/x86/um/vdso/Makefile                          |   2 +-
 debian.master/upstream-stable                      |   2 +-
 drivers/clk/ti/clk-44xx.c                          | 210 ++++++++++-----------
 drivers/clk/ti/clk-54xx.c                          | 160 ++++++++--------
 drivers/clk/ti/clkctrl.c                           |   4 +
 drivers/dma/xilinx/xilinx_dma.c                    |  21 ++-
 drivers/firmware/arm_scmi/clock.c                  |   6 +-
 drivers/firmware/arm_scmi/scmi_pm_domain.c         |  20 ++
 drivers/firmware/arm_scmi/sensors.c                |  25 ++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  12 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   8 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |   6 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |   1 +
 drivers/mmc/core/sd.c                              |   3 +-
 drivers/net/ethernet/aquantia/atlantic/aq_main.c   |   3 -
 .../net/ethernet/marvell/prestera/prestera_pci.c   |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/lag.c      |  55 +++---
 drivers/rpmsg/qcom_glink_native.c                  |   2 +-
 drivers/rpmsg/qcom_smd.c                           |   4 +-
 drivers/scsi/qedf/qedf_main.c                      |   5 -
 drivers/usb/mon/mon_bin.c                          |   5 +
 drivers/usb/serial/ftdi_sio.c                      |   3 +-
 include/linux/scmi_protocol.h                      |   4 +-
 include/net/ieee802154_netdev.h                    |  37 ++++
 include/net/xsk_buff_pool.h                        |   2 +-
 mm/gup.c                                           |  34 +++-
 mm/huge_memory.c                                   |  13 +-
 mm/khugepaged.c                                    |  10 +-
 net/ieee802154/socket.c                            |  42 +++--
 net/wireless/util.c                                |   2 +-
 net/xdp/xsk.c                                      |   4 +-
 net/xdp/xsk_buff_pool.c                            |   5 +-
 scripts/Makefile.extrawarn                         |   1 +
 sound/pci/hda/patch_hdmi.c                         |   1 +
 tools/perf/util/parse-events.y                     |  10 +
 44 files changed, 458 insertions(+), 307 deletions(-)



More information about the kernel-team mailing list