[PATCH 4.9 00/29] 4.9.321-rc1 review

From: Greg Kroah-Hartman
Date: Thu Jun 30 2022 - 09:51:32 EST


This is the start of the stable review cycle for the 4.9.321 release.
There are 29 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, 02 Jul 2022 13:32:22 +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.9.321-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.9.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Liu Shixin <liushixin2@xxxxxxxxxx>
swiotlb: skip swiotlb_bounce when orig_addr is zero

Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

Hsin-Yi Wang <hsinyi@xxxxxxxxxxxx>
fdt: Update CRC check for rng-seed

Masahiro Yamada <masahiroy@xxxxxxxxxx>
xen: unexport __init-annotated xen_xlate_map_ballooned_pages()

Christoph Hellwig <hch@xxxxxx>
drm: remove drm_fb_helper_modinit

Jason A. Donenfeld <Jason@xxxxxxxxx>
powerpc/pseries: wire up rng during setup_arch()

Masahiro Yamada <masahiroy@xxxxxxxxxx>
modpost: fix section mismatch check for exported init/exit sections

Miaoqian Lin <linmq006@xxxxxxxxx>
ARM: cns3xxx: Fix refcount leak in cns3xxx_init

Miaoqian Lin <linmq006@xxxxxxxxx>
ARM: Fix refcount leak in axxia_boot_secondary

Miaoqian Lin <linmq006@xxxxxxxxx>
ARM: exynos: Fix refcount leak in exynos_map_pmu

Lucas Stach <l.stach@xxxxxxxxxxxxxx>
ARM: dts: imx6qdl: correct PU regulator ramp delay

Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
powerpc: Enable execve syscall exit tracepoint

Liang He <windhl@xxxxxxx>
xtensa: Fix refcount leak bug in time.c

Liang He <windhl@xxxxxxx>
xtensa: xtfpga: Fix refcount leak bug in setup

Vincent Whitchurch <vincent.whitchurch@xxxxxxxx>
iio: trigger: sysfs: fix use-after-free on remove

Haibo Chen <haibo.chen@xxxxxxx>
iio: accel: mma8452: ignore the return value of reset operation

Dmitry Rokosov <DDRokosov@xxxxxxxxxxxxxx>
iio:accel:bma180: rearrange iio trigger get and register

Xu Yang <xu.yang_2@xxxxxxx>
usb: chipidea: udc: check request status before setting device address

Baruch Siach <baruch@xxxxxxxxxx>
iio: adc: vf610: fix conversion mode sysfs node name

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
igb: Make DMA faster when CPU is active on the PCIe link

huhai <huhai@xxxxxxxxxx>
MIPS: Remove repetitive increase irq_err_count

Julien Grall <jgrall@xxxxxxxxxx>
x86/xen: Remove undefined behavior in setup_features()

Jay Vosburgh <jay.vosburgh@xxxxxxxxxxxxx>
bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers

Carlo Lobrano <c.lobrano@xxxxxxxxx>
USB: serial: option: add Telit LE910Cx 0x1250 composition

Jason A. Donenfeld <Jason@xxxxxxxxx>
random: quiet urandom warning ratelimit suppression message

Nikos Tsironis <ntsironis@xxxxxxxxxxx>
dm era: commit metadata in postsuspend after worker stops

Edward Wu <edwardwu@xxxxxxxxxxx>
ata: libata: add qc->flags in ata_qc_complete_template tracepoint

Jason A. Donenfeld <Jason@xxxxxxxxx>
random: schedule mix_interrupt_randomness() less often

Jiri Slaby <jslaby@xxxxxxx>
vt: drop old FONT ioctls


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

Diffstat:

Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 +-
Makefile | 4 +-
arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
arch/arm/mach-axxia/platsmp.c | 1 +
arch/arm/mach-cns3xxx/core.c | 2 +
arch/arm/mach-exynos/exynos.c | 1 +
arch/mips/vr41xx/common/icu.c | 2 -
arch/powerpc/kernel/process.c | 2 +-
arch/powerpc/platforms/pseries/pseries.h | 2 +
arch/powerpc/platforms/pseries/rng.c | 11 +-
arch/powerpc/platforms/pseries/setup.c | 1 +
arch/x86/include/asm/kexec.h | 7 ++
arch/xtensa/kernel/time.c | 1 +
arch/xtensa/platforms/xtfpga/setup.c | 1 +
drivers/char/random.c | 4 +-
drivers/gpio/gpio-vr41xx.c | 2 -
drivers/gpu/drm/drm_crtc_helper_internal.h | 10 --
drivers/gpu/drm/drm_fb_helper.c | 21 ----
drivers/gpu/drm/drm_kms_helper_common.c | 25 +++--
drivers/iio/accel/bma180.c | 3 +-
drivers/iio/accel/mma8452.c | 10 +-
drivers/iio/trigger/iio-trig-sysfs.c | 1 +
drivers/md/dm-era-target.c | 8 +-
drivers/net/bonding/bond_main.c | 4 +-
drivers/net/ethernet/intel/igb/igb_main.c | 12 +--
drivers/of/fdt.c | 8 +-
drivers/tty/vt/vt.c | 34 +-----
drivers/tty/vt/vt_ioctl.c | 149 --------------------------
drivers/usb/chipidea/udc.c | 3 +
drivers/usb/serial/option.c | 1 +
drivers/xen/features.c | 2 +-
drivers/xen/xlate_mmu.c | 1 -
include/linux/kd.h | 7 --
include/linux/kexec.h | 26 ++++-
include/linux/ratelimit.h | 12 ++-
include/trace/events/libata.h | 1 +
kernel/kexec_file.c | 18 ----
lib/swiotlb.c | 3 +-
scripts/mod/modpost.c | 2 +-
39 files changed, 111 insertions(+), 295 deletions(-)