From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:50690 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751705AbeDYKdn (ORCPT ); Wed, 25 Apr 2018 06:33: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, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.16 00/26] 4.16.5-stable review Date: Wed, 25 Apr 2018 12:33:09 +0200 Message-Id: <20180425103314.842517924@linuxfoundation.org> Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.16.5 release. There are 26 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 Fri Apr 27 10:33:04 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.16.5-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.16.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.16.5-rc1 Sean Christopherson Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown" Leon Romanovsky RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs Jiri Olsa perf: Return proper values for user stack errors Jiri Olsa perf: Fix sample_max_stack maximum check Florian Westphal netfilter: x_tables: limit allocation requests for blob rule heads Florian Westphal netfilter: compat: reject huge allocation requests Florian Westphal netfilter: compat: prepare xt_compat_init_offsets to return errors Florian Westphal netfilter: x_tables: add counters allocation wrapper Florian Westphal netfilter: x_tables: cap allocations at 512 mbyte Tetsuo Handa mm,vmscan: Allow preallocating memory for register_shrinker(). Thomas Gleixner alarmtimer: Init nanosleep alarm timer on stack Imre Deak drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state Xidong Wang drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value Gaurav K Singh drm/i915/audio: Fix audio detection issue on GLK Jani Nikula drm/i915/bios: filter out invalid DDC pins from VBT child devices Tina Zhang drm/i915/gvt: Add drm_format_mod update Gerd Hoffmann drm/i915/gvt: throw error on unhandled vfio ioctls Daniel J Blueman drm/vc4: Fix memory leak during BO teardown Xiaoming Gao x86/tsc: Prevent 32bit truncation in calc_hpet_ref() Laura Abbott posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated Anson Huang clocksource/imx-tpm: Correct -ETIME return condition check Dou Liyang x86/acpi: Prevent X2APIC id 0xffffffff from being accounted Nikolay Borisov btrfs: Fix race condition between delayed refs and blockgroup removal David Sterba btrfs: fix unaligned access in readdir Steve French cifs: do not allow creating sockets except with SMB1 posix exensions Long Li cifs: smbd: Check for iov length on sending the last iov ------------- Diffstat: Makefile | 4 +-- arch/x86/kernel/acpi/boot.c | 4 +++ arch/x86/kernel/tsc.c | 2 +- arch/x86/kvm/mmu.c | 2 +- drivers/clocksource/timer-imx-tpm.c | 2 +- drivers/gpu/drm/drm_dp_dual_mode_helper.c | 39 +++++++++++++++++++---- drivers/gpu/drm/i915/gvt/dmabuf.c | 1 + drivers/gpu/drm/i915/gvt/kvmgt.c | 2 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2 +- drivers/gpu/drm/i915/intel_audio.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 13 +++++--- drivers/gpu/drm/vc4/vc4_bo.c | 2 ++ drivers/gpu/drm/vc4/vc4_validate_shaders.c | 1 + drivers/infiniband/hw/mlx5/qp.c | 3 +- fs/btrfs/delayed-ref.c | 19 ++++++++--- fs/btrfs/delayed-ref.h | 1 + fs/btrfs/extent-tree.c | 16 +++++++--- fs/btrfs/inode.c | 20 +++++++----- fs/cifs/dir.c | 9 +++--- fs/cifs/smbdirect.c | 2 ++ fs/super.c | 9 +++--- include/linux/netfilter/x_tables.h | 3 +- include/linux/shrinker.h | 7 ++-- kernel/events/callchain.c | 21 ++++++------ kernel/events/core.c | 4 +-- kernel/time/alarmtimer.c | 34 +++++++++++++++----- kernel/time/posix-cpu-timers.c | 4 ++- mm/vmscan.c | 21 +++++++++++- net/bridge/netfilter/ebtables.c | 10 ++++-- net/ipv4/netfilter/arp_tables.c | 12 ++++--- net/ipv4/netfilter/ip_tables.c | 10 ++++-- net/ipv6/netfilter/ip6_tables.c | 12 ++++--- net/netfilter/x_tables.c | 51 ++++++++++++++++++++++++------ 33 files changed, 250 insertions(+), 94 deletions(-)