Linux 4.14.243

From: Greg Kroah-Hartman
Date: Sun Aug 08 2021 - 03:15:33 EST


I'm announcing the release of the 4.14.243 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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 -
drivers/net/ethernet/qlogic/qed/qed_mcp.c | 23 ++++++++++++++-----
drivers/net/usb/r8152.c | 3 +-
drivers/spi/spi-mt65xx.c | 19 ++++-----------
drivers/watchdog/iTCO_wdt.c | 12 ++--------
fs/btrfs/compression.c | 2 -
include/linux/mfd/rt5033-private.h | 4 +--
net/bluetooth/hci_core.c | 16 ++++++-------
net/core/skbuff.c | 5 +++-
virt/kvm/kvm_main.c | 36 +++++++++++++++++++++++++-----
10 files changed, 73 insertions(+), 49 deletions(-)

Axel Lin (1):
regulator: rt5033: Fix n_voltages settings for BUCK and LDO

Goldwyn Rodrigues (1):
btrfs: mark compressed range uptodate only if all bio succeed

Greg Kroah-Hartman (3):
Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancelled"
Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"
Linux 4.14.243

Guenter Roeck (1):
spi: mediatek: Fix fifo transfer

Jia He (1):
qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()

Nicholas Piggin (1):
KVM: do not allow mapping valid but non-reference-counted pages

Paolo Bonzini (1):
KVM: do not assume PTE is writable after follow_pfn

Pravin B Shelar (1):
net: Fix zero-copy head len calculation.

Sean Christopherson (1):
KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()

Takashi Iwai (1):
r8152: Fix potential PM refcount imbalance