From patchwork Fri Mar 19 16:20:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1455940 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 4F28Jf5C94z9sCD; Sat, 20 Mar 2021 03:20:49 +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 1lNHrf-0004E1-QY; Fri, 19 Mar 2021 16:20:43 +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 1lNHrd-0004C7-NO for kernel-team@lists.ubuntu.com; Fri, 19 Mar 2021 16:20:41 +0000 Received: from [192.188.8.63] (helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lNHrd-0004f6-8e for kernel-team@lists.ubuntu.com; Fri, 19 Mar 2021 16:20:41 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1lNHra-0004Yq-Uf for kernel-team@lists.ubuntu.com; Fri, 19 Mar 2021 09:20:38 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Xenial][PULL] Xenial update: v4.4.261 upstream stable release Date: Fri, 19 Mar 2021 09:20:37 -0700 Message-Id: <20210319162037.17410-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 (9 commits) includes the following Xenial stable patchsets: Xenial update: v4.4.261 upstream stable release https://bugs.launchpad.net/bugs/1920218 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/xenial-stable-v4.4.xx reference: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git stable-next -Kamal ----- The following changes since commit b423ec900cbe4b737bcf17d95132b59e35eff546: xfs: More robust inode extent count validation (2021-03-16 08:52:50 +0100) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.261 for you to fetch changes up to d7bc50cb0c9043a10228841cc1ec2fd4eb2a04ef: UBUNTU: upstream stable to v4.4.261 (2021-03-19 08:45:29 -0700) ---------------------------------------------------------------- Bjorn Helgaas (1): PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller Colin Ian King (1): ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits Dan Carpenter (1): rsxx: Return -EFAULT if copy_to_user() fails Greg Kroah-Hartman (1): Linux 4.4.261 Hans de Goede (1): platform/x86: acer-wmi: Add new force_caps module parameter Jeffle Xu (1): dm table: fix iterate_devices based device capability checks Kamal Mostafa (1): UBUNTU: upstream stable to v4.4.261 Thomas Schoebel-Theuer (2): futex: fix irq self-deadlock and satisfy assertion futex: fix spin_lock() / spin_unlock_irq() imbalance Makefile | 2 +- debian.master/upstream-stable | 2 +- drivers/block/rsxx/core.c | 8 ++-- drivers/md/dm-table.c | 83 ++++++++++++++++++++++++++--------------- drivers/pci/quirks.c | 3 ++ drivers/platform/x86/acer-wmi.c | 8 +++- kernel/futex.c | 4 +- sound/pci/ctxfi/cthw20k2.c | 2 +- 8 files changed, 74 insertions(+), 38 deletions(-)