I'm announcing the release of the 4.14.328 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 arch/arm/boot/dts/omap4-droid4-xt894.dts | 1 arch/s390/pci/pci_dma.c | 16 ++++- arch/x86/include/asm/msr-index.h | 4 + arch/x86/kernel/cpu/amd.c | 9 +++ arch/x86/kvm/lapic.c | 8 ++ drivers/acpi/irq.c | 7 ++ drivers/ata/libata-eh.c | 2 drivers/base/regmap/regmap.c | 2 drivers/bluetooth/hci_vhci.c | 3 + drivers/gpio/gpio-timberdale.c | 5 + drivers/gpio/gpio-vf610.c | 4 - drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c | 2 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 drivers/hid/hid-holtek-kbd.c | 4 + drivers/hid/hid-logitech-hidpp.c | 3 - drivers/i2c/i2c-mux.c | 2 drivers/iio/pressure/bmp280-core.c | 2 drivers/iio/pressure/ms5611_core.c | 2 drivers/infiniband/hw/cxgb4/cm.c | 3 + drivers/input/joystick/xpad.c | 2 drivers/input/misc/powermate.c | 1 drivers/mcb/mcb-core.c | 10 +-- drivers/mcb/mcb-parse.c | 2 drivers/mmc/core/mmc.c | 2 drivers/net/ethernet/intel/i40e/i40e_common.c | 4 - drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 5 + drivers/net/ethernet/marvell/sky2.h | 2 drivers/net/ieee802154/ca8210.c | 17 +---- drivers/net/usb/dm9601.c | 7 ++ drivers/net/usb/smsc95xx.c | 2 drivers/usb/core/hub.c | 28 ++++++++- drivers/usb/core/hub.h | 2 drivers/usb/gadget/function/f_ncm.c | 26 ++++++--- drivers/usb/gadget/udc/udc-xilinx.c | 20 ++++-- drivers/usb/host/xhci-ring.c | 4 - drivers/usb/musb/musb_debugfs.c | 2 drivers/usb/musb/musb_host.c | 9 ++- drivers/usb/serial/option.c | 7 ++ fs/btrfs/tree-log.c | 2 fs/ceph/inode.c | 4 - fs/overlayfs/copy_up.c | 2 include/linux/mcb.h | 1 include/linux/perf_event.h | 1 include/net/bluetooth/hci_core.h | 2 include/net/netns/xfrm.h | 1 kernel/cgroup/cgroup-v1.c | 5 - kernel/events/core.c | 39 +++++++++++-- kernel/trace/trace_events.c | 1 kernel/workqueue.c | 8 ++ net/bluetooth/hci_conn.c | 72 +++++++++++++++---------- net/bluetooth/hci_core.c | 8 +- net/bluetooth/hci_event.c | 33 +++++++++-- net/bluetooth/hci_sock.c | 3 - net/ipv4/esp4.c | 4 + net/ipv6/esp6.c | 4 + net/mac80211/tx.c | 3 - net/netfilter/nft_payload.c | 2 net/nfc/nci/core.c | 5 + net/nfc/nci/spi.c | 2 net/rfkill/rfkill-gpio.c | 4 - net/wireless/nl80211.c | 2 net/xfrm/xfrm_policy.c | 6 -- 63 files changed, 309 insertions(+), 140 deletions(-) Alexander Zangerl (1): iio: pressure: ms5611: ms5611_prom_is_valid false negative bug Andy Shevchenko (1): Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()" Arkadiusz Bokowy (1): Bluetooth: vhci: Fix race when opening vhci device Arnd Bergmann (1): Bluetooth: avoid memcmp() out of bounds warning Artem Chernyshev (1): RDMA/cxgb4: Check skb value for failure to allocate Avri Altman (1): mmc: core: Capture correct oemid-bits for eMMC cards Benjamin Berg (1): wifi: cfg80211: avoid leaking stack data into trace Benoît Monin (1): USB: serial: option: add entry for Sierra EM9191 with new firmware Borislav Petkov (AMD) (1): x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs Chengfeng Ye (1): gpio: timberdale: Fix potential deadlock on &tgpio->lock Clément Léger (1): tracing: relax trace_event_eval_update() execution with cond_resched() Damien Le Moal (1): ata: libata-eh: Fix compilation warning in ata_eh_link_report() Dan Carpenter (2): ixgbe: fix crash with empty VF macvlan list net: usb: smsc95xx: Fix an error code in smsc95xx_reset() Dinghao Liu (1): ieee802154: ca8210: Fix a potential UAF in ca8210_probe Dmitry Torokhov (1): pinctrl: avoid unsafe code pattern in find_pinctrl() Edward AD (1): Bluetooth: hci_sock: fix slab oob read in create_monitor_event Eric Dumazet (1): xfrm: fix a data-race in xfrm_gen_index() Fabio Porcedda (1): USB: serial: option: add Telit LE910C4-WWX 0x1035 composition Florian Westphal (1): netfilter: nft_payload: fix wrong mac header matching Greg Kroah-Hartman (1): Linux 4.14.328 Haibo Chen (1): gpio: vf610: set value before the direction to avoid a glitch Hans de Goede (1): HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect Heiner Kallweit (1): i2c: mux: Avoid potential false error message in i2c_mux_add_adapter Javier Carrasco (2): net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read Input: powermate - fix use-after-free in powermate_config_complete Jeff Layton (1): overlayfs: set ctime when setting mtime and atime Jeremy Cline (1): nfc: nci: assert requested protocol is valid Jim Mattson (1): KVM: x86: Mask LVTPC when handling a PMI Johan Hovold (1): regmap: fix NULL deref on lookup Jorge Sanjuan Garcia (1): mcb: remove is_added flag from mcb_device struct Josef Bacik (1): btrfs: initialize start_slot in btrfs_log_prealloc_extents Josua Mayer (1): net: rfkill: gpio: prevent value glitch during probe Kees Cook (2): sky2: Make sure there is at least one frag_addr available Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name Konstantin Meskhidze (1): drm/vmwgfx: fix typo of sizeof argument Krishna Kurapati (1): usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call Krzysztof Kozlowski (1): nfc: nci: fix possible NULL pointer dereference in send_acknowledge() Lee, Chun-Yi (2): Bluetooth: hci_event: Ignore NULL link key Bluetooth: Reject connection with the device which has same BD_ADDR Luiz Augusto von Dentz (3): Bluetooth: hci_event: Fix coding style Bluetooth: hci_core: Fix build warnings Bluetooth: hci_event: Fix using memcmp when comparing keys Ma Ke (3): net: ipv4: fix return value check in esp_remove_trailer net: ipv6: fix return value check in esp_remove_trailer HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event Martin Fuzzey (1): drm: etvnaviv: fix bad backport leading to warning Matthias Berndt (1): Input: xpad - add PXN V900 support Michal Koutný (1): cgroup: Remove duplicates in cgroup v1 tasks file Michal Schmidt (1): i40e: prevent crash on probe if hw registers have invalid values Niklas Schnelle (1): s390/pci: fix iommu bitmap allocation Peter Zijlstra (1): perf: Disallow mis-matched inherited group reads Phil Elwell (1): iio: pressure: bmp280: Fix NULL pointer exception Piyush Mehta (1): usb: gadget: udc-xilinx: replace memcpy with memcpy_toio Puliang Lu (1): USB: serial: option: add Fibocom to DELL custom modem FM101R-GL Ricardo Cañuelo (1): usb: hub: Guard against accesses to uninitialized BOS descriptors Sunil V L (1): ACPI: irq: Fix incorrect return value in acpi_register_gsi() Tony Lindgren (1): ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone Waiman Long (1): workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask() Wen Gong (1): wifi: mac80211: allow transmitting EAPOL frames with tainted key Wesley Cheng (1): usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer Xingxing Luo (2): usb: musb: Get the musb_qh poniter after musb_giveback usb: musb: Modify the "HWVers" register address Xiubo Li (1): ceph: fix incorrect revoked caps assert in ceph_fill_file_size() Ying Hsu (1): Bluetooth: Avoid redundant authentication Ziyang Xuan (1): Bluetooth: Fix a refcnt underflow problem for hci_conn