I'm announcing the release of the 4.9.157 kernel.
No one should upgrade to this release, use 4.9.158 instead.
The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/chemical/atlas-ph-sensor.c | 7 - drivers/misc/vexpress-syscfg.c | 2 drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 15 +-- fs/cifs/Kconfig | 2 fs/debugfs/inode.c | 7 + fs/nfsd/nfs4state.c | 57 +++++++++++++- fs/nfsd/state.h | 2 fs/nfsd/xdr4.h | 13 ++- include/linux/hid-debug.h | 9 +- kernel/signal.c | 58 ++++++++++++++- 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 28 files changed, 248 insertions(+), 134 deletions(-)
Aaro Koskinen (1): MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled
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 (3): debugfs: fix debugfs_rename parameter checking Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)" Linux 4.9.157
Ilya Dryomov (1): libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
J. Bruce Fields (2): nfsd4: fix cached replies to solo SEQUENCE compounds nfsd4: catch some false session retries
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
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