From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E05B536AB43; Fri, 23 Jan 2026 10:42:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769164943; cv=none; b=f0qV+JWna9vuHYPLR/VGLxrHu1SRGDmChdOycw7UrBCQuxAC1ZsR3ZsHSemKJlZMgWtSZSL5qXzHhXnFQRREwFvxyx7kY0fExva33zfMjfS/bCJE14E57bH4eIyHcenpfNvnuQfk9jxG6esQSDZn09F8XH06OUekkCYqDrGRgn4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769164943; c=relaxed/simple; bh=3FFV8mvr5EtunESk7pM3z9kOTk754UuGls0fHaIs4dE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=ehmyUU3m9EL5f0UTnyojDK2qmBY332zPvT4WWRaVMiqbySSWrld7CS4BqRefVrZjcNWLyCnawuXlHBhRtTJRNRG/yS5Q40NlvLD71IN17EIxaVh3NrpTAIXjcYSsZf3zV2ruDJ8uQ+4yxXwpFkbX5XdSmlYXrsuLSkuqRCyENgk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UEvYEtq+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="UEvYEtq+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3163C19422; Fri, 23 Jan 2026 10:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769164942; bh=3FFV8mvr5EtunESk7pM3z9kOTk754UuGls0fHaIs4dE=; h=From:To:Cc:Subject:Date:From; b=UEvYEtq+QIwCLFIlzypgozxJ8NEvKnqEHJ9AyQfTflHvTUUx0B597wx7E9PPb6f8V 8LfDzck4dxAfK31PMIAB6HzUR7uCRLoF/mKRqecEmgRbDHcAMEDaBmxPSncPTcJk6C WVOGGiX6Wmx4UEVq54BFj4/WK+jkIOy6iF1x6EGo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 6.12.67 Date: Fri, 23 Jan 2026 11:42:17 +0100 Message-ID: <2026012318-stencil-giant-f670@gregkh> X-Mailer: git-send-email 2.52.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm announcing the release of the 6.12.67 kernel. All users of the 6.12 kernel series must upgrade. The updated 6.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/loongarch/boot/dts/loongson-2k0500.dtsi | 3 arch/loongarch/boot/dts/loongson-2k1000.dtsi | 6 arch/loongarch/boot/dts/loongson-2k2000.dtsi | 3 arch/loongarch/kernel/perf_event.c | 21 arch/x86/kernel/cpu/resctrl/core.c | 21 arch/x86/kernel/cpu/resctrl/internal.h | 3 arch/x86/kernel/fpu/core.c | 32 + arch/x86/kvm/x86.c | 9 arch/x86/mm/kaslr.c | 10 drivers/acpi/numa/srat.c | 95 +++ drivers/block/null_blk/main.c | 12 drivers/dma/apple-admac.c | 1 drivers/dma/at_hdmac.c | 9 drivers/dma/bcm-sba-raid.c | 6 drivers/dma/dw/rzn1-dmamux.c | 4 drivers/dma/fsl-edma-common.c | 1 drivers/dma/idxd/compat.c | 23 drivers/dma/lpc18xx-dmamux.c | 19 drivers/dma/lpc32xx-dmamux.c | 19 drivers/dma/qcom/gpi.c | 6 drivers/dma/sh/rz-dmac.c | 5 drivers/dma/stm32/stm32-dmamux.c | 22 drivers/dma/tegra210-adma.c | 10 drivers/dma/ti/dma-crossbar.c | 18 drivers/dma/ti/k3-udma-private.c | 2 drivers/dma/ti/omap-dma.c | 4 drivers/dma/xilinx/xdma-regs.h | 1 drivers/dma/xilinx/xdma.c | 2 drivers/dma/xilinx/xilinx_dma.c | 7 drivers/edac/i3200_edac.c | 11 drivers/edac/x38_edac.c | 9 drivers/firmware/efi/cper.c | 2 drivers/firmware/imx/imx-scu-irq.c | 24 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 19 drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h | 2 drivers/gpu/drm/amd/display/dc/dml2/display_mode_core.c | 12 drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 8 drivers/gpu/drm/amd/display/dc/link/link_detection.c | 4 drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 3 drivers/gpu/drm/nouveau/dispnv50/curs507a.c | 1 drivers/gpu/drm/panel/panel-simple.c | 1 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 22 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 4 drivers/hid/intel-ish-hid/ipc/ipc.c | 25 drivers/hid/intel-ish-hid/ipc/pci-ish.c | 2 drivers/hid/intel-ish-hid/ishtp-hid-client.c | 4 drivers/hid/intel-ish-hid/ishtp/bus.c | 18 drivers/hid/intel-ish-hid/ishtp/hbm.c | 4 drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 3 drivers/hid/usbhid/hid-core.c | 17 drivers/i2c/busses/i2c-qcom-geni.c | 11 drivers/i2c/busses/i2c-riic.c | 46 + drivers/net/can/ctucanfd/ctucanfd_base.c | 2 drivers/net/can/usb/etas_es58x/es58x_core.c | 2 drivers/net/can/usb/gs_usb.c | 2 drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c | 2 drivers/net/ethernet/mellanox/mlx5/core/en.h | 13 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 86 ++- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 15 drivers/net/hyperv/netvsc_drv.c | 3 drivers/net/macvlan.c | 20 drivers/nvme/host/pci.c | 7 drivers/nvme/target/tcp.c | 12 drivers/pci/Kconfig | 6 drivers/phy/broadcom/phy-bcm-ns-usb3.c | 2 drivers/phy/broadcom/phy-bcm-ns2-pcie.c | 2 drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c | 1 drivers/phy/broadcom/phy-bcm-sr-pcie.c | 2 drivers/phy/broadcom/phy-brcm-sata.c | 2 drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 3 drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 1 drivers/phy/marvell/phy-pxa-usb.c | 1 drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c | 2 drivers/phy/qualcomm/phy-qcom-m31.c | 2 drivers/phy/qualcomm/phy-qcom-qusb2.c | 18 drivers/phy/qualcomm/phy-qcom-snps-eusb2.c | 256 ++++------ drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 41 - drivers/phy/st/phy-stih407-usb.c | 2 drivers/phy/st/phy-stm32-usbphyc.c | 6 drivers/phy/tegra/xusb-tegra186.c | 3 drivers/phy/ti/phy-da8xx-usb.c | 7 drivers/phy/ti/phy-gmii-sel.c | 2 drivers/phy/ti/phy-twl4030-usb.c | 1 drivers/scsi/scsi_error.c | 24 drivers/usb/core/config.c | 5 drivers/usb/core/quirks.c | 3 drivers/usb/dwc3/core.c | 2 drivers/usb/dwc3/core.h | 1 drivers/usb/host/ohci-platform.c | 1 drivers/usb/host/uhci-platform.c | 1 drivers/usb/serial/ftdi_sio.c | 1 drivers/usb/serial/ftdi_sio_ids.h | 2 drivers/usb/serial/option.c | 1 drivers/usb/typec/tcpm/tcpm.c | 2 fs/btrfs/block-group.c | 60 +- fs/btrfs/send.c | 2 fs/btrfs/space-info.c | 75 ++ fs/btrfs/space-info.h | 9 fs/btrfs/sysfs.c | 18 fs/btrfs/transaction.c | 11 fs/ext4/xattr.c | 1 fs/gfs2/lops.c | 2 fs/nfs/blocklayout/dev.c | 6 fs/nfs/file.c | 3 fs/nfs/flexfilelayout/flexfilelayoutdev.c | 2 fs/nfs/nfs4proc.c | 6 fs/nfs/nfstrace.h | 3 fs/nfs/pnfs.c | 58 +- fs/nfs/pnfs.h | 17 fs/nfs/write.c | 33 + fs/xfs/libxfs/xfs_ialloc.c | 11 fs/xfs/xfs_rtalloc.c | 2 include/acpi/acpi_numa.h | 5 include/linux/energy_model.h | 2 include/linux/gfp.h | 2 include/linux/intel-ish-client-if.h | 2 include/linux/kfence.h | 1 include/linux/nfs_fs.h | 1 include/linux/numa_memblks.h | 3 include/linux/sched/mm.h | 1 include/linux/textsearch.h | 1 include/linux/usb/quirks.h | 3 include/scsi/scsi_eh.h | 6 include/sound/pcm.h | 2 io_uring/io_uring.c | 8 kernel/bpf/cgroup.c | 8 kernel/time/hrtimer.c | 2 lib/buildid.c | 32 - mm/Kconfig | 12 mm/damon/sysfs-schemes.c | 10 mm/damon/sysfs.c | 5 mm/kmsan/shadow.c | 2 mm/numa_emulation.c | 45 + mm/numa_memblks.c | 4 mm/page_alloc.c | 74 ++ mm/vmstat.c | 28 - mm/zswap.c | 2 net/bridge/br_fdb.c | 28 - net/bridge/br_input.c | 4 net/bridge/br_multicast.c | 9 net/can/j1939/transport.c | 10 net/core/dev.c | 25 net/core/filter.c | 20 net/ipv4/esp4_offload.c | 4 net/ipv4/ip_gre.c | 11 net/ipv6/addrconf.c | 4 net/ipv6/esp6_offload.c | 4 net/ipv6/ip6_tunnel.c | 2 net/sched/sch_qfq.c | 6 net/xfrm/xfrm_state.c | 1 sound/core/oss/pcm_oss.c | 4 sound/core/pcm_native.c | 9 sound/pci/hda/cirrus_scodec_test.c | 1 sound/soc/codecs/tlv320adcx140.c | 8 sound/soc/codecs/wsa881x.c | 9 sound/soc/codecs/wsa883x.c | 9 sound/soc/codecs/wsa884x.c | 3 sound/soc/sdw_utils/soc_sdw_cs42l43.c | 2 tools/testing/selftests/bpf/progs/verifier_ctx.c | 25 tools/testing/selftests/landlock/common.h | 1 tools/testing/selftests/landlock/fs_test.c | 6 tools/testing/selftests/landlock/net_test.c | 16 tools/testing/selftests/net/toeplitz.c | 4 tools/testing/vsock/util.c | 12 166 files changed, 1424 insertions(+), 596 deletions(-) Aboorva Devarajan (1): mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free Aditya Garg (1): net: hv_netvsc: reject RSS hash key programming without RX indirection table Andreas Gruenbacher (1): Revert "gfs2: Fix use of bio_chain" Anthony Brandon (1): dmaengine: xilinx: xdma: Fix regmap max_register Antony Antony (1): xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set Arnaud Ferraris (1): tcpm: allow looking for role_sw device in the main node Bagas Sanjaya (3): mm: describe @flags parameter in memalloc_flags_save() textsearch: describe @list member in ts_ops search mm, kfence: describe @slab parameter in __kfence_obj_info() Ben Dooks (1): mm: numa,memblock: include for 'numa_nodes_parsed' Benjamin Tissoires (1): HID: usbhid: paper over wrong bNumDescriptor field Biju Das (1): dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() Binbin Zhou (4): LoongArch: dts: loongson-2k0500: Add default interrupt controller address cells LoongArch: dts: loongson-2k1000: Add default interrupt controller address cells LoongArch: dts: loongson-2k1000: Fix i2c-gpio node names LoongArch: dts: loongson-2k2000: Add default interrupt controller address cells Brian Foster (1): xfs: set max_agbno to allow sparse alloc of last full inode chunk Brian Kao (1): scsi: core: Fix error handler encryption support Bruno Faccini (2): mm/fake-numa: allow later numa node hotplug mm/fake-numa: handle cases with no SRAT info Cole Leavitt (1): ASoC: sdw_utils: cs42l43: Enable Headphone pin for LINEOUT jack type Dan Carpenter (1): phy: stm32-usphyc: Fix off by one in probe() Dan Williams (1): x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers Dragan Simic (1): phy: phy-rockchip-inno-usb2: Use dev_err_probe() in the probe path Emil Svendsen (2): ASoC: tlv320adcx140: fix null pointer ASoC: tlv320adcx140: fix word length Eric Dumazet (6): net: bridge: annotate data-races around fdb->{updated,used} ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() net: update netdev_lock_{type,name} macvlan: fix possible UAF in macvlan_forward_source() ipv4: ip_gre: make ipgre_header() robust net/sched: sch_qfq: do not free existing class in qfq_change_class() Ethan Nelson-Moore (1): USB: serial: ftdi_sio: add support for PICAXE AXE027 cable Gal Pressman (1): selftests: drv-net: fix RPS mask handling for high CPU numbers Greg Kroah-Hartman (1): Linux 6.12.67 Günther Noack (1): selftests/landlock: Properly close a file descriptor Haotian Zhang (2): phy: ti: da8xx-usb: Handle devm_pm_runtime_enable() errors dmaengine: omap-dma: fix dma_pool resource leak in error paths Haoxiang Li (4): EDAC/x38: Fix a resource leak in x38_probe1() EDAC/i3200: Fix a resource leak in i3200_probe1() drm/amdkfd: fix a memory leak in device_queue_manager_init() drm/vmwgfx: Fix an error return check in vmw_compat_shader_add() Huacai Chen (1): USB: OHCI/UHCI: Add soft dependencies on ehci_platform Ian Forbes (1): drm/vmwgfx: Merge vmw_bo_release and vmw_bo_free functions Ido Schimmel (1): bridge: mcast: Fix use-after-free during router port configuration Ilikara Zheng (1): nvme-pci: disable secondary temp for Wodposit WPBSNM8 Ivaylo Ivanov (1): phy: phy-snps-eusb2: refactor constructs names Janne Grunau (1): dmaengine: apple-admac: Add "apple,t8103-admac" compatible Jaroslav Kysela (1): ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layer Jianbo Liu (1): xfrm: Fix inner mode lookup in tunnel mode GSO segmentation Jiasheng Jiang (1): btrfs: fix memory leaks in create_space_info() error paths Johan Hovold (16): ASoC: codecs: wsa884x: fix codec initialisation phy: drop probe registration printks ASoC: codecs: wsa883x: fix unnecessary initialisation phy: ti: gmii-sel: fix regmap leak on probe failure ASoC: codecs: wsa881x: fix unnecessary initialisation dmaengine: at_hdmac: fix device leak on of_dma_xlate() dmaengine: bcm-sba-raid: fix device leak on probe dmaengine: dw: dmamux: fix OF node leak on route allocation failure dmaengine: idxd: fix device leaks on compat bind and unbind dmaengine: lpc18xx-dmamux: fix device leak on route allocation dmaengine: lpc32xx-dmamux: fix device leak on route allocation dmaengine: stm32: dmamux: fix device leak on route allocation dmaengine: stm32: dmamux: fix OF node leak on route allocation failure dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocation dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation dmaengine: ti: k3-udma: fix device leak on udma lookup Johannes Brüderl (1): usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptor Joshua Hahn (2): mm/page_alloc/vmstat: simplify refresh_cpu_vm_stats change detection mm/page_alloc: batch page freeing in decay_pcp_high Kery Qi (1): net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback Krzysztof Kozlowski (1): phy: broadcom: ns-usb3: Fix Wvoid-pointer-to-enum-cast warning (again) Kuniyuki Iwashima (1): ipv6: Fix use-after-free in inet6_addr_del(). Lisa Robinson (1): LoongArch: Fix PMU counter allocation for mixed-type event groups Loic Poulain (1): phy: qcom-qusb2: Fix NULL pointer dereference on early suspend Louis Chauvet (1): phy: rockchip: inno-usb2: fix disconnection in gadget mode Luca Ceresoli (1): phy: rockchip: inno-usb2: fix communication disruption in gadget mode Lyude Paul (1): drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare Marc Kleine-Budde (1): can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak Marek Vasut (1): drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel Mario Limonciello (1): drm/amd/display: Bump the HDMI clock to 340MHz Mario Limonciello (AMD) (1): drm/amd: Clean up kfd node on surprise disconnect Matthieu Buffet (2): selftests/landlock: Fix TCP bind(AF_UNSPEC) test case selftests/landlock: Remove invalid unix socket bind() Miaoqian Lin (1): dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() Ming Lei (1): io_uring: move local task_work in exit cancel loop Morduan Zang (1): efi/cper: Fix cper_bits_to_str buffer handling and return value Naohiro Aota (3): btrfs: factor out init_space_info() from create_space_info() btrfs: factor out check_removing_space_info() from btrfs_free_block_groups() btrfs: introduce btrfs_space_info sub-group Nathan Chancellor (1): HID: intel-ish-hid: Fix -Wcast-function-type-strict in devm_ishtp_alloc_workqueue() Neil Armstrong (1): i2c: qcom-geni: make sure I2C hub controllers can't use SE DMA Nilay Shroff (2): null_blk: fix kmemleak by releasing references to fault configfs items nvme: fix PCIe subsystem reset controller state transition Nirjhar Roy (IBM) (1): xfs: Fix the return value of xfs_rtcopy_summary() Ondrej Ille (1): can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit. Paul Chaignon (2): bpf: Reject narrower access to pointer ctx fields selftests/bpf: Test invalid narrower ctx load Pavel Butsykin (1): mm/zswap: fix error pointer free in zswap_cpu_comp_prepare() Peng Fan (1): firmware: imx: scu-irq: Set mu_resource_id before get handle Qu Wenruo (1): btrfs: send: check for inline extents in range_is_hole_in_parent() Rafael Beims (1): phy: freescale: imx8m-pcie: assert phy reset during power on Richard Fitzgerald (1): ALSA: hda/cirrus_scodec_test: Fix incorrect setup of gpiochip Robbie Ko (1): btrfs: fix deadlock in wait_current_trans() due to ignored transaction type Ryan Roberts (1): mm: kmsan: fix poisoning of high-order non-compound pages Saeed Mahameed (4): net/mlx5e: Fix crash on profile change rollback failure net/mlx5e: Don't store mlx5e_priv in mlx5e_dev devlink priv net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv net/mlx5e: Restore destroying state bit after profile cleanup Sean Christopherson (1): x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1 SeongJae Park (3): mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failure mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup failure Shakeel Butt (1): lib/buildid: use __kernel_read() for sleepable context Sheetal (1): dmaengine: tegra-adma: Fix use-after-free Shivam Kumar (1): nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec Stefano Garzarella (1): vsock/test: add a final full barrier after run all tests Stefano Radaelli (1): phy: fsl-imx8mq-usb: Clear the PCS_TX_SWING_FULL field before using it Suraj Gupta (1): dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" property is missing Szymon Wilczek (1): can: etas_es58x: allow partial RX URB allocation to succeed Tetsuo Handa (1): net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts Thinh Nguyen (1): usb: dwc3: Check for USB4 IP_NAME Thomas Weißschuh (1): hrtimer: Fix softirq base check in update_needs_ipi() Tommaso Merciai (1): i2c: riic: Move suspend handling to NOIRQ phase Trond Myklebust (2): pNFS: Fix a deadlock when returning a delegation during open() NFS: Fix a deadlock involving nfs_release_folio() Tzung-Bi Shih (1): drm/amd/display: mark static functions noinline_for_stack Ulrich Mohr (1): USB: serial: option: add Telit LE910 MBIM composition Vlastimil Babka (1): mm/page_alloc: prevent pcp corruption with SMP=n Wayne Chang (1): phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 Wentao Liang (1): phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe() Xiaochen Shen (2): x86/resctrl: Add missing resctrl initialization for Hygon x86/resctrl: Fix memory bandwidth counter width for Hygon Yang Erkun (1): ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref Yang Wang (1): drm/amd/pm: fix smu overdrive data type wrong issue on smu 14.0.2 Yaxiong Tian (1): PM: EM: Fix incorrect description of the cost field in struct em_perf_state Zhang Lixu (1): HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blocking Zhen Ni (1): dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failure Zilin Guan (2): pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node() pnfs/blocklayout: Fix memory leak in bl_parse_scsi()