From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760153AbcLBLTd (ORCPT ); Fri, 2 Dec 2016 06:19:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:46710 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759222AbcLBLTa (ORCPT ); Fri, 2 Dec 2016 06:19:30 -0500 Date: Fri, 2 Dec 2016 12:19:37 +0100 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.12 Message-ID: <20161202111937.GA11970@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.8.12 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/parisc/Kconfig | 4 + arch/parisc/kernel/cache.c | 31 +++++-------- arch/parisc/kernel/pacache.S | 37 +++++++++------- arch/parisc/kernel/pci-dma.c | 2=20 arch/parisc/kernel/setup.c | 4 + arch/parisc/kernel/time.c | 57 ++++-------------------- arch/powerpc/boot/main.c | 8 ++- arch/powerpc/boot/opal-calls.S | 13 +++++ arch/powerpc/boot/opal.c | 11 ++++ arch/powerpc/boot/ops.h | 1=20 arch/powerpc/include/asm/mmu.h | 14 ++++-- arch/powerpc/include/asm/reg.h | 1=20 arch/powerpc/kernel/cpu_setup_power.S | 8 +-- arch/powerpc/mm/hash_utils_64.c | 8 ++- arch/tile/kernel/time.c | 4 - arch/x86/events/intel/ds.c | 35 ++++++++++----- arch/x86/events/perf_event.h | 2=20 arch/x86/kernel/fpu/core.c | 16 +++--- arch/x86/kvm/emulate.c | 36 ++++----------- arch/x86/kvm/ioapic.c | 2=20 arch/x86/kvm/ioapic.h | 4 - arch/x86/kvm/irq_comm.c | 13 +++++ arch/x86/kvm/lapic.c | 2=20 arch/x86/mm/extable.c | 7 ++- crypto/asymmetric_keys/x509_cert_parser.c | 1=20 drivers/dax/dax.c | 4 - drivers/dax/pmem.c | 4 + drivers/iommu/dmar.c | 4 + drivers/iommu/intel-iommu.c | 13 +++++ drivers/iommu/intel-svm.c | 28 +++++++----- drivers/media/tuners/tuner-xc2028.c | 37 ++++++---------- drivers/mmc/host/sdhci-of-esdhc.c | 14 ++++++ drivers/mmc/host/sdhci.h | 1=20 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 20 +++++++- drivers/thermal/intel_powerclamp.c | 9 +++ drivers/usb/chipidea/core.c | 1=20 drivers/usb/chipidea/udc.c | 2=20 drivers/usb/serial/cp210x.c | 1=20 drivers/usb/serial/ftdi_sio.c | 2=20 drivers/usb/serial/ftdi_sio_ids.h | 6 ++ drivers/usb/storage/transport.c | 7 ++- fs/nfs/callback.c | 2=20 include/linux/intel-iommu.h | 1=20 kernel/events/core.c | 2=20 lib/mpi/mpi-pow.c | 7 ++- mm/page_alloc.c | 10 ++++ net/can/bcm.c | 18 ++++--- net/core/flow_dissector.c | 2=20 net/wireless/core.h | 1=20 net/wireless/scan.c | 69 +++++++++++++++++++++++++= +++++ security/apparmor/domain.c | 6 +- 52 files changed, 390 insertions(+), 204 deletions(-) Alexander Shishkin (1): perf/core: Fix address filter parser Andrey Grodzovsky (1): scsi: mpt3sas: Fix secure erase premature termination Andrey Ryabinin (2): mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] X.509: Fix double free in x509_cert_parse() [ver #3] Andy Lutomirski (1): x86/traps: Ignore high word of regs->cs in early_fixup_exception() Aneesh Kumar K.V (1): powerpc/mm: Fixup kernel read only mapping Arnd Bergmann (1): NFSv4.x: hide array-bounds warning Ashok Raj (1): iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions Benjamin Herrenschmidt (1): powerpc: Set missing wakeup bit in LPCR on POWER9 Chris Metcalf (1): tile: avoid using clocksource_cyc2ns with absolute cycle count Dan Williams (2): device-dax: check devm_nsio_enable() return value device-dax: fail all private mapping attempts David Woodhouse (1): iommu/vt-d: Fix PASID table allocation Doug Brown (1): USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad Eric Dumazet (1): flow_dissect: call init_default_flow_dissectors() earlier Greg Kroah-Hartman (1): Linux 4.8.12 Helge Deller (1): parisc: Switch to generic sched_clock implementation Jacob Pan (1): thermal/powerclamp: add back module device table Johannes Berg (1): cfg80211: limit scan results cache size John David Anglin (3): parisc: Fix races in parisc_setup_cache_timing() parisc: Fix race in pci-dma.c parisc: Also flush data TLB in flush_icache_page_asm John Johansen (1): apparmor: fix change_hat not finding hat after policy replacement Michael Walle (1): mmc: sdhci-of-esdhc: fixup PRESENT_STATE read Michal Hocko (1): mm, oom: stop pre-mature high-order OOM killer invocations Oliver Hartkopp (1): can: bcm: fix support for CAN FD frames Oliver O'Halloran (1): powerpc/boot: Fix the early OPAL console wrappers Paul Jakma (1): USB: serial: cp210x: add ID for the Zone DPMX Peter Chen (1): usb: chipidea: move the lock initialization to core file Peter Zijlstra (1): perf/x86/intel: Cure bogus unwind from PEBS entries Petr Vandrovec (1): Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=3Dy Radim Kr=C4=8Dm=C3=A1=C5=99 (4): KVM: x86: fix out-of-bounds access in lapic KVM: x86: drop error recovery in em_jmp_far and em_ret_far KVM: x86: fix out-of-bounds accesses of rtc_eoi map KVM: x86: check for pic and ioapic presence before use Suganath Prabu S (1): scsi: mpt3sas: Unblock device after controller reset Takashi Iwai (1): xc2028: Fix use-after-free bug properly Yu-cheng Yu (1): x86/fpu: Fix invalid FPU ptrace state after execve() --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlhBWMgACgkQONu9yGCS aT7OlA/8Ckp9qMhnS66Z0pIFNVWLoYRVGssjwd6o9OnRDnZjvXEMaeZQfv2Vt86D D0TXxpY0a/25Y1QqHGuJirp/L7uglIwm1SXdzB3Vznf8Qr0wTu9tIgoRYfvoHSCN Ofr9YaZhM0SdLRIvb0UCLPE2AAVUUGbeMiofz+kQkmPQZHmManAa3mgyP+6Dxlnr wLhg5ORHuY+nYsLo27hADyXvw+gLlWWJQeOXAD22CMH0zbT2dmgdjVRjpiypK7oJ g84hk7oh44MKWBrMCHQlxHlLLij2A2qsEg6Ac45HkpBoX2/48QehF6wqFIaQrWeU Q/BkdLopxERfgjvVC8Cv742Rs2jzsuwNQYe6/H4/XpTKZunKFnwz+ycAChf6Ku9G xq/XTch25Q46tAU894cny2bICUxbQ8C9fso9XLjhfHNxVOVb8CmY3hm3/7s0RUH3 PZoqYqxyTb/oNozZX7ZfZPRJ/IXArLMspLedUx4te8Q4L7rmlGP4K+AzYaSUHiay Qi1Igxi+Q1o2sQNttDihk1/ctXFJXzQPFOby5E+Vra+IxZwQSKN6swwWH35PWXCv z4MmtvhGExF0kUG0UgU2UbW2sn+/Tm1OQ8gc02pEGnqxKiIxrfDzQ49ULuxCR0+/ 5+DKA/chLoQGr9DgEtr6lmkzSqI/TxzWOiH/retDXj6nWsJ7OaA= =RVra -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk--