I'm announcing the release of the 4.4.61 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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;a=summary thanks, greg k-h ------------ Makefile | 2 arch/arm/kvm/mmu.c | 13 - arch/metag/include/asm/uaccess.h | 15 - arch/metag/lib/usercopy.c | 312 +++++++++++-------------------- arch/mips/Kconfig | 2 arch/mips/include/asm/spinlock.h | 8 arch/mips/lantiq/xway/sysctrl.c | 2 arch/mips/mm/tlbex.c | 25 ++ arch/mips/ralink/rt3883.c | 4 arch/nios2/kernel/prom.c | 7 arch/nios2/kernel/setup.c | 3 arch/powerpc/kernel/align.c | 27 +- arch/powerpc/mm/hash_native_64.c | 7 arch/s390/boot/compressed/misc.c | 35 +-- arch/s390/include/asm/uaccess.h | 2 drivers/gpu/drm/ttm/ttm_object.c | 10 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 79 ++++--- drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 4 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 4 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 31 +-- drivers/iio/gyro/bmg160_core.c | 12 + drivers/staging/android/ashmem.c | 1 fs/cifs/smb2pdu.c | 4 fs/sysfs/file.c | 6 include/drm/ttm/ttm_object.h | 5 kernel/ptrace.c | 14 - kernel/trace/ring_buffer.c | 8 mm/mempolicy.c | 20 - 28 files changed, 344 insertions(+), 318 deletions(-) Chris Salls (1): mm/mempolicy.c: fix error handling in set_mempolicy and mbind. Frederic Barrat (1): powerpc/mm: Add missing global TLB invalidate if cxl is active Greg Kroah-Hartman (1): Linux 4.4.61 Hauke Mehrtens (1): MIPS: Lantiq: fix missing xbar kernel panic Heiko Carstens (1): s390/uaccess: get_user() should zero on failure (again) Huacai Chen (1): MIPS: Flush wrong invalid FTLB entry for huge page James Hogan (8): metag/usercopy: Drop unused macros metag/usercopy: Fix alignment error checking metag/usercopy: Add early abort to copy_to_user metag/usercopy: Zero rest of buffer from copy_from_user metag/usercopy: Set flags before ADDZ metag/usercopy: Fix src fixup in from user rapf loops metag/usercopy: Add missing fixups MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels Jan-Marek Glogowski (1): Reset TreeId to zero on SMB2 TREE_CONNECT John Crispin (1): MIPS: ralink: Fix typos in rt3883 pinctrl Li Qiang (1): drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl() Marc Zyngier (2): arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region Marcelo Henrique Cerri (1): s390/decompressor: fix initrd corruption caused by bss clear Murray McAllister (2): drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl() drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl() NeilBrown (1): sysfs: be careful of error returns from ops->show() Paul Burton (1): MIPS: End spinlocks with .insn Paul Mackerras (1): powerpc: Don't try to fix up misaligned load-with-reservation instructions Quentin Schulz (1): iio: bmg160: reset chip when probing Shuxiao Zhang (1): staging: android: ashmem: lseek failed due to no FMODE_LSEEK. Thomas Hellstrom (3): drm/vmwgfx: Type-check lookups of fence objects drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces drm/vmwgfx: Remove getparam error message Tobias Klauser (1): nios2: reserve boot memory for device tree Wei Yongjun (1): ring-buffer: Fix return value check in test_ringbuffer() bsegall@google.com (1): ptrace: fix PTRACE_LISTEN race corrupting task->state