I'm announcing the release of the 4.14.100 kernel.
No one should use this, use 4.14.101 instead.
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: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summar...
thanks,
greg k-h
------------
Makefile | 2 arch/arm/mach-iop32x/n2100.c | 3 arch/arm/mach-tango/pm.c | 6 arch/arm/mach-tango/pm.h | 7 arch/arm/mach-tango/setup.c | 2 arch/mips/kernel/mips-cm.c | 2 arch/mips/pci/pci-octeon.c | 10 - arch/mips/vdso/Makefile | 4 drivers/gpu/drm/drm_modes.c | 2 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 9 - drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 drivers/hid/hid-debug.c | 122 +++++-------- drivers/iio/adc/axp288_adc.c | 76 ++++++-- drivers/iio/chemical/atlas-ph-sensor.c | 7 drivers/misc/vexpress-syscfg.c | 2 drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 15 - drivers/uio/uio.c | 206 +++++++++++++++++------ fs/debugfs/inode.c | 7 fs/ext4/fsync.c | 13 - include/linux/hid-debug.h | 9 - include/linux/uio_driver.h | 4 kernel/signal.c | 58 ++++++ kernel/trace/trace_uprobe.c | 2 net/batman-adv/hard-interface.c | 5 net/batman-adv/soft-interface.c | 2 net/ceph/messenger.c | 5 net/mac80211/tx.c | 12 + net/xfrm/xfrm_user.c | 13 + samples/mei/mei-amt-version.c | 2 tools/perf/tests/attr/base-record | 2 tools/perf/tests/attr/test-record-group | 1 tools/perf/tests/attr/test-record-group-sampling | 2 tools/perf/tests/attr/test-record-group1 | 1 tools/perf/tests/attr/test-stat-C0 | 1 tools/perf/tests/attr/test-stat-basic | 1 tools/perf/tests/attr/test-stat-default | 4 tools/perf/tests/attr/test-stat-detailed-1 | 8 tools/perf/tests/attr/test-stat-detailed-2 | 13 + tools/perf/tests/attr/test-stat-detailed-3 | 13 + tools/perf/tests/attr/test-stat-group | 2 tools/perf/tests/attr/test-stat-group1 | 2 tools/perf/tests/attr/test-stat-no-inherit | 1 42 files changed, 460 insertions(+), 200 deletions(-)
Aaro Koskinen (1): MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled
Andreas Ziegler (1): tracing: uprobes: Fix typo in pr_fmt string
Dan Carpenter (1): misc: vexpress: Off by one in vexpress_syscfg_exec()
Eric W. Biederman (2): signal: Always notice exiting tasks signal: Better detection of synchronous signals
Felix Fietkau (1): mac80211: ensure that mgmt tx skbs have tailroom for encryption
Florian Westphal (1): xfrm: refine validation of template and selector families
Greg Kroah-Hartman (2): debugfs: fix debugfs_rename parameter checking Linux 4.14.100
Hailong Liu (1): uio: fix wrong return value from uio_mmap()
Hamish Martin (2): uio: Reduce return paths from uio_write() uio: Prevent device destruction while fds are open
Hans de Goede (1): iio: adc: axp288: Fix TS-pin handling
Ilya Dryomov (1): libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
Jiri Olsa (3): perf tests attr: Fix task term values perf tests attr: Fix group stat tests perf tests attr: Make hw events optional
Marc Gonzalez (1): ARM: tango: Improve ARCH_MULTIPLATFORM compatibility
Martin Kepplinger (1): mtd: rawnand: gpmi: fix MX28 bus master lockup problem
Matt Ranostay (1): iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsius
Paul Burton (1): MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds
Russell King (1): ARM: iop32x/n2100: fix PCI IRQ mapping
Sven Eckelmann (2): batman-adv: Avoid WARN on net_device without parent in netns batman-adv: Force mac header to start of data on xmit
Theodore Ts'o (1): Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
Thomas Hellstrom (2): drm/vmwgfx: Fix setting of dma masks drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
Tina Zhang (1): drm/modes: Prevent division by zero htotal
Tomas Winkler (1): samples: mei: use /dev/mei0 instead of /dev/mei
Vladimir Kondratiev (1): mips: cm: reprime error cause
Vladis Dronov (1): HID: debug: fix the ring buffer implementation
Xiubo Li (5): uio: use request_threaded_irq instead uio: change to use the mutex lock instead of the spin lock uio: fix crash after the device is unregistered uio: fix possible circular locking dependency Revert "uio: use request_threaded_irq instead"