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 X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4E09C433E6 for ; Mon, 20 Jul 2020 16:45:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FDBC2073A for ; Mon, 20 Jul 2020 16:45:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595263550; bh=2qGxEJdvorDRDS9JtzDmofLMIHLYp/JKVXid6TSe36s=; h=From:To:Cc:Subject:Date:List-ID:From; b=X90g5vcJ0nS4SsvIqrWFLNq4RzIKRkU6HDPubxvtx39vmOyTMSegquC6CeanaJotF b4ezeBCzhJsIafmdzzMrJ8sJXDtqtRzqdHXpeOunBmt8lhlLSfd2SMlbNbh4N0eCDN U5bv9h2CzL0Qi1CZXRxnWMGiSZUt9NyTFMbJ1iQQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730465AbgGTQpd (ORCPT ); Mon, 20 Jul 2020 12:45:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:32786 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729832AbgGTPlL (ORCPT ); Mon, 20 Jul 2020 11:41:11 -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 B25CD2176B; Mon, 20 Jul 2020 15:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595259670; bh=2qGxEJdvorDRDS9JtzDmofLMIHLYp/JKVXid6TSe36s=; h=From:To:Cc:Subject:Date:From; b=pyVEv8CcRv5k7StCuvJSuqQwsTO5optJwL7ydkQmjWnQR76hCVueDYUkZujNPQfB1 I5O0ZNueHwptOl7V9kivEdkenRl9eYhuCBJQW7iFrIwhR3Jr/1imsz/xQmKmWWS7KW Q8n045tA6hRMN67uwGz5Z/uwZDNUo78R8Ieb5PzY= 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 00/86] 4.9.231-rc1 review Date: Mon, 20 Jul 2020 17:35:56 +0200 Message-Id: <20200720152753.138974850@linuxfoundation.org> X-Mailer: git-send-email 2.27.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.9.231-rc1.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.231-rc1 X-KernelTest-Deadline: 2020-07-22T15:27+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 4.9.231 release. There are 86 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, 22 Jul 2020 15:27:31 +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.231-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 Linux 4.9.231-rc1 Suraj Jitindar Singh x86/cpu: Move x86_cache_bits settings Marc Zyngier irqchip/gic: Atomically update affinity Vincent Guittot sched/fair: handle case of task_h_load() returning 0 Will Deacon arm64: ptrace: Override SPSR.SS when single-stepping is enabled Michał Mirosław misc: atmel-ssc: lock with mutex instead of spinlock Krzysztof Kozlowski dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handler Vishwas M hwmon: (emc2103) fix unable to change fan pwm1_enable attribute Huacai Chen MIPS: Fix build for LTS kernel caused by backporting lpj adjustment Frederic Weisbecker timer: Fix wheel index calculation on last level Esben Haabendal uio_pdrv_genirq: fix use without device tree and no interrupt David Pedersen Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux list Alexander Usyskin mei: bus: don't clean driver pointer Chirantan Ekbote fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS Alexander Lobakin virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial AceLan Kao USB: serial: option: add Quectel EG95 LTE modem Jörgen Storvist USB: serial: option: add GosunCn GM500 series Igor Moura USB: serial: ch341: add new Product ID for CH340 James Hilliard USB: serial: cypress_m8: enable Simply Automated UPB PIM Johan Hovold USB: serial: iuu_phoenix: fix memory corruption Zhang Qiang usb: gadget: function: fix missing spinlock in f_uac1_legacy Peter Chen usb: chipidea: core: add wakeup support for extcon Minas Harutyunyan usb: dwc2: Fix shutdown callback in platform Tom Rix USB: c67x00: fix use after free in c67x00_giveback_urb Takashi Iwai ALSA: usb-audio: Fix race against the error recovery URB submission Takashi Iwai ALSA: line6: Perform sanity check for each URB creation Takashi Iwai usb: core: Add a helper function to check the validity of EP type in URB Dmitry Torokhov HID: magicmouse: do not set up autorepeat Álvaro Fernández Rojas mtd: rawnand: brcmnand: fix CS0 layout Jin Yao perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode Krzysztof Kozlowski ARM: dts: socfpga: Align L2 cache-controller nodename with dtschema Enric Balletbo i Serra Revert "thermal: mediatek: fix register index error" Dan Carpenter staging: comedi: verify array index is correct before using it Michał Mirosław usb: gadget: udc: atmel: fix uninitialized read in debug printk Marc Kleine-Budde spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate Jonathan Cameron iio:health:afe4404 Fix timestamp alignment and prevent data leak. Sasha Levin Revert "usb/ohci-platform: Fix a warning when hibernating" Sasha Levin Revert "usb/xhci-plat: Set PM runtime as active on resume" Sasha Levin Revert "usb/ehci-platform: Set PM runtime as active on resume" Florian Fainelli net: dsa: bcm_sf2: Fix node reference count Angelo Dureghello spi: fix initial SPI_SR value in spi-fsl-dspi Jonathan Cameron iio:health:afe4403 Fix timestamp alignment and prevent data leak. Jonathan Cameron iio:pressure:ms5611 Fix buffer element alignment Navid Emamdoost iio: pressure: zpa2326: handle pm_runtime_get_sync failure Chuhong Yuan iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe() Dinghao Liu iio: magnetometer: ak8974: Fix runtime PM imbalance on error Jonathan Cameron iio:magnetometer:ak8974: Fix alignment and data leak issues Andy Shevchenko i2c: eg20t: Load module automatically if ID matches Cong Wang cgroup: Fix sock_cgroup_data on big-endian. Cong Wang cgroup: fix cgroup_sk_alloc() for sk_clone_lock() Eric Dumazet tcp: md5: allow changing MD5 keys in all socket states Eric Dumazet tcp: md5: do not send silly options in SYNCOOKIES Christoph Paasch tcp: make sure listeners don't initialize congestion-control state Sean Tranchetti genetlink: remove genl_bind Eric Dumazet tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers Eric Dumazet tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() AceLan Kao net: usb: qmi_wwan: add support for Quectel EG95 LTE modem Martin Varghese net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb Eric Dumazet llc: make sure applications use ARPHRD_ETHER Xin Long l2tp: remove skb_dst_set() from l2tp_xmit_skb() Sabrina Dubroca ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg Janosch Frank s390/mm: fix huge pte soft dirty copying Vineet Gupta ARC: elf: use right ELF_ARCH Vineet Gupta ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE Tom Rix drm/radeon: fix double free Boris Burkov btrfs: fix fatal extent_buffer readahead vs releasepage race Greg Kroah-Hartman Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb" Paolo Bonzini KVM: x86: bit 8 of non-leaf PDPEs is not reserved Will Deacon KVM: arm64: Fix definition of PAGE_HYP_DEVICE Hector Martin ALSA: usb-audio: add quirk for MacroSilicon MS2109 Hui Wang ALSA: hda - let hs_mic be picked ahead of hp_mic xidongwang ALSA: opl3: fix infoleak in opl3 Nicolas Ferre net: macb: mark device wake capable when "magic-packet" property present Davide Caratti bnxt_en: fix NULL dereference in case SR-IOV configuration fails Wei Li arm64: kgdb: Fix single-step exception handling oops Vinod Koul ALSA: compress: fix partial_drain completion state Andre Edich smsc95xx: avoid memory leak in smsc95xx_bind Andre Edich smsc95xx: check return value of smsc95xx_reset Li Heng net: cxgb4: fix return error value in t4_prep_fw Tomas Henzl scsi: mptscsih: Fix read sense data size yu kuai ARM: imx6: add missing put_device() call in imx6q_suspend_init() Zhang Xiaoxu cifs: update ctime and mtime during truncate Vasily Gorbik s390/kasan: fix early pgm check handler execution Zhenzhong Duan spi: spidev: fix a potential use-after-free in spidev_release() Zhenzhong Duan spi: spidev: fix a race between spidev_release and spidev_remove Thierry Reding gpu: host1x: Detach driver on unregister Christian Borntraeger KVM: s390: reduce number of IO pins to 1 ------------- Diffstat: Makefile | 4 +- arch/arc/include/asm/elf.h | 2 +- arch/arc/kernel/entry.S | 16 +++----- arch/arm/boot/dts/socfpga.dtsi | 2 +- arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +- arch/arm/mach-imx/pm-imx6.c | 10 +++-- arch/arm64/include/asm/debug-monitors.h | 2 + arch/arm64/include/asm/pgtable-prot.h | 2 +- arch/arm64/kernel/debug-monitors.c | 20 ++++++++-- arch/arm64/kernel/kgdb.c | 2 +- arch/arm64/kernel/ptrace.c | 4 +- arch/mips/kernel/time.c | 13 ++----- arch/s390/include/asm/kvm_host.h | 8 ++-- arch/s390/kernel/early.c | 2 + arch/s390/mm/hugetlbpage.c | 2 +- arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kvm/mmu.c | 2 +- drivers/char/virtio_console.c | 3 +- drivers/dma/fsl-edma.c | 7 ++++ drivers/gpu/drm/radeon/ci_dpm.c | 7 ++-- drivers/gpu/host1x/bus.c | 9 +++++ drivers/hid/hid-magicmouse.c | 6 +++ drivers/hwmon/emc2103.c | 2 +- drivers/i2c/busses/i2c-eg20t.c | 1 + drivers/iio/accel/mma8452.c | 5 ++- drivers/iio/health/afe4403.c | 13 ++++--- drivers/iio/health/afe4404.c | 8 ++-- drivers/iio/magnetometer/ak8974.c | 29 ++++++++------ drivers/iio/pressure/ms5611_core.c | 11 ++++-- drivers/iio/pressure/zpa2326.c | 4 +- drivers/input/serio/i8042-x86ia64io.h | 7 ++++ drivers/irqchip/irq-gic.c | 13 ++----- drivers/message/fusion/mptscsih.c | 4 +- drivers/misc/atmel-ssc.c | 24 ++++++------ drivers/misc/mei/bus.c | 3 +- drivers/mtd/nand/brcmnand/brcmnand.c | 5 ++- drivers/net/dsa/bcm_sf2.c | 2 + drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 2 +- drivers/net/ethernet/cadence/macb.c | 2 +- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 8 ++-- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/usb/smsc95xx.c | 9 ++++- drivers/net/wireless/ath/ath9k/hif_usb.c | 48 ++++++----------------- drivers/net/wireless/ath/ath9k/hif_usb.h | 5 --- drivers/spi/spi-fsl-dspi.c | 2 +- drivers/spi/spi-sun6i.c | 14 +++---- drivers/spi/spidev.c | 24 ++++++------ drivers/staging/comedi/drivers/addi_apci_1500.c | 10 +++-- drivers/thermal/mtk_thermal.c | 6 +-- drivers/uio/uio_pdrv_genirq.c | 2 +- drivers/usb/c67x00/c67x00-sched.c | 2 +- drivers/usb/chipidea/core.c | 24 ++++++++++++ drivers/usb/core/urb.c | 30 ++++++++++++-- drivers/usb/dwc2/platform.c | 3 +- drivers/usb/gadget/function/f_uac1.c | 2 + drivers/usb/gadget/udc/atmel_usba_udc.c | 2 +- drivers/usb/host/ehci-platform.c | 5 --- drivers/usb/host/ohci-platform.c | 5 --- drivers/usb/host/xhci-plat.c | 11 +----- drivers/usb/serial/ch341.c | 1 + drivers/usb/serial/cypress_m8.c | 2 + drivers/usb/serial/cypress_m8.h | 3 ++ drivers/usb/serial/iuu_phoenix.c | 8 ++-- drivers/usb/serial/option.c | 6 +++ fs/btrfs/extent_io.c | 40 +++++++++++-------- fs/cifs/inode.c | 9 +++++ fs/fuse/file.c | 12 +++++- include/linux/cgroup-defs.h | 8 +++- include/linux/cgroup.h | 4 +- include/linux/usb.h | 2 + include/net/dst.h | 10 ++++- include/net/genetlink.h | 8 ---- include/sound/compress_driver.h | 10 ++++- kernel/cgroup.c | 24 +++++++++--- kernel/sched/fair.c | 10 ++++- kernel/time/timer.c | 4 +- net/core/sock.c | 2 +- net/ipv4/ping.c | 3 ++ net/ipv4/tcp.c | 15 ++++--- net/ipv4/tcp_cong.c | 2 +- net/ipv4/tcp_ipv4.c | 15 +++++-- net/ipv4/tcp_output.c | 10 +++-- net/l2tp/l2tp_core.c | 5 +-- net/llc/af_llc.c | 10 +++-- net/netlink/genetlink.c | 52 ------------------------- sound/core/compress_offload.c | 4 ++ sound/drivers/opl3/opl3_synth.c | 2 + sound/pci/hda/hda_auto_parser.c | 6 +++ sound/usb/line6/capture.c | 2 + sound/usb/line6/playback.c | 2 + sound/usb/midi.c | 17 +++++--- sound/usb/quirks-table.h | 52 +++++++++++++++++++++++++ tools/perf/util/stat.c | 6 ++- 93 files changed, 509 insertions(+), 332 deletions(-)