Linux 7.1.2

From: Greg Kroah-Hartman

Date: Sat Jun 27 2026 - 06:22:42 EST


I'm announcing the release of the 7.1.2 kernel.

All users of the 7.1 kernel series must upgrade.

The updated 7.1.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-7.1.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/userspace-api/ioctl/ioctl-number.rst | 1
Makefile | 2
drivers/base/memory.c | 3
drivers/char/agp/amd64-agp.c | 2
drivers/crypto/intel/qat/qat_common/adf_cfg.c | 10
drivers/crypto/intel/qat/qat_common/adf_cfg.h | 1
drivers/crypto/intel/qat/qat_common/adf_cfg_common.h | 32 -
drivers/crypto/intel/qat/qat_common/adf_cfg_user.h | 38 -
drivers/crypto/intel/qat/qat_common/adf_common_drv.h | 3
drivers/crypto/intel/qat/qat_common/adf_ctl_drv.c | 404 -------------------
drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c | 70 ---
drivers/iio/adc/ti-ads1298.c | 7
drivers/iio/light/veml6075.c | 8
drivers/media/test-drivers/vidtv/vidtv_mux.c | 8
drivers/tty/serial/8250/8250_dw.c | 4
drivers/tty/serial/qcom_geni_serial.c | 9
drivers/tty/vt/vc_screen.c | 2
fs/fuse/dev.c | 19
fs/fuse/file.c | 8
fs/nfsd/export.c | 63 --
fs/nfsd/export.h | 7
fs/nfsd/nfsctl.c | 8
fs/smb/server/smb2pdu.c | 5
io_uring/net.c | 36 -
io_uring/opdef.c | 4
25 files changed, 80 insertions(+), 674 deletions(-)

Gabriel Krisman Bertazi (1):
io_uring/net: Avoid msghdr on op_connect/op_bind async data

Georgi Djakov (1):
drivers/base/memory: set mem->altmap after successful device registration

Gil Portnoy (1):
ksmbd: reject non-VALID session in compound request branch

Giovanni Cabiddu (1):
crypto: qat - remove unused character device and IOCTLs

Greg Kroah-Hartman (1):
Linux 7.1.2

Joanne Koong (1):
fuse: re-lock request before replacing page cache folio

Miklos Szeredi (1):
virtiofs: fix UAF on submount umount

Mingyu Wang (1):
agp/amd64: Fix broken error propagation in agp_amd64_probe()

Ruslan Valiyev (1):
media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si

Sam Daly (2):
iio: light: veml6075: add bounds check to veml6075_it_ms index
iio: adc: ti-ads1298: add bounds check to pga_settings index

Stepan Ionichev (1):
serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails

Viken Dadhaniya (1):
serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zero

Yang Erkun (1):
Revert "NFSD: Defer sub-object cleanup in export put callbacks"

Yi Yang (1):
vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write