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, shuahkh@osg.samsung.com,
patches@kernelci.org, ben.hutchings@codethink.co.uk,
stable@vger.kernel.org
Subject: [PATCH 4.9 00/24] 4.9.18-stable review
Date: Fri, 24 Mar 2017 18:58:33 +0100 [thread overview]
Message-ID: <20170324151225.378075203@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.9.18 release.
There are 24 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 Sun Mar 26 15:12:08 UTC 2017.
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.9.18-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.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.9.18-rc1
Theodore Ts'o <tytso@mit.edu>
ext4: fix fencepost in s_first_meta_bg validation
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu/si: add dpm quirk for Oland
Tejun Heo <tj@kernel.org>
cgroup/pids: remove spurious suspicious RCU usage warning
Tahsin Erdogan <tahsin@google.com>
percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
Andreas Gruenbacher <agruenba@redhat.com>
gfs2: Avoid alignment hole in struct lm_lockname
Johan Hovold <johan@kernel.org>
isdn/gigaset: fix NULL-deref at probe
Max Lohrmann <post@wickenrode.com>
target: Fix VERIFY_16 handling in sbc_parse_cdb
Chris Leech <cleech@redhat.com>
scsi: libiscsi: add lock around task lists to fix list corruption regression
Anton Blanchard <anton@samba.org>
scsi: lpfc: Add shutdown method for kexec
Nicholas Bellinger <nab@linux-iscsi.org>
target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
Shaohua Li <shli@fb.com>
md/raid1/10: fix potential deadlock
Michael Ellerman <mpe@ellerman.id.au>
powerpc/boot: Fix zImage TOC alignment
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
cpufreq: Fix and clean up show_cpuinfo_cur_freq()
Olga Kornievskaia <kolga@netapp.com>
NFS prevent double free in async nfs4_exchange_id
Chuck Lever <chuck.lever@oracle.com>
xprtrdma: Squelch kbuild sparse complaint
Peter Zijlstra <peterz@infradead.org>
perf/core: Fix event inheritance on fork()
Peter Zijlstra <peterz@infradead.org>
perf/core: Fix use-after-free in perf_release()
Helge Deller <deller@gmx.de>
parisc: Fix system shutdown halt
John David Anglin <dave.anglin@bell.net>
parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
Quinn Tran <quinn.tran@cavium.com>
qla2xxx: Fix request queue corruption.
Quinn Tran <quinn.tran@cavium.com>
qla2xxx: Fix memory leak for abts processing
Linus Torvalds <torvalds@linux-foundation.org>
give up on gcc ilog2() constant optimizations
Eric Anholt <eric@anholt.net>
drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.
Eric Anholt <eric@anholt.net>
drm/vc4: Fix termination of the initial scan for branch targets.
-------------
Diffstat:
Makefile | 4 +--
arch/parisc/include/asm/cacheflush.h | 23 ++-------------
arch/parisc/kernel/cache.c | 22 ++++++++++++++
arch/parisc/kernel/process.c | 2 ++
arch/powerpc/boot/zImage.lds.S | 1 +
drivers/cpufreq/cpufreq.c | 8 +++--
drivers/gpu/drm/amd/amdgpu/si_dpm.c | 6 ++++
drivers/gpu/drm/vc4/vc4_drv.c | 9 ++++--
drivers/gpu/drm/vc4/vc4_gem.c | 6 ++--
drivers/gpu/drm/vc4/vc4_v3d.c | 2 ++
drivers/gpu/drm/vc4/vc4_validate_shaders.c | 19 +++++-------
drivers/isdn/gigaset/bas-gigaset.c | 3 ++
drivers/md/raid10.c | 18 ++++++++++++
drivers/scsi/libiscsi.c | 26 ++++++++++++++++-
drivers/scsi/lpfc/lpfc_init.c | 1 +
drivers/scsi/qla2xxx/qla_target.c | 14 +++++++--
drivers/target/target_core_pscsi.c | 47 ++++++++----------------------
drivers/target/target_core_sbc.c | 10 +++++--
fs/ext4/super.c | 2 +-
fs/gfs2/incore.h | 2 +-
fs/nfs/nfs4proc.c | 9 +++---
include/linux/log2.h | 13 ++-------
include/scsi/libiscsi.h | 1 +
kernel/cgroup_pids.c | 2 +-
kernel/events/core.c | 16 ++++++++--
mm/percpu.c | 5 +++-
net/sunrpc/xprtrdma/verbs.c | 3 +-
tools/include/linux/log2.h | 13 ++-------
28 files changed, 170 insertions(+), 117 deletions(-)
next reply other threads:[~2017-03-24 18:17 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-24 17:58 Greg Kroah-Hartman [this message]
2017-03-24 17:58 ` [PATCH 4.9 01/24] drm/vc4: Fix termination of the initial scan for branch targets Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 02/24] drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 03/24] give up on gcc ilog2() constant optimizations Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 04/24] qla2xxx: Fix memory leak for abts processing Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 05/24] qla2xxx: Fix request queue corruption Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 06/24] parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 07/24] parisc: Fix system shutdown halt Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 08/24] perf/core: Fix use-after-free in perf_release() Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 09/24] perf/core: Fix event inheritance on fork() Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 10/24] xprtrdma: Squelch kbuild sparse complaint Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 11/24] NFS prevent double free in async nfs4_exchange_id Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 12/24] cpufreq: Fix and clean up show_cpuinfo_cur_freq() Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 13/24] powerpc/boot: Fix zImage TOC alignment Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 14/24] md/raid1/10: fix potential deadlock Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 15/24] target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 16/24] scsi: lpfc: Add shutdown method for kexec Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 17/24] scsi: libiscsi: add lock around task lists to fix list corruption regression Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 18/24] target: Fix VERIFY_16 handling in sbc_parse_cdb Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 19/24] isdn/gigaset: fix NULL-deref at probe Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 20/24] gfs2: Avoid alignment hole in struct lm_lockname Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 21/24] percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 22/24] cgroup/pids: remove spurious suspicious RCU usage warning Greg Kroah-Hartman
2017-03-24 17:58 ` [PATCH 4.9 24/24] ext4: fix fencepost in s_first_meta_bg validation Greg Kroah-Hartman
2017-03-25 0:01 ` [PATCH 4.9 00/24] 4.9.18-stable review Shuah Khan
[not found] ` <58d5a33b.d426190a.e050f.3547@mx.google.com>
[not found] ` <m260iydy8p.fsf@baylibre.com>
2017-03-25 1:41 ` Javier Martinez Canillas
2017-03-27 16:55 ` Kevin Hilman
2017-03-27 17:25 ` Javier Martinez Canillas
2017-03-25 4:18 ` Guenter Roeck
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=20170324151225.378075203@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=shuahkh@osg.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.