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-stable.git;a=summary 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()