From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A0C6B190 for ; Tue, 5 Sep 2023 00:09:18 +0000 (UTC) Received: by mail-io1-f48.google.com with SMTP id ca18e2360f4ac-794e0e8b588so90812739f.1 for ; Mon, 04 Sep 2023 17:09:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; t=1693872557; x=1694477357; darn=lists.linux.dev; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=hmNwuhUjd0buiuTyS5n0pAwdKJtMm9VI1Ify1HAs5hM=; b=QIUvkJ4QUlt1zdBYPYHtRlV5RwxyBRup//KbIMCI17ZitlwHQqt8a9S9rEHJ0heYff GM+zuqpOOpacOYcFnk6cy6klG4aT3LgOvernALs1UAXAAWARnuUD4apcNCpyiwFLyzFO lEhBCrTrY/bEqc0vYh458041VQ1qhsUox9m/M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693872557; x=1694477357; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=hmNwuhUjd0buiuTyS5n0pAwdKJtMm9VI1Ify1HAs5hM=; b=Ks65Rr2KC/LQXdLmreI1uSyoWxHnQ2WihkFV76Aphz9h3pIzVcwoRUozLnc4rnrB+L qsWuvScUKPVyX//WmH6tFnosddH/WOYR0TRKpg6HWoMEa8KTIEL4wz/Tott2lEYgKuHD Tu61zDAcWlZ3JYQ8wmZz8MQJO9H2fzVDF+KvxzH2fAHg7z3v2s7lVTG5ZaTGYrMkFkp9 B2PE166X4PFWV5jNkjRZ0WbDiKImfqf1bwAtKlukRfPE/1cYhkI6Ea+/ZoYB4aJmCeKA WVBmUAKNYEO7Eofzn0gKromj0dNlx7VN2GWkehYH2PVwMKh/YDi0GWb+dux2v1wzk611 fV+w== X-Gm-Message-State: AOJu0YyuKZ5eim4w4lUV3zoGKI9cV5vBFIYpReuInUOSG5C5f2rROn9B hj2jeP6+yAeL5zNc64Mh2vmMGQ== X-Google-Smtp-Source: AGHT+IGKCZuIndNgxFzx7SJEXaj+cGm17bxMdKn5HC4RwSHQN90fsbzBIo4h6t8MhvrbtU6MfRq32A== X-Received: by 2002:a6b:d607:0:b0:791:385d:69cf with SMTP id w7-20020a6bd607000000b00791385d69cfmr12005104ioa.18.1693872557562; Mon, 04 Sep 2023 17:09:17 -0700 (PDT) Received: from localhost (156.190.123.34.bc.googleusercontent.com. [34.123.190.156]) by smtp.gmail.com with ESMTPSA id i37-20020a056638382500b0042bb09e9345sm3722913jav.90.2023.09.04.17.09.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Sep 2023 17:09:17 -0700 (PDT) Date: Tue, 5 Sep 2023 00:09:16 +0000 From: Joel Fernandes To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, 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, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 6.1 00/31] 6.1.52-rc1 review Message-ID: <20230905000916.GC1104186@google.com> References: <20230904182946.999390199@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230904182946.999390199@linuxfoundation.org> On Mon, Sep 04, 2023 at 07:30:08PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.52 release. > There are 31 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, 06 Sep 2023 18:29:29 +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.1.52-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.1.y > and the diffstat can be found below. For RCU, Tested-by: Joel Fernandes (Google) thanks, - Joel > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman > Linux 6.1.52-rc1 > > Mario Limonciello > pinctrl: amd: Don't show `Invalid config param` errors > > Marco Felsch > usb: typec: tcpci: clear the fault status bit > > Ryusuke Konishi > nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse > > Ryusuke Konishi > nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() > > Hugo Villeneuve > dt-bindings: sc16is7xx: Add property to change GPIO function > > Badhri Jagan Sridharan > tcpm: Avoid soft reset when partner does not support get_status > > Juerg Haefliger > fsi: master-ast-cf: Add MODULE_FIRMWARE macro > > Wang Ming > firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe > > Hugo Villeneuve > serial: sc16is7xx: fix bug when first setting GPIO direction > > Hugo Villeneuve > serial: sc16is7xx: fix broken port 0 uart init > > Johan Hovold > serial: qcom-geni: fix opp vote on shutdown > > Deren Wu > wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU > > Deren Wu > wifi: mt76: mt7921: do not support one stream on secondary antenna only > > Zheng Wang > Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition > > Nam Cao > staging: rtl8712: fix race condition > > Aaron Armstrong Skomra > HID: wacom: remove the battery when the EKR is off > > Xu Yang > usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0 > > Luke Lu > usb: dwc3: meson-g12a: do post init to fix broken usb after resumption > > Takashi Iwai > ALSA: usb-audio: Fix init call orders for UAC1 > > Slark Xiao > USB: serial: option: add FOXCONN T99W368/T99W373 product > > Martin Kohn > USB: serial: option: add Quectel EM05G variant (0x030e) > > Christoph Hellwig > modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules > > Christoph Hellwig > rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff > > Christoph Hellwig > net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index > > Christoph Hellwig > mmc: au1xmmc: force non-modular build and remove symbol_get usage > > Arnd Bergmann > ARM: pxa: remove use of symbol_get() > > Namjae Jeon > ksmbd: reduce descriptor size if remaining bytes is less than request size > > Namjae Jeon > ksmbd: replace one-element array with flex-array member in struct smb2_ea_info > > Namjae Jeon > ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() > > Namjae Jeon > ksmbd: fix wrong DataOffset validation of create context > > Gao Xiang > erofs: ensure that the post-EOF tails are all zeroed > > > ------------- > > Diffstat: > > .../devicetree/bindings/serial/nxp,sc16is7xx.txt | 46 ++++++++++++++++++++++ > Makefile | 4 +- > 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 +- > .../net/wireless/mediatek/mt76/mt76_connac_mac.c | 7 +++- > 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 | 4 ++ > drivers/usb/typec/tcpm/tcpm.c | 7 ++++ > fs/erofs/zdata.c | 2 + > fs/nilfs2/alloc.c | 3 +- > fs/nilfs2/inode.c | 7 +++- > fs/nilfs2/segment.c | 5 +++ > fs/smb/server/auth.c | 3 ++ > fs/smb/server/oplock.c | 2 +- > fs/smb/server/smb2pdu.c | 2 +- > fs/smb/server/smb2pdu.h | 2 +- > fs/smb/server/transport_rdma.c | 25 ++++++++---- > include/linux/usb/tcpci.h | 1 + > kernel/module/main.c | 14 +++++-- > sound/usb/stream.c | 11 +++++- > 42 files changed, 209 insertions(+), 89 deletions(-) > >