From patchwork Tue May 18 16:01:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1480343 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=) 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 4Fl12s0dzGz9sW8; Wed, 19 May 2021 02:01:39 +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 1lj2A1-0003ST-6v; Tue, 18 May 2021 16:01:33 +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 1lj2A0-0003SH-AH for kernel-team@lists.ubuntu.com; Tue, 18 May 2021 16:01:32 +0000 Received: from 3.general.kamal.us.vpn ([10.172.68.53] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lj2A0-0002gS-2Q for kernel-team@lists.ubuntu.com; Tue, 18 May 2021 16:01:32 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1lj29x-00019R-U7 for kernel-team@lists.ubuntu.com; Tue, 18 May 2021 09:01:29 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.117 upstream stable release Date: Tue, 18 May 2021 09:01:26 -0700 Message-Id: <20210518160126.4220-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 (22 commits) includes the following Focal stable patchsets: Focal update: v5.4.117 upstream stable release https://bugs.launchpad.net/bugs/1928823 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 37d7b5960a28eb07af2b79d8d9357e54d7936a31: UBUNTU: upstream stable to v5.4.116 (2021-05-18 08:24:58 -0700) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.117 for you to fetch changes up to 8077d22ddd7547214a318dc92f108221a0631121: UBUNTU: upstream stable to v5.4.117 (2021-05-18 08:30:17 -0700) ---------------------------------------------------------------- Arnd Bergmann (1): avoid __memcat_p link failure Chris Chiu (1): USB: Add reset-resume quirk for WD19's Realtek Hub Dan Carpenter (1): scsi: ufs: Unlock on a couple error paths Daniel Borkmann (2): bpf: Fix masking negation logic upon negative dst register bpf: Fix leakage of uninitialized bpf stack under speculation Greg Kroah-Hartman (1): Linux 5.4.117 Jason Gunthorpe (1): vfio: Depend on MMU Jiri Kosina (2): iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() Kai-Heng Feng (1): USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet Kamal Mostafa (1): UBUNTU: upstream stable to v5.4.117 Mark Pearson (1): platform/x86: thinkpad_acpi: Correct thermal sensor allocation Miklos Szeredi (1): ovl: allow upperdir inside lowerdir Nick Lowe (1): igb: Enable RSS for Intel I211 Ethernet Controller Ondrej Mosnacek (1): perf/core: Fix unconditional security_locked_down() call Phillip Potter (1): net: usb: ax88179_178a: initialize local variables before use Rafael J. Wysocki (2): ACPI: tables: x86: Reserve memory occupied by ACPI tables ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade() Romain Naour (1): mips: Do not include hi and lo in clobber list for R6 Takashi Iwai (1): ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX Thomas Richter (1): perf ftrace: Fix access to pid in array when setting a pid filter Zhen Lei (1): perf data: Fix error return code in perf_data__create_dir() Makefile | 2 +- arch/mips/include/asm/vdso/gettimeofday.h | 26 +++++++++++--- arch/x86/kernel/acpi/boot.c | 25 +++++++------- arch/x86/kernel/setup.c | 7 ++-- debian.master/upstream-stable | 2 +- drivers/acpi/tables.c | 42 +++++++++++++++++++++-- drivers/net/ethernet/intel/igb/igb_main.c | 3 +- drivers/net/usb/ax88179_178a.c | 4 +-- drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 ++-- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 7 ++-- drivers/platform/x86/thinkpad_acpi.c | 31 ++++++++++++----- drivers/scsi/ufs/ufshcd.c | 14 +++++--- drivers/usb/core/quirks.c | 4 +++ drivers/vfio/Kconfig | 2 +- fs/overlayfs/super.c | 12 ++++--- include/linux/acpi.h | 9 ++++- include/linux/bpf_verifier.h | 5 +-- kernel/bpf/verifier.c | 33 ++++++++++-------- kernel/events/core.c | 12 +++---- lib/Makefile | 4 +-- sound/usb/quirks-table.h | 10 ++++++ tools/perf/builtin-ftrace.c | 2 +- tools/perf/util/data.c | 5 +-- 23 files changed, 182 insertions(+), 86 deletions(-)