Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp2234643imm; Thu, 18 Oct 2018 11:08:14 -0700 (PDT) X-Google-Smtp-Source: ACcGV60eeOkTKJA7MKbPh5xyLGbv36gxqh87JKvSP0DmqgzoYdRx/QaWKRRdiZptzdVbAKDQ5bbd X-Received: by 2002:a63:4a0e:: with SMTP id x14-v6mr28809740pga.34.1539886094134; Thu, 18 Oct 2018 11:08:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539886094; cv=none; d=google.com; s=arc-20160816; b=toSEpbSHcJFUYeeCT7MOCW0O46DCgqaBd832vW9c1nhnmsrjJkGkepOrxt4RnH9lGi vIYhCGmNU3lmvgIQPnPsZCUIkwRAScSRPngqU3UOshCux6JL2iZbKXL3xU9jhudnuMXr rP6bXhicxTe9Xbdm4ZPAadk8RrNdHvEO0wG7cgfkxbLdzIqAQJOSGznAnLzyz6HUojBD YfRyzw7zUaMsoonxCwGMD3FqL6/AhADxLDeOu71w2N5XJ+U/B1j98WJhVwH++18CpdMp PoyBwQGH3DAvUFnQfF7EWuit7wHnsKZ88LFFEc5lrnV5CEgaBiIlUHsRBJZiYAT1u0Te KCJQ== 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=06hAjqVawVgigfni1oX4dMKUjh+WIgPKeif28+TKWWQ=; b=w6lPOM1KV5lLTqXIdLtkLuR6p1db9tD/I68wavYOrHbtbFpr6FuqfhMIg2RUQbqplb puPj6jhDjiBLbgp02r8buQLwGZ/0blRo26U8+p23XfGw9UYh8HqP6IKpkadSZX+K8be+ U9xxEaZBfHOP6iUCaFOMUQAEdRS3R75b7Xq8yRmB1Fn5SkYCQ258EnVIClM9YoZ5n9rd YP8GmrCM8Vib462NfT5ubbHerh4yRvr89Bpp3vemWQubrYApWWIiOCyfSCSpsRE39mCp OTkvyrpvetlAA9t2yipBLWMutlkzAuMFpn+sWh0K4ck6cRRuyJMavyNo9F0LSTnV8nKx HaXw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=u0pPlEvV; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e9-v6si1506550pgi.31.2018.10.18.11.07.58; Thu, 18 Oct 2018 11:08:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=u0pPlEvV; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730523AbeJSCIp (ORCPT + 99 others); Thu, 18 Oct 2018 22:08:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:57912 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730104AbeJSCIp (ORCPT ); Thu, 18 Oct 2018 22:08:45 -0400 Received: from localhost (ip-213-127-77-176.ip.prioritytelecom.net [213.127.77.176]) (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 E8F1021476; Thu, 18 Oct 2018 18:06:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1539885997; bh=uuKgPZ35YZuwf7ntnAIDG+kOAC3DZZSHHk0J0nj/h+I=; h=From:To:Cc:Subject:Date:From; b=u0pPlEvVaTUMA1v9tk0yfffvlR4QQ0KPslikCI3oO7mw8JOOkDY1j4uSBTxVQMKE2 +biPSdyde4WBbOsuB8Oinn7GjCBsoiiKZ01cq6Orxtr25DHy2XyNI7549SA6c4EFgI mXSmpnYYdy8hKrwmyuAJxZzrotKxY+uX9c5KVPeo= 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 00/48] 4.4.162-stable review Date: Thu, 18 Oct 2018 19:54:35 +0200 Message-Id: <20181018175427.133690306@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.162-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.162-rc1 X-KernelTest-Deadline: 2018-10-20T17:54+00:00 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.162 release. There are 48 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 Oct 20 17:54:03 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.162-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.162-rc1 Long Li HV: properly delay KVP packets when negotiation is in progress Vitaly Kuznetsov Drivers: hv: kvp: fix IP Failover K. Y. Srinivasan Drivers: hv: util: Pass the channel information during the init call K. Y. Srinivasan Drivers: hv: utils: Invoke the poll function after handshake Stephen Warren usb: gadget: serial: fix oops when data rx'd after close Alexey Brodkin ARC: build: Get rid of toolchain check Michael Neuling powerpc/tm: Avoid possible userspace r1 corruption on reclaim Michael Neuling powerpc/tm: Fix userspace r13 corruption James Cowgill RISC-V: include linux/ftrace.h in asm-prototypes.h Nathan Chancellor net/mlx4: Use cpumask_available for eq->affinity_mask Michael Schmitz Input: atakbd - fix Atari CapsLock behaviour Andreas Schwab Input: atakbd - fix Atari keymap Keerthy clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs Jozef Balga media: af9035: prevent buffer overflow on write Andy Lutomirski x86/fpu: Finish excising 'eagerfpu' Rik van Riel x86/fpu: Remove struct fpu::counter Andy Lutomirski x86/fpu: Remove use_eager_fpu() Paolo Bonzini KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch Eric Dumazet rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 Florian Fainelli net: systemport: Fix wake-up interrupt race during resume Maxime Chevallier net: mvpp2: Extract the correct ethtype from the skb for tx csum offload Ido Schimmel team: Forbid enslaving team device to itself Shahed Shaikh qlcnic: fix Tx descriptor corruption on 82xx devices Yu Zhao net/usb: cancel pending work when unbinding smsc75xx Sean Tranchetti netlabel: check for IPV4MASK in addrinfo_get Jeff Barnhill <0xeffeff@gmail.com> net/ipv6: Display all addresses in output of /proc/net/if_inet6 Sabrina Dubroca net: ipv4: update fnhe_pmtu when first hop's MTU changes Eric Dumazet ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() Paolo Abeni ip_tunnel: be careful when accessing the inner header Paolo Abeni ip6_tunnel: be careful when accessing the inner header Mahesh Bandewar bonding: avoid possible dead-lock Michael Chan bnxt_en: Fix TX timeout during netpoll. Hou Tao jffs2: return -ERANGE when xattr buffer is too small Mathias Nyman xhci: Don't print a warning when setting link state for disabled ports Edgar Cherkasov i2c: i2c-scmi: fix for i2c_smbus_write_block_data Adrian Hunter perf script python: Fix export-to-postgresql.py occasional failure Mikulas Patocka mach64: detect the dot clock divider correctly on sparc Jann Horn mm/vmstat.c: fix outdated vmstat_text Theodore Ts'o ext4: add corruption check in ext4_xattr_set_entry() Amber Lin drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7 Nicolas Ferre ARM: dts: at91: add new compatibility string for macb on sama5d3 Nicolas Ferre net: macb: disable scatter-gather for macb on sama5d3 Jongsung Kim stmmac: fix valid numbers of unicast filter entries Yu Zhao sound: enable interrupt after dma buffer initialization Tony Lindgren mfd: omap-usb-host: Fix dts probe of children Lei Yang selftests/efivarfs: add required kernel configs Danny Smith ASoC: sigmadsp: safeload should not have lower byte limit Pierre-Louis Bossart ASoC: wm8804: Add ACPI support ------------- Diffstat: Documentation/devicetree/bindings/net/macb.txt | 1 + Documentation/kernel-parameters.txt | 5 -- Makefile | 4 +- arch/arc/Makefile | 14 ---- arch/arm/boot/dts/sama5d3_emac.dtsi | 2 +- arch/powerpc/kernel/tm.S | 20 +++++- arch/riscv/include/asm/asm-prototypes.h | 7 ++ arch/x86/crypto/crc32c-intel_glue.c | 17 ++--- arch/x86/include/asm/cpufeatures.h | 1 - arch/x86/include/asm/fpu/internal.h | 37 +---------- arch/x86/include/asm/fpu/types.h | 34 ---------- arch/x86/include/asm/kvm_host.h | 1 - arch/x86/kernel/fpu/core.c | 41 ++---------- arch/x86/kernel/fpu/signal.c | 8 +-- arch/x86/kvm/cpuid.c | 5 +- arch/x86/kvm/x86.c | 10 --- drivers/clocksource/timer-ti-32k.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +- drivers/hv/hv_fcopy.c | 2 +- drivers/hv/hv_kvp.c | 40 +++++++++++- drivers/hv/hv_snapshot.c | 4 +- drivers/hv/hv_util.c | 1 + drivers/hv/hyperv_vmbus.h | 5 ++ drivers/i2c/busses/i2c-scmi.c | 1 + drivers/input/keyboard/atakbd.c | 74 ++++++++-------------- drivers/media/usb/dvb-usb-v2/af9035.c | 6 +- drivers/mfd/omap-usb-host.c | 11 ++-- drivers/net/bonding/bond_main.c | 43 +++++-------- drivers/net/ethernet/broadcom/bcmsysport.c | 22 +++---- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 13 +++- drivers/net/ethernet/cadence/macb.c | 8 +++ drivers/net/ethernet/marvell/mvpp2.c | 10 +-- drivers/net/ethernet/mellanox/mlx4/eq.c | 3 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 8 ++- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 3 +- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 3 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h | 3 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 12 ++-- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 5 +- drivers/net/team/team.c | 5 ++ drivers/net/usb/smsc75xx.c | 1 + drivers/usb/gadget/function/u_serial.c | 2 +- drivers/usb/host/xhci-hub.c | 18 +++--- drivers/video/fbdev/aty/atyfb.h | 3 +- drivers/video/fbdev/aty/atyfb_base.c | 7 +- drivers/video/fbdev/aty/mach64_ct.c | 10 +-- fs/ext4/xattr.c | 22 ++++--- fs/jffs2/xattr.c | 6 +- include/linux/hyperv.h | 1 + include/linux/netdevice.h | 7 ++ include/net/bonding.h | 7 +- include/net/ip_fib.h | 1 + mm/vmstat.c | 1 - net/core/dev.c | 28 +++++++- net/core/rtnetlink.c | 6 ++ net/ipv4/fib_frontend.c | 12 ++-- net/ipv4/fib_semantics.c | 50 +++++++++++++++ net/ipv4/ip_sockglue.c | 3 +- net/ipv4/ip_tunnel.c | 9 +++ net/ipv6/addrconf.c | 4 +- net/ipv6/ip6_tunnel.c | 13 +++- net/netlabel/netlabel_unlabeled.c | 3 +- sound/hda/hdac_controller.c | 8 ++- sound/soc/codecs/sigmadsp.c | 3 +- sound/soc/codecs/wm8804-i2c.c | 15 ++++- tools/perf/scripts/python/export-to-postgresql.py | 9 +++ tools/testing/selftests/efivarfs/config | 1 + 67 files changed, 404 insertions(+), 340 deletions(-)