linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <gregkh@linuxfoundation.org>
Subject: Linux 6.5.2
Date: Wed,  6 Sep 2023 21:37:35 +0100	[thread overview]
Message-ID: <2023090636-powwow-racism-2b6e@gregkh> (raw)

I'm announcing the release of the 6.5.2 kernel.

All users of the 6.5 kernel series must upgrade.

The updated 6.5.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.5.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

------------

 Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt |   46 +++++++++++++
 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/firmware/stratix10-svc.c                           |    2 
 drivers/fsi/fsi-master-ast-cf.c                            |    1 
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c                     |    4 -
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c                     |    4 -
 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 +-
 drivers/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 +++
 kernel/trace/trace.c                                       |    4 -
 sound/usb/stream.c                                         |   11 ++-
 45 files changed, 219 insertions(+), 98 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

Brian Foster (1):
      tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY

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 (2):
      wifi: mt76: mt7921: do not support one stream on secondary antenna only
      wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU

Gao Xiang (1):
      erofs: ensure that the post-EOF tails are all zeroed

Greg Kroah-Hartman (1):
      Linux 6.5.2

Hugo Villeneuve (3):
      serial: sc16is7xx: fix broken port 0 uart init
      serial: sc16is7xx: fix bug when first setting GPIO direction
      dt-bindings: sc16is7xx: Add property to change GPIO function

Johan Hovold (1):
      serial: qcom-geni: fix opp vote on shutdown

Juerg Haefliger (1):
      fsi: master-ast-cf: Add MODULE_FIRMWARE macro

Lang Yu (1):
      drm/amdgpu: correct vmhub index in GMC v10/11

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 (4):
      ksmbd: fix wrong DataOffset validation of create context
      ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
      ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
      ksmbd: reduce descriptor size if remaining bytes is less than request size

Ryusuke Konishi (1):
      nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse

Sascha Hauer (1):
      wifi: rtw88: usb: kill and free rx urbs on probe failure

Slark Xiao (1):
      USB: serial: option: add FOXCONN T99W368/T99W373 product

Sven Eckelmann (2):
      wifi: ath11k: Don't drop tx_status when peer cannot be found
      wifi: ath11k: Cleanup mac80211 references on failure during tx_complete

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

Xu Yang (1):
      usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0


             reply	other threads:[~2023-09-06 20:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06 20:37 Greg Kroah-Hartman [this message]
2023-09-06 20:37 ` Linux 6.5.2 Greg Kroah-Hartman

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=2023090636-powwow-racism-2b6e@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --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).