From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D91BC433F5 for ; Mon, 21 Mar 2022 14:12:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349076AbiCUONK (ORCPT ); Mon, 21 Mar 2022 10:13:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244337AbiCUOFb (ORCPT ); Mon, 21 Mar 2022 10:05:31 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49EC32CE05; Mon, 21 Mar 2022 07:01:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 0441CCE1915; Mon, 21 Mar 2022 14:01:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA1F5C340ED; Mon, 21 Mar 2022 14:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647871287; bh=z+EQk3/2vJmHaAceL3rxRSdEI1/qs3yTtPxe3HD+MU0=; h=From:To:Cc:Subject:Date:From; b=K+dgBuYa8s35+vvZW3zQqJDnLxQCZuUtPMDddAxqDNVuqFuFV3UmmElUtSsCQTEUF qFxwjhhxhOJEqscJwJ/Vg7QlxnFWQr+KdwXyPLVCjDC40zpyp54mpln1BbcDvl6Bqv CYiBsP3F/P79eeTL3cr9VD+ww3Nmi1X/6jw1VCiI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Subject: [PATCH 5.15 00/32] 5.15.31-rc1 review Date: Mon, 21 Mar 2022 14:52:36 +0100 Message-Id: <20220321133220.559554263@linuxfoundation.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.31-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.15.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.15.31-rc1 X-KernelTest-Deadline: 2022-03-23T13:32+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 5.15.31 release. There are 32 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, 23 Mar 2022 13:32:09 +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.31-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.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.15.31-rc1 Filipe Manana btrfs: skip reserved bytes warning on unmount after log cleanup failure Michael Petlan perf symbols: Fix symbol size calculation condition Pavel Skripkin Input: aiptek - properly check endpoint type Matt Lupfer scsi: mpt3sas: Page fault in reply q processing Alan Stern usb: usbtmc: Fix bug in pipe direction for control transfers Alan Stern usb: gadget: Fix use-after-free bug by not setting udc->dev.driver Dan Carpenter usb: gadget: rndis: prevent integer overflow in rndis_set_response() Arnd Bergmann arm64: fix clang warning about TRAMP_VALIAS Ivan Vecera iavf: Fix hang during reboot/shutdown Vladimir Oltean net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower offload Doug Berger net: bcmgenet: skip invalid partial checksums Manish Chopra bnx2x: fix built-in kernel driver load failure Juerg Haefliger net: phy: mscc: Add MODULE_FIRMWARE macros Miaoqian Lin net: dsa: Add missing of_node_put() in dsa_port_parse_of Thomas Zimmermann drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS Nicolas Dichtel net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() Marek Vasut drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings Christoph Niedermaier drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_check() Jiasheng Jiang hv_netvsc: Add check for kvmalloc_array Przemyslaw Patynowski iavf: Fix double free in iavf_reset_task Jiasheng Jiang atm: eni: Add check for dma_map_single Eric Dumazet net/packet: fix slab-out-of-bounds access in packet_recvmsg() Kurt Cancemi net: phy: marvell: Fix invalid comparison in the resume and suspend functions Sabrina Dubroca esp6: fix check on ipv6_skip_exthdr's return value Jiyong Park vsock: each transport cycles only on its own sockets Niels Dossche alx: acquire mutex for alx_reinit in alx_change_mtu Randy Dunlap efi: fix return value of __setup handlers Jocelyn Falempe drm/mgag200: Fix PLL setup for g200wb and g200ew Ming Lei block: release rq qos structures for queue without disk Guo Ziliang mm: swap: get rid of livelock in swapin readahead Joseph Qi ocfs2: fix crash when initialize filecheck kobj fails Brian Masney crypto: qcom-rng - ensure buffer for generate is completely filled ------------- Diffstat: Makefile | 4 ++-- arch/arm64/include/asm/vectors.h | 4 ++-- block/blk-core.c | 4 ++++ drivers/atm/eni.c | 2 ++ drivers/crypto/qcom-rng.c | 17 ++++++++------ drivers/firmware/efi/apple-properties.c | 2 +- drivers/firmware/efi/efi.c | 2 +- drivers/gpu/drm/bridge/Kconfig | 2 +- drivers/gpu/drm/imx/parallel-display.c | 8 ------- drivers/gpu/drm/mgag200/mgag200_pll.c | 6 ++--- drivers/gpu/drm/panel/Kconfig | 1 + drivers/gpu/drm/panel/panel-simple.c | 2 +- drivers/input/tablet/aiptek.c | 10 ++++----- drivers/net/ethernet/atheros/alx/main.c | 5 ++++- drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 2 -- drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 28 ++++++++++++++---------- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 15 ++----------- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 6 +++-- drivers/net/ethernet/intel/iavf/iavf_main.c | 15 ++++++++++++- drivers/net/ethernet/mscc/ocelot_flower.c | 16 +++++++++++++- drivers/net/hyperv/netvsc_drv.c | 3 +++ drivers/net/phy/marvell.c | 8 +++---- drivers/net/phy/mscc/mscc_main.c | 3 +++ drivers/scsi/mpt3sas/mpt3sas_base.c | 5 +++-- drivers/usb/class/usbtmc.c | 13 ++++++++--- drivers/usb/gadget/function/rndis.c | 1 + drivers/usb/gadget/udc/core.c | 3 --- drivers/vhost/vsock.c | 3 ++- fs/btrfs/block-group.c | 26 ++++++++++++++++++++-- fs/btrfs/ctree.h | 7 ++++++ fs/btrfs/tree-log.c | 23 +++++++++++++++++++ fs/ocfs2/super.c | 22 +++++++++---------- include/linux/if_arp.h | 1 + include/net/af_vsock.h | 3 ++- mm/swap_state.c | 2 +- net/dsa/dsa2.c | 1 + net/ipv6/esp6.c | 3 +-- net/packet/af_packet.c | 11 +++++++++- net/vmw_vsock/af_vsock.c | 9 ++++++-- net/vmw_vsock/virtio_transport.c | 7 ++++-- net/vmw_vsock/vmci_transport.c | 5 ++++- tools/perf/util/symbol.c | 2 +- 42 files changed, 212 insertions(+), 100 deletions(-)