From patchwork Tue May 19 17:43:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1293593 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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 49RNX56jJ0z9sT6; Wed, 20 May 2020 03:43:17 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jb6Gl-0004eH-TV; Tue, 19 May 2020 17:43:11 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jb6Gk-0004e6-3O for kernel-team@lists.ubuntu.com; Tue, 19 May 2020 17:43:10 +0000 Received: from 3.general.kamal.us.vpn ([10.172.68.53] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jb6Gj-0003ax-M9 for kernel-team@lists.ubuntu.com; Tue, 19 May 2020 17:43:09 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1jb6Gh-00067c-Jf for kernel-team@lists.ubuntu.com; Tue, 19 May 2020 10:43:07 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Bionic][PULL] Bionic upstream stable patchset 2020-05-19 Date: Tue, 19 May 2020 10:43:06 -0700 Message-Id: <20200519174306.23349-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.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" This pull request (29 commits) includes the following Bionic stable patchsets: Bionic update: upstream stable patchset 2020-05-19 Ported from the following upstream stable releases: v4.14.180, v4.19.122 https://bugs.launchpad.net/bugs/1879536 -Kamal ----- The following changes since commit 31664c26c01b67d64fda55f7c763cec573337fce: UBUNTU: Ubuntu-4.15.0-102.103 (2020-05-15 14:47:09 +0200) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git stable-next for you to fetch changes up to 907945ea4e97118dd23a340bbdd4b127f69b8615: UBUNTU: upstream stable to v4.14.180, v4.19.122 (2020-05-19 08:18:37 -0700) ---------------------------------------------------------------- Aaron Ma (1): drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event Alexey Kardashevskiy (1): powerpc/pci/of: Parse unassigned resources Amadeusz Sławiński (2): ASoC: topology: Check return value of pcm_new_ver ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry Christoph Hellwig (1): hexagon: clean up ioremap Daniel Vetter (1): drm/atomic: Take the atomic toys away from X Doug Berger (2): net: bcmgenet: suppress warnings on failed Rx SKB allocations net: systemport: suppress warnings on failed Rx SKB allocations Jere Leppänen (1): sctp: Fix SHUTDOWN CTSN Ack in the peer restart case Jeremie Francois (on alpha) (1): scripts/config: allow colons in option strings for sed Jia He (1): vhost: vsock: kick send_pkt worker once device is started Jiri Slaby (1): cgroup, netclassid: remove double cond_resched Julien Beraud (2): net: stmmac: fix enabling socfpga's ptp_ref_clock net: stmmac: Fix sub-second increment Kamal Mostafa (1): UBUNTU: upstream stable to v4.14.180, v4.19.122 Matthias Blankertz (4): ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode ASoC: rsnd: Don't treat master SSI in multi SSI setup as parent ASoC: rsnd: Fix "status check failed" spam for multi-SSI Nathan Chancellor (1): lib/mpi: Fix building for powerpc with clang Nick Desaulniers (1): hexagon: define ioremap_uc Philipp Rudo (1): s390/ftrace: fix potential crashes when switching tracers Ronnie Sahlberg (1): cifs: protect updating server->dstaddr with a spinlock Sandeep Raghuraman (1): drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii) Sebastian Reichel (1): ASoC: sgtl5000: Fix VAG power-on handling Takashi Iwai (1): ALSA: hda: Match both PCI ID and SSID for driver blacklist Thomas Pedersen (1): mac80211: add ieee80211_is_any_nullfunc() Tyler Hicks (1): selftests/ipc: Fix test failure seen after initial test run Xiyu Yang (1): wimax/i2400m: Fix potential urb refcnt leak arch/hexagon/include/asm/io.h | 12 ++------ arch/hexagon/kernel/hexagon_ksyms.c | 2 +- arch/hexagon/mm/ioremap.c | 2 +- arch/powerpc/kernel/pci_of_scan.c | 12 ++++++-- arch/s390/kernel/diag.c | 2 +- arch/s390/kernel/smp.c | 4 +-- arch/s390/kernel/trace.c | 2 +- debian.master/upstream-stable | 4 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 3 +- .../gpu/drm/amd/powerplay/hwmgr/processpptables.c | 26 +++++++++++++++++ drivers/gpu/drm/drm_ioctl.c | 7 ++++- drivers/net/ethernet/broadcom/bcmsysport.c | 3 +- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 3 +- .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 9 ++++-- .../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 12 +++++--- drivers/net/wimax/i2400m/usb-fw.c | 1 + drivers/vhost/vsock.c | 5 ++++ fs/cifs/connect.c | 2 ++ include/linux/ieee80211.h | 9 ++++++ lib/mpi/longlong.h | 34 +++++++++++----------- net/core/netclassid_cgroup.c | 4 +-- net/mac80211/mlme.c | 2 +- net/mac80211/rx.c | 8 ++--- net/mac80211/status.c | 5 ++-- net/mac80211/tx.c | 2 +- net/sctp/sm_make_chunk.c | 6 +++- scripts/config | 5 +++- sound/pci/hda/hda_intel.c | 9 +++--- sound/soc/codecs/hdac_hdmi.c | 6 ++-- sound/soc/codecs/sgtl5000.c | 34 ++++++++++++++++++++++ sound/soc/codecs/sgtl5000.h | 1 + sound/soc/sh/rcar/ssi.c | 11 ++++++- sound/soc/sh/rcar/ssiu.c | 2 +- sound/soc/soc-topology.c | 4 ++- tools/testing/selftests/ipc/msgque.c | 2 +- 35 files changed, 182 insertions(+), 73 deletions(-)