public inbox for linux-kernel@vger.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.10.2
Date: Sat, 27 Jul 2024 11:42:57 +0200	[thread overview]
Message-ID: <2024072758-untold-deflected-6abf@gregkh> (raw)

I'm announcing the release of the 6.10.2 kernel.

All users of the 6.10 kernel series must upgrade.

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

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

 Makefile                                  |    2 -
 arch/arm64/boot/dts/qcom/ipq6018.dtsi     |    1 
 arch/arm64/boot/dts/qcom/ipq8074.dtsi     |    2 +
 arch/arm64/boot/dts/qcom/msm8996.dtsi     |    1 
 arch/arm64/boot/dts/qcom/msm8998.dtsi     |    1 
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts  |   13 +++++++-
 arch/arm64/boot/dts/qcom/qrb4210-rb2.dts  |   13 +++++++-
 arch/arm64/boot/dts/qcom/sc7180.dtsi      |    1 
 arch/arm64/boot/dts/qcom/sc7280.dtsi      |    1 
 arch/arm64/boot/dts/qcom/sdm630.dtsi      |    1 
 arch/arm64/boot/dts/qcom/sdm845.dtsi      |    2 +
 arch/arm64/boot/dts/qcom/sm6115.dtsi      |    1 
 arch/arm64/boot/dts/qcom/sm6350.dtsi      |    1 
 arch/arm64/boot/dts/qcom/x1e80100-crd.dts |   17 ++++++++---
 arch/arm64/boot/dts/qcom/x1e80100-qcp.dts |   17 ++++++++---
 arch/s390/mm/fault.c                      |    3 +
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c    |    2 -
 drivers/net/tap.c                         |    5 +++
 drivers/net/tun.c                         |    3 +
 drivers/usb/gadget/function/f_midi2.c     |   19 +++++++-----
 fs/jfs/xattr.c                            |   23 ++++++++++++---
 fs/locks.c                                |    9 ++---
 fs/ntfs3/fslog.c                          |   44 ++++++++++++++++++++++++----
 fs/ocfs2/dir.c                            |   46 ++++++++++++++++++------------
 sound/core/pcm_dmaengine.c                |    6 +++
 sound/core/seq/seq_ump_client.c           |   16 ++++++++++
 sound/pci/hda/patch_realtek.c             |    3 +
 27 files changed, 198 insertions(+), 55 deletions(-)

Abel Vesa (4):
      arm64: dts: qcom: x1e80100-qcp: Fix USB PHYs regulators
      arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a
      arm64: dts: qcom: x1e80100-qcp: Fix the PHY regulator for PCIe 6a
      arm64: dts: qcom: x1e80100-crd: Fix USB PHYs regulators

Dan Carpenter (1):
      drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()

Dmitry Baryshkov (2):
      arm64: dts: qcom: qrb2210-rb1: switch I2C2 to i2c-gpio
      arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio

Dongli Zhang (1):
      tun: add missing verification for short frame

Edson Juliano Drosdeck (1):
      ALSA: hda/realtek: Enable headset mic on Positivo SU C1400

Gerald Schaefer (1):
      s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()

Greg Kroah-Hartman (1):
      Linux 6.10.2

Jann Horn (1):
      filelock: Fix fcntl/close race recovery compat path

Konstantin Komarov (1):
      fs/ntfs3: Add a check for attr_names and oatbl

Krishna Kurapati (10):
      arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode
      arm64: dts: qcom: sc7280: Disable SuperSpeed instances in park mode
      arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: ipq8074: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: sdm845: Disable SS instance in Parkmode for USB
      arm64: dts: qcom: sm6115: Disable SS instance in Parkmode for USB

Seunghun Han (1):
      ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360

Shenghao Ding (1):
      ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop

Shengjiu Wang (1):
      ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused

Si-Wei Liu (1):
      tap: add missing verification for short frame

Takashi Iwai (2):
      usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
      ALSA: seq: ump: Skip useless ports for static blocks

lei lu (3):
      ocfs2: add bounds checking to ocfs2_check_dir_entry()
      jfs: don't walk off the end of ealist
      fs/ntfs3: Validate ff offset


             reply	other threads:[~2024-07-27  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-27  9:42 Greg Kroah-Hartman [this message]
2024-07-27  9:42 ` Linux 6.10.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=2024072758-untold-deflected-6abf@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