From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757150AbcLORec (ORCPT ); Thu, 15 Dec 2016 12:34:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41212 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757251AbcLORdR (ORCPT ); Thu, 15 Dec 2016 12:33:17 -0500 Date: Thu, 15 Dec 2016 09:33:21 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 4.8.15 Message-ID: <20161215173321.GA26737@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --J/dobhs11T7y2rNN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.8.15 kernel. All users of the 4.8 kernel series must upgrade. The updated 4.8.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.8.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Makefile | 2=20 arch/arm/boot/dts/imx7s.dtsi | 5 - arch/arm/boot/dts/orion5x-linkstation-lsgl.dts | 4 + arch/m68k/include/asm/delay.h | 2=20 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=20 arch/powerpc/kernel/eeh_driver.c | 4 + arch/powerpc/mm/hash64_4k.c | 2=20 arch/powerpc/mm/hash64_64k.c | 4 - arch/x86/events/core.c | 2=20 arch/x86/events/intel/core.c | 2=20 crypto/Makefile | 1=20 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=20 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=20 fs/ceph/dir.c | 24 +++++--- fs/fuse/dir.c | 7 -- include/linux/cpu.h | 15 +---- include/linux/libnvdimm.h | 2=20 include/uapi/linux/can.h | 1=20 kernel/cpu.c | 2=20 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, 240 insertions(+), 139 deletions(-) Andrew Donnellan (1): powerpc/eeh: Fix deadlock when PE frozen state can't be cleared Ben Hutchings (1): powerpc/boot: Fix build failure in 32-bit boot wrapper Benjamin Herrenschmidt (1): powerpc/mm: Fix lazy icache flush on pre-POWER5 Boris Brezillon (1): m68k: Fix ndelay() macro Dan Williams (4): device-dax: fix private mapping restriction, permit read-only acpi, nfit, libnvdimm: fix / harden ars_status output length handling acpi, nfit: validate ars_status output buffer size acpi, nfit: fix bus vs dimm confusion in xlat_status David Michael (1): crypto: rsa - Add Makefile dependencies to fix parallel builds Greg Kroah-Hartman (1): Linux 4.8.15 Helge Deller (1): parisc: Fix TLB related boot crash on SMP machines Horia Geant=C4=83 (1): crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kern= el Jeff Layton (1): ceph: don't set req->r_locked_dir in ceph_d_revalidate John David Anglin (2): parisc: Purge TLB before setting PTE parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and = flush_icache_page_asm Marc Kleine-Budde (1): can: raw: raw_setsockopt: limit number of can_filter that can be set Mauricio Faria de Oliveira (1): scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put() Michal Hocko (1): hotplug: Make register and unregister notifier API symmetric Mike Galbraith (1): sched/autogroup: Fix 64-bit kernel nice level adjustment Miklos Szeredi (1): fuse: fix clearing suid, sgid for chown() Peng Tao (1): vhost-vsock: fix orphan connection reset Peter Zijlstra (Intel) (1): perf/x86: Fix full width counter, counter overflow Rafael J. Wysocki (1): Revert "ACPI: Execute _PTS before system reboot" Roger Shimizu (1): ARM: dts: orion5x: fix number of sata port for linkstation ls-gl Romain Perier (2): crypto: marvell - Don't copy hash operation twice into the SRAM crypto: marvell - Don't corrupt state of an STD req for re-stepped ah= ash Sergey Senozhatsky (1): zram: restrict add/remove attributes to root only Stefan Agner (1): ARM: dts: imx7d: fix LCDIF clock assignment Sven Eckelmann (1): batman-adv: Check for alloc errors when preparing TT local data Thomas Gleixner (2): locking/rtmutex: Prevent dequeue vs. unlock race locking/rtmutex: Use READ_ONCE() in rt_mutex_owner() Vishal Verma (1): acpi, nfit: fix extended status translations for ACPI DSMs tim (1): crypto: mcryptd - Check mcryptd algorithm compatibility =EC=B6=94=EC=A7=80=ED=98=B8 (1): can: peak: fix bad memory access and free sequence --J/dobhs11T7y2rNN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlhS0+AACgkQONu9yGCS aT6zbw/+IQ/vDpJok2RpYHBVbJ/wwR2LxZmReFlKJPBRYCmFqnS2wmPgv6/nxNv/ 4rqDr2iAchL4ygLRoV0KspeWuMQ/rtMVQTtuBNEy6QQ+06joVr9oXXqKUzWkovvo VsoHjrLlbMLKiKsQANJxtXfXtlVso9t4mDHwSYBl4ACoXQe9hEHPh5Ebb0auwr9T naiDN1TSWgJI0ekh29suCjkpV07B+vgTLCej7pSComOpEfKZaTq3RRGf9km87iNF 6oZ3F6/gUbdXenQa7oHT+u6Oy5i/REm/BDq8qt5HvTSOdkqSio6YUgN4Y39WFS34 VgmEGs+Ij4M49ca0jyew83srF+VzA0TnFRpDP0MflQi/OzaBAb7sld1KA9nGrpRj 2yLp3uFmBYAHJolYyF8XimwaG76VDTrIh7i5LwlUI2WYwJ/8wVzJZiXQt8MCmpNF QSw2f8ISsAKgvSoPPFPTmerBTCunHf0KN2+VaQ6qnU/2gOwK/4aqnGHHHeo3Mz9A CvDhEe/ec3gf2MV8W3tx8+PKf50S2A7vtPfD1MTz4tzJbLiXza+2OU41FveTn/l0 0UP1B5/gG3QfhOk1E5oFH/tXxbPHPbOzjS6y8jzGkpD6zlRBvsxFXf28RUXZEstf hRsmTkbDdIElNvA80urHHFiR/Rpts3lKv1AnCW++s6rroarEfh0= =l6m5 -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--