All of lore.kernel.org
 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.9.2
Date: Sat, 25 May 2024 16:51:27 +0200	[thread overview]
Message-ID: <2024052527-panama-playgroup-899a@gregkh> (raw)

I'm announcing the release of the 6.9.2 kernel.

All users of the 6.9 kernel series must upgrade.

The updated 6.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.9.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/ABI/stable/sysfs-block                  |   10 ++
 Documentation/admin-guide/hw-vuln/core-scheduling.rst |    4 
 Documentation/admin-guide/mm/damon/usage.rst          |    6 -
 Documentation/sphinx/kernel_include.py                |    1 
 Makefile                                              |    2 
 arch/x86/include/asm/percpu.h                         |    6 -
 block/genhd.c                                         |   15 ++-
 block/partitions/core.c                               |    5 -
 drivers/android/binder.c                              |    2 
 drivers/android/binder_internal.h                     |    2 
 drivers/bluetooth/btusb.c                             |    1 
 drivers/cpufreq/amd-pstate.c                          |   22 ++++-
 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c           |    7 +
 drivers/media/v4l2-core/v4l2-ctrls-core.c             |   18 +---
 drivers/net/ethernet/micrel/ks8851_common.c           |   18 ----
 drivers/net/usb/ax88179_178a.c                        |   37 ++++++--
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c          |   10 --
 drivers/remoteproc/mtk_scp.c                          |   10 ++
 drivers/tty/serial/kgdboc.c                           |   30 ++++++-
 drivers/usb/dwc3/gadget.c                             |    4 
 drivers/usb/typec/tipd/core.c                         |   51 ++++++++----
 drivers/usb/typec/tipd/tps6598x.h                     |   11 ++
 drivers/usb/typec/ucsi/displayport.c                  |    4 
 include/linux/blkdev.h                                |   13 +++
 include/net/bluetooth/hci.h                           |    9 ++
 include/net/bluetooth/hci_core.h                      |    1 
 net/bluetooth/hci_conn.c                              |   75 ++++++++++++------
 net/bluetooth/hci_event.c                             |   31 ++++---
 net/bluetooth/iso.c                                   |    2 
 net/bluetooth/l2cap_core.c                            |   17 ----
 net/bluetooth/sco.c                                   |    6 -
 security/keys/trusted-keys/trusted_tpm2.c             |   25 ++++--
 sound/soc/intel/boards/Makefile                       |    1 
 sound/soc/intel/boards/sof_sdw.c                      |   12 +-
 sound/soc/intel/boards/sof_sdw_common.h               |    1 
 sound/soc/intel/boards/sof_sdw_rt_dmic.c              |   52 ++++++++++++
 36 files changed, 356 insertions(+), 165 deletions(-)

Akira Yokosawa (1):
      docs: kernel_include.py: Cope with docutils 0.21

AngeloGioacchino Del Regno (1):
      remoteproc: mediatek: Make sure IPI buffer fits in L2TCM

Bard Liao (1):
      ASoC: Intel: sof_sdw: use generic rtd_init function for Realtek SDW DMICs

Ben Greear (1):
      wifi: iwlwifi: Use request_module_nowait

Carlos Llamas (1):
      binder: fix max_thread type inconsistency

Christoph Hellwig (2):
      block: add a disk_has_partscan helper
      block: add a partscan sysfs attribute for disks

Daniel Thompson (1):
      serial: kgdboc: Fix NMI-safety problems from keyboard reset code

Greg Kroah-Hartman (1):
      Linux 6.9.2

Hans Verkuil (1):
      Revert "media: v4l2-ctrls: show all owned controls in log_status"

Heikki Krogerus (1):
      usb: typec: ucsi: displayport: Fix potential deadlock

Jarkko Sakkinen (2):
      KEYS: trusted: Fix memory leak in tpm2_key_encode()
      KEYS: trusted: Do not use WARN when encode fails

Javier Carrasco (2):
      usb: typec: tipd: fix event checking for tps25750
      usb: typec: tipd: fix event checking for tps6598x

Jose Fernandez (1):
      drm/amd/display: Fix division by zero in setup_dsc_config

Jose Ignacio Tornos Martinez (1):
      net: usb: ax88179_178a: fix link status when link is set to down/up

Perry Yuan (1):
      cpufreq: amd-pstate: fix the highest frequency issue which limits performance

Peter Tsao (1):
      Bluetooth: btusb: Fix the patch for MT7920 the affected to MT7921

Prashanth K (1):
      usb: dwc3: Wait unconditionally after issuing EndXfer command

Ronald Wahl (1):
      net: ks8851: Fix another TX stall caused by wrong ISR flag handling

SeongJae Park (2):
      Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file
      Docs/admin-guide/mm/damon/usage: fix wrong schemes effective quota update command

Sungwoo Kim (1):
      Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()

Thomas Weißschuh (1):
      admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET

Uros Bizjak (1):
      x86/percpu: Use __force to cast from __percpu address space


             reply	other threads:[~2024-05-25 14:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25 14:51 Greg Kroah-Hartman [this message]
2024-05-25 14:51 ` Linux 6.9.2 Greg Kroah-Hartman
2024-05-27 21:57 ` [f2fs-dev] Issue with f2fs on kernel 6.9.x Gustavo Brondani Schenkel
2024-05-27 21:57   ` Gustavo Brondani Schenkel
2024-05-28  1:24   ` [f2fs-dev] " Jaegeuk Kim
2024-05-28  1:24     ` Jaegeuk Kim

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=2024052527-panama-playgroup-899a@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.