[PATCH 4.19 00/25] 4.19.261-rc1 review

From: Greg Kroah-Hartman
Date: Mon Oct 03 2022 - 03:56:09 EST


This is the start of the stable review cycle for the 4.19.261 release.
There are 25 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 Wed, 05 Oct 2022 07:07:06 +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/v4.x/stable-review/patch-4.19.261-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-4.19.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Florian Fainelli <f.fainelli@xxxxxxxxx>
clk: iproc: Do not rely on node name for correct PLL setup

Wang Yufen <wangyufen@xxxxxxxxxx>
selftests: Fix the if conditions of in test_extra_filter()

Michael Kelley <mikelley@xxxxxxxxxxxxx>
nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices

Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>
nvme: add new line after variable declatation

Peilin Ye <peilin.ye@xxxxxxxxxxxxx>
usbnet: Fix memory leak in usbnet_disconnect()

Yang Yingliang <yangyingliang@xxxxxxxxxx>
Input: melfas_mip4 - fix return value check in mip4_probe()

Brian Norris <briannorris@xxxxxxxxxxxx>
Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time"

Samuel Holland <samuel@xxxxxxxxxxxx>
soc: sunxi: sram: Fix debugfs info for A64 SRAM C

Samuel Holland <samuel@xxxxxxxxxxxx>
soc: sunxi: sram: Fix probe function ordering issues

Samuel Holland <samuel@xxxxxxxxxxxx>
soc: sunxi: sram: Prevent the driver from being unbound

Samuel Holland <samuel@xxxxxxxxxxxx>
soc: sunxi: sram: Actually claim SRAM regions

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Free the entire rule if it fails to parse

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Free the entire rule when deleting a list of rules

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Have the LSM free its audit rule

Alistair Popple <apopple@xxxxxxxxxx>
mm/migrate_device.c: flush TLB while holding PTL

Maurizio Lombardi <mlombard@xxxxxxxxxx>
mm: prevent page_frag_alloc() from corrupting the memory

Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
mm/page_alloc: fix race condition between build_all_zonelists and page allocation

Sergei Antonov <saproj@xxxxxxxxx>
mmc: moxart: fix 4-bit bus width and remove 8-bit bus width

Niklas Cassel <niklas.cassel@xxxxxxx>
libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205

ChenXiaoSong <chenxiaosong2@xxxxxxxxxx>
ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()

Linus Walleij <linus.walleij@xxxxxxxxxx>
ARM: dts: integrator: Tag PCI host with device_type

Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455

Hongling Zeng <zenghongling@xxxxxxxxxx>
uas: ignore UAS for Thinkplus chips

Hongling Zeng <zenghongling@xxxxxxxxxx>
usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS

Hongling Zeng <zenghongling@xxxxxxxxxx>
uas: add no-uas quirk for Hiksemi usb_disk


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

Diffstat:

Makefile | 4 +-
arch/arm/boot/dts/integratorap.dts | 1 +
drivers/ata/libata-core.c | 4 ++
drivers/clk/bcm/clk-iproc-pll.c | 12 ++--
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 -----
drivers/input/touchscreen/melfas_mip4.c | 2 +-
drivers/mmc/host/moxart-mmc.c | 17 +-----
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/usb/usbnet.c | 7 ++-
drivers/nvme/host/core.c | 9 ++-
drivers/soc/sunxi/sunxi_sram.c | 23 ++++----
drivers/usb/storage/unusual_uas.h | 21 +++++++
fs/ntfs/super.c | 3 +-
mm/migrate.c | 5 +-
mm/page_alloc.c | 65 ++++++++++++++++++----
security/integrity/ima/ima.h | 5 ++
security/integrity/ima/ima_policy.c | 24 ++++++--
tools/testing/selftests/net/reuseport_bpf.c | 2 +-
18 files changed, 147 insertions(+), 71 deletions(-)