Linux 4.4.247

From: Greg Kroah-Hartman
Date: Wed Dec 02 2020 - 02:54:55 EST


I'm announcing the release of the 4.4.247 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-stable.git;a=summary

thanks,

greg k-h

------------

Makefile | 2 -
arch/x86/kernel/cpu/bugs.c | 4 +-
arch/x86/xen/spinlock.c | 12 +++++++-
drivers/dma/pl330.c | 2 -
drivers/hid/hid-cypress.c | 44 ++++++++++++++++++++++++++----
drivers/hid/hid-ids.h | 2 +
drivers/hid/hid-sensor-hub.c | 3 +-
drivers/infiniband/hw/mthca/mthca_cq.c | 10 ++++--
drivers/input/serio/i8042.c | 12 +++++++-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 +-
drivers/nfc/s3fwrn5/i2c.c | 4 +-
drivers/scsi/libiscsi.c | 23 ++++++++++-----
drivers/scsi/ufs/ufshcd.c | 6 ----
drivers/target/iscsi/iscsi_target.c | 17 ++++++++---
drivers/usb/core/config.c | 11 +++++++
drivers/usb/core/devio.c | 4 +-
drivers/usb/core/quirks.c | 38 +++++++++++++++++++++++++
drivers/usb/core/usb.h | 3 ++
drivers/video/fbdev/hyperv_fb.c | 7 ++++
fs/btrfs/inode.c | 41 ++++++++++++++++++++++-----
fs/btrfs/qgroup.c | 2 -
fs/btrfs/tests/inode-tests.c | 1
fs/btrfs/volumes.c | 7 ++++
fs/efivarfs/inode.c | 2 +
fs/efivarfs/super.c | 1
fs/proc/self.c | 7 ++++
include/linux/usb/quirks.h | 3 ++
include/scsi/libiscsi.h | 3 ++
tools/perf/util/dwarf-aux.c | 8 +++++
29 files changed, 233 insertions(+), 49 deletions(-)

Alan Stern (2):
USB: core: Change %pK for __user pointers to %px
USB: core: Fix regression in Hercules audio card

Anand K Mistry (1):
x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb

Ard Biesheuvel (1):
efivarfs: revert "fix memory leak in efivarfs_create()"

Brian Masney (1):
x86/xen: don't unbind uninitialized lock_kicker_irq

Dexuan Cui (1):
video: hyperv_fb: Fix the cache type when mapping the VRAM

Filipe Manana (1):
btrfs: fix lockdep splat when reading qgroup config on mount

Frank Yang (1):
HID: cypress: Support Varmilo Keyboards' media hotkeys

Greg Kroah-Hartman (1):
Linux 4.4.247

Hans de Goede (1):
Input: i8042 - allow insmod to succeed on devices without an i8042 controller

Jens Axboe (1):
proc: don't allow async path resolution of /proc/self components

Johan Hovold (1):
USB: core: add endpoint-blacklist quirk

Krzysztof Kozlowski (1):
nfc: s3fwrn5: use signed integer for parsing GPIO numbers

Lee Duncan (1):
scsi: libiscsi: Fix NOP race condition

Masami Hiramatsu (1):
perf probe: Fix to die_entrypc() returns error correctly

Michael Chan (1):
bnxt_en: Release PCI regions when DMA mask setup fails during probe.

Mike Christie (1):
scsi: target: iscsi: Fix cmd abort fabric stop race

Pablo Ceballos (1):
HID: hid-sensor-hub: Fix issue with devices with no report ID

Qu Wenruo (2):
btrfs: tree-checker: Enhance chunk checker to validate chunk profile
btrfs: inode: Verify inode mode to avoid NULL pointer dereference

Stanley Chu (1):
scsi: ufs: Fix race between shutdown and runtime resume flow

Sugar Zhang (1):
dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

Xiongfeng Wang (1):
IB/mthca: fix return value of error branch in mthca_init_cq()

Zhang Changzhong (1):
bnxt_en: fix error return code in bnxt_init_board()