Linux 4.9.279

From: Greg Kroah-Hartman
Date: Sun Aug 08 2021 - 02:52:19 EST


I'm announcing the release of the 4.9.279 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/usb/r8152.c | 3 ++-
drivers/spi/spi-mt65xx.c | 19 +++++--------------
fs/btrfs/compression.c | 2 +-
include/linux/mfd/rt5033-private.h | 4 ++--
net/bluetooth/hci_core.c | 16 ++++++++--------
net/can/raw.c | 20 ++++++++++++++++++--
net/core/skbuff.c | 5 ++++-
8 files changed, 41 insertions(+), 30 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 (2):
Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancelled"
Linux 4.9.279

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

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

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

Ziyang Xuan (1):
can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF