This is the start of the stable review cycle for the 5.19.10 release. There are 38 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 Sun, 18 Sep 2022 10:04:31 +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.19.10-rc1.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.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.19.10-rc1 Jarrah Gosbell <kernel@undef.tools> Input: goodix - add compatible string for GT1158 Sindhu-Devale <sindhu.devale@xxxxxxxxx> RDMA/irdma: Use s/g array in post send only when its valid William Breathitt Gray <william.gray@xxxxxxxxxx> gpio: 104-idio-16: Make irq_chip immutable William Breathitt Gray <william.gray@xxxxxxxxxx> gpio: 104-dio-48e: Make irq_chip immutable Yupeng Li <liyupeng@xxxxxxxxxx> LoongArch: Fix arch_remove_memory() undefined build error Huacai Chen <chenhuacai@xxxxxxxxxx> LoongArch: Fix section mismatch due to acpi_os_ioremap() Luke D. Jones <luke@xxxxxxxxxx> platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32 Hu Xiaoying <huxiaoying@xxxxxxxxxx> usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS Hans de Goede <hdegoede@xxxxxxxxxx> platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes Yu Zhe <yuzhe@xxxxxxxxxxxx> perf/arm_pmu_platform: fix tests for platform_get_irq() failure Kurt Kanzenbach <kurt@xxxxxxxxxxxxx> net: dsa: hellcreek: Print warning only once Chengming Gui <Jack.Gui@xxxxxxx> drm/amd/amdgpu: skip ucode loading if ucode_size == 0 Maurizio Lombardi <mlombard@xxxxxxxxxx> nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() Shyamin Ayesh <me@xxxxxxxxxxx> nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610 Evan Quan <evan.quan@xxxxxxx> drm/amd/pm: use vbios carried pptable for all SMU13.0.7 SKUs Guchun Chen <guchun.chen@xxxxxxx> drm/amdgpu: disable FRU access on special SIENNA CICHLID card Greg Tulli <greg.iforce@xxxxxxxxx> Input: iforce - add support for Boeder Force Feedback Wheel Li Qiong <liqiong@xxxxxxxxxxxx> ieee802154: cc2520: add rc code in cc2520_tx() Wei Yongjun <weiyongjun1@xxxxxxxxxx> gpio: mockup: remove gpio debugfs when remove device Jean-Francois Le Fillatre <jflf_kernel@xxxxxxx> r8152: add PID for the Lenovo OneLink+ Dock Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx> tg3: Disable tg3 device on system reboot to avoid triggering AER Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Bluetooth: MGMT: Fix Get Device Flags Even Xu <even.xu@xxxxxxxxx> hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message Jason Wang <wangborong@xxxxxxxxxx> HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins Junaid Shahid <junaids@xxxxxxxxxx> kvm: x86: mmu: Always flush TLBs when enabling dirty logging Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER error messages Iwona Winiarska <iwona.winiarska@xxxxxxxxx> peci: cpu: Fix use-after-free in adev_release() Rob Clark <robdclark@xxxxxxxxxxxx> drm/msm/rd: Fix FIFO-full deadlock Maximilian Luz <luzmaximilian@xxxxxxxxx> platform/surface: aggregator_registry: Add support for Surface Laptop Go 2 Ondrej Jirman <megi@xxxxxx> Input: goodix - add support for GT1158 Chuanhong Guo <gch981213@xxxxxxxxx> ACPI: resource: skip IRQ override on AMD Zen platforms Maor Gottlieb <maorg@xxxxxxxxxx> RDMA/mlx5: Fix UMR cleanup on error flow of driver init Aharon Landau <aharonl@xxxxxxxxxx> RDMA/mlx5: Add a umr recovery flow Maher Sanalla <msanalla@xxxxxxxxxx> RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile Yishai Hadas <yishaih@xxxxxxxxxx> net/mlx5: Use software VHCA id when it's supported Yishai Hadas <yishaih@xxxxxxxxxx> net/mlx5: Introduce ifc bits for using software vhca id Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx> iommu/vt-d: Fix kdump kernels boot failure with scalable mode ------------- Diffstat: .../bindings/iio/gyroscope/bosch,bmg160.yaml | 2 + Documentation/input/joydev/joystick.rst | 1 + Makefile | 4 +- arch/loongarch/Kconfig | 1 + arch/loongarch/include/asm/acpi.h | 2 +- arch/loongarch/kernel/acpi.c | 2 +- arch/loongarch/mm/init.c | 22 +++-- arch/x86/kvm/mmu/mmu.c | 45 ++-------- arch/x86/kvm/mmu/spte.h | 14 ++- arch/x86/kvm/x86.c | 44 +++++++++ drivers/acpi/resource.c | 10 +++ drivers/gpio/gpio-104-dio-48e.c | 10 ++- drivers/gpio/gpio-104-idio-16.c | 18 ++-- drivers/gpio/gpio-mockup.c | 9 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 9 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 35 +++++--- drivers/gpu/drm/msm/msm_rd.c | 3 + drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +- drivers/hid/intel-ish-hid/ishtp/client.c | 68 ++++++++------ drivers/hwmon/pmbus/pmbus_core.c | 9 +- drivers/infiniband/hw/irdma/uk.c | 3 +- drivers/infiniband/hw/mlx5/cq.c | 4 + drivers/infiniband/hw/mlx5/main.c | 2 +- drivers/infiniband/hw/mlx5/mlx5_ib.h | 13 ++- drivers/infiniband/hw/mlx5/umr.c | 81 ++++++++++++++--- drivers/input/joystick/iforce/iforce-main.c | 1 + drivers/input/touchscreen/goodix.c | 2 + drivers/iommu/intel/iommu.c | 100 +++++++++------------ drivers/net/ethernet/broadcom/tg3.c | 8 +- drivers/net/ethernet/mellanox/mlx5/core/fw.c | 4 + drivers/net/ethernet/mellanox/mlx5/core/main.c | 72 ++++++++++++++- drivers/net/ethernet/mellanox/mlx5/core/vport.c | 14 ++- drivers/net/ieee802154/cc2520.c | 1 + drivers/net/usb/cdc_ether.c | 7 ++ drivers/net/usb/r8152.c | 3 + drivers/nvme/host/pci.c | 2 + drivers/nvme/target/tcp.c | 3 + drivers/peci/cpu.c | 3 +- drivers/perf/arm_pmu_platform.c | 2 +- .../platform/surface/surface_aggregator_registry.c | 3 + drivers/platform/x86/acer-wmi.c | 9 +- drivers/platform/x86/asus-wmi.c | 9 +- drivers/usb/storage/unusual_uas.h | 7 ++ include/linux/intel-iommu.h | 9 +- include/linux/mlx5/driver.h | 20 +++-- include/linux/mlx5/mlx5_ifc.h | 25 +++++- net/bluetooth/mgmt.c | 71 +++++++++------ net/dsa/tag_hellcreek.c | 2 +- 49 files changed, 541 insertions(+), 251 deletions(-)