Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753207AbcLGHIt (ORCPT ); Wed, 7 Dec 2016 02:08:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58132 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751862AbcLGHIq (ORCPT ); Wed, 7 Dec 2016 02:08:46 -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, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.8 00/35] 4.8.13-stable review Date: Wed, 7 Dec 2016 08:08:16 +0100 Message-Id: <20161207070722.410336250@linuxfoundation.org> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.13-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.8.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.8.13-rc1 X-KernelTest-Deadline: 2016-12-09T07:07+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 Content-Length: 6998 Lines: 182 This is the start of the stable review cycle for the 4.8.13 release. There are 35 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 Dec 9 07:07:11 UTC 2016. 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/v4.x/stable-review/patch-4.8.13-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.8.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.8.13-rc1 James Morse arm64: suspend: Reconfigure PSTATE after resume from idle James Morse arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call James Morse arm64: cpufeature: Schedule enable() calls instead of calling them via IPI Sven Eckelmann batman-adv: Detect missing primaryif during tp_send as error Stéphan Rafin clk: sunxi: Fix M factor computation for APB1 Johannes Weiner perf/x86: Restore TASK_SIZE check on frame pointer Matthias Brugger drm/mediatek: fix null pointer dereference Johan Hovold pwm: Fix device reference leak Dan Carpenter KVM: use after free in kvm_ioctl_create_device() Sudeep Holla arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions Alex Deucher drm/radeon: fix check for port PM availability Peter Wu drm/amdgpu: fix check for port PM availability Peter Wu drm/radeon: fix power state when port pm is unavailable (v2) Peter Wu drm/amdgpu: fix power state when port pm is unavailable Matthew Auld drm/i915: drop the struct_mutex when wedged or trying to reset Chris Wilson drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error Marc Zyngier KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs Brian Norris mwifiex: printk() overflow with 32-byte SSIDs Johannes Thumshirn PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX) Johannes Thumshirn PCI: Export pcie_find_root_port Michal Hocko mm: workingset: fix NULL ptr in count_shadow_nodes Ding Tianhong rcu: Fix soft lockup for rcu_nocb_kthread Dmitry Torokhov Input: psmouse - disable automatic probing of BYD touchpads Ping Cheng Input: change KEY_DATA from 0x275 to 0x277 Miklos Szeredi ovl: fix d_real() for stacked fs Kirill A. Shutemov mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb Dmitry Vyukov kasan: update kasan_global for gcc 7 Takashi Iwai zram: fix unbalanced idr management at hot removal Kirill A. Shutemov thp: fix corner case of munlock() of PTE-mapped THPs Jérémy Lefaure mm, thp: propagation of conditional compilation in khugepaged.c Vineet Gupta ARC: Don't use "+l" inline asm constraint Yuriy Kolerov ARC: mm: PAE40: Fix crash at munmap Johannes Thumshirn scsi: libfc: fix seconds_since_last_reset miscalculation Hannes Reinecke scsi: hpsa: use bus '3' for legacy HBA devices Hannes Reinecke libata-scsi: Fixup ata_gen_passthru_sense() ------------- Diffstat: Makefile | 4 ++-- arch/arc/include/asm/delay.h | 9 ++++---- arch/arc/include/asm/pgtable.h | 2 +- arch/arm64/boot/dts/arm/juno-r1.dts | 2 +- arch/arm64/boot/dts/arm/juno-r2.dts | 2 +- arch/arm64/boot/dts/arm/juno.dts | 2 +- arch/arm64/include/asm/cpufeature.h | 2 +- arch/arm64/include/asm/exec.h | 3 +++ arch/arm64/include/asm/processor.h | 6 ++--- arch/arm64/kernel/cpufeature.c | 10 ++++++++- arch/arm64/kernel/process.c | 3 ++- arch/arm64/kernel/suspend.c | 11 ++++++++++ arch/arm64/kernel/traps.c | 3 ++- arch/arm64/mm/fault.c | 15 +++++++++++-- arch/x86/events/core.c | 10 ++------- drivers/ata/libata-scsi.c | 2 +- drivers/block/zram/zram_drv.c | 3 ++- drivers/clk/sunxi/clk-sunxi.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 16 +++++++++++++- drivers/gpu/drm/i915/i915_gem.c | 5 +++-- drivers/gpu/drm/i915/intel_display.c | 3 ++- drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 14 ++++++------ drivers/gpu/drm/radeon/radeon_atpx_handler.c | 16 +++++++++++++- drivers/input/mouse/psmouse-base.c | 4 ---- drivers/net/wireless/marvell/mwifiex/cfg80211.c | 13 ++++++----- drivers/pci/pcie/aer/aer_inject.c | 14 ------------ drivers/pci/probe.c | 28 +++++++++++++++++++++++- drivers/pwm/sysfs.c | 2 ++ drivers/scsi/hpsa.c | 16 +++++++++----- drivers/scsi/hpsa.h | 2 ++ drivers/scsi/libfc/fc_lport.c | 2 +- fs/overlayfs/super.c | 6 ++--- include/linux/compiler-gcc.h | 4 +++- include/linux/pagemap.h | 21 +++++++++++++----- include/linux/pci.h | 14 ++++++++++++ include/uapi/linux/input-event-codes.h | 2 +- kernel/rcu/tree_plugin.h | 1 + mm/kasan/kasan.h | 3 +++ mm/khugepaged.c | 2 ++ mm/mlock.c | 7 ++++-- mm/truncate.c | 8 +++---- mm/workingset.c | 2 +- net/batman-adv/tp_meter.c | 1 + virt/kvm/arm/vgic/vgic-v2.c | 6 +++-- virt/kvm/arm/vgic/vgic-v3.c | 6 +++-- virt/kvm/kvm_main.c | 2 +- 46 files changed, 215 insertions(+), 96 deletions(-)