Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936174AbcLMRQb (ORCPT ); Tue, 13 Dec 2016 12:16:31 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57018 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936095AbcLMRQZ (ORCPT ); Tue, 13 Dec 2016 12:16:25 -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/33] 4.8.15-stable review Date: Tue, 13 Dec 2016 09:16:01 -0800 Message-Id: <20161213171534.171564506@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.15-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.15-rc1 X-KernelTest-Deadline: 2016-12-15T17:15+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: 6332 Lines: 167 This is the start of the stable review cycle for the 4.8.15 release. There are 33 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 Thu Dec 15 17:15:24 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.15-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.15-rc1 David Michael crypto: rsa - Add Makefile dependencies to fix parallel builds Michal Hocko hotplug: Make register and unregister notifier API symmetric Sven Eckelmann batman-adv: Check for alloc errors when preparing TT local data Boris Brezillon m68k: Fix ndelay() macro Jeff Layton ceph: don't set req->r_locked_dir in ceph_d_revalidate Stefan Agner ARM: dts: imx7d: fix LCDIF clock assignment Roger Shimizu ARM: dts: orion5x: fix number of sata port for linkstation ls-gl Rafael J. Wysocki Revert "ACPI: Execute _PTS before system reboot" 추지호 can: peak: fix bad memory access and free sequence Marc Kleine-Budde can: raw: raw_setsockopt: limit number of can_filter that can be set Romain Perier crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash tim crypto: mcryptd - Check mcryptd algorithm compatibility Horia Geantă crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel Romain Perier crypto: marvell - Don't copy hash operation twice into the SRAM Dan Williams acpi, nfit: fix bus vs dimm confusion in xlat_status Dan Williams acpi, nfit: validate ars_status output buffer size Dan Williams acpi, nfit, libnvdimm: fix / harden ars_status output length handling Vishal Verma acpi, nfit: fix extended status translations for ACPI DSMs Peter Zijlstra (Intel) perf/x86: Fix full width counter, counter overflow Peng Tao vhost-vsock: fix orphan connection reset Mike Galbraith sched/autogroup: Fix 64-bit kernel nice level adjustment Mauricio Faria de Oliveira scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put() Dan Williams device-dax: fix private mapping restriction, permit read-only Thomas Gleixner locking/rtmutex: Use READ_ONCE() in rt_mutex_owner() Thomas Gleixner locking/rtmutex: Prevent dequeue vs. unlock race Sergey Senozhatsky zram: restrict add/remove attributes to root only Helge Deller parisc: Fix TLB related boot crash on SMP machines John David Anglin parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_icache_page_asm John David Anglin parisc: Purge TLB before setting PTE Miklos Szeredi fuse: fix clearing suid, sgid for chown() Ben Hutchings powerpc/boot: Fix build failure in 32-bit boot wrapper Benjamin Herrenschmidt powerpc/mm: Fix lazy icache flush on pre-POWER5 Andrew Donnellan powerpc/eeh: Fix deadlock when PE frozen state can't be cleared ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/imx7s.dtsi | 5 +- arch/arm/boot/dts/orion5x-linkstation-lsgl.dts | 4 ++ arch/m68k/include/asm/delay.h | 2 +- arch/parisc/include/asm/pgtable.h | 8 +-- arch/parisc/kernel/cache.c | 11 +++++ arch/parisc/kernel/pacache.S | 22 +-------- arch/powerpc/boot/Makefile | 3 +- arch/powerpc/boot/opal.c | 2 +- arch/powerpc/kernel/eeh_driver.c | 4 +- arch/powerpc/mm/hash64_4k.c | 2 +- arch/powerpc/mm/hash64_64k.c | 4 +- arch/x86/events/core.c | 2 +- arch/x86/events/intel/core.c | 2 +- crypto/Makefile | 1 + crypto/mcryptd.c | 19 ++++--- drivers/acpi/nfit/core.c | 49 ++++++++++++++----- drivers/acpi/sleep.c | 29 +++-------- drivers/block/zram/zram_drv.c | 8 ++- drivers/crypto/caam/ctrl.c | 5 +- drivers/crypto/marvell/hash.c | 11 ++--- drivers/dax/dax.c | 2 +- drivers/net/can/usb/peak_usb/pcan_usb_core.c | 6 ++- drivers/nvdimm/bus.c | 25 ++++++++-- drivers/scsi/lpfc/lpfc_sli.c | 14 +++--- drivers/vhost/vsock.c | 2 +- fs/ceph/dir.c | 24 +++++---- fs/fuse/dir.c | 7 +-- include/linux/cpu.h | 15 ++---- include/linux/libnvdimm.h | 2 +- include/uapi/linux/can.h | 1 + kernel/cpu.c | 2 +- kernel/locking/rtmutex.c | 68 +++++++++++++++++++++++++- kernel/locking/rtmutex_common.h | 5 +- kernel/sched/auto_group.c | 4 +- net/batman-adv/translation-table.c | 4 +- net/can/raw.c | 3 ++ 37 files changed, 241 insertions(+), 140 deletions(-)