From patchwork Tue Nov 6 13:38:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juerg Haefliger X-Patchwork-Id: 993723 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42q9cB4w0rz9s3q; Wed, 7 Nov 2018 00:38:34 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1gK1Yo-0000gj-So; Tue, 06 Nov 2018 13:38:26 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1gK1Yn-0000gX-14 for kernel-team@lists.ubuntu.com; Tue, 06 Nov 2018 13:38:25 +0000 Received: from mail-ed1-f69.google.com ([209.85.208.69]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1gK1Ym-0007Vt-PS for kernel-team@lists.ubuntu.com; Tue, 06 Nov 2018 13:38:24 +0000 Received: by mail-ed1-f69.google.com with SMTP id p25-v6so2320152eds.15 for ; Tue, 06 Nov 2018 05:38:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=YNG+ESTqUJHXuj6wUguxY+QFmvgHJ68tD/GkpwddXhQ=; b=LT30vcBT17RQOZ6Y+HZ3Gegkx5AROwZ19jy9hIqh8F5FPWDo8tSLRd3GhA59WONrZd H1KHy7bYn13hyHzR/VjqcXNiC8rkIRnfcxPIOi78N3bpSk5QK+WuOtp5z4CPAbqVk568 Zo2sGJIrkff6vqsitfpdDJKDoFfx80bnQOVXxDiq20wfWds37LDX1HR0V6VC8RL0qH67 zb6LvVaWRtQ+Ubr2ZLmmhyu7mMWXE6pHZPhQaVKYihodKNf4bvyQ/H2c0OyL0IyAIhi2 USy4q2zguFBtCYFanAn1YcVYcFREXSQL/yaAGTi7U0354q2J5tEbWCZ4F0Qriz1KbzTU UDIg== X-Gm-Message-State: AGRZ1gLdc8HZBnHRp5Vi3ji14dX7WR83lJHIlWJRttqsODi6IfVFCvmt 48fDbV7+bPYJHcSZCluitqaTMjmDecj8o9oeZkrn/ci05041ZDUInuWrd+yytFghmzI5xwgCfAP d7zwROyI5Vhfi6eaahJ37BUjwJ42ZZJOFzs9cvuoTYg== X-Received: by 2002:a50:c102:: with SMTP id l2-v6mr15486571edf.74.1541511504168; Tue, 06 Nov 2018 05:38:24 -0800 (PST) X-Google-Smtp-Source: AJdET5euTFe1wr8P+JHqzifjWD1uzYbmNCEyutzTnMHVekXUAbq2smm35NIXlpAIs2GK5nPCZT1egg== X-Received: by 2002:a50:c102:: with SMTP id l2-v6mr15486548edf.74.1541511503808; Tue, 06 Nov 2018 05:38:23 -0800 (PST) Received: from localhost.localdomain ([81.221.192.120]) by smtp.gmail.com with ESMTPSA id w10-v6sm2722528ejv.35.2018.11.06.05.38.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Nov 2018 05:38:22 -0800 (PST) From: Juerg Haefliger X-Google-Original-From: Juerg Haefliger To: kernel-team@lists.ubuntu.com Subject: [SRU][Xenial][PULL] Xenial update: 4.4.162 upstream stable release (LP: #1801900) Date: Tue, 6 Nov 2018 14:38:20 +0100 Message-Id: <20181106133820.27938-1-juergh@canonical.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1801900 This is a pull request for the update of Xenial to upstream stable release 4.4.162. Skipped the following patches (already applied): * Drivers: hv: utils: Invoke the poll function after handshake * Drivers: hv: util: Pass the channel information during the init call * Drivers: hv: kvp: fix IP Failover Compile-tested all supported architectures. Signed-off-by: Juerg Haefliger --- The following changes since commit 7d78c7152d1254407abdd1847de922ce62522fc1: Linux 4.4.161 (2018-11-06 10:34:35 +0100) are available in the Git repository at: git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.162 for you to fetch changes up to 7d9d930288ddea4be65765aa70d2d3a5e1e11222: Linux 4.4.162 (2018-11-06 11:27:47 +0100) ---------------------------------------------------------------- Adrian Hunter (1): perf script python: Fix export-to-postgresql.py occasional failure Alexey Brodkin (1): ARC: build: Get rid of toolchain check Amber Lin (1): drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7 Andreas Schwab (1): Input: atakbd - fix Atari keymap Andy Lutomirski (2): x86/fpu: Remove use_eager_fpu() x86/fpu: Finish excising 'eagerfpu' Danny Smith (1): ASoC: sigmadsp: safeload should not have lower byte limit Edgar Cherkasov (1): i2c: i2c-scmi: fix for i2c_smbus_write_block_data Eric Dumazet (2): ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 Florian Fainelli (1): net: systemport: Fix wake-up interrupt race during resume Greg Kroah-Hartman (1): Linux 4.4.162 Hou Tao (1): jffs2: return -ERANGE when xattr buffer is too small Ido Schimmel (1): team: Forbid enslaving team device to itself Jann Horn (1): mm/vmstat.c: fix outdated vmstat_text Jeff Barnhill (1): net/ipv6: Display all addresses in output of /proc/net/if_inet6 Jongsung Kim (1): stmmac: fix valid numbers of unicast filter entries Jozef Balga (1): media: af9035: prevent buffer overflow on write Keerthy (1): clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs Lei Yang (1): selftests/efivarfs: add required kernel configs Long Li (1): HV: properly delay KVP packets when negotiation is in progress Mahesh Bandewar (1): bonding: avoid possible dead-lock Mathias Nyman (1): xhci: Don't print a warning when setting link state for disabled ports Maxime Chevallier (1): net: mvpp2: Extract the correct ethtype from the skb for tx csum offload Michael Chan (1): bnxt_en: Fix TX timeout during netpoll. Michael Neuling (2): powerpc/tm: Fix userspace r13 corruption powerpc/tm: Avoid possible userspace r1 corruption on reclaim Michael Schmitz (1): Input: atakbd - fix Atari CapsLock behaviour Mikulas Patocka (1): mach64: detect the dot clock divider correctly on sparc Nathan Chancellor (1): net/mlx4: Use cpumask_available for eq->affinity_mask Nicolas Ferre (2): net: macb: disable scatter-gather for macb on sama5d3 ARM: dts: at91: add new compatibility string for macb on sama5d3 Paolo Abeni (2): ip6_tunnel: be careful when accessing the inner header ip_tunnel: be careful when accessing the inner header Paolo Bonzini (1): KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch Pierre-Louis Bossart (1): ASoC: wm8804: Add ACPI support Rik van Riel (1): x86/fpu: Remove struct fpu::counter Sabrina Dubroca (1): net: ipv4: update fnhe_pmtu when first hop's MTU changes Sean Tranchetti (1): netlabel: check for IPV4MASK in addrinfo_get Shahed Shaikh (1): qlcnic: fix Tx descriptor corruption on 82xx devices Stephen Warren (1): usb: gadget: serial: fix oops when data rx'd after close Theodore Ts'o (1): ext4: add corruption check in ext4_xattr_set_entry() Tony Lindgren (1): mfd: omap-usb-host: Fix dts probe of children Yu Zhao (2): sound: enable interrupt after dma buffer initialization net/usb: cancel pending work when unbinding smsc75xx Documentation/devicetree/bindings/net/macb.txt | 1 + Documentation/kernel-parameters.txt | 5 -- Makefile | 2 +- arch/arc/Makefile | 14 ---- arch/arm/boot/dts/sama5d3_emac.dtsi | 2 +- arch/powerpc/kernel/tm.S | 20 +++++- 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_kvp.c | 13 ++-- 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/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 + 61 files changed, 357 insertions(+), 338 deletions(-) create mode 100644 tools/testing/selftests/efivarfs/config