From patchwork Mon Dec 7 23:30:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1412295 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 4Cqfgq1BpQz9sWC; Tue, 8 Dec 2020 10:30:47 +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 1kmPxq-0006Qd-3n; Mon, 07 Dec 2020 23:30:42 +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 1kmPxo-0006QX-2m for kernel-team@lists.ubuntu.com; Mon, 07 Dec 2020 23:30:40 +0000 Received: from 2.general.kamal.us.vpn ([10.172.68.52] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kmPxn-0007Ai-Jl for kernel-team@lists.ubuntu.com; Mon, 07 Dec 2020 23:30:39 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1kmPxi-0007gF-Vw for kernel-team@lists.ubuntu.com; Mon, 07 Dec 2020 15:30:35 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.79 upstream stable release Date: Mon, 7 Dec 2020 15:30:31 -0800 Message-Id: <20201207233031.29361-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" This pull request (15 commits) includes the following Focal stable patchsets: Focal update: v5.4.79 upstream stable release https://bugs.launchpad.net/bugs/1907151 Note also that the 'stable-next' branch head contains this and all prior pending upstream stable releases. I recommend fetching and applying just this reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next -Kamal ----- The following changes since commit f8a15b6729cff5f5a39e1c941fa36f61c511df34: UBUNTU: Ubuntu-5.4.0-57.63 (2020-11-27 13:56:14 +0100) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.79 for you to fetch changes up to 8d6971d1495024e6153851a418e6d744c4313175: UBUNTU: upstream stable to v5.4.79 (2020-12-07 14:33:20 -0800) ---------------------------------------------------------------- Christophe Leroy (1): powerpc/8xx: Always fault when _PAGE_ACCESSED is not set David Edmondson (1): KVM: x86: clflushopt should be treated as a no-op by emulation Dmitry Torokhov (1): Input: sunkbd - avoid use-after-free in teardown paths Eran Ben Elisha (3): net/mlx5: poll cmd EQ in case of command timeout net/mlx5: Fix a race when moving command interface to events mode net/mlx5: Add retry mechanism to the command entry index allocation Greg Kroah-Hartman (1): Linux 5.4.79 Hauke Mehrtens (1): net: lantiq: Add locking for TX DMA channel Johannes Berg (1): mac80211: always wind down STA state Kamal Mostafa (1): UBUNTU: upstream stable to v5.4.79 Michael Ellerman (1): powerpc: Only include kup-radix.h for 64-bit Book3S Nick Desaulniers (1): ACPI: GED: fix -Wformat Parav Pandit (1): net/mlx5: Use async EQ setup cleanup helpers for multiple EQs Sudip Mukherjee (1): MIPS: PCI: Fix MIPS build Zhang Changzhong (1): can: proc: can_remove_proc(): silence remove_proc_entry warning Makefile | 2 +- arch/mips/pci/pci-xtalk-bridge.c | 2 +- arch/powerpc/include/asm/book3s/64/kup-radix.h | 5 +- arch/powerpc/include/asm/kup.h | 14 +- arch/powerpc/kernel/head_8xx.S | 14 +- arch/x86/kvm/emulate.c | 8 +- debian.master/upstream-stable | 2 +- drivers/acpi/evged.c | 2 +- drivers/input/keyboard/sunkbd.c | 41 ++++-- drivers/net/ethernet/lantiq_xrx200.c | 2 + drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 109 ++++++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/eq.c | 157 +++++++++++++---------- drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h | 2 + include/linux/mlx5/driver.h | 6 + net/can/proc.c | 6 +- net/mac80211/sta_info.c | 18 +++ 16 files changed, 279 insertions(+), 111 deletions(-)