From patchwork Tue May 18 19:09:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1480426 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 4Fl5CN3pH8z9sRf; Wed, 19 May 2021 05:09:20 +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 1lj55h-0007z9-J3; Tue, 18 May 2021 19:09:17 +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 1lj55g-0007yu-E3 for kernel-team@lists.ubuntu.com; Tue, 18 May 2021 19:09:16 +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 1lj55g-00019H-5N for kernel-team@lists.ubuntu.com; Tue, 18 May 2021 19:09:16 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1lj55e-0001qY-6J for kernel-team@lists.ubuntu.com; Tue, 18 May 2021 12:09:14 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Hirsute][PULL] Hirsute update: v5.11.19 upstream stable release Date: Tue, 18 May 2021 12:09:10 -0700 Message-Id: <20210518190910.6682-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 (32 commits) includes the following Hirsute stable patchsets: Hirsute update: v5.11.19 upstream stable release https://bugs.launchpad.net/bugs/1928850 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 tags/hirsute-stable-v5.11.xx: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git stable-next -Kamal ----- The following changes since commit adeecf81e2fb822a8de742346a111520b78eadf2: UBUNTU: upstream stable to v5.11.18 (2021-05-18 10:11:13 -0700) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git tags/hirsute-stable-v5.11.19 for you to fetch changes up to 64ed80d63b48c99f547d00be02d1cae2815de952: UBUNTU: upstream stable to v5.11.19 (2021-05-18 10:14:25 -0700) ---------------------------------------------------------------- Bjorn Andersson (1): net: qrtr: Avoid potential use after free in MHI send Chris Chiu (1): USB: Add reset-resume quirk for WD19's Realtek Hub 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.11.19 Imre Deak (1): drm/i915: Disable runtime power management during shutdown Jason Gunthorpe (1): vfio: Depend on MMU Jianxiong Gao (9): driver core: add a min_align_mask field to struct device_dma_parameters swiotlb: add a IO_TLB_SIZE define swiotlb: factor out an io_tlb_offset helper swiotlb: factor out a nr_slots helper swiotlb: clean up swiotlb_tbl_unmap_single swiotlb: refactor swiotlb_tbl_map_single swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single swiotlb: respect min_align_mask nvme-pci: set min_align_mask Jonathon Reinhart (1): netfilter: conntrack: Make global sysctls readonly in non-init netns Kai-Heng Feng (1): USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet Kamal Mostafa (1): UBUNTU: upstream stable to v5.11.19 Mark Pearson (1): platform/x86: thinkpad_acpi: Correct thermal sensor allocation Mickaël Salaün (1): ovl: fix leaked dentry 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 Romain Naour (1): mips: Do not include hi and lo in clobber list for R6 Serge E. Hallyn (1): capabilities: require CAP_SETFCAP to map uid 0 Takashi Iwai (2): ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX ALSA: usb-audio: Fix implicit sync clearance at stopping stream Thomas Richter (1): perf ftrace: Fix access to pid in array when setting a pid filter Vasily Averin (1): tools/cgroup/slabinfo.py: updated to work on current kernel Zhen Lei (1): perf data: Fix error return code in perf_data__create_dir() Makefile | 2 +- arch/mips/include/asm/vdso/gettimeofday.h | 26 ++- debian.master/upstream-stable | 2 +- drivers/gpu/drm/i915/i915_drv.c | 10 ++ drivers/net/ethernet/intel/igb/igb_main.c | 3 +- drivers/net/usb/ax88179_178a.c | 6 +- drivers/nvme/host/pci.c | 1 + drivers/platform/x86/thinkpad_acpi.c | 31 ++-- drivers/usb/core/quirks.c | 4 + drivers/vfio/Kconfig | 2 +- fs/overlayfs/namei.c | 1 + fs/overlayfs/super.c | 12 +- include/linux/bpf_verifier.h | 5 +- include/linux/device.h | 1 + include/linux/dma-mapping.h | 16 ++ include/linux/swiotlb.h | 1 + include/linux/user_namespace.h | 3 + include/uapi/linux/capability.h | 3 +- kernel/bpf/verifier.c | 33 ++-- kernel/dma/swiotlb.c | 259 +++++++++++++++++------------- kernel/events/core.c | 12 +- kernel/user_namespace.c | 65 +++++++- net/netfilter/nf_conntrack_standalone.c | 10 +- net/qrtr/mhi.c | 8 +- sound/usb/endpoint.c | 8 +- sound/usb/quirks-table.h | 10 ++ tools/cgroup/memcg_slabinfo.py | 8 +- tools/perf/builtin-ftrace.c | 2 +- tools/perf/util/data.c | 5 +- 29 files changed, 360 insertions(+), 189 deletions(-)