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=-8.9 required=3.0 tests=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 4DB32C2BA80 for ; Tue, 7 Apr 2020 16:39:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 120282072A for ; Tue, 7 Apr 2020 16:39:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586277556; bh=RyU6woZl08pajnq+jb3MHICTMi/lfqKU6obBFMaMBuo=; h=From:To:Cc:Subject:Date:List-ID:From; b=ke92soTBpOOgKckpqREcCubPFhKfv48s5RVZe2FWNwwhqTpUU+cvnCdJSJL9Xgn6u oReomjGJOfeH54/HtG5Fbg057w5ygBJY2rOCikiSi+f4mLtyZ+agk8IIkfHpeLOXx2 4UooF86kg2lbbAKIliAClJAba07+iNmpktLE24Aw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729466AbgDGQjK (ORCPT ); Tue, 7 Apr 2020 12:39:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:53606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbgDGQjI (ORCPT ); Tue, 7 Apr 2020 12:39:08 -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 3BE9D2078C; Tue, 7 Apr 2020 16:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586277547; bh=RyU6woZl08pajnq+jb3MHICTMi/lfqKU6obBFMaMBuo=; h=From:To:Cc:Subject:Date:From; b=x7TXrhEgcHfoTWCkW9LCQFfQCE98GSUU/tk0NFHi9KHz9bRiefCASqj1yZXgar2Gc +zuh0qj9D6Wz1vwWqWhsYGwdIZQGNpdHB06nvUO4x0G3AK5Q8PpgHxnDju8OpEZyj9 V9BDMQQ2Nep/P0iClf6mgnVeylV157PhHOFKh8WE= 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/48] 5.5.16-rc2 review Date: Tue, 7 Apr 2020 18:39:04 +0200 Message-Id: <20200407154800.629167305@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.16-rc2.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.16-rc2 X-KernelTest-Deadline: 2020-04-09T15:48+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 5.5.16 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 Thu, 09 Apr 2020 15:46:32 +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.16-rc2.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.16-rc2 Randy Dunlap mm: mempolicy: require at least one nodeid for MPOL_PREFERRED Daniel Jordan padata: always acquire cpu_hotplug_lock before pinst->lock Ursula Braun net/smc: fix cleanup for linkgroup setup failures Amritha Nambiar net: Fix Tx hash bound checking Paolo Abeni net: genetlink: return the error code when attribute parsing fails. Mika Westerberg i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device Mika Westerberg watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional Mika Westerberg watchdog: iTCO_wdt: Export vendorsupport Neal Cardwell tcp: fix TFO SYNACK undo to avoid double-timestamp-undo Jiri Pirko sched: act: count in the size of action flags bitfield Mike Marciniszyn IB/hfi1: Ensure pq is not left on waitlist David Howells rxrpc: Fix sendmsg(MSG_WAITALL) handling Luca Coelho iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME fails Mordechay Goodstein iwlwifi: yoyo: don't add TLV offset when reading FIFOs Mordechay Goodstein iwlwifi: consider HE capability when setting LDPC Tariq Toukan net/mlx5e: kTLS, Fix wrong value in record tracker enum Bibby Hsieh soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ helper Geoffrey Allott ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated sound on EVGA X99 Classified motherboard Mike Snitzer Revert "dm: always call blk_queue_split() in dm_process_bio()" Hans de Goede power: supply: axp288_charger: Add special handling for HP Pavilion x2 10 Hans de Goede extcon: axp288: Add wakeup support Freeman Liu nvmem: sprd: Fix the block lock operation Nicholas Johnson nvmem: check for NULL reg_read and reg_write before dereferencing Alexander Usyskin mei: me: add cedar fork device ids Eugene Syromiatnikov coresight: do not use the BIT() macro in the UAPI header Kelsey Skunberg PCI: sysfs: Revert "rescan" file renames Kishon Vijay Abraham I misc: pci_endpoint_test: Avoid using module parameter to determine irqtype Kishon Vijay Abraham I misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices YueHaibing misc: rtsx: set correct pcr_ops for rts522A Matthew Wilcox (Oracle) XArray: Fix xa_find_next for large multi-index entries Guenter Roeck brcmfmac: abort and release host after error Daniel Jordan padata: fix uninitialized return value in padata_replace() Len Brown tools/power turbostat: Fix 32-bit capabilities warning Len Brown tools/power turbostat: Fix missing SYS_LPI counter on some Chromebooks Len Brown tools/power turbostat: Fix gcc build warnings James Zhu drm/amdgpu: fix typo for vcn1 idle check Eugeniy Paltsev initramfs: restore default compression behavior Gerd Hoffmann drm/bochs: downgrade pci_request_region failure from error to warning Mario Kleiner drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017 Evan Quan drm/amdgpu: add fbdev suspend/resume on gpu reset Jérôme Pouiller staging: wfx: fix warning about freeing in-use mutex during device unregister Prabhath Sajeepa nvme-rdma: Avoid double freeing of async event data Codrin Ciubotariu net: macb: Fix handling of fixed-link node Qiujun Huang sctp: fix refcount bug in sctp_wfree Marcelo Ricardo Leitner sctp: fix possibly using a bad saddr with a given dst William Dauchy net, ip_tunnel: fix interface lookup with no key Codrin Ciubotariu net: dsa: ksz: Select KSZ protocol tag Qian Cai ipv4: fix a RCU-list lock in fib_triestat_seq_show ------------- Diffstat: Makefile | 4 +- drivers/extcon/extcon-axp288.c | 32 ++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++ drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 11 ++++ drivers/gpu/drm/bochs/bochs_hw.c | 6 +- drivers/i2c/busses/i2c-i801.c | 45 ++++--------- drivers/infiniband/hw/hfi1/user_sdma.c | 25 +++++++- drivers/md/dm.c | 5 +- drivers/misc/cardreader/rts5227.c | 1 + drivers/misc/mei/hw-me-regs.h | 2 + drivers/misc/mei/pci-me.c | 2 + drivers/misc/pci_endpoint_test.c | 14 +++-- drivers/net/dsa/microchip/Kconfig | 1 + drivers/net/ethernet/cadence/macb_main.c | 3 + .../ethernet/mellanox/mlx5/core/en_accel/ktls.h | 4 +- .../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 2 + drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 25 +++----- drivers/net/wireless/intel/iwlwifi/fw/dbg.h | 6 +- drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c | 6 +- drivers/nvme/host/rdma.c | 8 ++- drivers/nvmem/nvmem-sysfs.c | 6 ++ drivers/nvmem/sprd-efuse.c | 2 +- drivers/pci/pci-sysfs.c | 6 +- drivers/power/supply/axp288_charger.c | 57 ++++++++++++++++- drivers/soc/mediatek/mtk-cmdq-helper.c | 1 + drivers/staging/wfx/hif_tx.c | 1 + drivers/watchdog/iTCO_vendor.h | 2 + drivers/watchdog/iTCO_vendor_support.c | 16 ++--- drivers/watchdog/iTCO_wdt.c | 28 +++++---- include/uapi/linux/coresight-stm.h | 6 +- kernel/padata.c | 6 +- lib/test_xarray.c | 18 ++++++ lib/xarray.c | 3 +- mm/mempolicy.c | 6 +- net/core/dev.c | 2 + net/ipv4/fib_trie.c | 3 + net/ipv4/ip_tunnel.c | 6 +- net/ipv4/tcp_input.c | 6 +- net/netlink/genetlink.c | 5 +- net/rxrpc/sendmsg.c | 4 +- net/sched/act_api.c | 1 + net/sctp/ipv6.c | 20 ++++-- net/sctp/protocol.c | 28 ++++++--- net/sctp/socket.c | 31 ++++++--- net/smc/af_smc.c | 25 +++++--- net/smc/smc_core.c | 12 ++++ net/smc/smc_core.h | 2 +- sound/pci/hda/patch_ca0132.c | 1 + tools/power/x86/turbostat/Makefile | 2 +- tools/power/x86/turbostat/turbostat.c | 73 ++++++++++++++-------- usr/Kconfig | 22 +++---- 52 files changed, 421 insertions(+), 188 deletions(-)