From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932681AbdFLPtB (ORCPT ); Mon, 12 Jun 2017 11:49:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44780 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932285AbdFLPmP (ORCPT ); Mon, 12 Jun 2017 11:42:15 -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/45] 3.18.57-stable review Date: Mon, 12 Jun 2017 17:26:10 +0200 Message-Id: <20170612152553.118037974@linuxfoundation.org> X-Mailer: git-send-email 2.13.1 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.57-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.57-rc1 X-KernelTest-Deadline: 2017-06-14T15:25+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.57 release. There are 45 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 Jun 14 15:25:35 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.57-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.57-rc1 Christoph Hellwig mlx5: stop including Mark Rutland arm64: ensure extension of smp_store_release value Kees Cook usercopy: Adjust tests to deal with SMAP/PAN Amey Telawane tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() Mike Marciniszyn RDMA/qib,hfi1: Fix MR reference count leak on write with immediate Kristina Martsenko arm64: entry: improve data abort handling of tagged pointers Kristina Martsenko arm64: hw_breakpoint: fix watchpoint matching for tagged pointers Takatoshi Akiyama serial: sh-sci: Fix panic when serial console and DMA are enabled Julius Werner drivers: char: mem: Fix wraparound check to allow mappings up to the end Takashi Iwai ASoC: Fix use-after-free at card unregistration Takashi Iwai ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT Vladis Dronov drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl() Dan Carpenter drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve() Jin Yao perf/core: Drop kernel samples even though :u is specified Michael Ellerman powerpc/numa: Fix percpu allocations to be NUMA aware Russell Currey powerpc/eeh: Avoid use after free in eeh_handle_special_event() Johannes Thumshirn scsi: qla2xxx: don't disable a not previously enabled PCI device Jeff Mahoney btrfs: fix memory leak in update_space_info failure path David Sterba btrfs: use correct types for page indices in btrfs_page_exists_in_range Daniel Micay stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms Eric Biggers random: properly align get_random_int_hash Daniel Cashman drivers: char: random: add get_random_long() Matt Ranostay iio: proximity: as3935: fix AS3935_INT mask Oleg Drokin staging/lustre/lov: remove set_fs() call from lov_getstripe() Michael Thalmeier usb: chipidea: debug: check before accessing ci_role Jisheng Zhang usb: chipidea: udc: fix NULL pointer dereference if udc_start failed Thinh Nguyen usb: gadget: f_mass_storage: Serialize wake and sleep execution Konstantin Khlebnikov ext4: keep existing extra fields when inode expands Jan Kara ext4: fix SEEK_HOLE Alexander Sverdlin dmaengine: ep93xx: Always start from BASE0 Marc Zyngier arm: KVM: Allow unaligned accesses at HYP Wanpeng Li KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation Paolo Bonzini kvm: async_pf: fix rcu_irq_enter() with irqs enabled J. Bruce Fields nfsd4: fix null dereference on replay Gilad Ben-Yossef crypto: gcm - wait for crypto op not signal safe Eric Biggers KEYS: fix freeing uninitialized memory in key_update() Eric Biggers KEYS: fix dereferencing NULL payload with nonzero length Johan Hovold serial: ifx6x60: fix use-after-free on module unload Max Filippov net: ethoc: enable NAPI before poll may be scheduled Eric Dumazet net: ping: do not abuse udp_poll() David S. Miller ipv6: Fix leak in ipv6_gso_segment(). Yuchung Cheng tcp: disallow cwnd undo when switching congestion control Ganesh Goudar cxgb4: avoid enabling napi twice to the same queue Ben Hutchings ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() Mintz, Yuval bnx2x: Fix Multi-Cos ------------- Diffstat: Makefile | 4 +- arch/arm/kvm/init.S | 5 +-- arch/arm64/include/asm/asm-uaccess.h | 13 ++++++ arch/arm64/include/asm/barrier.h | 10 ++++- arch/arm64/include/asm/uaccess.h | 8 ++++ arch/arm64/kernel/entry.S | 6 ++- arch/arm64/kernel/hw_breakpoint.c | 3 +- arch/powerpc/include/asm/topology.h | 14 ++++++ arch/powerpc/kernel/eeh_driver.c | 19 ++++++-- arch/powerpc/kernel/setup_64.c | 4 +- arch/x86/kernel/kvm.c | 2 +- arch/x86/kvm/cpuid.c | 20 +++++---- crypto/gcm.c | 6 +-- drivers/char/mem.c | 2 +- drivers/char/random.c | 26 ++++++++++- drivers/dma/ep93xx_dma.c | 2 + drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 2 + drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 3 ++ drivers/iio/proximity/as3935.c | 4 +- drivers/infiniband/hw/mlx5/main.c | 2 +- drivers/infiniband/hw/qib/qib_rc.c | 4 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 2 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 ++ drivers/net/ethernet/ethoc.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +- .../net/ethernet/mellanox/mlx5/core/pagealloc.c | 2 +- drivers/scsi/qla2xxx/qla_os.c | 8 ++-- drivers/staging/lustre/lustre/lov/lov_pack.c | 9 ---- drivers/tty/serial/ifx6x60.c | 2 +- drivers/tty/serial/sh-sci.c | 10 +++-- drivers/usb/chipidea/debug.c | 3 +- drivers/usb/chipidea/udc.c | 8 +++- drivers/usb/gadget/function/f_mass_storage.c | 13 +++++- fs/btrfs/extent-tree.c | 1 + fs/btrfs/inode.c | 4 +- fs/ext4/file.c | 50 ++++++---------------- fs/ext4/inode.c | 5 ++- fs/nfsd/nfs4proc.c | 13 +++--- include/linux/bitops.h | 11 +++++ include/linux/random.h | 1 + include/net/ipv6.h | 1 + kernel/events/core.c | 21 +++++++++ kernel/fork.c | 2 +- kernel/trace/trace.c | 2 +- lib/test_user_copy.c | 20 ++++++++- net/ipv4/af_inet.c | 2 +- net/ipv4/tcp_cong.c | 1 + net/ipv6/ip6_offload.c | 4 +- net/ipv6/ping.c | 2 +- net/ipv6/raw.c | 2 +- net/ipv6/xfrm6_mode_ro.c | 2 + net/ipv6/xfrm6_mode_transport.c | 2 + security/keys/key.c | 5 +-- security/keys/keyctl.c | 4 +- sound/core/timer.c | 1 + sound/soc/soc-core.c | 5 ++- 57 files changed, 262 insertions(+), 126 deletions(-)