Linux 4.19.145

From: Greg Kroah-Hartman
Date: Sat Sep 12 2020 - 08:44:33 EST


I'm announcing the release of the 4.19.145 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
block/blk-core.c | 2
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2
drivers/net/usb/dm9601.c | 4 +
net/core/dev.c | 3 -
net/core/netpoll.c | 2
net/netlabel/netlabel_domainhash.c | 59 +++++++++++------------
net/sctp/socket.c | 16 ++----
net/tipc/socket.c | 9 ++-
sound/firewire/tascam/tascam.c | 30 +++++++++++
10 files changed, 82 insertions(+), 47 deletions(-)

Greg Kroah-Hartman (1):
Linux 4.19.145

Jakub Kicinski (1):
net: disable netpoll on fresh napis

Jens Axboe (1):
block: ensure bdi->io_pages is always initialized

Kamil Lorenc (1):
net: usb: dm9601: Add USB ID of Keenetic Plus DSL

Paul Moore (1):
netlabel: fix problems with mapping removal

Roi Dayan (1):
net/mlx5e: Don't support phys switch id if not in switchdev mode

Takashi Sakamoto (1):
ALSA; firewire-tascam: exclude Tascam FE-8 from detection

Tetsuo Handa (1):
tipc: fix shutdown() of connectionless socket

Xin Long (1):
sctp: not disable bh in the whole sctp_get_port_local()