Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1676077ybz; Thu, 23 Apr 2020 03:39:24 -0700 (PDT) X-Google-Smtp-Source: APiQypKydf92diQuN6jlmxppjnS0HARtoN9sytAI3noMdjKDUmcEOniZ+qQHGktGK4Q9eDJ/Ck/S X-Received: by 2002:a05:6402:c84:: with SMTP id cm4mr1980083edb.316.1587638364749; Thu, 23 Apr 2020 03:39:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587638364; cv=none; d=google.com; s=arc-20160816; b=qhxKkuvKV6VThmAT8tpqQgEPtUmObANRsq6hDPyF8p8BPOj0tSGYmcUfY0aoRhBesK ho0WnU5eZbIqObzpp6ngFeL1HG7cM25PVNZ44imlOSTRbncQFIjfpxhsVICcVOxODjlA RiuX9r5WIsYdy0aHsrefiX1VzMH6Fi22ZmUa4Qr2AoO1dYbKuuRfrcszvpm/QuHhMeMW txWv2dHce6Oe2GJELWTdde7kTmmg6YKK6DpNaAOwwioVcpf73cYVEHpzqtFBlMd9HmZx VVxrJZoGMOhjXi5rKdYmMtoUOygVJQF8ODZWS+vuI8QFGaJ5wHuY8DdrYb79/0CFVloM E8Yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=v810ApVEuraEBSkL/SdRcv5d+/lnYAl5xnGJmopLnpc=; b=WSVEPmyCxePAajpaJEpU8LLakbDY1VMYQxszvuDO2Pa/u8nVvCe5Lt1VsJqZ5aFYGy JHgncyc5eM3FR59IJ/UUlHY8e0c5HoBedGbHYVuRzbHAeGoKUs8iUDCFP5aLz6o4/I/m vyZAPMdAqr3MyVtcZKrRYdX3N0JDPzQvMkprUoARTk/n9otQWFkzQtzxUga0o37Y4HyA O0C8sRh071v0Wqj3PAMc+8lnQ7O8jsUIMXJpJKL5KLDNuiyiM4z4udmVM677zOn85HhR LODF7wkY6xB7EPkgTp/0dQcl3JnEcsrxofDWqi/4xZfiacEs/0TMG4l61d+72rIlS3Yp +n6A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=cJME5eMF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u3si946915edp.525.2020.04.23.03.39.01; Thu, 23 Apr 2020 03:39:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=cJME5eMF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727768AbgDWKec (ORCPT + 99 others); Thu, 23 Apr 2020 06:34:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:58968 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725863AbgDWKec (ORCPT ); Thu, 23 Apr 2020 06:34:32 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5947E2076C; Thu, 23 Apr 2020 10:34:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587638070; bh=DPR0XfENUCJq1Fy35lYIrZ1xsRWCQ8Y1j9PkbPKaddM=; h=From:To:Cc:Subject:Date:From; b=cJME5eMFy0fSGYm5fYyd02b8tUeTe+VDWU+ponTANp/9gDKpuQL3aqiTc2x4resMN k4tq14iUkXffSwEiSceGqeriPjIBrVJcPal87iz2U2gXLLBId3tR9Ue31dcNHqGeW9 1INfh1MsfExoIxT6P9v2H1WAZVory8vqsA3BGuU8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.9 000/124] 4.9.220-rc2 review Date: Thu, 23 Apr 2020 12:34:26 +0200 Message-Id: <20200423103316.219054872@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 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.9.220-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.220-rc2 X-KernelTest-Deadline: 2020-04-25T10:33+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.9.220 release. There are 124 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, 25 Apr 2020 10:31:20 +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.220-rc2.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 Linux 4.9.220-rc2 Samuel Neves x86/vdso: Fix lsl operand order Evalds Iodzevics x86/microcode/intel: replace sync_core() with native_cpuid_reg(eax) Borislav Petkov x86/CPU: Add native CPUID variants returning a single datum Wen Yang mtd: phram: fix a double free issue in error path Dan Carpenter mtd: lpddr: Fix a double free in probe() Paul E. McKenney locktorture: Print ratio of acquisitions, not failures Stephen Rothwell tty: evh_bytechan: Fix out of bounds accesses Dan Carpenter fbdev: potential information leak in do_fb_ioctl() Adrian Huang iommu/amd: Fix the configuration of GCR3 table root pointer Dan Carpenter libnvdimm: Out of bounds read in __nd_ioctl() Jan Kara ext2: fix debug reference to ext2_xattr_cache Randy Dunlap ext2: fix empty body warnings when -Wextra is used Trond Myklebust NFS: Fix memory leaks in nfs_pageio_stop_mirroring() David Hildenbrand KVM: s390: vsie: Fix possible race when shadowing region 3 tables Vegard Nossum compiler.h: fix error in BUILD_BUG_ON() reporting Qian Cai percpu_counter: fix a data race at vm_committed_as Eric Sandeen ext4: do not commit super on read-only bdev Nathan Chancellor powerpc/maple: Fix declaration made after definition Alexander Gordeev s390/cpuinfo: fix wrong output when CPU0 is offline Misono Tomohiro NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails Sowjanya Komatineni clk: tegra: Fix Tegra PMC clock out parents Dmitry Osipenko power: supply: bq27xxx_battery: Silence deferred-probe error Claudiu Beznea clk: at91: usb: continue if clk_hw_round_rate() return zero Frank Rowand of: unittest: kmemleak in of_unittest_platform_populate() Arnd Bergmann arm64: cpu_errata: include required headers Rob Herring of: fix missing kobject init for !SYSFS && OF_DYNAMIC config Chris Lew soc: qcom: smem: Use le32_to_cpu for comparison Lior David wil6210: fix length check in __wmi_send Mohit Aggarwal rtc: pm8xxx: Fix issue in RTC write path Dedy Lansky wil6210: rate limit wil_rx_refill error Subhash Jadavani scsi: ufs: ufs-qcom: remove broken hci version quirk Venkat Gopalakrishnan scsi: ufs: make sure all interrupts are processed Dedy Lansky wil6210: fix temperature debugfs Hamad Kadmany wil6210: increase firmware ready timeout Timur Tabi Revert "gpio: set up initial state from .get_direction()" Joe Moriarty drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem Nathan Chancellor video: fbdev: sis: Remove unnecessary parentheses and commented code Takashi Iwai ALSA: hda: Don't release card at firmware loading error Li Bin scsi: sg: add sg_remove_request in sg_common_write Josh Poimboeuf objtool: Fix switch table detection in .text.unlikely Xiao Yang tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation Maurizio Lombardi scsi: target: fix hang when multiple threads try to destroy the same iscsi session Maurizio Lombardi scsi: target: remove boilerplate code Jim Mattson kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD Goldwyn Rodrigues dm flakey: check for null arg_name in parse_features() Jan Kara ext4: do not zeroout extents beyond i_disksize Tuomas Tynkkynen mac80211_hwsim: Use kstrndup() in place of kasprintf() Josef Bacik btrfs: check commit root generation in should_ignore_root Takashi Iwai ALSA: usb-audio: Don't override ignore_ctl_error value from the map Colin Ian King ASoC: Intel: mrfld: return error codes when an error occurs Colin Ian King ASoC: Intel: mrfld: fix incorrect check on p->sink Josh Triplett ext4: fix incorrect inodes per group in error message Josh Triplett ext4: fix incorrect group count in ext4_fill_super error message zhangyi (F) jbd2: improve comments about freeing data buffers whose page mapping is NULL Can Guo scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic Tim Stallard net: ipv6: do not consider routes via gateways for anycast address check Wang Wenhu net: qrtr: send msgs from local of same id as broadcast Taras Chornyi net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin Taehee Yoo hsr: check protocol version in hsr_newlink() Andy Shevchenko mfd: dln2: Fix sanity checking for endpoints Nathan Chancellor misc: echo: Remove unnecessary parentheses and simplify check for zero Laurentiu Tudor powerpc/fsl_booke: Avoid creating duplicate tlb1 entry Wen Yang ipmi: fix hung processes in __get_guid() Chris Wilson drm: Remove PageReserved manipulation from drm_pci_alloc Lyude Paul drm/dp_mst: Fix clearing payload state on topology disable Filipe Manana Btrfs: fix crash during unmount due to race with delayed inode workers Michael Ellerman powerpc/64/tm: Don't let userspace set regs->trap via sigreturn Kai-Heng Feng libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETACH is set Simon Gander hfsplus: fix crash and filesystem corruption when deleting files Oliver O'Halloran cpufreq: powernv: Fix use-after-free Eric Biggers kmod: make request_module() return an error when autoloading is disabled Hans de Goede Input: i8042 - add Acer Aspire 5738z to nomux list Michael Mueller s390/diag: fix display of diagnose call statistics Changwei Ge ocfs2: no need try to truncate file beyond i_size Qian Cai ext4: fix a data race at inode->i_blocks Nathan Chancellor rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGH Fredrik Strupe arm64: armv8_deprecated: Fix undef_hook mask for thumb setend Steffen Maier scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point Shetty, Harshini X (EXT-Sony Mobile) dm verity fec: fix memory leak in verity_fec_dtr Alexander Duyck mm: Use fixed constant in page_frag_alloc instead of size + 1 Anssi Hannula tools: gpio: Fix out-of-tree build regression Zhenzhong Duan x86/speculation: Remove redundant arch_smt_update() invocation Takashi Iwai ALSA: hda: Initialize power_state field properly Rosioru Dragos crypto: mxs-dcp - fix scatterlist linearization for hash Josef Bacik btrfs: drop block from cache on error in relocation Vitaly Kuznetsov KVM: VMX: fix crash cleanup when KVM wasn't used Sean Christopherson KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support Sean Christopherson KVM: x86: Allocate new rmap and large page tracking when moving memslot David Hildenbrand KVM: s390: vsie: Fix delivery of addressing exceptions David Hildenbrand KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks Thomas Gleixner x86/entry/32: Add missing ASM_CLAC to general_protection entry Eric W. Biederman signal: Extend exec_id to 64bits Remi Pommarel ath9k: Handle txpower changes even when TPC is disabled Gustavo A. R. Silva MIPS: OCTEON: irq: Fix potential NULL pointer dereference Sungbo Eo irqchip/versatile-fpga: Apply clear-mask earlier Yang Xu KEYS: reaching the keys quotas correctly Martin Blumenstingl thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n Jan Engelhardt acpi/x86: ignore unspecified bit positions in the ACPI global lock field Benoit Parrot media: ti-vpe: cal: fix disable_irqs to only the intended target Takashi Iwai ALSA: pcm: oss: Fix regression by buffer overflow fix Takashi Iwai ALSA: ice1724: Fix invalid access for enumerated ctl items Takashi Iwai ALSA: hda: Fix potential access overflow in beep helper Takashi Iwai ALSA: hda: Add driver blacklist Takashi Iwai ALSA: usb-audio: Add mixer workaround for TRX40 and co Thinh Nguyen usb: gadget: composite: Inform controller driver of self-powered Sriharsha Allenki usb: gadget: f_fs: Fix use after free issue as part of queue failure 이경택 ASoC: topology: use name_prefix for new kcontrol 이경택 ASoC: dpcm: allow start or stop during pause for backend 이경택 ASoC: dapm: connect virtual mux with default value 이경택 ASoC: fix regwmask YueHaibing misc: rtsx: set correct pcr_ops for rts522A Josef Bacik btrfs: track reloc roots based on their commit root bytenr Josef Bacik btrfs: remove a BUG_ON() from merge_reloc_roots() Boqun Feng locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() Arvind Sankar x86/boot: Use unsigned comparison for addresses Bob Peterson gfs2: Don't demote a glock until its revokes are written John Garry libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() Andy Lutomirski selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault Michael Wang sched: Avoid scale real weight down to zero Sungbo Eo irqchip/versatile-fpga: Handle chained IRQs properly Alain Volmat i2c: st: fix missing struct parameter description Xu Wang qlcnic: Fix bad kzalloc null test Zheng Wei net: vxge: fix wrong __VA_ARGS__ usage Ondrej Jirman bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads ------------- Diffstat: Makefile | 4 +- arch/arm64/kernel/armv8_deprecated.c | 2 +- arch/arm64/kernel/cpu_errata.c | 2 + arch/mips/cavium-octeon/octeon-irq.c | 3 + arch/powerpc/kernel/signal_64.c | 4 +- arch/powerpc/mm/tlb_nohash_low.S | 12 +++- arch/powerpc/platforms/maple/setup.c | 34 +++++----- arch/s390/kernel/diag.c | 2 +- arch/s390/kernel/processor.c | 5 +- arch/s390/kvm/vsie.c | 1 + arch/s390/mm/gmap.c | 7 +- arch/x86/boot/compressed/head_32.S | 2 +- arch/x86/boot/compressed/head_64.S | 4 +- arch/x86/entry/entry_32.S | 1 + arch/x86/include/asm/microcode_intel.h | 2 +- arch/x86/include/asm/processor.h | 18 +++++ arch/x86/include/asm/vgtod.h | 2 +- arch/x86/kernel/acpi/boot.c | 2 +- arch/x86/kvm/cpuid.c | 3 +- arch/x86/kvm/vmx.c | 79 +++++++--------------- arch/x86/kvm/x86.c | 11 +++ drivers/ata/libata-pmp.c | 1 + drivers/ata/libata-scsi.c | 9 +-- drivers/bus/sunxi-rsb.c | 2 +- drivers/char/ipmi/ipmi_msghandler.c | 4 +- drivers/clk/at91/clk-usb.c | 3 + drivers/clk/tegra/clk-tegra-pmc.c | 12 ++-- drivers/cpufreq/powernv-cpufreq.c | 6 ++ drivers/crypto/mxs-dcp.c | 58 ++++++++-------- drivers/gpio/gpiolib.c | 31 ++------- drivers/gpu/drm/drm_dp_mst_topology.c | 15 ++-- drivers/gpu/drm/drm_pci.c | 25 +------ drivers/i2c/busses/i2c-st.c | 1 + drivers/input/serio/i8042-x86ia64io.h | 11 +++ drivers/iommu/amd_iommu_types.h | 2 +- drivers/irqchip/irq-versatile-fpga.c | 18 +++-- drivers/md/dm-flakey.c | 5 ++ drivers/md/dm-verity-fec.c | 1 + drivers/media/platform/ti-vpe/cal.c | 16 ++--- drivers/mfd/dln2.c | 9 ++- drivers/mfd/rts5227.c | 1 + drivers/misc/echo/echo.c | 2 +- drivers/mtd/devices/phram.c | 15 ++-- drivers/mtd/lpddr/lpddr_cmds.c | 1 - drivers/net/ethernet/neterion/vxge/vxge-config.h | 2 +- drivers/net/ethernet/neterion/vxge/vxge-main.h | 14 ++-- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 2 +- drivers/net/wireless/ath/ath9k/main.c | 3 + drivers/net/wireless/ath/wil6210/debugfs.c | 7 +- drivers/net/wireless/ath/wil6210/interrupt.c | 22 +++++- drivers/net/wireless/ath/wil6210/main.c | 2 +- drivers/net/wireless/ath/wil6210/txrx.c | 4 +- drivers/net/wireless/ath/wil6210/wmi.c | 2 +- drivers/net/wireless/mac80211_hwsim.c | 12 ++-- drivers/nvdimm/bus.c | 6 +- drivers/of/base.c | 3 - drivers/of/unittest.c | 7 +- drivers/power/supply/bq27xxx_battery.c | 5 +- drivers/rtc/rtc-omap.c | 4 +- drivers/rtc/rtc-pm8xxx.c | 49 +++++++++++--- drivers/s390/scsi/zfcp_erp.c | 2 +- drivers/scsi/sg.c | 4 +- drivers/scsi/ufs/ufs-qcom.c | 2 +- drivers/scsi/ufs/ufshcd.c | 32 ++++++--- drivers/soc/qcom/smem.c | 2 +- drivers/target/iscsi/iscsi_target.c | 79 +++++++--------------- drivers/target/iscsi/iscsi_target.h | 1 - drivers/target/iscsi/iscsi_target_configfs.c | 5 +- drivers/target/iscsi/iscsi_target_login.c | 5 +- drivers/tty/ehv_bytechan.c | 21 +++++- drivers/usb/gadget/composite.c | 9 +++ drivers/usb/gadget/function/f_fs.c | 1 + drivers/video/fbdev/core/fbmem.c | 2 +- drivers/video/fbdev/sis/init301.c | 4 +- fs/btrfs/async-thread.c | 8 +++ fs/btrfs/async-thread.h | 2 + fs/btrfs/disk-io.c | 13 ++++ fs/btrfs/relocation.c | 39 +++++++---- fs/exec.c | 2 +- fs/ext2/xattr.c | 8 +-- fs/ext4/extents.c | 8 +-- fs/ext4/inode.c | 2 +- fs/ext4/super.c | 9 +-- fs/gfs2/glock.c | 3 + fs/hfsplus/attributes.c | 4 ++ fs/jbd2/commit.c | 7 +- fs/nfs/direct.c | 2 + fs/nfs/pagelist.c | 17 +++-- fs/ocfs2/alloc.c | 4 ++ include/linux/compiler.h | 2 +- include/linux/devfreq_cooling.h | 2 +- include/linux/percpu_counter.h | 4 +- include/linux/sched.h | 4 +- include/net/ip6_route.h | 1 + include/target/iscsi/iscsi_target_core.h | 2 +- kernel/cpu.c | 5 +- kernel/kmod.c | 4 +- kernel/locking/lockdep.c | 4 ++ kernel/locking/locktorture.c | 8 +-- kernel/sched/sched.h | 8 ++- kernel/signal.c | 2 +- kernel/trace/trace_events_trigger.c | 10 +-- mm/page_alloc.c | 8 +-- net/hsr/hsr_netlink.c | 9 ++- net/ipv4/devinet.c | 13 ++-- net/qrtr/qrtr.c | 7 +- security/keys/key.c | 2 +- security/keys/keyctl.c | 4 +- sound/core/oss/pcm_plugin.c | 32 ++++++--- sound/pci/hda/hda_beep.c | 6 +- sound/pci/hda/hda_codec.c | 1 + sound/pci/hda/hda_intel.c | 35 ++++++---- sound/pci/ice1712/prodigy_hifi.c | 4 +- sound/soc/intel/atom/sst-atom-controls.c | 2 +- sound/soc/intel/atom/sst/sst_pci.c | 2 +- sound/soc/soc-dapm.c | 8 ++- sound/soc/soc-ops.c | 4 +- sound/soc/soc-pcm.c | 6 +- sound/soc/soc-topology.c | 2 +- sound/usb/mixer.c | 2 +- sound/usb/mixer_maps.c | 28 ++++++++ tools/gpio/Makefile | 2 +- tools/objtool/check.c | 5 +- tools/testing/selftests/x86/ptrace_syscall.c | 8 ++- 124 files changed, 681 insertions(+), 454 deletions(-)