From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7068CC433EF for ; Thu, 30 Jun 2022 14:01:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236050AbiF3OBN (ORCPT ); Thu, 30 Jun 2022 10:01:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236219AbiF3N6T (ORCPT ); Thu, 30 Jun 2022 09:58:19 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 947073ED3D; Thu, 30 Jun 2022 06:51:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A9A75B82AF4; Thu, 30 Jun 2022 13:51:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7BBAC34115; Thu, 30 Jun 2022 13:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656597064; bh=wSHE7bzcmB/HSjJDtx5vJ4W7q80GroIG+AQK6tdU4c8=; h=From:To:Cc:Subject:Date:From; b=JmQ/jDNcZfzw52kRI2lKOUKAHwX67522G+FjU0fbjqzQRYcYBuOfiQqU8i8T8Qe1f VjDp7lek9OIAWGYUuzI4t1VOIgonaJT8UIypbP0Vy7uYDgd37bL4fREGnEC6yFVXtg ysxZiYjo9j3iwoV7ZcIFzQZ03LOc0UYpgAmMwvr0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Subject: [PATCH 4.19 00/49] 4.19.250-rc1 review Date: Thu, 30 Jun 2022 15:46:13 +0200 Message-Id: <20220630133233.910803744@linuxfoundation.org> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.250-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.250-rc1 X-KernelTest-Deadline: 2022-07-02T13:32+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.19.250 release. There are 49 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.19.250-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 Linux 4.19.250-rc1 Liu Shixin swiotlb: skip swiotlb_bounce when orig_addr is zero Diederik de Haas net/sched: move NULL ptr check to qdisc_put() too Vladimir Oltean net: mscc: ocelot: allow unregistered IP multicast flooding Naveen N. Rao kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] Hsin-Yi Wang fdt: Update CRC check for rng-seed Masahiro Yamada xen: unexport __init-annotated xen_xlate_map_ballooned_pages() Christoph Hellwig drm: remove drm_fb_helper_modinit Jason A. Donenfeld powerpc/pseries: wire up rng during setup_arch() Masahiro Yamada kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) Masahiro Yamada modpost: fix section mismatch check for exported init/exit sections Miaoqian Lin ARM: cns3xxx: Fix refcount leak in cns3xxx_init Miaoqian Lin ARM: Fix refcount leak in axxia_boot_secondary Miaoqian Lin soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe Miaoqian Lin ARM: exynos: Fix refcount leak in exynos_map_pmu Lucas Stach ARM: dts: imx6qdl: correct PU regulator ramp delay Jason A. Donenfeld powerpc/powernv: wire up rng during setup_arch Andrew Donnellan powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address Naveen N. Rao powerpc: Enable execve syscall exit tracepoint Liang He xtensa: Fix refcount leak bug in time.c Liang He xtensa: xtfpga: Fix refcount leak bug in setup Hans de Goede iio: adc: axp288: Override TS pin bias current for some models Vincent Whitchurch iio: trigger: sysfs: fix use-after-free on remove Zheyu Ma iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up() Haibo Chen iio: accel: mma8452: ignore the return value of reset operation Dmitry Rokosov iio:accel:bma180: rearrange iio trigger get and register Dmitry Rokosov iio:chemical:ccs811: rearrange iio trigger get and register Xu Yang usb: chipidea: udc: check request status before setting device address Mathias Nyman xhci: turn off port power in shutdown Baruch Siach iio: adc: vf610: fix conversion mode sysfs node name Dan Carpenter gpio: winbond: Fix error code in winbond_gpio_get() Stephan Gerhold virtio_net: fix xdp_rxq_info bug after suspend/resume Kai-Heng Feng igb: Make DMA faster when CPU is active on the PCIe link David Howells afs: Fix dynamic root getattr huhai MIPS: Remove repetitive increase irq_err_count Julien Grall x86/xen: Remove undefined behavior in setup_features() Eric Dumazet erspan: do not assume transport header is always set Peilin Ye net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms Jay Vosburgh bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers Macpaul Lin USB: serial: option: add Quectel RM500K module support Yonglin Tan USB: serial: option: add Quectel EM05-G modem Carlo Lobrano USB: serial: option: add Telit LE910Cx 0x1250 composition Jason A. Donenfeld random: quiet urandom warning ratelimit suppression message Nikos Tsironis dm era: commit metadata in postsuspend after worker stops Edward Wu ata: libata: add qc->flags in ata_qc_complete_template tracepoint Tim Crawford ALSA: hda/realtek: Add quirk for Clevo PD70PNT Takashi Iwai ALSA: hda/conexant: Fix missing beep setup Takashi Iwai ALSA: hda/via: Fix missing beep setup Jason A. Donenfeld random: schedule mix_interrupt_randomness() less often Jiri Slaby vt: drop old FONT ioctls ------------- Diffstat: Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 +- Makefile | 6 +- 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/kernel/rtas.c | 11 +- arch/powerpc/platforms/powernv/powernv.h | 2 + arch/powerpc/platforms/powernv/rng.c | 52 ++++++--- arch/powerpc/platforms/powernv/setup.c | 2 + arch/powerpc/platforms/pseries/pseries.h | 2 + arch/powerpc/platforms/pseries/rng.c | 11 +- arch/powerpc/platforms/pseries/setup.c | 1 + arch/s390/include/asm/kexec.h | 10 ++ arch/x86/include/asm/kexec.h | 9 ++ 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/gpio/gpio-winbond.c | 7 +- 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/adc/axp288_adc.c | 8 ++ drivers/iio/chemical/ccs811.c | 4 +- drivers/iio/gyro/mpu3050-core.c | 1 + 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/net/ethernet/mscc/ocelot.c | 8 +- drivers/net/virtio_net.c | 25 ++--- drivers/of/fdt.c | 8 +- drivers/soc/bcm/brcmstb/pm/pm-arm.c | 1 + drivers/tty/vt/vt.c | 39 +------ drivers/tty/vt/vt_ioctl.c | 149 -------------------------- drivers/usb/chipidea/udc.c | 3 + drivers/usb/host/xhci-hub.c | 2 +- drivers/usb/host/xhci.c | 15 ++- drivers/usb/host/xhci.h | 2 + drivers/usb/serial/option.c | 6 ++ drivers/xen/features.c | 2 +- drivers/xen/xlate_mmu.c | 1 - fs/afs/inode.c | 3 +- include/linux/kd.h | 8 -- include/linux/kexec.h | 46 ++++++-- include/linux/ratelimit.h | 12 ++- include/trace/events/libata.h | 1 + kernel/dma/swiotlb.c | 3 +- kernel/kexec_file.c | 34 ------ net/ipv4/ip_gre.c | 15 ++- net/ipv6/ip6_gre.c | 15 ++- net/sched/sch_generic.c | 5 +- net/sched/sch_netem.c | 4 +- scripts/mod/modpost.c | 2 +- sound/pci/hda/patch_conexant.c | 4 +- sound/pci/hda/patch_realtek.c | 1 + sound/pci/hda/patch_via.c | 4 +- 62 files changed, 271 insertions(+), 387 deletions(-)