linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.8.13
Date: Thu, 8 Dec 2016 20:58:23 +0100	[thread overview]
Message-ID: <20161208195823.GA30740@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6127 bytes --]

I'm announcing the release of the 4.8.13 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 linux-4.8.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                         |    2 -
 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, 214 insertions(+), 95 deletions(-)

Alex Deucher (1):
      drm/radeon: fix check for port PM availability

Brian Norris (1):
      mwifiex: printk() overflow with 32-byte SSIDs

Chris Wilson (1):
      drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error

Dan Carpenter (1):
      KVM: use after free in kvm_ioctl_create_device()

Ding Tianhong (1):
      rcu: Fix soft lockup for rcu_nocb_kthread

Dmitry Torokhov (1):
      Input: psmouse - disable automatic probing of BYD touchpads

Dmitry Vyukov (1):
      kasan: update kasan_global for gcc 7

Greg Kroah-Hartman (1):
      Linux 4.8.13

Hannes Reinecke (2):
      libata-scsi: Fixup ata_gen_passthru_sense()
      scsi: hpsa: use bus '3' for legacy HBA devices

James Morse (3):
      arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
      arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
      arm64: suspend: Reconfigure PSTATE after resume from idle

Johan Hovold (1):
      pwm: Fix device reference leak

Johannes Thumshirn (3):
      scsi: libfc: fix seconds_since_last_reset miscalculation
      PCI: Export pcie_find_root_port
      PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)

Johannes Weiner (1):
      perf/x86: Restore TASK_SIZE check on frame pointer

Jérémy Lefaure (1):
      mm, thp: propagation of conditional compilation in khugepaged.c

Kirill A. Shutemov (2):
      thp: fix corner case of munlock() of PTE-mapped THPs
      mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb

Marc Zyngier (1):
      KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs

Matthew Auld (1):
      drm/i915: drop the struct_mutex when wedged or trying to reset

Matthias Brugger (1):
      drm/mediatek: fix null pointer dereference

Michal Hocko (1):
      mm: workingset: fix NULL ptr in count_shadow_nodes

Miklos Szeredi (1):
      ovl: fix d_real() for stacked fs

Peter Wu (3):
      drm/amdgpu: fix power state when port pm is unavailable
      drm/radeon: fix power state when port pm is unavailable (v2)
      drm/amdgpu: fix check for port PM availability

Ping Cheng (1):
      Input: change KEY_DATA from 0x275 to 0x277

Stéphan Rafin (1):
      clk: sunxi: Fix M factor computation for APB1

Sudeep Holla (1):
      arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions

Sven Eckelmann (1):
      batman-adv: Detect missing primaryif during tp_send as error

Takashi Iwai (1):
      zram: fix unbalanced idr management at hot removal

Vineet Gupta (1):
      ARC: Don't use "+l" inline asm constraint

Yuriy Kolerov (1):
      ARC: mm: PAE40: Fix crash at munmap


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2016-12-08 19:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-08 19:58 Greg KH [this message]
2016-12-08 19:58 ` Linux 4.8.13 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161208195823.GA30740@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).