From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965274AbdJRIn1 (ORCPT ); Wed, 18 Oct 2017 04:43:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759069AbdJRInX (ORCPT ); Wed, 18 Oct 2017 04:43:23 -0400 Date: Wed, 18 Oct 2017 10:43:31 +0200 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.13.8 Message-ID: <20171018084331.GA11027@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.13.8 kernel. All users of the 4.13 kernel series must upgrade. The updated 4.13.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.13.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 +- arch/mips/math-emu/cp1emu.c | 2 -- arch/mips/net/ebpf_jit.c | 2 +- arch/x86/include/asm/alternative-asm.h | 4 +++- arch/x86/include/asm/alternative.h | 6 +++--- arch/x86/kernel/cpu/microcode/core.c | 27 ++++++++++++++++++--------- arch/x86/kvm/mmu.c | 15 ++++++++------- arch/x86/kvm/paging_tmpl.h | 3 ++- arch/x86/kvm/vmx.c | 2 +- block/bio.c | 26 +++++++++++++++++++------- crypto/shash.c | 8 +++++--- crypto/skcipher.c | 17 +++++++++++------ drivers/base/property.c | 15 +++++++++------ drivers/dma/edma.c | 19 ++++++++++++++++--- drivers/dma/ti-dma-crossbar.c | 3 ++- drivers/gpu/drm/drm_atomic_helper.c | 1 + drivers/gpu/drm/i915/intel_bios.c | 2 +- drivers/gpu/drm/i915/intel_color.c | 16 +++++++--------- drivers/gpu/drm/i915/intel_display.c | 14 +++++++++----- drivers/gpu/drm/i915/intel_dp.c | 2 +- drivers/hid/usbhid/hid-core.c | 12 +++++++++++- drivers/iommu/amd_iommu.c | 1 + drivers/misc/mei/pci-me.c | 21 +++++++++++---------- drivers/misc/mei/pci-txe.c | 30 +++++++++++-----------------= -- drivers/pci/host/pci-aardvark.c | 2 ++ drivers/pci/host/pci-tegra.c | 22 ++++++---------------- drivers/pinctrl/Kconfig | 1 + drivers/ras/cec.c | 2 +- drivers/usb/gadget/composite.c | 5 +++++ drivers/usb/gadget/configfs.c | 15 ++++++++------- drivers/usb/gadget/configfs.h | 11 ++++++----- drivers/usb/gadget/function/f_rndis.c | 12 ++++++++++-- drivers/usb/gadget/function/u_rndis.h | 1 + drivers/usb/gadget/udc/dummy_hcd.c | 9 ++++++--- drivers/usb/renesas_usbhs/fifo.c | 2 +- drivers/usb/serial/console.c | 3 ++- drivers/usb/serial/cp210x.c | 13 +++++++------ drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ drivers/usb/serial/option.c | 2 ++ drivers/usb/serial/qcserial.c | 4 ++++ fs/block_dev.c | 6 ++++-- fs/direct-io.c | 3 ++- fs/mpage.c | 14 +++++++++++--- fs/nfs/client.c | 2 +- fs/nfs/filelayout/filelayout.c | 3 ++- include/linux/buffer_head.h | 1 + include/sound/seq_virmidi.h | 1 + kernel/irq/chip.c | 2 +- kernel/irq/cpuhotplug.c | 28 +++++++++++++++++++++++++++- kernel/irq/manage.c | 3 +++ mm/vmalloc.c | 6 ------ sound/core/seq/seq_clientmgr.c | 6 +++++- sound/core/seq/seq_ports.c | 7 +++++-- sound/core/seq/seq_virmidi.c | 27 +++++++++++++++++++-------- sound/usb/caiaq/device.c | 12 +++++++++--- sound/usb/line6/driver.c | 7 ++++--- sound/usb/line6/podhd.c | 8 +++++--- sound/usb/mixer.c | 12 ++++++++++-- sound/usb/mixer.h | 2 ++ tools/perf/builtin-script.c | 4 ++-- 61 files changed, 337 insertions(+), 180 deletions(-) Al Viro (2): more bio_map_user_iov() leak fixes bio_copy_user_iov(): don't ignore ->iov_offset Alan Stern (1): USB: dummy-hcd: Fix deadlock caused by disconnect detection Alexander Usyskin (1): mei: always use domain runtime pm callbacks. Andreas Engel (1): USB: serial: cp210x: add support for ELV TFD500 Andreas Gruenbacher (1): direct-io: Prevent NULL pointer access in submit_page_section Andrew Gabbasov (2): usb: gadget: configfs: Fix memory leak of interface directory data usb: gadget: composite: Fix use-after-free in usb_composite_overwrite= _options Benjamin Coddington (1): NFS: Fix uninitialized rpc_wait_queue Borislav Petkov (1): x86/microcode: Do the family check first Greg Kroah-Hartman (1): Linux 4.13.8 Haozhong Zhang (1): KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit Henryk Heisig (1): USB: serial: option: add support for TP-Link LTE module Herbert Xu (2): crypto: skcipher - Fix crash on zero-length input crypto: shash - Fix zero-length shash ahash digest crash Jaejoong Kim (1): HID: usbhid: fix out-of-bounds bug Jani Nikula (1): drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP A= UX channel Jarkko Nikula (1): device property: Track owner device of device property Jeffrey Chu (1): USB: serial: ftdi_sio: add id for Cypress WICED dev board Jeffy Chen (1): drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_re= sume() Joerg Roedel (1): iommu/amd: Finish TLB flush in amd_iommu_unmap() Johan Hovold (2): USB: serial: console: fix use-after-free on disconnect USB: serial: console: fix use-after-free after failed setup Johannes Weiner (1): Revert "vmalloc: back off when the current task is killed" Kazuya Mizuguchi (1): usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet Ladi Prosek (2): KVM: MMU: always terminate page walks at level 1 KVM: nVMX: update last_nonleaf_level when initializing nested EPT Maarten Lankhorst (1): drm/i915: Use crtc_state_is_legacy_gamma in intel_color_check Manasi Navare (1): drm/i915/edp: Get the Panel Power Off timestamp after panel is off Mark Santaniello (1): perf script: Add missing separator for "-F ip,brstack" (and brstackof= f) Mathias Krause (1): x86/alternatives: Fix alt_max_short macro to really be a max() Matt Redfearn (1): MIPS: bpf: Fix uninitialised target compiler error Matthew Wilcox (1): fs/mpage.c: fix mpage_writepage() for pages with buffers Nicolas Iooss (1): RAS/CEC: Use the right length for "cec_disable" Paul Burton (1): MIPS: math-emu: Remove pr_err() calls from fpu_emu() Peter Ujfalusi (2): dmaengine: edma: Align the memcpy acnt array size with the transfer dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inuse Petr Mladek (1): pinctrl/amd: Fix build dependency on pinmux code Scott Mayhew (1): nfs/filelayout: fix oops when freeing filelayout segment Sebastian Frei (1): USB: serial: cp210x: fix partnum regression Shrirang Bagul (1): USB: serial: qcserial: add Dell DW5818, DW5819 Takashi Iwai (7): ALSA: usb-audio: Kill stray URB at exiting ALSA: seq: Fix use-after-free at creating a port ALSA: seq: Fix copy_from_user() call inside lock ALSA: caiaq: Fix stray URB at probe error path ALSA: line6: Fix NULL dereference at podhd_disconnect() ALSA: line6: Fix missing initialization before error path ALSA: line6: Fix leftover URB at error-path during probe Thierry Reding (1): Revert "PCI: tegra: Do not allocate MSI target memory" Thomas Gleixner (2): genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs genirq/cpuhotplug: Add sanity check for effective affinity mask Thomas Petazzoni (1): PCI: aardvark: Move to struct pci_host_bridge IRQ mapping functions Ville Syrj=E4l=E4 (1): drm/i915: Read timings from the correct transcoder in intel_crtc_mode= _get() Vitaly Mayatskikh (1): fix unbalanced page refcounting in bio_map_user_iov --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlnnFC8ACgkQONu9yGCS aT5zhA/+OSnmSIoXkNb+cyNmJbT5/fEt09FVXzIg8YAYZjN4EeSTXZjZX0tGd4Ek HT6zSUFEuGBB1JpoHIcJvay38xbio8keuz/0HTSj31hMdHkR9BohW+i+PNeKKrGs PcBGNsWtpS46/8wTSaWGV6eXHNHWRjVUMPY6t9K/vFvaObdIdS19QV0yu18dMVgh a8CS/r2xEseHQCUJz8MPHAb3poY4i61SYEbcbxFuUdgMmbsSjqQ3o3QMc5pkir4o 77Ra/LMVx9FMBtFuW6jtLH9MxbrjpQQ14jTWEKt2CWFgp+UOhXWkEJ5dZmkIgVff H3kZx3iihiwDBzPJO2fa/6uBs7rimuxQXJrPT2L/3XB38KKcqV/6NxLLDfdhNgs4 gmpp/Vus8AMdKFq0n/XNma/ipIT03khGqXUlqacV7iSw0UeayPxhPMVV+VNv21ss uTwstTO1rPZuLS6UvwifofFpV/YC3+YFgMXeDBok08ZvTmZBU5Ia19Bjl+MNknuW IbKpLOQF7FzDGa68d6EtiRNQtcb0xzv0csJtuBFMcJZqBtBjNX0tcAmUysNEYJH3 easMQKg1E+/WX+l3nk2HTDraA2GQ6C3+4qb2gdrovRsCys/e1JK/dwI6ROfkB1of gNACsSBUq5wmXwdbtDi0BuEPDGz13t56OTo9or3Gk8lFupnOSRQ= =skSF -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--