This is the start of the stable review cycle for the 7.1.2 release.
There are 21 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v7.x/stable-review/patch-7.1.2-rc1.…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-7.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 7.1.2-rc1
Miklos Szeredi <mszeredi(a)redhat.com>
virtiofs: fix UAF on submount umount
Ruslan Valiyev <linuxoid(a)gmail.com>
media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
Gil Portnoy <dddhkts1(a)gmail.com>
ksmbd: reject non-VALID session in compound request branch
Georgi Djakov <georgi.djakov(a)oss.qualcomm.com>
drivers/base/memory: set mem->altmap after successful device registration
Stepan Ionichev <sozdayvek(a)gmail.com>
serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails
Viken Dadhaniya <viken.dadhaniya(a)oss.qualcomm.com>
serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zero
Yi Yang <yiyang13(a)huawei.com>
vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
Giovanni Cabiddu <giovanni.cabiddu(a)intel.com>
crypto: qat - remove unused character device and IOCTLs
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - fix bit count in bitmap_copy()
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - iterative IRQ handler
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - fix memory leak in rmi_set_attn_data()
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - fix num_subpackets overflow in register descriptor
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - fix type overflow in register counts
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - refactor register descriptor parsing
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
Input: rmi4 - fix register descriptor address calculation
Sam Daly <sam(a)samdaly.ie>
iio: adc: ti-ads1298: add bounds check to pga_settings index
Sam Daly <sam(a)samdaly.ie>
iio: light: veml6075: add bounds check to veml6075_it_ms index
Mingyu Wang <25181214217(a)stu.xidian.edu.cn>
agp/amd64: Fix broken error propagation in agp_amd64_probe()
Yang Erkun <yangerkun(a)huawei.com>
Revert "NFSD: Defer sub-object cleanup in export put callbacks"
Joanne Koong <joannelkoong(a)gmail.com>
fuse: re-lock request before replacing page cache folio
Gabriel Krisman Bertazi <krisman(a)suse.de>
io_uring/net: Avoid msghdr on op_connect/op_bind async data
-------------
Diffstat:
Documentation/userspace-api/ioctl/ioctl-number.rst | 1 -
Makefile | 4 +-
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 -
.../crypto/intel/qat/qat_common/adf_cfg_common.h | 32 --
drivers/crypto/intel/qat/qat_common/adf_cfg_user.h | 38 --
.../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/input/rmi4/rmi_driver.c | 171 +++++----
drivers/input/rmi4/rmi_driver.h | 4 +-
drivers/input/rmi4/rmi_f12.c | 7 +
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 | 67 +---
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 +-
28 files changed, 193 insertions(+), 749 deletions(-)
Hi,
As an exhibiting company at MWC Shanghai 2026, we have access to the fully updated attendee list of 16,884 verified decision-makers and industry contacts, including last-minute registrants who attended the show.
Data includes name, title, company, phone, and official email
Get 20% off Reply Today!
Interested? Share your target audience, industry, and geography, and I'll send the pricing details.
Warm regards,
Aaron Daniel
Sr. Marketing Manager
To opt out, reply “Unsubscribe’
This is the start of the stable review cycle for the 7.1.1 release.
There are 8 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu, 18 Jun 2026 14:55:16 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v7.x/stable-review/patch-7.1.1-rc1.…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-7.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 7.1.1-rc1
Will Deacon <will(a)kernel.org>
arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU
Shanker Donthineni <sdonthineni(a)nvidia.com>
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
Mark Rutland <mark.rutland(a)arm.com>
arm64: errata: Mitigate TLBI errata on various Arm CPUs
Mark Rutland <mark.rutland(a)arm.com>
arm64: cputype: Add C1-Premium definitions
Mark Rutland <mark.rutland(a)arm.com>
arm64: cputype: Add C1-Ultra definitions
Johan Hovold <johan(a)kernel.org>
driver core: reject devices with unregistered buses
Johan Hovold <johan(a)kernel.org>
driver core: faux: fix root device registration
Mingyu Wang <25181214217(a)stu.xidian.edu.cn>
fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling
-------------
Diffstat:
Documentation/arch/arm64/silicon-errata.rst | 46 +++++++++++++++++++++++++++++
Makefile | 4 +--
arch/arm64/Kconfig | 38 ++++++++++++++++++++++++
arch/arm64/include/asm/cputype.h | 4 +++
arch/arm64/kernel/cpu_errata.c | 34 +++++++++++++++++++--
drivers/base/bus.c | 11 +++++--
drivers/base/faux.c | 22 +++++++-------
fs/fcntl.c | 8 ++---
8 files changed, 145 insertions(+), 22 deletions(-)
Good Morning,
My name is Philip Williams. I am a principal consultant in a
management company here in Kampala. Uganda. I have a client I consult
for, who wants to relocate and invest a huge amount of fund to your
country by proxy. The source of the fund is Gold and Government
contract.
Hence, I am looking for a reliable and capable individual, company or
potential business/Project owner like yourself or friends with good
business plans regardless of the sector who is willing and interested
in going into business partnership. This person may be requiring
business funding or looking forward to expanding an already existing
business.
Kindly let me know if you are interested, for more details
Best Regards,
Philip Williams,
Hi,
I researched your organization and thought you might be interested in
connecting with ServiceNow-Atlassian Users to promote your products or
services?
We also provide other related Technology Users like: BMC Remedy,
Zendesk, Cherwell, Spiceworks, Workday, Splunk, Apptio, Tableau, MS
office 365, Vision Helpdesk, Freshdesk, BMC BladeLogic, SysAid,
SolarWinds Service Desk and many more.
Do let me know if you are interested and I would be happy to share our
work details and Prices.
Regards,
Maurine Lopez | Senior Lead Executive
If you do not wish to receive messages from us, please reply "Withdraw."