This is the start of the stable review cycle for the 5.15.1 release. There are 12 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 Sat, 06 Nov 2021 14:11:51 +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.1-rc1.... 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@linuxfoundation.org Linux 5.15.1-rc1
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Add quirk for Audient iD14
Matthew Brost matthew.brost@intel.com Revert "drm/i915/gt: Propagate change in error status to children on unhold"
Anson Jacob Anson.Jacob@amd.com drm/amd/display: Revert "Directly retrain link from debugfs"
Christian König christian.koenig@amd.com drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"
Bryan O'Donoghue bryan.odonoghue@linaro.org Revert "wcn36xx: Disable bmps when encryption is disabled"
Wang Kefeng wangkefeng.wang@huawei.com ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"
Lucas Stach l.stach@pengutronix.de Revert "soc: imx: gpcv2: move reset assert after requesting domain power up"
Yifan Zhang yifan1.zhang@amd.com drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
Greg Kroah-Hartman gregkh@linuxfoundation.org Revert "usb: core: hcd: Add support for deferring roothub registration"
Greg Kroah-Hartman gregkh@linuxfoundation.org Revert "xhci: Set HCD flag to defer primary roothub registration"
Dan Carpenter dan.carpenter@oracle.com media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
Erik Ekman erik@kryo.se sfc: Fix reading non-legacy supported link modes
-------------
Diffstat:
Makefile | 4 +- drivers/amba/bus.c | 3 - drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 80 ---------------------- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.h | 5 -- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 --- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 + .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 3 +- .../gpu/drm/i915/gt/intel_execlists_submission.c | 4 -- drivers/media/firewire/firedtv-avc.c | 14 +++- drivers/media/firewire/firedtv-ci.c | 2 + drivers/net/ethernet/sfc/ethtool_common.c | 10 +-- drivers/net/wireless/ath/wcn36xx/main.c | 10 --- drivers/net/wireless/ath/wcn36xx/pmc.c | 5 +- drivers/net/wireless/ath/wcn36xx/wcn36xx.h | 1 - drivers/soc/imx/gpcv2.c | 4 +- drivers/usb/core/hcd.c | 29 ++------ drivers/usb/host/xhci.c | 1 - include/linux/usb/hcd.h | 2 - sound/usb/quirks.c | 2 + 20 files changed, 33 insertions(+), 159 deletions(-)