Linux 4.19.166

From: Greg Kroah-Hartman
Date: Sat Jan 09 2021 - 10:26:29 EST


I'm announcing the release of the 4.19.166 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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/dma/at_hdmac.c | 11 ++++++++---
drivers/iio/imu/bmi160/bmi160_core.c | 13 +++++++++----
drivers/iio/magnetometer/mag3110.c | 13 +++++++++----
drivers/mtd/nand/spi/core.c | 4 ----
drivers/net/wireless/marvell/mwifiex/join.c | 2 ++
include/linux/kdev_t.h | 22 +++++++++++-----------
7 files changed, 40 insertions(+), 27 deletions(-)

Felix Fietkau (1):
Revert "mtd: spinand: Fix OOB read"

Greg Kroah-Hartman (1):
Linux 4.19.166

Jonathan Cameron (2):
iio:imu:bmi160: Fix alignment and data leak issues
iio:magnetometer:mag3110: Fix alignment and data leak issues.

Josh Poimboeuf (1):
kdev_t: always inline major/minor helper functions

Tudor Ambarus (1):
dmaengine: at_hdmac: Substitute kzalloc with kmalloc

Yu Kuai (2):
dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()

Zhang Xiaohui (1):
mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start