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.14.11
Date: Tue, 10 Jun 2025 07:48:38 -0400	[thread overview]
Message-ID: <2025061030-latticed-capacity-dc94@gregkh> (raw)

-----------------
Note this is the LAST 6.14.y release.  This kernel branch is now end-of-life.
Please move to the 6.15.y kernel branch at this time.

If you notice, this has happened a bit more "early" than previous
end-of-life announcements.  Normally, after -rc1 is out there is a TON
of stable patches happening due to the changes that come into the
merge-window that were marked for stable backports but didn't get into
Linus's release before -final.  As some people have objected to this
large influx being added to a stable kernel that is just about to go
end-of-life, let's try marking this end-of-life a bit earlier to see how
it goes.

It might also spur maintainers/developers to get fixes into -final a bit
more as well :)
-----------------

I'm announcing the release of the 6.14.11 kernel.

All users of the 6.14 kernel series must upgrade.

The updated 6.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.14.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/phy/fsl,imx8mq-usb-phy.yaml  |    3 -
 Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml      |   13 ++++-
 Documentation/devicetree/bindings/usb/cypress,hx3.yaml         |   19 ++++++-
 Documentation/firmware-guide/acpi/dsd/data-node-references.rst |   26 ++++------
 Documentation/firmware-guide/acpi/dsd/graph.rst                |   11 +---
 Documentation/firmware-guide/acpi/dsd/leds.rst                 |    7 --
 Makefile                                                       |    2 
 drivers/android/binder.c                                       |   16 +++++-
 drivers/android/binder_internal.h                              |    8 ++-
 drivers/android/binderfs.c                                     |    2 
 drivers/bluetooth/hci_qca.c                                    |   14 ++---
 drivers/clk/samsung/clk-exynosautov920.c                       |    2 
 drivers/cpufreq/acpi-cpufreq.c                                 |    2 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c              |   16 +-----
 drivers/nvmem/Kconfig                                          |    1 
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c                    |   14 +++--
 drivers/rtc/class.c                                            |    2 
 drivers/rtc/lib.c                                              |   24 +++++++--
 drivers/thunderbolt/ctl.c                                      |    5 +
 drivers/tty/serial/jsm/jsm_tty.c                               |    1 
 drivers/usb/class/usbtmc.c                                     |    4 +
 drivers/usb/core/quirks.c                                      |    3 +
 drivers/usb/serial/pl2303.c                                    |    2 
 drivers/usb/storage/unusual_uas.h                              |    7 ++
 drivers/usb/typec/ucsi/ucsi.h                                  |    2 
 fs/orangefs/inode.c                                            |    9 +--
 kernel/trace/trace.c                                           |    2 
 27 files changed, 138 insertions(+), 79 deletions(-)

Alexandre Mergnat (2):
      rtc: Make rtc_time64_to_tm() support dates before 1970
      rtc: Fix offset calculation for .start_secs < 0

Arnd Bergmann (1):
      nvmem: rmem: select CONFIG_CRC32

Aurabindo Pillai (1):
      Revert "drm/amd/display: more liberal vmin/vmax update for freesync"

Bartosz Golaszewski (1):
      Bluetooth: hci_qca: move the SoC type check to the right place

Carlos Llamas (1):
      binder: fix yet another UAF in binder_devices

Charles Yeh (1):
      USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB

Dave Penkler (1):
      usb: usbtmc: Fix timeout value in get_stb

David Lechner (1):
      dt-bindings: pwm: adi,axi-pwmgen: Fix clocks

Dmitry Antipov (1):
      binder: fix use-after-free in binderfs_evict_inode()

Dustin Lundquist (1):
      serial: jsm: fix NPE during jsm_uart_port_init

Gabor Juhos (2):
      pinctrl: armada-37xx: use correct OUTPUT_VAL register for GPIOs > 31
      pinctrl: armada-37xx: set GPIO output value before setting direction

Gautham R. Shenoy (1):
      acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()

Greg Kroah-Hartman (1):
      Linux 6.14.11

Hongyu Xie (1):
      usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage device

Jiayi Li (1):
      usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE

Lukasz Czechowski (1):
      dt-bindings: usb: cypress,hx3: Add support for all variants

Mike Marshall (1):
      orangefs: adjust counting code to recover from 665575cf

Pan Taixi (1):
      tracing: Fix compilation warning on arm32

Pritam Manohar Sutar (1):
      clk: samsung: correct clock summary for hsi1 block

Qasim Ijaz (1):
      usb: typec: ucsi: fix Clang -Wsign-conversion warning

Sakari Ailus (1):
      Documentation: ACPI: Use all-string data node references

Sergey Senozhatsky (1):
      thunderbolt: Do not double dequeue a configuration request

Xu Yang (1):
      dt-bindings: phy: imx8mq-usb: fix fsl,phy-tx-vboost-level-microvolt property


             reply	other threads:[~2025-06-10 11:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-10 11:48 Greg Kroah-Hartman [this message]
2025-06-10 11:48 ` Linux 6.14.11 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=2025061030-latticed-capacity-dc94@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.