lkml.org 
[lkml]   [2016]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.8.13
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

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2016-12-08 20:59    [W:0.049 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site