From: Joel Fernandes <joel@joelfernandes.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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.4 00/32] 6.4.15-rc1 review
Date: Tue, 5 Sep 2023 00:09:36 +0000 [thread overview]
Message-ID: <20230905000936.GD1104186@google.com> (raw)
In-Reply-To: <20230904182947.899158313@linuxfoundation.org>
On Mon, Sep 04, 2023 at 07:29:58PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.4.15 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, 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.4.15-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.4.y
> and the diffstat can be found below.
For RCU,
Tested-by: Joel Fernandes (Google) <joel@joelfernandes.org>
thanks,
- Joel
>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
>
> Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Linux 6.4.15-rc1
>
> Mario Limonciello <mario.limonciello@amd.com>
> pinctrl: amd: Don't show `Invalid config param` errors
>
> Marco Felsch <m.felsch@pengutronix.de>
> usb: typec: tcpci: clear the fault status bit
>
> Ryusuke Konishi <konishi.ryusuke@gmail.com>
> nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
>
> Hugo Villeneuve <hvilleneuve@dimonoff.com>
> dt-bindings: sc16is7xx: Add property to change GPIO function
>
> Badhri Jagan Sridharan <badhri@google.com>
> tcpm: Avoid soft reset when partner does not support get_status
>
> Juerg Haefliger <juerg.haefliger@canonical.com>
> fsi: master-ast-cf: Add MODULE_FIRMWARE macro
>
> Wang Ming <machel@vivo.com>
> firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
>
> Hugo Villeneuve <hvilleneuve@dimonoff.com>
> serial: sc16is7xx: fix bug when first setting GPIO direction
>
> Hugo Villeneuve <hvilleneuve@dimonoff.com>
> serial: sc16is7xx: fix broken port 0 uart init
>
> Johan Hovold <johan+linaro@kernel.org>
> serial: qcom-geni: fix opp vote on shutdown
>
> Sven Eckelmann <sven@narfation.org>
> wifi: ath11k: Cleanup mac80211 references on failure during tx_complete
>
> Sven Eckelmann <sven@narfation.org>
> wifi: ath11k: Don't drop tx_status when peer cannot be found
>
> Sascha Hauer <s.hauer@pengutronix.de>
> wifi: rtw88: usb: kill and free rx urbs on probe failure
>
> Deren Wu <deren.wu@mediatek.com>
> wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
>
> Deren Wu <deren.wu@mediatek.com>
> wifi: mt76: mt7921: do not support one stream on secondary antenna only
>
> Nam Cao <namcaov@gmail.com>
> staging: rtl8712: fix race condition
>
> Aaron Armstrong Skomra <aaron.skomra@wacom.com>
> HID: wacom: remove the battery when the EKR is off
>
> Xu Yang <xu.yang_2@nxp.com>
> usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
>
> Luke Lu <luke.lu@libre.computer>
> usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
>
> Takashi Iwai <tiwai@suse.de>
> ALSA: usb-audio: Fix init call orders for UAC1
>
> Slark Xiao <slark_xiao@163.com>
> USB: serial: option: add FOXCONN T99W368/T99W373 product
>
> Martin Kohn <m.kohn@welotec.com>
> USB: serial: option: add Quectel EM05G variant (0x030e)
>
> Christoph Hellwig <hch@lst.de>
> modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
>
> Christoph Hellwig <hch@lst.de>
> rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
>
> Christoph Hellwig <hch@lst.de>
> net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
>
> Christoph Hellwig <hch@lst.de>
> mmc: au1xmmc: force non-modular build and remove symbol_get usage
>
> Arnd Bergmann <arnd@arndb.de>
> ARM: pxa: remove use of symbol_get()
>
> Namjae Jeon <linkinjeon@kernel.org>
> ksmbd: reduce descriptor size if remaining bytes is less than request size
>
> Namjae Jeon <linkinjeon@kernel.org>
> ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
>
> Namjae Jeon <linkinjeon@kernel.org>
> ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
>
> Namjae Jeon <linkinjeon@kernel.org>
> ksmbd: fix wrong DataOffset validation of create context
>
> Gao Xiang <xiang@kernel.org>
> 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/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/ath/ath11k/dp_tx.c | 10 ++---
> .../net/wireless/mediatek/mt76/mt76_connac_mac.c | 7 +++-
> drivers/net/wireless/mediatek/mt76/mt7921/main.c | 2 +-
> drivers/net/wireless/realtek/rtw88/usb.c | 5 ++-
> 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/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, 212 insertions(+), 95 deletions(-)
>
>
next prev parent reply other threads:[~2023-09-05 0:09 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-04 18:29 [PATCH 6.4 00/32] 6.4.15-rc1 review Greg Kroah-Hartman
2023-09-04 18:29 ` [PATCH 6.4 01/32] erofs: ensure that the post-EOF tails are all zeroed Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 02/32] ksmbd: fix wrong DataOffset validation of create context Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 03/32] ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 04/32] ksmbd: replace one-element array with flex-array member in struct smb2_ea_info Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 05/32] ksmbd: reduce descriptor size if remaining bytes is less than request size Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 06/32] ARM: pxa: remove use of symbol_get() Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 07/32] mmc: au1xmmc: force non-modular build and remove symbol_get usage Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 08/32] net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 09/32] rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 10/32] modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 11/32] USB: serial: option: add Quectel EM05G variant (0x030e) Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 12/32] USB: serial: option: add FOXCONN T99W368/T99W373 product Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 13/32] ALSA: usb-audio: Fix init call orders for UAC1 Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 14/32] usb: dwc3: meson-g12a: do post init to fix broken usb after resumption Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 15/32] usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0 Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 16/32] HID: wacom: remove the battery when the EKR is off Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 17/32] staging: rtl8712: fix race condition Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 18/32] wifi: mt76: mt7921: do not support one stream on secondary antenna only Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 19/32] wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 20/32] wifi: rtw88: usb: kill and free rx urbs on probe failure Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 21/32] wifi: ath11k: Dont drop tx_status when peer cannot be found Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 22/32] wifi: ath11k: Cleanup mac80211 references on failure during tx_complete Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 23/32] serial: qcom-geni: fix opp vote on shutdown Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 24/32] serial: sc16is7xx: fix broken port 0 uart init Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 25/32] serial: sc16is7xx: fix bug when first setting GPIO direction Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 26/32] firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 27/32] fsi: master-ast-cf: Add MODULE_FIRMWARE macro Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 28/32] tcpm: Avoid soft reset when partner does not support get_status Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 29/32] dt-bindings: sc16is7xx: Add property to change GPIO function Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 30/32] nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 31/32] usb: typec: tcpci: clear the fault status bit Greg Kroah-Hartman
2023-09-04 18:30 ` [PATCH 6.4 32/32] pinctrl: amd: Dont show `Invalid config param` errors Greg Kroah-Hartman
2023-09-05 0:09 ` Joel Fernandes [this message]
2023-09-05 4:28 ` [PATCH 6.4 00/32] 6.4.15-rc1 review Bagas Sanjaya
2023-09-05 8:28 ` Naresh Kamboju
2023-09-05 9:41 ` Sudip Mukherjee (Codethink)
2023-09-05 11:08 ` Jon Hunter
2023-09-05 17:09 ` Justin Forbes
2023-09-05 20:54 ` Shuah Khan
2023-09-05 21:01 ` Florian Fainelli
2023-09-05 23:06 ` Ron Economos
2023-09-06 5:13 ` SeongJae Park
2023-09-06 17:30 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230905000936.GD1104186@google.com \
--to=joel@joelfernandes.org \
--cc=akpm@linux-foundation.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).