From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org,
ben.hutchings@codethink.co.uk, stable@vger.kernel.org
Subject: [PATCH 4.8 00/35] 4.8.13-stable review
Date: Wed, 7 Dec 2016 08:08:16 +0100 [thread overview]
Message-ID: <20161207070722.410336250@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.8.13 release.
There are 35 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri Dec 9 07:07:11 UTC 2016.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.13-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.8.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.8.13-rc1
James Morse <james.morse@arm.com>
arm64: suspend: Reconfigure PSTATE after resume from idle
James Morse <james.morse@arm.com>
arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
James Morse <james.morse@arm.com>
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
Sven Eckelmann <sven@narfation.org>
batman-adv: Detect missing primaryif during tp_send as error
Stéphan Rafin <stephan@soliotek.com>
clk: sunxi: Fix M factor computation for APB1
Johannes Weiner <hannes@cmpxchg.org>
perf/x86: Restore TASK_SIZE check on frame pointer
Matthias Brugger <matthias.bgg@gmail.com>
drm/mediatek: fix null pointer dereference
Johan Hovold <johan@kernel.org>
pwm: Fix device reference leak
Dan Carpenter <dan.carpenter@oracle.com>
KVM: use after free in kvm_ioctl_create_device()
Sudeep Holla <sudeep.holla@arm.com>
arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: fix check for port PM availability
Peter Wu <peter@lekensteyn.nl>
drm/amdgpu: fix check for port PM availability
Peter Wu <peter@lekensteyn.nl>
drm/radeon: fix power state when port pm is unavailable (v2)
Peter Wu <peter@lekensteyn.nl>
drm/amdgpu: fix power state when port pm is unavailable
Matthew Auld <matthew.auld@intel.com>
drm/i915: drop the struct_mutex when wedged or trying to reset
Chris Wilson <chris@chris-wilson.co.uk>
drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error
Marc Zyngier <marc.zyngier@arm.com>
KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs
Brian Norris <briannorris@chromium.org>
mwifiex: printk() overflow with 32-byte SSIDs
Johannes Thumshirn <jthumshirn@suse.de>
PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)
Johannes Thumshirn <jthumshirn@suse.de>
PCI: Export pcie_find_root_port
Michal Hocko <mhocko@suse.com>
mm: workingset: fix NULL ptr in count_shadow_nodes
Ding Tianhong <dingtianhong@huawei.com>
rcu: Fix soft lockup for rcu_nocb_kthread
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: psmouse - disable automatic probing of BYD touchpads
Ping Cheng <pinglinux@gmail.com>
Input: change KEY_DATA from 0x275 to 0x277
Miklos Szeredi <mszeredi@redhat.com>
ovl: fix d_real() for stacked fs
Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb
Dmitry Vyukov <dvyukov@google.com>
kasan: update kasan_global for gcc 7
Takashi Iwai <tiwai@suse.de>
zram: fix unbalanced idr management at hot removal
Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
thp: fix corner case of munlock() of PTE-mapped THPs
Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
mm, thp: propagation of conditional compilation in khugepaged.c
Vineet Gupta <vgupta@synopsys.com>
ARC: Don't use "+l" inline asm constraint
Yuriy Kolerov <yuriy.kolerov@synopsys.com>
ARC: mm: PAE40: Fix crash at munmap
Johannes Thumshirn <jthumshirn@suse.de>
scsi: libfc: fix seconds_since_last_reset miscalculation
Hannes Reinecke <hare@suse.de>
scsi: hpsa: use bus '3' for legacy HBA devices
Hannes Reinecke <hare@suse.de>
libata-scsi: Fixup ata_gen_passthru_sense()
-------------
Diffstat:
Makefile | 4 ++--
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, 215 insertions(+), 96 deletions(-)
next reply other threads:[~2016-12-07 7:08 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20161207070908epcas5p2dfd9fee4d41d2589b8737e48f513be67@epcas5p2.samsung.com>
2016-12-07 7:08 ` Greg Kroah-Hartman [this message]
2016-12-07 7:08 ` [PATCH 4.8 01/35] libata-scsi: Fixup ata_gen_passthru_sense() Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 02/35] scsi: hpsa: use bus 3 for legacy HBA devices Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 03/35] scsi: libfc: fix seconds_since_last_reset miscalculation Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 04/35] ARC: mm: PAE40: Fix crash at munmap Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 05/35] ARC: Dont use "+l" inline asm constraint Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 07/35] thp: fix corner case of munlock() of PTE-mapped THPs Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 08/35] zram: fix unbalanced idr management at hot removal Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 09/35] kasan: update kasan_global for gcc 7 Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 10/35] mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 11/35] ovl: fix d_real() for stacked fs Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 12/35] Input: change KEY_DATA from 0x275 to 0x277 Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 14/35] rcu: Fix soft lockup for rcu_nocb_kthread Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 16/35] PCI: Export pcie_find_root_port Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 18/35] mwifiex: printk() overflow with 32-byte SSIDs Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 19/35] KVM: arm/arm64: vgic: Dont notify EOI for non-SPIs Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 20/35] drm/i915: Dont touch NULL sg on i915_gem_object_get_pages_gtt() error Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 21/35] drm/i915: drop the struct_mutex when wedged or trying to reset Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 23/35] drm/radeon: fix power state when port pm is unavailable (v2) Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 24/35] drm/amdgpu: fix check for port PM availability Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 25/35] drm/radeon: " Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 26/35] arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 28/35] pwm: Fix device reference leak Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 29/35] drm/mediatek: fix null pointer dereference Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 30/35] perf/x86: Restore TASK_SIZE check on frame pointer Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 32/35] batman-adv: Detect missing primaryif during tp_send as error Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 33/35] arm64: cpufeature: Schedule enable() calls instead of calling them via IPI Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 34/35] arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call Greg Kroah-Hartman
2016-12-07 7:08 ` [PATCH 4.8 35/35] arm64: suspend: Reconfigure PSTATE after resume from idle Greg Kroah-Hartman
2016-12-07 16:08 ` [PATCH 4.8 00/35] 4.8.13-stable review Guenter Roeck
2016-12-08 16:25 ` Greg Kroah-Hartman
2016-12-07 18:17 ` Shuah Khan
2016-12-08 16:25 ` Greg Kroah-Hartman
[not found] ` <5848780d.c64bc20a.dbbb2.736e@mx.google.com>
[not found] ` <m2bmwncp0c.fsf@baylibre.com>
2016-12-08 16:26 ` Greg Kroah-Hartman
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=20161207070722.410336250@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuah.kh@samsung.com \
--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).