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 B1D38EE14D3 for ; Wed, 6 Sep 2023 20:38:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243363AbjIFUiV (ORCPT ); Wed, 6 Sep 2023 16:38:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244479AbjIFUiT (ORCPT ); Wed, 6 Sep 2023 16:38:19 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D40FD1BDC; Wed, 6 Sep 2023 13:37:59 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02B24C433C8; Wed, 6 Sep 2023 20:37:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694032679; bh=8BL1P8m0G5fvVO6hrBCs2nSorNHAf+J0/d5QoPOBg+Y=; h=From:To:Cc:Subject:Date:From; b=nHMcNjMjcXLfcc7W2Yiq8vlhFyJ7qtMuWRneiMlL98peOE3PLbuuTYau1v3csPUkO zgIFohrPyPXZftZ0D18M98bQDjvVSttaTLsDldm/yl/EF9aBOXv0cjALSQT8apd8Ps yJyS04ywgLUsP/Sk1ZKpOysmVdMKXPP0EaPm+V5Y= 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 5.15.131 Date: Wed, 6 Sep 2023 21:37:51 +0100 Message-ID: <2023090651-gradually-repacking-389b@gregkh> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org I'm announcing the release of the 5.15.131 kernel. All users of the 5.15 kernel series must upgrade. The updated 5.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.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/arm/mach-pxa/sharpsl_pm.c | 2 arch/arm/mach-pxa/spitz.c | 14 - arch/mips/alchemy/devboards/db1000.c | 8 arch/mips/alchemy/devboards/db1200.c | 19 -- arch/mips/alchemy/devboards/db1300.c | 10 - drivers/bluetooth/btsdio.c | 1 drivers/firmware/stratix10-svc.c | 2 drivers/fsi/fsi-master-ast-cf.c | 1 drivers/hid/wacom.h | 1 drivers/hid/wacom_sys.c | 25 ++ drivers/hid/wacom_wac.c | 1 drivers/hid/wacom_wac.h | 1 drivers/mmc/host/Kconfig | 5 drivers/net/ethernet/freescale/enetc/enetc_ptp.c | 2 drivers/net/wireless/mediatek/mt76/mt7921/main.c | 2 drivers/pinctrl/pinctrl-amd.c | 4 drivers/rtc/rtc-ds1685.c | 2 drivers/staging/rtl8712/os_intfs.c | 1 drivers/staging/rtl8712/usb_intf.c | 1 drivers/tty/serial/qcom_geni_serial.c | 5 drivers/tty/serial/sc16is7xx.c | 17 + drivers/usb/chipidea/ci_hdrc_imx.c | 10 - drivers/usb/chipidea/usbmisc_imx.c | 6 drivers/usb/dwc3/dwc3-meson-g12a.c | 6 drivers/usb/serial/option.c | 7 drivers/usb/typec/tcpm/tcpci.c | 7 drivers/usb/typec/tcpm/tcpci.h | 209 ---------------------- drivers/usb/typec/tcpm/tcpci_maxim.c | 3 drivers/usb/typec/tcpm/tcpci_mt6360.c | 3 drivers/usb/typec/tcpm/tcpci_rt1711h.c | 2 drivers/usb/typec/tcpm/tcpm.c | 7 fs/erofs/zdata.c | 2 fs/ksmbd/oplock.c | 2 fs/ksmbd/smb2pdu.c | 2 fs/ksmbd/smb2pdu.h | 2 fs/nilfs2/alloc.c | 3 fs/nilfs2/inode.c | 7 fs/nilfs2/segment.c | 5 include/linux/usb/tcpci.h | 211 +++++++++++++++++++++++ kernel/module.c | 14 + sound/usb/stream.c | 11 + 42 files changed, 350 insertions(+), 295 deletions(-) Aaron Armstrong Skomra (1): HID: wacom: remove the battery when the EKR is off Arnd Bergmann (1): ARM: pxa: remove use of symbol_get() Badhri Jagan Sridharan (1): tcpm: Avoid soft reset when partner does not support get_status Christoph Hellwig (4): mmc: au1xmmc: force non-modular build and remove symbol_get usage net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules Deren Wu (1): wifi: mt76: mt7921: do not support one stream on secondary antenna only Gao Xiang (1): erofs: ensure that the post-EOF tails are all zeroed Greg Kroah-Hartman (1): Linux 5.15.131 Hugo Villeneuve (2): serial: sc16is7xx: fix broken port 0 uart init serial: sc16is7xx: fix bug when first setting GPIO direction Johan Hovold (1): serial: qcom-geni: fix opp vote on shutdown Juerg Haefliger (1): fsi: master-ast-cf: Add MODULE_FIRMWARE macro Luke Lu (1): usb: dwc3: meson-g12a: do post init to fix broken usb after resumption Marco Felsch (1): usb: typec: tcpci: clear the fault status bit Mario Limonciello (1): pinctrl: amd: Don't show `Invalid config param` errors Martin Kohn (1): USB: serial: option: add Quectel EM05G variant (0x030e) Nam Cao (1): staging: rtl8712: fix race condition Namjae Jeon (2): ksmbd: fix wrong DataOffset validation of create context ksmbd: replace one-element array with flex-array member in struct smb2_ea_info Ryusuke Konishi (2): nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse Slark Xiao (1): USB: serial: option: add FOXCONN T99W368/T99W373 product Takashi Iwai (1): ALSA: usb-audio: Fix init call orders for UAC1 Wang Ming (1): firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe Xin Ji (1): usb: typec: tcpci: move tcpci.h to include/linux/usb/ Xu Yang (1): usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0 Zheng Wang (1): Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition