Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1516269ybb; Sat, 11 Apr 2020 05:26:04 -0700 (PDT) X-Google-Smtp-Source: APiQypIqJ6dIrWvPHYUgh714tU7r6+JbJR6tYy8YbzKmf1gEHSLhPykxorlZeckfH/LLX1ejz4U+ X-Received: by 2002:a37:8b04:: with SMTP id n4mr8359967qkd.222.1586607964434; Sat, 11 Apr 2020 05:26:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586607964; cv=none; d=google.com; s=arc-20160816; b=qxK49AvRCp6knbBTXgWY6ofu7Otjim5gDl0W+YSFD1Upq7TnUZ/A0l59quiH0V8wWH JdWGwaV20mVZyRmLD9tCHKjKma85IXxaoxC2zYE2Z/4kBbLYa2VnVC10ekaT2v0GIuED KahHtgVVjGwS2dFrAoI75dmT6fhOJfSUiDePajgtQlfWmVE8ZePAwFOJMesle7EuQjQ2 Xhn26CESyZZ5Hhtjcp82IftdSTH0eQWSADLJGj9e3RoXu6aTThs/4/JumPawkuc6uFmy Dpb3q9/JuDHS1GbjheJ9zYsphZzHYd6qiCA8CbjP2SxUH9g4iXFaOSfl/IKEUGarXNiY 4nVQ== 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=c1+YX6cDlSx5lvxgp8YFxTXQlWLcJ/KlSTRCs4aP5X0=; b=YeCV52bnfOZgZNcUomBdCXfRQEjy9cUVt8ySv2NJyf2veTUeUj0PD4AMboWx/5izkl L3+7gY7L65GaY0HnNubXSRM4f2e+W4M/Nq2sIwqiYLmwp7yrQXiatzgyJb006GBhuHjT 7ocd2Ivv8i8MHQyjf13w+Banq/UR2cWL6VNF99ZGTAiXO8yrJG2mVG7LdtLA1FMNQgBW 0dEV09z/cDnME9kHJ0jUZyDy4BZnooHeCV2CZVOMMu+gDNL55d18a2tWmSKoHtuMbxzX DZRFBqZHLNmvQRiY4kkhrOaowJwwNWZ5xaDM49FZnJc/AbhhO1TW+dOe9t9e4nJ9HM5Z wTgw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GTs+ZFiU; 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 f13si45873qkh.225.2020.04.11.05.25.50; Sat, 11 Apr 2020 05:26:04 -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=GTs+ZFiU; 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 S1728698AbgDKMYE (ORCPT + 99 others); Sat, 11 Apr 2020 08:24:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:53682 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728099AbgDKMSi (ORCPT ); Sat, 11 Apr 2020 08:18:38 -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 49BA720644; Sat, 11 Apr 2020 12:18:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586607517; bh=V0ZoNd3I9CqZGUOQdWUK54j/YiSgOslUOtVV1JY3QEs=; h=From:To:Cc:Subject:Date:From; b=GTs+ZFiUZthilrJfuqqqnrlEPwN/CQSdxIvOQwYi8tGSivTI5W5q3f6viVe6MHMQ8 xek5hL5N3/+qrOQO6Qae+BeERDhx9U6OCKS20A3msYfqM6Oj2mIjco7962zAPOYrKE t21wTnGlp8o/P8wsAp45UUZr3rk0bKcA1vVtvt5s= 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 5.5 00/44] 5.5.17-rc1 review Date: Sat, 11 Apr 2020 14:09:20 +0200 Message-Id: <20200411115456.934174282@linuxfoundation.org> X-Mailer: git-send-email 2.26.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-5.5.17-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.5.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.5.17-rc1 X-KernelTest-Deadline: 2020-04-13T11:55+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 5.5.17 release. There are 44 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 Mon, 13 Apr 2020 11:51:28 +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/v5.x/stable-review/patch-5.5.17-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-5.5.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.5.17-rc1 Ilya Dryomov ceph: canonicalize server path in place Xiubo Li ceph: remove the extra slashes in the server path Arnd Bergmann ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A Anson Huang ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D Alex Vesker IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads Kaike Wan IB/hfi1: Fix memory leaks in sysfs registration and unregistration Kaike Wan IB/hfi1: Call kobject_put() when kobject_init_and_add() fails Paul Cercueil ASoC: jz4740-i2s: Fix divider written at incorrect offset in register Jonghwan Choi ASoC: tas2562: Fixed incorrect amp_level setting. Hans de Goede platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler() Hans de Goede ACPI: PM: Add acpi_[un]register_wakeup_handler() Martin Kaiser hwrng: imx-rngc - fix an error path David Ahern tools/accounting/getdelays.c: fix netlink attribute length Lu Baolu iommu/vt-d: Allow devices with RMRRs to use identity domain Saravana Kannan driver core: Reevaluate dev->links.need_for_probe as suppliers are added Qiujun Huang fbcon: fix null-ptr-deref in fbcon_switch Bart Van Assche blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync Avihai Horon RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow Qiujun Huang Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl Bernard Metzler RDMA/siw: Fix passive connection establishment Jason Gunthorpe RDMA/cma: Teach lockdep about the order of rtnl and lock Jason Gunthorpe RDMA/ucma: Put a lock around every call to the rdma_cm layer Hou Tao ubi: fastmap: Free unused fastmap anchor peb during detach Christian Borntraeger include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap Kees Cook slub: improve bit diffusion for freelist ptr obfuscation Yury Norov uapi: rename ext2_swab() to swab() and share globally in swab.h Thinh Nguyen usb: dwc3: gadget: Wrap around when skip TRBs Jason A. Donenfeld random: always use batched entropy for get_random_u{32,64} Sven Schnelle s390: prevent leaking kernel address in BEAR Oleksij Rempel net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035 Rahul Lakkireddy cxgb4: free MQPRIO resources in shutdown path Heiner Kallweit r8169: change back SG and TSO to be disabled by default Petr Machata mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE Will Deacon tun: Don't put_page() for all negative return values from XDP program Richard Palethorpe slcan: Don't transmit uninitialized stack data in padding Jisheng Zhang net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting Cong Wang net_sched: fix a missing refcnt in tcindex_init() Cong Wang net_sched: add a temporary refcnt for struct tcindex_data Oleksij Rempel net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before accessing PHY registers Chuanhong Guo net: dsa: mt7530: fix null pointer dereferencing in port5 setup Florian Fainelli net: dsa: bcm_sf2: Ensure correct sub-node is parsed Florian Fainelli net: dsa: bcm_sf2: Do not register slave MDIO bus with OF Jarod Wilson ipv6: don't auto-add link-local address to lag ports Herat Ramani cxgb4: fix MPS index overwrite when setting MAC address ------------- Diffstat: Makefile | 4 +- arch/arm/mach-imx/Kconfig | 2 + arch/s390/include/asm/lowcore.h | 4 +- arch/s390/include/asm/processor.h | 1 + arch/s390/include/asm/setup.h | 7 ++ arch/s390/kernel/asm-offsets.c | 2 + arch/s390/kernel/entry.S | 65 ++++++---- arch/s390/kernel/process.c | 1 + arch/s390/kernel/setup.c | 3 + arch/s390/kernel/smp.c | 2 + arch/s390/mm/vmem.c | 4 + block/blk-mq.c | 8 ++ drivers/acpi/sleep.c | 4 + drivers/acpi/sleep.h | 1 + drivers/acpi/wakeup.c | 81 ++++++++++++ drivers/base/core.c | 8 +- drivers/char/hw_random/imx-rngc.c | 4 +- drivers/char/random.c | 20 +-- drivers/infiniband/core/cma.c | 14 +++ drivers/infiniband/core/ucma.c | 49 +++++++- drivers/infiniband/hw/hfi1/sysfs.c | 26 ++-- drivers/infiniband/hw/mlx5/main.c | 6 +- drivers/infiniband/sw/siw/siw_cm.c | 137 +++++---------------- drivers/iommu/intel-iommu.c | 15 +-- drivers/mtd/ubi/fastmap-wl.c | 15 ++- drivers/net/can/slcan.c | 4 +- drivers/net/dsa/bcm_sf2.c | 9 +- drivers/net/dsa/mt7530.c | 3 + drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 5 +- .../net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c | 23 ++++ .../net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.h | 1 + .../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 9 +- drivers/net/ethernet/realtek/r8169_main.c | 34 +++-- .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2 +- drivers/net/phy/at803x.c | 4 +- drivers/net/phy/micrel.c | 7 ++ drivers/net/tun.c | 10 +- drivers/platform/x86/intel_int0002_vgpio.c | 10 ++ drivers/usb/dwc3/gadget.c | 2 +- drivers/video/fbdev/core/fbcon.c | 3 + fs/ceph/super.c | 57 ++++++--- fs/ceph/super.h | 2 +- include/linux/acpi.h | 5 + include/linux/mlx5/mlx5_ifc.h | 6 +- include/linux/swab.h | 1 + include/uapi/linux/swab.h | 10 ++ lib/find_bit.c | 16 +-- mm/slub.c | 2 +- net/bluetooth/rfcomm/tty.c | 4 +- net/ipv6/addrconf.c | 4 + net/sched/cls_tcindex.c | 45 ++++++- sound/soc/codecs/tas2562.c | 2 +- sound/soc/jz4740/jz4740-i2s.c | 2 +- tools/accounting/getdelays.c | 2 +- 54 files changed, 501 insertions(+), 266 deletions(-)