From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752176AbdIEHRQ (ORCPT ); Tue, 5 Sep 2017 03:17:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38642 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbdIEHMw (ORCPT ); Tue, 5 Sep 2017 03:12:52 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.12 00/27] 4.12.11-stable review Date: Tue, 5 Sep 2017 09:11:16 +0200 Message-Id: <20170905070923.265950493@linuxfoundation.org> X-Mailer: git-send-email 2.14.1 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.12.11-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.12.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.12.11-rc1 X-KernelTest-Deadline: 2017-09-07T07:09+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.12.11 release. There are 27 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu Sep 7 07:09:10 UTC 2017. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.12.11-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.12.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.12.11-rc1 Oleg Nesterov epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() Ben Skeggs drm/nouveau/i2c/gf119-: add support for address-only transactions Changpeng Liu nvme: fix the definition of the doorbell buffer config support bit Xiangliang.Yu drm/ttm: Fix accounting error when fail to get pages for pool Vladis Dronov xfrm: policy: check policy direction value Stephan Mueller lib/mpi: kunmap after finishing accessing buffer Zhoujie Wu mmc: sdhci-xenon: add set_power callback Cong Wang wl1251: add a missing spin_lock_init() Sinclair Yeh drm/vmwgfx: Fix F26 Wayland screen update issue Bart Van Assche dm mpath: do not lock up a CPU with requeuing activity Steve French CIFS: remove endian related sparse warning Pavel Shilovsky CIFS: Fix maximum SMB2 header size Ben Hutchings alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ Waiman Long cpuset: Fix incorrect memory_pressure control file mapping Tejun Heo cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs Yan, Zheng ceph: fix readpage from fscache Mel Gorman mm, madvise: ensure poisoned pages are removed from per-cpu lists Eric Biggers mm, uprobes: fix multiple free of ->uprobes_state.xol_area Stephan Mueller crypto: algif_skcipher - only call put_page on referenced and used pages Stephen Douthit i2c: ismt: Return EMSGSIZE for block reads with bogus length Stephen Douthit i2c: ismt: Don't duplicate the receive length for block reads Ard Biesheuvel crypto: chacha20 - fix handling of chunked input Cameron Gutman Input: xpad - fix PowerA init quirk for some gamepad models Anthony Martin Input: synaptics - fix device info appearing different on reconnect James Hogan irqchip: mips-gic: SYNC after enabling GIC region Arnd Bergmann x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl Mark Rutland arm64: mm: abort uaccess retries upon fatal signal ------------- Diffstat: Makefile | 4 +-- arch/alpha/include/asm/types.h | 2 +- arch/alpha/include/uapi/asm/types.h | 12 ++++++- arch/arm64/mm/fault.c | 5 ++- arch/x86/include/asm/io.h | 4 +-- crypto/algif_skcipher.c | 9 +++-- crypto/chacha20_generic.c | 9 +++-- drivers/gpu/drm/nouveau/nouveau_connector.c | 2 -- drivers/gpu/drm/nouveau/nv50_display.c | 13 +++++-- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 4 +++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h | 6 ++++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c | 30 ++++++++++------ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c | 35 ++++++++++++++++++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c | 5 +-- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgf119.c | 4 +-- drivers/gpu/drm/ttm/ttm_page_alloc.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 26 +++++++++++++- drivers/i2c/busses/i2c-ismt.c | 6 ++-- drivers/input/joystick/xpad.c | 24 ++++++++++--- drivers/input/mouse/synaptics.c | 35 ++++++++++-------- drivers/irqchip/irq-mips-gic.c | 5 ++- drivers/md/dm-mpath.c | 1 - drivers/mmc/host/sdhci-xenon.c | 19 ++++++++++ drivers/net/wireless/ti/wl1251/main.c | 1 + fs/ceph/addr.c | 24 ++++++++----- fs/ceph/cache.c | 12 ++----- fs/cifs/dir.c | 2 +- fs/cifs/smb2pdu.h | 4 +-- fs/eventpoll.c | 42 +++++++++++++--------- include/asm-generic/topology.h | 6 +++- include/linux/nvme.h | 2 +- kernel/cgroup/cpuset.c | 1 + kernel/events/uprobes.c | 2 -- kernel/fork.c | 8 +++++ lib/mpi/mpicoder.c | 4 ++- mm/madvise.c | 6 ++++ net/xfrm/xfrm_policy.c | 6 ++++ 38 files changed, 285 insertions(+), 98 deletions(-)