[PATCH 6.1 00/28] 6.1.10-rc1 review

From: Greg Kroah-Hartman
Date: Fri Feb 03 2023 - 05:26:30 EST


This is the start of the stable review cycle for the 6.1.10 release.
There are 28 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 Sun, 05 Feb 2023 10:09:58 +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/v6.x/stable-review/patch-6.1.10-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 6.1.10-rc1

Jeremy Kerr <jk@xxxxxxxxxxxxxxxxxxxx>
net: mctp: purge receive queues on sk destruction

Miguel Ojeda <ojeda@xxxxxxxxxx>
rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks

Yan Zhai <yan@xxxxxxxxxxxxxx>
net: fix NULL pointer in skb_segment_list

Mario Limonciello <mario.limonciello@xxxxxxx>
gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode

Mario Limonciello <mario.limonciello@xxxxxxx>
gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU

Janne Grunau <j@xxxxxxxxxx>
nvme-apple: only reset the controller when RTKit is running

Paulo Alcantara <pc@xxxxxx>
cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()

Mario Limonciello <mario.limonciello@xxxxxxx>
gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI

Hui Wang <hui.wang@xxxxxxxxxxxxx>
dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init

Roderick Colenbrander <roderick@xxxxxxxxxx>
HID: playstation: sanity check DualSense calibration data.

José Expósito <jose.exposito89@xxxxxxxxx>
HID: uclogic: Add support for XP-PEN Deco 01 V2

Heiko Carstens <hca@xxxxxxxxxxxxx>
s390: workaround invalid gcc-11 out of bounds read warning

Pavel Begunkov <asml.silence@xxxxxxxxx>
block: fix hctx checks for batch allocation

Hans de Goede <hdegoede@xxxxxxxxxx>
ACPI: video: Add backlight=native DMI quirk for Acer Aspire 4810T

Jinyang He <hejinyang@xxxxxxxxxxx>
LoongArch: Get frame info in unwind_start() when regs is not available

Yu Kuai <yukuai3@xxxxxxxxxx>
blk-cgroup: fix missing pd_online_fn() while activating policy

Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
erofs: clean up parsing of fscache related options

Mark Brown <broonie@xxxxxxxxxx>
kselftest: Fix error message for unconfigured LLVM builds

Arnd Bergmann <arnd@xxxxxxxx>
ARM: omap1: fix building gpio15xx

Dominik Kobinski <dominikkobinski314@xxxxxxxxx>
arm64: dts: msm8994-angler: fix the memory map

Sriram R <quic_srirrama@xxxxxxxxxxx>
mac80211: Fix MLO address translation for multiple bss case

Siddh Raman Pant <code@xxxxxxxx>
erofs/zmap.c: Fix incorrect offset calculation

Hao Sun <sunhao.th@xxxxxxxxx>
bpf: Skip task with pid=1 in send_signal_common()

Cristian Marussi <cristian.marussi@xxxxxxx>
firmware: arm_scmi: Clear stale xfer->hdr.status

Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
arm64: dts: freescale: Fix pca954x i2c-mux node names

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
ARM: dts: vf610: Fix pca9548 i2c-mux node names

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
ARM: dts: imx: Fix pca9547 i2c-mux node name


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

Diffstat:

Makefile | 4 +--
arch/arm/boot/dts/imx53-ppd.dts | 2 +-
arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 2 +-
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | 2 +-
arch/arm/mach-omap1/gpio15xx.c | 1 +
arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 2 +-
.../arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi | 2 +-
.../arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 2 +-
.../boot/dts/freescale/imx8mm-nitrogen-r2.dts | 2 +-
arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts | 4 +--
arch/arm64/boot/dts/freescale/imx8mq-thor96.dts | 4 +--
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 2 +-
.../dts/qcom/msm8994-huawei-angler-rev-101.dts | 19 +++++++++++--
arch/loongarch/kernel/process.c | 12 ++------
arch/loongarch/kernel/unwind_guess.c | 6 ++++
arch/loongarch/kernel/unwind_prologue.c | 16 +++++++++--
arch/s390/kernel/setup.c | 5 ++--
block/blk-cgroup.c | 4 +++
block/blk-mq.c | 6 +++-
drivers/acpi/video_detect.c | 8 ++++++
drivers/dma/imx-sdma.c | 4 ++-
drivers/firmware/arm_scmi/driver.c | 2 ++
drivers/gpio/gpiolib-acpi.c | 20 ++++++++++++--
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-playstation.c | 32 ++++++++++++++++++++++
drivers/hid/hid-uclogic-core.c | 2 ++
drivers/hid/hid-uclogic-params.c | 2 ++
drivers/nvme/host/apple.c | 6 ++--
fs/cifs/dfs_cache.c | 6 ++--
fs/erofs/super.c | 13 ++++-----
fs/erofs/zmap.c | 10 +++++--
kernel/trace/bpf_trace.c | 3 ++
net/core/skbuff.c | 5 ++--
net/mac80211/rx.c | 3 ++
net/mctp/af_mctp.c | 6 ++++
rust/kernel/print.rs | 29 ++++++++++++--------
tools/testing/selftests/lib.mk | 2 +-
43 files changed, 190 insertions(+), 73 deletions(-)