From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbdLDP7V (ORCPT ); Mon, 4 Dec 2017 10:59:21 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60320 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbdLDP7U (ORCPT ); Mon, 4 Dec 2017 10:59:20 -0500 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, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 3.18 00/12] 3.18.86-stable review Date: Mon, 4 Dec 2017 16:59:14 +0100 Message-Id: <20171204155916.489136969@linuxfoundation.org> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.86-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.86-rc1 X-KernelTest-Deadline: 2017-12-06T15:59+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.86 release. There are 12 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 Wed Dec 6 15:59:06 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.86-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.86-rc1 Ville Syrjälä drm/i915: Prevent zero length "index" write Ville Syrjälä drm/i915: Don't try indexed reads to alternate slave addresses NeilBrown NFS: revalidate "." etc correctly on "open". Jonathan Liu drm/panel: simple: Add missing panel_simple_unprepare() calls Heiner Kallweit eeprom: at24: check at24_read/write arguments Paolo Bonzini KVM: x86: inject exceptions produced by x86_decode_insn Liran Alon KVM: x86: Exit to user-mode on #UD intercept when emulator requires Josef Bacik btrfs: clear space cache inode generation always chenjie mm/madvise.c: fix madvise() infinite loop under special circumstances Kirill A. Shutemov mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() Herbert Xu ipsec: Fix aborted xfrm policy dump crash Tom Herbert netlink: add a start callback for starting a netlink dump ------------- Diffstat: Makefile | 4 ++-- arch/x86/kvm/svm.c | 2 ++ arch/x86/kvm/vmx.c | 2 ++ arch/x86/kvm/x86.c | 2 ++ drivers/gpu/drm/i915/intel_i2c.c | 4 +++- drivers/gpu/drm/panel/panel-simple.c | 2 ++ drivers/misc/eeprom/at24.c | 6 ++++++ fs/btrfs/extent-tree.c | 14 +++++++------- fs/nfs/dir.c | 3 ++- include/linux/netlink.h | 2 ++ include/net/genetlink.h | 2 ++ mm/huge_memory.c | 14 ++++---------- mm/madvise.c | 3 +-- net/netlink/af_netlink.c | 4 ++++ net/netlink/genetlink.c | 16 ++++++++++++++++ net/xfrm/xfrm_user.c | 25 +++++++++++++++---------- 16 files changed, 72 insertions(+), 33 deletions(-)