| 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.12.85 |
| Date: |
| Thu, 30 Apr 2026 11:43:42 +0200 |
| Message-ID: |
| <2026043043-thermos-remodeler-5481@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.12.85 kernel.
All users of the 6.12 kernel series must upgrade.
The updated 6.12.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.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
crypto/Kconfig | 2
crypto/af_alg.c | 51 ++--------
crypto/algif_aead.c | 203 ++++++++-----------------------------------
crypto/algif_skcipher.c | 6 -
crypto/authenc.c | 32 ------
crypto/authencesn.c | 84 ++++++-----------
crypto/scatterwalk.c | 94 +++++++++++++++++++
drivers/xen/privcmd.c | 7 +
drivers/xen/sys-hypervisor.c | 8 +
include/crypto/if_alg.h | 5 -
include/crypto/scatterwalk.h | 31 ++++++
12 files changed, 229 insertions(+), 296 deletions(-)
Douya Le (1):
crypto: algif_aead - snapshot IV for async AEAD requests
Eric Biggers (3):
crypto: scatterwalk - Backport memcpy_sglist()
crypto: algif_aead - use memcpy_sglist() instead of null skcipher
crypto: authenc - use memcpy_sglist() instead of null skcipher
Greg Kroah-Hartman (1):
Linux 6.12.85
Herbert Xu (4):
crypto: algif_aead - Revert to operating out-of-place
crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
crypto: authencesn - Fix src offset when decrypting in-place
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Juergen Gross (2):
xen/privcmd: fix double free via VMA splitting
Buffer overflow in drivers/xen/sys-hypervisor.c