From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751355AbdIEHJr (ORCPT ); Tue, 5 Sep 2017 03:09:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37036 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750704AbdIEHJn (ORCPT ); Tue, 5 Sep 2017 03:09:43 -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 3.18 0/9] 3.18.70-stable review Date: Tue, 5 Sep 2017 09:09:34 +0200 Message-Id: <20170905070901.809390741@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-3.18.70-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-3.18.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 3.18.70-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 3.18.70 release. There are 9 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:08:47 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/v3.x/stable-review/patch-3.18.70-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-3.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.18.70-rc1 Oleg Nesterov epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() Xiangliang.Yu drm/ttm: Fix accounting error when fail to get pages for pool Vladis Dronov xfrm: policy: check policy direction value Cong Wang wl1251: add a missing spin_lock_init() Steve French CIFS: remove endian related sparse warning Pavel Shilovsky CIFS: Fix maximum SMB2 header size Tejun Heo cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs 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 ------------- Diffstat: Makefile | 4 ++-- drivers/gpu/drm/ttm/ttm_page_alloc.c | 2 +- drivers/i2c/busses/i2c-ismt.c | 6 ++++-- drivers/net/wireless/ti/wl1251/main.c | 1 + fs/cifs/dir.c | 2 +- fs/cifs/smb2pdu.h | 4 ++-- fs/eventpoll.c | 37 +++++++++++++++++++++++------------ include/asm-generic/topology.h | 6 +++++- net/xfrm/xfrm_policy.c | 6 ++++++ 9 files changed, 46 insertions(+), 22 deletions(-)