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 92B4215CAB for ; Tue, 8 Nov 2022 13:41:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D85DFC433C1; Tue, 8 Nov 2022 13:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667914876; bh=PUH0P6d6mILgBvprntFdpvlT13euJKuZBQoO9KamjRU=; h=From:To:Cc:Subject:Date:From; b=GJOyAyjl8BuHV9qlsADOTlp/ABU0WjIxY8ZpOXWLNX7a9jQJDH2uGSm8FXOKSiBC4 qGbhD0kYbVBvVsbAoB21dXRZ1TZAkTaNNCzk57upzE8+SFYu6Nq4/g2nnEWEBA9uTX 9KCus7XFRwej2O5mIbjmdrVK62gcOpSP1f/EC2o4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net Subject: [PATCH 4.9 00/30] 4.9.333-rc1 review Date: Tue, 8 Nov 2022 14:38:48 +0100 Message-Id: <20221108133326.715586431@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.333-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.333-rc1 X-KernelTest-Deadline: 2022-11-10T13:33+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 4.9.333 release. There are 30 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 Thu, 10 Nov 2022 13:33:17 +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/v4.x/stable-review/patch-4.9.333-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-4.9.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.9.333-rc1 Dokyung Song wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker() Maxim Levitsky KVM: x86: emulator: update the emulation mode after CR0 write Maxim Levitsky KVM: x86: emulator: introduce emulator_recalc_and_set_mode Maxim Levitsky KVM: x86: emulator: em_sysexit should update ctxt->mode Jim Mattson KVM: x86: Mask off reserved bits in CPUID.80000008H Ye Bin ext4: fix warning in 'ext4_da_release_space' Helge Deller parisc: Export iosapic_serial_irq() symbol for serial port driver Helge Deller parisc: Make 8250_gsc driver dependend on CONFIG_PARISC John Veness ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices David Sterba btrfs: fix type of parameter generation in btrfs_get_dentry Luiz Augusto von Dentz Bluetooth: L2CAP: Fix attempting to access uninitialized memory Martin Tůma i2c: xiic: Add platform module alias Hans Verkuil media: dvb-frontends/drxk: initialize err to 0 Hans Verkuil media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE Gaosheng Cui net: mdio: fix undefined behavior in bit shift for __mdiobus_register Zhengchao Shao Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() Maxim Mikityanskiy Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu Filipe Manana btrfs: fix ulist leaks in error paths of qgroup self tests Yang Yingliang isdn: mISDN: netjet: fix wrong check of device registration Yang Yingliang mISDN: fix possible memory leak in mISDN_register_device() Zhang Qilong rose: Fix NULL pointer dereference in rose_send_frame() Jason A. Donenfeld ipvs: use explicitly signed chars Dan Carpenter net: sched: Fix use after free in red_enqueue() Sergey Shtylyov ata: pata_legacy: fix pdc20230_set_piomode() Zhang Changzhong net: fec: fix improper use of NETDEV_TX_BUSY Shang XiaoJing nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() Shang XiaoJing nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send() Zhang Xiaoxu nfs4: Fix kmemleak when allocate slot failed Trond Myklebust NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot Trond Myklebust NFSv4.1: Handle RECLAIM_COMPLETE trunking errors ------------- Diffstat: Makefile | 4 +- arch/x86/kvm/cpuid.c | 1 + arch/x86/kvm/emulate.c | 102 +++++++++++++++------ drivers/ata/pata_legacy.c | 5 +- drivers/i2c/busses/i2c-xiic.c | 1 + drivers/isdn/hardware/mISDN/netjet.c | 2 +- drivers/isdn/mISDN/core.c | 5 +- drivers/media/dvb-frontends/drxk_hard.c | 2 +- drivers/net/ethernet/freescale/fec_main.c | 4 +- drivers/net/phy/mdio_bus.c | 2 +- .../wireless/broadcom/brcm80211/brcmfmac/fweh.c | 4 + drivers/nfc/nfcmrvl/i2c.c | 7 +- drivers/nfc/s3fwrn5/core.c | 8 +- drivers/parisc/iosapic.c | 1 + drivers/staging/media/s5p-cec/s5p_cec.c | 2 + drivers/tty/serial/8250/Kconfig | 2 +- fs/btrfs/export.c | 2 +- fs/btrfs/export.h | 2 +- fs/btrfs/tests/qgroup-tests.c | 20 +++- fs/ext4/migrate.c | 3 +- fs/nfs/nfs4client.c | 1 + fs/nfs/nfs4state.c | 2 + net/bluetooth/l2cap_core.c | 52 +++++++++-- net/netfilter/ipvs/ip_vs_conn.c | 4 +- net/rose/rose_link.c | 3 + net/sched/sch_red.c | 4 +- sound/usb/quirks-table.h | 58 ++++++++++++ sound/usb/quirks.c | 1 + 28 files changed, 241 insertions(+), 63 deletions(-)