> This is the start of the stable review cycle for the 6.0.7 release. > There are 240 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 Fri, 04 Nov 2022 02:20:38 +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/v6.x/stable-review/patch-6.0.7-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-6.0.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Linux 6.0.7-rc1 > > Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> > tcp/udp: Fix memory leak in ipv6_renew_options(). > > D Scott Phillips <scott@xxxxxxxxxxxxxxxxxxxxxx> > arm64: Add AMPERE1 to the Spectre-BHB affected list > > Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > riscv: fix detection of toolchain Zihintpause support > > Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > riscv: fix detection of toolchain Zicbom support > > Qinglin Pan <panqinglin2020@xxxxxxxxxxx> > riscv: mm: add missing memcpy in kasan_init > > Vladimir Oltean <vladimir.oltean@xxxxxxx> > net: enetc: survive memory pressure without crashing > > Eric Dumazet <edumazet@xxxxxxxxxx> > kcm: do not sense pfmemalloc status in kcm_sendpage() > > Eric Dumazet <edumazet@xxxxxxxxxx> > net: do not sense pfmemalloc status in skb_append_pagefrags() > > Suresh Devarakonda <ramad@xxxxxxxxxx> > net/mlx5: Fix crash during sync firmware reset > > Roy Novich <royno@xxxxxxxxxx> > net/mlx5: Update fw fatal reporter state on PCI handlers successful recover > > Ariel Levkovich <lariel@xxxxxxxxxx> > net/mlx5e: TC, Reject forwarding from internal port to internal port > > Tariq Toukan <tariqt@xxxxxxxxxx> > net/mlx5: Fix possible use-after-free in async command interface > > Saeed Mahameed <saeedm@xxxxxxxxxx> > net/mlx5: ASO, Create the ASO SQ with the correct timestamp format > > Paul Blakey <paulb@xxxxxxxxxx> > net/mlx5e: Update restore chain id for slow path packets > > Aya Levin <ayal@xxxxxxxxxx> > net/mlx5e: Extend SKB room check to include PTP-SQ > > Rongwei Liu <rongweil@xxxxxxxxxx> > net/mlx5: DR, Fix matcher disconnect error flow > > Moshe Shemesh <moshe@xxxxxxxxxx> > net/mlx5: Wait for firmware to enable CRS before pci_restore_state > > Hyong Youb Kim <hyonkim@xxxxxxxxx> > net/mlx5e: Do not increment ESN when updating IPsec ESN state > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > netdevsim: fix memory leak in nsim_bus_dev_new() > > Rafał Miłecki <rafal@xxxxxxxxxx> > net: broadcom: bcm4908_enet: update TX stats after actual transmission > > Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx> > nh: fix scope used to find saddr when adding non gw nh > > Florian Fainelli <f.fainelli@xxxxxxxxx> > net: bcmsysport: Indicate MAC is in charge of PHY PM > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > net: ehea: fix possible memory leak in ehea_register_port() > > Aaron Conole <aconole@xxxxxxxxxx> > openvswitch: switch from WARN to pr_warn > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: aoa: Fix I2S device accounting > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev() > > Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> > net: ethernet: ave: Fix MAC to be in charge of PHY PM > > Juergen Borleis <jbe@xxxxxxxxxxxxxx> > net: fec: limit register access on i.MX6UL > > Shang XiaoJing <shangxiaojing@xxxxxxxxxx> > perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics > > Sudeep Holla <sudeep.holla@xxxxxxx> > PM: domains: Fix handling of unavailable/disabled idle states > > Jisheng Zhang <jszhang@xxxxxxxxxx> > riscv: jump_label: mark arguments as const to satisfy asm constraints > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > net: ksz884x: fix missing pci_disable_device() on error in pcidev_init() > > Slawomir Laba <slawomirx.laba@xxxxxxxxx> > i40e: Fix flow-type by setting GL_HASH_INSET registers > > Sylwester Dziedziuch <sylwesterx.dziedziuch@xxxxxxxxx> > i40e: Fix VF hang when reset is triggered on another VF > > Slawomir Laba <slawomirx.laba@xxxxxxxxx> > i40e: Fix ethtool rx-flow-hash setting for X722 > > Eric Dumazet <edumazet@xxxxxxxxxx> > ipv6: ensure sane device mtu in tunnels > > Thomas Richter <tmricht@xxxxxxxxxxxxx> > perf list: Fix PMU name pai_crypto in perf list on s390 > > Kajol Jain <kjain@xxxxxxxxxxxxx> > perf vendor events power10: Fix hv-24x7 metric events > > Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > media: vivid: set num_in/outputs to 0 if not supported > > Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced' > > Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > media: v4l2-dv-timings: add sanity checks for blanking values > > Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > media: vivid: dev->bitmap_cap wasn't freed in all cases > > Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > media: vivid: s_fbuf: add more sanity checks > > Mario Limonciello <mario.limonciello@xxxxxxx> > PM: hibernate: Allow hybrid sleep to work with s2idle > > Dongliang Mu <dzm91@xxxxxxxxxxx> > can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path > > Dongliang Mu <dzm91@xxxxxxxxxxx> > can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path > > Paolo Abeni <pabeni@xxxxxxxxxx> > mptcp: set msk local address earlier > > Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx> > net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTU > > Rafael Mendonca <rafaelmendsr@xxxxxxxxx> > drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() > > Jakub Kicinski <kuba@xxxxxxxxxx> > net-memcg: avoid stalls when under memory pressure > > Neal Cardwell <ncardwell@xxxxxxxxxx> > tcp: fix indefinite deferral of RTO with SACK reneging > > Lu Wei <luwei32@xxxxxxxxxx> > tcp: fix a signed-integer-overflow bug in tcp_add_backlog() > > Zhang Changzhong <zhangchangzhong@xxxxxxxxxx> > net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed > > Eric Dumazet <edumazet@xxxxxxxxxx> > kcm: annotate data-races around kcm->rx_wait > > Eric Dumazet <edumazet@xxxxxxxxxx> > kcm: annotate data-races around kcm->rx_psock > > Íñigo Huguet <ihuguet@xxxxxxxxxx> > atlantic: fix deadlock at aq_nic_stop > > Ankit Nautiyal <ankit.k.nautiyal@xxxxxxxxx> > drm/i915/dp: Reset frl trained flag before restarting FRL training > > Anshuman Gupta <anshuman.gupta@xxxxxxxxx> > drm/i915/dgfx: Keep PCI autosuspend control 'on' by default on all dGPU > > Raju Rangoju <Raju.Rangoju@xxxxxxx> > amd-xgbe: add the bit rate quirk for Molex cables > > Raju Rangoju <Raju.Rangoju@xxxxxxx> > amd-xgbe: fix the SFP compliance codes check for DAC cables > > Raju Rangoju <Raju.Rangoju@xxxxxxx> > amd-xgbe: Yellow carp devices do not need rrc > > Chang S. Bae <chang.seok.bae@xxxxxxxxx> > x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly > > Douglas Anderson <dianders@xxxxxxxxxxxx> > drm/bridge: ps8640: Add back the 50 ms mystery delay after HPD > > Chen Zhongjin <chenzhongjin@xxxxxxxxxx> > x86/unwind/orc: Fix unreliable stack dump with gcov > > Anup Patel <apatel@xxxxxxxxxxxxxxxx> > RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc > > Andrew Jones <ajones@xxxxxxxxxxxxxxxx> > RISC-V: Fix compilation without RISCV_ISA_ZICBOM > > Andrew Jones <ajones@xxxxxxxxxxxxxxxx> > RISC-V: KVM: Provide UAPI for Zicbom block size > > Shang XiaoJing <shangxiaojing@xxxxxxxxxx> > nfc: virtual_ncidev: Fix memory leak in virtual_nci_send() > > Sergiu Moga <sergiu.moga@xxxxxxxxxxxxx> > net: macb: Specify PHY PM management done by MAC > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > net: hinic: fix the issue of double release MBOX callback of VF > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > net: hinic: fix the issue of CMDQ memory leaks > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > net: hinic: fix memory leak when reading function table > > Zhengchao Shao <shaozhengchao@xxxxxxxxxx> > net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() > > Benjamin Poirier <bpoirier@xxxxxxxxxx> > selftests: net: Fix netdev name mismatch in cleanup > > Benjamin Poirier <bpoirier@xxxxxxxxxx> > selftests: net: Fix cross-tree inclusion of scripts > > Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx> > net: lan966x: Fix the rx drop counter > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > net: netsec: fix error handling in netsec_register_mdio() > > Xin Long <lucien.xin@xxxxxxxxx> > tipc: fix a null-ptr-deref in tipc_topsrv_accept > > Paul E. McKenney <paulmck@xxxxxxxxxx> > rcu: Keep synchronize_rcu() from enabling irqs in early boot > > Maxim Levitsky <mlevitsk@xxxxxxxxxx> > perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap() > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: SOF: Intel: pci-tgl: fix ADL-N descriptor > > Kai Vehmanen <kai.vehmanen@xxxxxxxxxxxxxxx> > ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions > > Kai Vehmanen <kai.vehmanen@xxxxxxxxxxxxxxx> > ASoC: Intel: common: add ACPI matching tables for Raptor Lake > > Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx> > ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile > > Cédric Le Goater <clg@xxxxxxxx> > spi: aspeed: Fix window offset of CE1 > > Sven Schnelle <svens@xxxxxxxxxxxxx> > selftests/ftrace: fix dynamic_events dependency check > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: SOF: Intel: pci-mtl: fix firmware name > > Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > ASoC: codecs: tlv320adc3xxx: Wrap adc3xxx_i2c_remove() in __exit_p() > > Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx> > pinctrl: ocelot: Fix incorrect trigger of the interrupt. > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe() > > Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> > mtd: rawnand: intel: Use devm_platform_ioremap_resource_byname() > > Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> > mtd: rawnand: intel: Remove unused nand_pa member from ebu_nand_cs > > Rafał Miłecki <rafal@xxxxxxxxxx> > mtd: core: add missing of_node_get() in dynamic partitions code > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > arc: iounmap() arg is volatile > > Stanislav Fomichev <sdf@xxxxxxxxxx> > bpf: prevent decl_tag from being referenced in func_proto > > Lin Shengwang <linshengwang1@xxxxxxxxxx> > sched/core: Fix comparison in sched_group_cookie_match() > > Peter Zijlstra <peterz@xxxxxxxxxxxxx> > perf: Fix missing SIGTRAPs > > Chang S. Bae <chang.seok.bae@xxxxxxxxx> > x86/fpu: Exclude dynamic states from init_fpstate > > Chang S. Bae <chang.seok.bae@xxxxxxxxx> > x86/fpu: Fix the init_fpstate size check with the actual size > > Chang S. Bae <chang.seok.bae@xxxxxxxxx> > x86/fpu: Configure init_fpstate attributes orderly > > Robert Marko <robert.marko@xxxxxxxxxx> > spi: qup: support using GPIO as chip select line > > Douglas Anderson <dianders@xxxxxxxxxxxx> > pinctrl: qcom: Avoid glitching lines when we first mux to output > > Gao Xiang <xiang@xxxxxxxxxx> > erofs: fix up inplace decompression success rate > > Yue Hu <huyue2@xxxxxxxxxxx> > erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy() > > Rob Clark <robdclark@xxxxxxxxxxxx> > drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usage > > Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx> > ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile > > Gavin Shan <gshan@xxxxxxxxxx> > KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > ASoC: codec: tlv320adc3xxx: add GPIOLIB dependency > > Kuogee Hsieh <quic_khsieh@xxxxxxxxxxx> > drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link training > > Nathan Huckleberry <nhuck@xxxxxxxxxx> > drm/msm: Fix return type of mdp4_lvds_connector_mode_valid > > Kuogee Hsieh <quic_khsieh@xxxxxxxxxxx> > drm/msm/dp: add atomic_check to bridge ops > > Akhil P Oommen <quic_akhilpo@xxxxxxxxxxx> > drm/msm/a6xx: Replace kcalloc() with kvzalloc() > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: cedrus: Add a Kconfig dependency on RESET_CONTROLLER > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: sun8i-rotate: Add a Kconfig dependency on RESET_CONTROLLER > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: sun8i-di: Add a Kconfig dependency on RESET_CONTROLLER > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: sun4i-csi: Add a Kconfig dependency on RESET_CONTROLLER > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: sun6i-csi: Add a Kconfig dependency on RESET_CONTROLLER > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: sun8i-a83t-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLER > > Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx> > media: sun6i-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLER > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe() > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe() > > Dan Carpenter <dan.carpenter@xxxxxxxxxx> > media: atomisp: prevent integer overflow in sh_css_set_black_frame() > > Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > media: sun6i-mipi-csi2: Depend on PHY_SUN6I_MIPI_DPHY > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > media: ov8865: Fix an error handling path in ov8865_probe() > > Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > media: ar0521: Fix return value check in writing initial registers > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > media: ar0521: fix error return code in ar0521_power_on() > > Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx> > media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation > > Ming Qian <ming.qian@xxxxxxx> > media: amphion: release m2m ctx when releasing vpu instance > > Wei Yongjun <weiyongjun1@xxxxxxxxxx> > net: ieee802154: fix error return code in dgram_bind() > > Nicholas Piggin <npiggin@xxxxxxxxx> > powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft-masked context > > Manank Patel <pmanank200502@xxxxxxxxx> > ACPI: PCC: Fix unintentional integer overflow > > Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device() > > Xin Long <lucien.xin@xxxxxxxxx> > ethtool: eeprom: fix null-deref on genl_info in dump > > Heiko Carstens <hca@xxxxxxxxxxxxx> > s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser() > > Heiko Carstens <hca@xxxxxxxxxxxxx> > s390/futex: add missing EX_TABLE entry to __futex_atomic_op() > > Heiko Carstens <hca@xxxxxxxxxxxxx> > s390/uaccess: add missing EX_TABLE entries to __clear_user() > > Peter Oberparleiter <oberpar@xxxxxxxxxxxxx> > s390/cio: fix out-of-bounds access on cio_ignore free > > Peter Oberparleiter <oberpar@xxxxxxxxxxxxx> > s390/boot: add secure boot trailer > > Adrian Hunter <adrian.hunter@xxxxxxxxx> > perf auxtrace: Fix address filter symbol name match for modules > > Pavel Kozlov <pavel.kozlov@xxxxxxxxxxxx> > ARC: mm: fix leakage of memory allocated for PTE > > Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> > Revert "pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high-impedance" > > Siarhei Volkau <lis8215@xxxxxxxxx> > pinctrl: Ingenic: JZ4755 bug fixes > > Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> > Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration" > > Christian A. Ehrhardt <lk@xxxxxxx> > kernfs: fix use-after-free in __kernfs_remove > > Hugh Dickins <hughd@xxxxxxxxxx> > mm: prep_compound_tail() clear page->private > > Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> > mm/huge_memory: do not clobber swp_entry_t during THP split > > Waiman Long <longman@xxxxxxxxxx> > mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loops > > Rik van Riel <riel@xxxxxxxxxxx> > mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs > > Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> > mm: migrate: fix return value if all subpages of THPs are migrated successfully > > Peter Xu <peterx@xxxxxxxxxx> > mm/uffd: fix vma check on userfault for wp > > William Breathitt Gray <william.gray@xxxxxxxxxx> > counter: 104-quad-8: Fix race getting function mode and direction > > William Breathitt Gray <william.gray@xxxxxxxxxx> > counter: microchip-tcb-capture: Handle Signal1 read and Synapse > > Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus > > Patrick Thompson <ptf@xxxxxxxxxx> > mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake > > Vincent Whitchurch <vincent.whitchurch@xxxxxxxx> > mmc: core: Fix WRITE_ZEROES CQE handling > > Matthew Ma <mahongwei@xxxxxxxx> > mmc: core: Fix kernel panic when remove non-standard SDIO card > > Christian Löhle <CLoehle@xxxxxxxxxxxxxx> > mmc: queue: Cancel recovery work on cleanup > > Christian Löhle <CLoehle@xxxxxxxxxxxxxx> > mmc: block: Remove error check of hw_reset on reset > > Brian Norris <briannorris@xxxxxxxxxxxx> > mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO > > James Clark <james.clark@xxxxxxx> > coresight: cti: Fix hang in cti_disable_hw() > > Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx> > random: use arch_get_random*_early() in random_init() > > Nathan Huckleberry <nhuck@xxxxxxxxxx> > crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/dp: fix bridge lifetime > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/dp: fix IRQ lifetime > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/dp: fix aux-bus EP lifetime > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/dp: fix memory corruption with too many bridges > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/hdmi: fix IRQ lifetime > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/hdmi: fix memory corruption with too many bridges > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm/dsi: fix memory corruption with too many bridges > > Johan Hovold <johan+linaro@xxxxxxxxxx> > drm/msm: fix use-after-free on probe deferral > > Jesse Zhang <jesse.zhang@xxxxxxx> > drm/amdkfd: correct the cache info for gfx1036 > > Prike Liang <Prike.Liang@xxxxxxx> > drm/amdkfd: update gfx1037 Lx cache setting > > Joaquín Ignacio Aramendía <samsagax@xxxxxxxxx> > drm/amd/display: Revert logic for plane modifiers > > Chengming Gui <Jack.Gui@xxxxxxx> > drm/amdgpu: fix pstate setting issue > > Prike Liang <Prike.Liang@xxxxxxx> > drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume > > Lijo Lazar <lijo.lazar@xxxxxxx> > drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.x > > José Roberto de Souza <jose.souza@xxxxxxxxx> > drm/i915: Extend Wa_1607297627 to Alderlake-P > > Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@xxxxxxx> > drm/amdgpu: Fix for BO move issue > > Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@xxxxxxx> > drm/amdgpu: Fix VRAM BO swap issue > > Manish Rangankar <mrangankar@xxxxxxxxxxx> > scsi: qla2xxx: Use transport-defined speed mask for supported_speeds > > Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > mac802154: Fix LQI recording > > Bernd Edlinger <bernd.edlinger@xxxxxxxxxx> > exec: Copy oldsighand->action under spin-lock > > Li Zetao <lizetao1@xxxxxxxxxx> > fs/binfmt_elf: Fix memory leak in load_elf_binary() > > Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores > > Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > cpufreq: intel_pstate: Read all MSRs on the target CPU > > Hyunwoo Kim <imv4bel@xxxxxxxxx> > fbdev: smscufx: Fix several use-after-free bugs > > Helge Deller <deller@xxxxxx> > fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards > > Matti Vaittinen <mazziesaccount@xxxxxxxxx> > iio: adxl367: Fix unsafe buffer attributes > > Matti Vaittinen <mazziesaccount@xxxxxxxxx> > iio: adxl372: Fix unsafe buffer attributes > > Cosmin Tanislav <cosmin.tanislav@xxxxxxxxxx> > iio: temperature: ltc2983: allocate iio channels once > > Shreeya Patel <shreeya.patel@xxxxxxxxxxxxx> > iio: light: tsl2583: Fix module unloading > > Matti Vaittinen <mazziesaccount@xxxxxxxxx> > tools: iio: iio_utils: fix digit calculation > > Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> > xhci: Remove device endpoints from bandwidth list when freeing the device > > Mario Limonciello <mario.limonciello@xxxxxxx> > xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices > > Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> > xhci: Add quirk to reset host back to default state at shutdown > > Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > squashfs: fix buffer release race condition in readahead code > > Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > squashfs: fix extending readahead beyond end of file > > Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > squashfs: fix read regression introduced in readahead code > > Tony O'Brien <tony.obrien@xxxxxxxxxxxxxxxxxxx> > mtd: rawnand: marvell: Use correct logic for nand-keep-config > > Linus Walleij <linus.walleij@xxxxxxxxxx> > mtd: parsers: bcm47xxpart: Fix halfblock reads > > Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> > mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init() > > Zhang Qilong <zhangqilong3@xxxxxxxxxx> > mtd: rawnand: tegra: Fix PM disable depth imbalance in probe > > Jens Glathe <jens.glathe@xxxxxxxxxxxxxxxxxxxxxx> > usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller > > Justin Chen <justinpopo6@xxxxxxxxx> > usb: bdc: change state when port disconnected > > Andrey Smirnov <andrew.smirnov@xxxxxxxxx> > usb: dwc3: Don't switch OTG -> peripheral if extcon is present > > Patrice Chotard <patrice.chotard@xxxxxxxxxxx> > usb: dwc3: st: Rely on child's compatible instead of name > > Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > usb: typec: ucsi: acpi: Implement resume callback > > Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > usb: typec: ucsi: Check the connection on resume > > Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> > usb: dwc3: gadget: Don't delay End Transfer on delayed_status > > Wesley Cheng <quic_wcheng@xxxxxxxxxxx> > usb: dwc3: gadget: Force sending delayed status during soft disconnect > > Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> > usb: dwc3: gadget: Don't set IMI for no_interrupt > > Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> > usb: dwc3: gadget: Stop processing more requests on IMI > > Joel Stanley <joel@xxxxxxxxx> > usb: gadget: aspeed: Fix probe regression > > Jeff Vanhoof <qjv001@xxxxxxxxxxxx> > usb: gadget: uvc: fix sg handling during video encode > > Dan Vacura <w36195@xxxxxxxxxxxx> > usb: gadget: uvc: fix sg handling in error case > > Dan Vacura <w36195@xxxxxxxxxxxx> > usb: gadget: uvc: fix dropped frame after missed isoc > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets" > > Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > usb: gadget: uvc: limit isoc_sg to super speed gadgets > > Hannu Hartikainen <hannu@xxxxxxx> > USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM > > Jason A. Donenfeld <Jason@xxxxxxxxx> > ALSA: rme9652: use explicitly signed char > > Jason A. Donenfeld <Jason@xxxxxxxxx> > ALSA: au88x0: use explicitly signed char > > Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx> > ALSA: ca0106: Use snd_ctl_rename() to rename a control > > Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx> > ALSA: usb-audio: Use snd_ctl_rename() to rename a control > > Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx> > ALSA: ac97: Use snd_ctl_rename() to rename a control > > Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx> > ALSA: emu10k1: Use snd_ctl_rename() to rename a control > > Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx> > ALSA: hda/realtek: Use snd_ctl_rename() to rename a control > > Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx> > ALSA: control: add snd_ctl_rename() > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: hda/realtek: Add another HP ZBook G9 model quirks > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600 > > Stefan Binding <sbinding@xxxxxxxxxxxxxxxxxxxxx> > ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41 > > Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> > ALSA: Use del_timer_sync() before freeing timer > > Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L > > Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive > > Anssi Hannula <anssi.hannula@xxxxxxxxxx> > can: kvaser_usb: Fix possible completions during init_completion > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() > > Shyam Sundar S K <Shyam-sundar.S-k@xxxxxxx> > platform/x86/amd: pmc: remove CONFIG_DEBUG_FS checks > Compiled and booted on my x86_64 and ARM64 test systems. No errors or regressions. Tested-by: Allen Pais <apais@xxxxxxxxxxxxxxxxxxx> Thanks.