From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754866AbdJSNzg (ORCPT ); Thu, 19 Oct 2017 09:55:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49064 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754849AbdJSNzc (ORCPT ); Thu, 19 Oct 2017 09:55:32 -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 00/27] 3.18.77-stable review Date: Thu, 19 Oct 2017 15:49:06 +0200 Message-Id: <20171019134844.523725420@linuxfoundation.org> X-Mailer: git-send-email 2.14.2 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.77-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.77-rc1 X-KernelTest-Deadline: 2017-10-21T13:48+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.77 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 Sat Oct 21 13:48:28 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.77-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.77-rc1 Greg Kroah-Hartman Revert "tty: goldfish: Fix a parameter of a call to free_irq" Varun Prakash target/iscsi: Fix unsolicited data seq_end_offset calculation Dmitry V. Levin uapi: fix linux/mroute6.h userspace compilation errors Dmitry V. Levin uapi: fix linux/rds.h userspace compilation errors Dan Carpenter scsi: scsi_dh_emc: return success in clariion_std_inquiry() Eric Ren ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock Milan Broz crypto: xts - Add ECB dependency Majd Dibbiny net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs Robbie Ko Btrfs: send, fix failure to rename top level inode due to name collision Christophe JAILLET iio: adc: xilinx: Fix error handling Jarno Rajahalme netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value. Franck Demathieu irqchip/crossbar: Fix incorrect type of local variables Arnd Bergmann watchdog: kempld: fix gcc-4.3 build Peter Zijlstra locking/lockdep: Add nest_lock integrity test Greg Kroah-Hartman Revert "bsg-lib: don't free job in bsg_prepare_job" Christoph Paasch net: Set sk_prot_creator when cloning sockets to the right proto Willem de Bruijn packet: in packet_do_bind, test fanout with bind_lock held Sabrina Dubroca l2tp: fix race condition in l2tp_tunnel_delete Ridge Kennedy l2tp: Avoid schedule while atomic in exit_net Alexey Kodanev vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit Meng Xu isdn/i4l: fetch the ppp_write buffer in one shot Willem de Bruijn packet: hold bind lock when rebinding to fanout hook Edward Cree bpf/verifier: reject BPF_ALU64|BPF_END Dan Carpenter sctp: potential read out of bounds in sctp_ulpevent_type_enabled() Jan Kara ext4: avoid deadlock when expanding inode size Harry Wentland drm/dp/mst: save vcpi with payloads Sebastian Andrzej Siewior x86/mm: Disable preemption during CR3 read+write ------------- Diffstat: Makefile | 4 +- arch/x86/include/asm/tlbflush.h | 7 ++ block/bsg-lib.c | 1 + crypto/Kconfig | 1 + drivers/gpu/drm/drm_dp_mst_topology.c | 2 + drivers/iio/adc/xilinx-xadc-core.c | 6 +- drivers/irqchip/irq-crossbar.c | 3 +- drivers/isdn/i4l/isdn_ppp.c | 37 +++++++---- drivers/net/ethernet/mellanox/mlx4/main.c | 2 - drivers/scsi/device_handler/scsi_dh_emc.c | 2 +- drivers/target/iscsi/iscsi_target_erl0.c | 6 +- drivers/tty/goldfish.c | 2 +- drivers/watchdog/kempld_wdt.c | 9 ++- fs/btrfs/send.c | 5 +- fs/ext4/inode.c | 2 - fs/ext4/xattr.c | 19 ++++-- fs/ocfs2/dlmglue.c | 105 +++++++++++++++++++++++++++++- fs/ocfs2/dlmglue.h | 18 +++++ fs/ocfs2/ocfs2.h | 1 + include/net/sctp/ulpevent.h | 6 +- include/uapi/linux/mroute6.h | 1 + include/uapi/linux/rds.h | 3 +- kernel/bpf/verifier.c | 3 +- kernel/locking/lockdep.c | 11 +++- net/core/sock.c | 2 + net/ipv4/ip_vti.c | 3 +- net/ipv6/ip6_vti.c | 3 +- net/l2tp/l2tp_core.c | 14 ++-- net/l2tp/l2tp_core.h | 5 +- net/netfilter/nf_conntrack_expect.c | 4 +- net/packet/af_packet.c | 23 +++++-- 31 files changed, 247 insertions(+), 63 deletions(-)