Linux 4.4.261
From: | gregkh-AT-linuxfoundation.org | |
To: | linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 4.4.261 | |
Date: | Thu, 11 Mar 2021 14:21:44 +0100 | |
Message-ID: | <161546890424630@kroah.com> | |
Cc: | lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
Archive-link: | Article |
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> I'm announcing the release of the 4.4.261 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s... thanks, greg k-h ------------ Makefile | 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 7 files changed, 73 insertions(+), 37 deletions(-) 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 Thomas Schoebel-Theuer (2): futex: fix irq self-deadlock and satisfy assertion futex: fix spin_lock() / spin_unlock_irq() imbalance