Linux 4.14.198
From: | Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 4.14.198 | |
Date: | Sat, 12 Sep 2020 14:42:43 +0200 | |
Message-ID: | <159991456318732@kroah.com> | |
Cc: | lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
Archive-link: | Article |
I'm announcing the release of the 4.14.198 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-s... thanks, greg k-h ------------ Makefile | 2 block/blk-core.c | 2 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 9 drivers/net/usb/dm9601.c | 4 drivers/vfio/pci/vfio_pci.c | 352 +++++++++++++++++++++++++++--- drivers/vfio/pci/vfio_pci_config.c | 51 +++- drivers/vfio/pci/vfio_pci_intrs.c | 14 + drivers/vfio/pci/vfio_pci_private.h | 16 + drivers/vfio/pci/vfio_pci_rdwr.c | 29 +- drivers/vfio/vfio_iommu_type1.c | 36 ++- 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 ++ 16 files changed, 538 insertions(+), 96 deletions(-) Alex Williamson (4): vfio/type1: Support faulting PFNMAP vmas vfio-pci: Fault mmaps to enable vma tracking vfio-pci: Invalidate mmaps and block MMIO access on disabled memory vfio/pci: Fix SR-IOV VF handling with MMIO blocking Greg Kroah-Hartman (1): Linux 4.14.198 Jakub Kicinski (2): bnxt: don't enable NAPI until rings are ready 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 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()