This is the start of the stable review cycle for the 5.15.73 release. There are 35 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed, 12 Oct 2022 19:12:17 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.73-rc2.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.15.73-rc2 Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> rpmsg: qcom: glink: replace strncpy() with strscpy_pad() Johan Hovold <johan@xxxxxxxxxx> USB: serial: ftdi_sio: fix 300 bps rate for SIO Tadeusz Struk <tadeusz.struk@xxxxxxxxxx> usb: mon: make mmapped memory read only Vlad Buslov <vladbu@xxxxxxxxxx> net/mlx5: Disable irq when locking lag_lock Tamizh Chelvam Raja <quic_tamizhr@xxxxxxxxxxx> wifi: cfg80211: fix MCS divisor value Naoya Horiguchi <naoya.horiguchi@xxxxxxx> mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all() Miaohe Lin <linmiaohe@xxxxxxxxxx> mm/huge_memory: minor cleanup for split_huge_pages_all Ian Rogers <irogers@xxxxxxxxxx> perf parse-events: Identify broken modifiers Brian Norris <briannorris@xxxxxxxxxxxx> mmc: core: Terminate infinite loop in SD-UHS voltage switch ChanWoo Lee <cw9316.lee@xxxxxxxxxxx> mmc: core: Replace with already defined values for readability zhikzhai <zhikai.zhai@xxxxxxx> drm/amd/display: skip audio setup when audio stream is enabled Hugo Hu <hugo.hu@xxxxxxx> drm/amd/display: update gamut remap if plane has changed Michael Strauss <michael.strauss@xxxxxxx> drm/amd/display: Assume an LTTPR is always present on fixed_vs links Leo Li <sunpeng.li@xxxxxxx> drm/amd/display: Fix double cursor on non-video RGB MPO Jianglei Nie <niejianglei2021@xxxxxxx> net: atlantic: fix potential memory leak in aq_ndev_close() David Gow <davidgow@xxxxxxxxxx> arch: um: Mark the stack non-executable to fix a binutils warning Lukas Straub <lukasstraub2@xxxxxx> um: Cleanup compiler warning in arch/x86/um/tls_32.c Lukas Straub <lukasstraub2@xxxxxx> um: Cleanup syscall_handler_t cast in syscalls_32.h Jaroslav Kysela <perex@xxxxxxxx> ALSA: hda/hdmi: Fix the converter reuse for the silent stream Oleksandr Mazur <oleksandr.mazur@xxxxxxxxxxx> net: marvell: prestera: add support for for Aldrin2 Haimin Zhang <tcs.kernel@xxxxxxxxx> net/ieee802154: fix uninit value bug in dgram_sendmsg Letu Ren <fantasquex@xxxxxxxxx> scsi: qedf: Fix a UAF bug in __qedf_probe() Sergei Antonov <saproj@xxxxxxxxx> ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer Swati Agarwal <swati.agarwal@xxxxxxxxxx> dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure Swati Agarwal <swati.agarwal@xxxxxxxxxx> dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property Swati Agarwal <swati.agarwal@xxxxxxxxxx> dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling Cristian Marussi <cristian.marussi@xxxxxxx> firmware: arm_scmi: Add SCMI PM driver remove routine Cristian Marussi <cristian.marussi@xxxxxxx> firmware: arm_scmi: Harden accesses to the sensor domains Cristian Marussi <cristian.marussi@xxxxxxx> firmware: arm_scmi: Improve checks in the info_get operations Dongliang Mu <mudongliangabcd@xxxxxxxxx> fs: fix UAF/GPF bug in nilfs_mdt_destroy Yang Shi <shy828301@xxxxxxxxx> powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush Yang Shi <shy828301@xxxxxxxxx> mm: gup: fix the fast GUP race against THP collapse Jalal Mostafa <jalal.a.mostapha@xxxxxxxxx> xsk: Inherit need_wakeup flag for shared sockets Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> docs: update mediator information in CoC docs Sami Tolvanen <samitolvanen@xxxxxxxxxx> Makefile.extrawarn: Move -Wcast-function-type-strict to W=1 ------------- Diffstat: .../devicetree/bindings/dma/moxa,moxart-dma.txt | 4 +- .../process/code-of-conduct-interpretation.rst | 2 +- Makefile | 4 +- 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 +- 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 +- fs/inode.c | 7 ++- 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 ++++ 41 files changed, 272 insertions(+), 126 deletions(-)