| From: |
| Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> |
| To: |
| linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org |
| Subject: |
| Linux 6.6.110 |
| Date: |
| Mon, 06 Oct 2025 11:56:11 +0200 |
| Message-ID: |
| <2025100611-exes-monoxide-33ef@gregkh> |
| Cc: |
| lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> |
| Archive-link: |
| Article |
I'm announcing the release of the 6.6.110 kernel.
All users of the 6.6 kernel series must upgrade.
The updated 6.6.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.6.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...
thanks,
greg k-h
------------
Makefile | 2
drivers/media/pci/b2c2/flexcop-pci.c | 2
drivers/media/rc/imon.c | 27 +++++++++---
drivers/media/usb/uvc/uvc_driver.c | 73 +++++++++++++++++++++-------------
drivers/media/usb/uvc/uvcvideo.h | 2
drivers/target/target_core_configfs.c | 2
include/crypto/sha256_base.h | 2
scripts/gcc-plugins/gcc-common.h | 7 +++
sound/soc/qcom/qdsp6/topology.c | 4 -
9 files changed, 81 insertions(+), 40 deletions(-)
Breno Leitao (1):
crypto: sha256 - fix crash at kexec
Duoming Zhou (1):
media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove
Greg Kroah-Hartman (1):
Linux 6.6.110
Kees Cook (1):
gcc-plugins: Remove TODO_verify_il for GCC >= 16
Larshin Sergey (1):
media: rc: fix races with imon_disconnect()
Srinivas Kandagatla (1):
ASoC: qcom: audioreach: fix potential null pointer dereference
Thadeu Lima de Souza Cascardo (1):
media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID
Wang Haoran (1):
scsi: target: target_core_configfs: Add length check to avoid buffer overflow