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=-9.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 60C04ECDE4C for ; Thu, 8 Nov 2018 21:58:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 13AE420818 for ; Thu, 8 Nov 2018 21:58:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eaKbZYKQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 13AE420818 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729850AbeKIHgY (ORCPT ); Fri, 9 Nov 2018 02:36:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:53696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729813AbeKIHgX (ORCPT ); Fri, 9 Nov 2018 02:36:23 -0500 Received: from localhost (unknown [208.72.13.198]) (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 D26DD20989; Thu, 8 Nov 2018 21:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1541714334; bh=0dM+xYm/f/D9pxB/cB8FqX2UbBEcrt6BGu71oMMU/Gc=; h=From:To:Cc:Subject:Date:From; b=eaKbZYKQCOCuQPuK6Vbu+cD11fNHvZX+qpgDB7YWiuSn9Ol7kJm5pMywXciLWUZRx 9RgQ9j422XQR/ykeOhTmsc6DH8kRm0LYJE16oNPnqDl0oS68TslQXzHOyp1hQPi7XK SGPYQLf07ZwECtTzxeb2a6Gg43WGukUft7jDR7Zs= 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.4 000/114] 4.4.163-stable review Date: Thu, 8 Nov 2018 13:50:15 -0800 Message-Id: <20181108215059.051093652@linuxfoundation.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-stable: review X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.163-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.163-rc1 X-KernelTest-Deadline: 2018-11-10T21:51+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.4.163 release. There are 114 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 Nov 10 21:50:28 UTC 2018. 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.4.163-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.163-rc1 Nathan Chancellor x86/time: Correct the attribute on jiffies' definition Peter Zijlstra x86/percpu: Fix this_cpu_read() Phil Auld sched/fair: Fix throttle_list starvation with low CFS quota Mikhail Nikiforov Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM Alan Stern USB: fix the usbfs flag sanitization for control transfers Gustavo A. R. Silva usb: gadget: storage: Fix Spectre v1 vulnerability Tobias Herzog cdc-acm: correct counting of UART states in serial state notification Gustavo A. R. Silva IB/ucm: Fix Spectre v1 vulnerability Gustavo A. R. Silva RDMA/ucma: Fix Spectre v1 vulnerability Gustavo A. R. Silva ptp: fix Spectre v1 vulnerability Al Viro cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) Ard Biesheuvel ahci: don't ignore result code of ahci_reset_controller() Jia-Ju Bai crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned Linus Torvalds mremap: properly flush TLB before releasing the page Ido Schimmel rtnetlink: Disallow FDB configuration for non-Ethernet device Jason Wang vhost: Fix Spectre V1 vulnerability Cong Wang net: drop skb on failure in ip_check_defrag() Marcelo Ricardo Leitner sctp: fix race on sctp_id2asoc Heiner Kallweit r8169: fix NAPI handling under high load Niklas Cassel net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules Wenwen Wang net: socket: fix a missing-check bug Jakub Kicinski net: sched: gred: pass the right attribute to gred_change_table_def() David Ahern net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs Stefano Brivio ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called Eric Dumazet ipv6: mcast: fix a use-after-free in inet6_mc_check Nikolay Aleksandrov net: bridge: remove ipv6 zero address check in mcast queries Hangbin Liu bridge: do not add port to router list when receives query with source 0.0.0.0 Rasmus Villemoes perf tools: Disable parallelism for 'make clean' Kimmo Rautkoski mtd: spi-nor: Add support for is25wp series chips Khazhismel Kumykov fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters() Sascha Hauer ARM: dts: imx53-qsb: disable 1.2GHz OPP Maciej W. Rozycki MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regression Christian Grönke igb: Remove superfluous reset to PHY and page 0 selection Matt Redfearn MIPS: microMIPS: Fix decoding of swsp16 instruction Raghava Aditya Renukunta scsi: aacraid: Fix typo in blink status Paolo Abeni bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal Gustavo A. R. Silva PM / devfreq: tegra: fix error return code in tegra_devfreq_probe() Gustavo A. R. Silva ASoC: spear: fix error return code in spdif_in_probe() Gustavo A. R. Silva spi: xlp: fix error return code in xlp_spi_probe() Gustavo A. R. Silva spi/bcm63xx: fix error return code in bcm63xx_spi_probe() Matt Redfearn MIPS: Handle non word sized instructions when examining frame Gustavo A. R. Silva spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe() Gustavo A. R. Silva usb: dwc3: omap: fix error return code in dwc3_omap_probe() Gustavo A. R. Silva usb: ehci-omap: fix error return code in ehci_hcd_omap_probe() Gustavo A. R. Silva usb: imx21-hcd: fix error return code in imx21_probe() Gustavo A. R. Silva gpio: msic: fix error return code in platform_msic_gpio_probe() David S. Miller sparc64: Fix exception handling in UltraSPARC-III memcpy. Gustavo A. R. Silva gpu: host1x: fix error return code in host1x_probe() Mike Kravetz sparc64 mm: Fix more TSB sizing issues Gustavo A. R. Silva video: fbdev: pxa3xx_gcu: fix error return code in pxa3xx_gcu_probe() Gustavo A. R. Silva tty: serial: sprd: fix error return code in sprd_probe() Guillaume Nault l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() Peter S. Housel brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chain Alexander Duyck gro: Allow tunnel stacking in the case of FOU/GUE Nicolas Dichtel vti6: flush x-netns xfrm cache when vti interface is removed Takashi Iwai ALSA: timer: Fix zero-division by continue of uninitialized instance Mark Rustad ixgbe: Correct X550EM_x revision check Emil Tantilov ixgbe: fix RSS limit for X550 Tariq Toukan net/mlx5e: Correctly handle RSS indirection table when changing number of channels Tariq Toukan net/mlx5e: Fix LRO modify William Dauchy ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vector Ashish Samant fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio Pavel Roskin drm/nouveau/fbcon: fix oops without fbdev emulation Daniel Borkmann bpf: generally move prog destruction to RCU deferral Alan Stern usb-storage: fix bogus hardware error messages for ATA pass-thru devices WANG Cong sch_red: update backlog as well Sowmini Varadhan sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdata Ewan D. Milne scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state Jonathan Basseri xfrm: Clear sk_dst_cache when applying per-socket policy. Catalin Marinas arm64: Fix potential race with hardware DBM in ptep_set_access_flags() Mark Syms CIFS: handle guest access errors to Windows shares Geert Uytterhoeven ASoC: wm8940: Enable cache usage to fix crashes on resume Geert Uytterhoeven ASoC: ak4613: Enable cache usage to fix crashes on resume Maciej W. Rozycki MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue Vladis Dronov usbvision: revert commit 588afcc1 Alexander Shishkin perf/core: Don't leak event in the syscall error path Raghava Aditya Renukunta aacraid: Start adapter after updating number of MSIX vectors Prarit Bhargava x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARs Jarkko Sakkinen tpm: fix: return rc when devm_add_action() fails Arnd Bergmann thermal: allow u8500-thermal driver to be a module Arnd Bergmann thermal: allow spear-thermal driver to be a module Jeff Mahoney btrfs: don't create or leak aliased root while cleaning up orphans Peter Zijlstra sched/cgroup: Fix cgroup entity load tracking tear-down Florian Fainelli um: Avoid longjmp/setjmp symbol clashes with libpthread.a Eric Dumazet ipv6: orphan skbs in reassembly unit Eugenia Emantayev net/mlx4_en: Resolve dividing by zero in 32-bit system Mateusz Jurczyk af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlers Andrey Ryabinin radix-tree: fix radix_tree_iter_retry() for tagged iterators. Jiri Kosina btrfs: cleaner_kthread() doesn't need explicit freeze Matt Fleming x86/mm/pat: Prevent hang during boot when mapping pages Srinivas Kandagatla ARM: dts: apq8064: add ahci ports-implemented mask Steven Rostedt (Red Hat) tracing: Skip more functions when doing stack tracing of events Paul Bolle ser_gigaset: use container_of() instead of detour David Herrmann net: drop write-only stack variable Johannes Berg ipv6: suppress sparse warnings in IP6_ECN_set_ce() Eric Biggers KEYS: put keyring if install_session_keyring_to_cred() fails Wenwen Wang net: cxgb3_main: fix a missing-check bug Jiri Olsa perf/ring_buffer: Prevent concurent ring buffer access Florian Fainelli smsc95xx: Check for Wake-on-LAN modes Florian Fainelli smsc75xx: Check for Wake-on-LAN modes Florian Fainelli r8152: Check for supported Wake-on-LAN Modes Florian Fainelli sr9800: Check for supported Wake-on-LAN modes Florian Fainelli lan78xx: Check for supported Wake-on-LAN modes Florian Fainelli ax88179_178a: Check for supported Wake-on-LAN modes Florian Fainelli asix: Check for supported Wake-on-LAN modes Lubomir Rintel pxa168fb: prepare the clock Matias Karhumaa Bluetooth: SMP: fix crash in unpairing Martin Willi mac80211_hwsim: do not omit multicast announce of first added radio Sean Tranchetti xfrm: validate template mode Thomas Petazzoni ARM: 8799/1: mm: fix pci_ioremap_io() offset check Andrei Otcheretianski cfg80211: reg: Init wiphy_idx in regulatory_hint_core() Andrei Otcheretianski mac80211: Always report TX status Thadeu Lima de Souza Cascardo xfrm6: call kfree_skb when skb is toobig Steffen Klassert xfrm: Validate address prefix lengths in the xfrm selector. ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/imx53-qsb-common.dtsi | 11 ++++ arch/arm/boot/dts/qcom-apq8064.dtsi | 3 +- arch/arm/mm/ioremap.c | 2 +- arch/arm64/mm/fault.c | 15 ++--- arch/mips/dec/int-handler.S | 34 ++-------- arch/mips/include/asm/fpu_emulator.h | 13 ++++ arch/mips/include/asm/switch_to.h | 18 ++++++ arch/mips/include/uapi/asm/inst.h | 2 +- arch/mips/kernel/mips-r2-to-r6-emul.c | 10 +-- arch/mips/kernel/process.c | 11 ++-- arch/mips/kernel/ptrace.c | 7 +-- arch/mips/kernel/traps.c | 72 ++++++++++++---------- arch/sparc/include/asm/page_64.h | 1 + arch/sparc/kernel/pci.c | 29 ++++++--- arch/sparc/lib/U3memcpy.S | 4 +- arch/sparc/mm/fault_64.c | 1 + arch/sparc/mm/tlb.c | 35 +++++++++-- arch/sparc/mm/tsb.c | 18 ++++-- arch/um/Makefile | 4 ++ arch/x86/include/asm/percpu.h | 8 +-- arch/x86/kernel/time.c | 2 +- arch/x86/mm/pageattr.c | 21 ++++--- arch/x86/pci/fixup.c | 7 +++ arch/x86/um/setjmp_32.S | 16 ++--- arch/x86/um/setjmp_64.S | 16 ++--- crypto/shash.c | 2 +- drivers/ata/ahci.c | 5 +- drivers/char/tpm/tpm-chip.c | 6 +- drivers/devfreq/tegra-devfreq.c | 6 +- drivers/gpio/gpio-msic.c | 4 +- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 7 ++- drivers/gpu/host1x/dev.c | 4 +- drivers/infiniband/core/ucm.c | 3 + drivers/infiniband/core/ucma.c | 3 + drivers/input/mouse/elan_i2c_core.c | 1 + drivers/isdn/gigaset/ser-gigaset.c | 9 +-- drivers/media/usb/usbvision/usbvision-video.c | 7 --- drivers/mfd/db8500-prcmu.c | 3 + drivers/mtd/spi-nor/spi-nor.c | 6 ++ drivers/net/bonding/bond_main.c | 2 +- drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 17 +++++ drivers/net/ethernet/intel/igb/e1000_82575.c | 11 ---- drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 +- drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 2 +- drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 9 +-- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 + drivers/net/ethernet/mellanox/mlx4/en_clock.c | 5 +- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 + .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2 + drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 30 ++++++--- drivers/net/ethernet/realtek/r8169.c | 8 +-- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 2 +- drivers/net/usb/asix_common.c | 3 + drivers/net/usb/ax88179_178a.c | 3 + drivers/net/usb/lan78xx.c | 17 ++--- drivers/net/usb/r8152.c | 3 + drivers/net/usb/smsc75xx.c | 3 + drivers/net/usb/smsc95xx.c | 3 + drivers/net/usb/sr9800.c | 3 + drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 7 +-- drivers/net/wireless/mac80211_hwsim.c | 3 +- drivers/ptp/ptp_chardev.c | 4 ++ drivers/scsi/aacraid/linit.c | 2 +- drivers/scsi/aacraid/src.c | 2 +- drivers/scsi/scsi_scan.c | 5 +- drivers/scsi/scsi_sysfs.c | 8 ++- drivers/spi/spi-bcm63xx-hsspi.c | 4 +- drivers/spi/spi-bcm63xx.c | 4 +- drivers/spi/spi-xlp.c | 4 +- drivers/thermal/Kconfig | 6 +- drivers/tty/serial/sprd_serial.c | 4 +- drivers/usb/class/cdc-acm.c | 14 ++--- drivers/usb/core/devio.c | 4 +- drivers/usb/dwc3/dwc3-omap.c | 4 +- drivers/usb/gadget/function/f_mass_storage.c | 3 + drivers/usb/host/ehci-omap.c | 4 +- drivers/usb/host/imx21-hcd.c | 6 +- drivers/usb/storage/transport.c | 14 ++++- drivers/vhost/vhost.c | 2 + drivers/video/fbdev/pxa168fb.c | 6 +- drivers/video/fbdev/pxa3xx-gcu.c | 4 +- fs/btrfs/disk-io.c | 6 +- fs/btrfs/disk-io.h | 2 + fs/btrfs/root-tree.c | 27 +++++--- fs/cachefiles/namei.c | 2 +- fs/cifs/connect.c | 3 + fs/fat/fatent.c | 1 + fs/fuse/file.c | 6 +- fs/fuse/fuse_i.h | 1 + include/linux/bpf.h | 5 -- include/linux/radix-tree.h | 1 + include/net/inet_ecn.h | 3 +- include/scsi/scsi_device.h | 1 + kernel/bpf/arraymap.c | 4 +- kernel/bpf/syscall.c | 13 +--- kernel/events/core.c | 5 +- kernel/sched/core.c | 4 +- kernel/sched/fair.c | 59 ++++++++++++------ kernel/sched/sched.h | 4 +- kernel/trace/trace.c | 19 +++++- mm/huge_memory.c | 6 +- mm/mremap.c | 21 +++++-- net/bluetooth/mgmt.c | 7 +-- net/bluetooth/smp.c | 29 +++++++-- net/bluetooth/smp.h | 3 +- net/bridge/br_multicast.c | 9 ++- net/core/rtnetlink.c | 10 +++ net/ipv4/fou.c | 16 +++++ net/ipv4/ip_fragment.c | 12 ++-- net/ipv6/addrconf.c | 6 +- net/ipv6/ip6_vti.c | 31 ++++++++++ net/ipv6/mcast.c | 16 ++--- net/ipv6/ndisc.c | 3 +- net/ipv6/netfilter/nf_conntrack_reasm.c | 1 + net/ipv6/xfrm6_output.c | 2 + net/iucv/af_iucv.c | 8 +-- net/l2tp/l2tp_ip.c | 11 ++-- net/l2tp/l2tp_ip6.c | 11 ++-- net/mac80211/status.c | 7 +-- net/sched/sch_gred.c | 2 +- net/sched/sch_red.c | 4 ++ net/sctp/socket.c | 5 +- net/socket.c | 11 +++- net/unix/af_unix.c | 5 +- net/wireless/reg.c | 1 + net/xfrm/xfrm_state.c | 1 + net/xfrm/xfrm_user.c | 15 +++++ security/keys/process_keys.c | 7 ++- sound/core/timer.c | 14 +++++ sound/soc/codecs/ak4613.c | 1 + sound/soc/codecs/wm8940.c | 1 + sound/soc/spear/spdif_in.c | 6 +- tools/perf/Makefile | 4 +- 134 files changed, 737 insertions(+), 388 deletions(-)