Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1608731
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4.10 00/27] 4.10.6-stable review |
| Date | 2017-03-24 19:00 +0100 |
| Message-ID | <toBFf-50v-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is the start of the stable review cycle for the 4.10.6 release.
There are 27 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:13 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.10.6-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.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.10.6-rc1
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
Bart Van Assche <bart.vanassche@sandisk.com>
scsi: mpt3sas: Avoid sleeping in interrupt context
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
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
hwrng: omap - Do not access INTMASK_REG on EIP76
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
hwrng: omap - use devm_clk_get() instead of of_clk_get()
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
hwrng: omap - write registers after enabling the clock
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
Song Liu <songliubraving@fb.com>
md/r5cache: fix set_syndrome_sources() for data in cache
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
Mikulas Patocka <mpatocka@redhat.com>
parisc: support R_PARISC_SECREL32 relocation in modules
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
-------------
Diffstat:
Makefile | 4 +--
arch/parisc/include/asm/cacheflush.h | 23 ++----------------
arch/parisc/kernel/cache.c | 22 +++++++++++++++++
arch/parisc/kernel/module.c | 8 ++++++
arch/parisc/kernel/process.c | 2 ++
arch/powerpc/boot/zImage.lds.S | 1 +
drivers/char/hw_random/omap-rng.c | 16 ++++++++++--
drivers/cpufreq/cpufreq.c | 8 +++---
drivers/gpu/drm/amd/amdgpu/si_dpm.c | 6 +++++
drivers/isdn/gigaset/bas-gigaset.c | 3 +++
drivers/md/raid10.c | 18 ++++++++++++++
drivers/md/raid5.c | 3 ++-
drivers/scsi/libiscsi.c | 26 +++++++++++++++++++-
drivers/scsi/lpfc/lpfc_init.c | 1 +
drivers/scsi/mpt3sas/mpt3sas_base.h | 3 ---
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +--
drivers/scsi/qla2xxx/qla_target.c | 14 ++++++++---
drivers/scsi/scsi_lib.c | 14 ++++++++---
drivers/scsi/scsi_priv.h | 3 ---
drivers/target/target_core_pscsi.c | 47 +++++++++---------------------------
drivers/target/target_core_sbc.c | 10 ++++++--
fs/gfs2/incore.h | 2 +-
fs/nfs/nfs4proc.c | 9 +++----
include/linux/log2.h | 13 ++--------
include/scsi/libiscsi.h | 1 +
include/scsi/scsi_device.h | 4 +++
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 ++--------
31 files changed, 189 insertions(+), 115 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4.10 00/27] 4.10.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:00 +0100
[PATCH 4.10 10/27] xprtrdma: Squelch kbuild sparse complaint Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:00 +0100
[PATCH 4.10 14/27] hwrng: omap - write registers after enabling the clock Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 12/27] cpufreq: Fix and clean up show_cpuinfo_cur_freq() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 11/27] NFS prevent double free in async nfs4_exchange_id Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 15/27] hwrng: omap - use devm_clk_get() instead of of_clk_get() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 06/27] parisc: Fix system shutdown halt Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 23/27] isdn/gigaset: fix NULL-deref at probe Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 03/27] qla2xxx: Fix request queue corruption. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 25/27] percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 08/27] perf/core: Fix event inheritance on fork() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 16/27] hwrng: omap - Do not access INTMASK_REG on EIP76 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 17/27] md/raid1/10: fix potential deadlock Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 13/27] powerpc/boot: Fix zImage TOC alignment Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 04/27] parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 09/27] md/r5cache: fix set_syndrome_sources() for data in cache Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 02/27] qla2xxx: Fix memory leak for abts processing Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 01/27] give up on gcc ilog2() constant optimizations Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 19/27] scsi: lpfc: Add shutdown method for kexec Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:10 +0100
[PATCH 4.10 05/27] parisc: support R_PARISC_SECREL32 relocation in modules Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:20 +0100
[PATCH 4.10 07/27] perf/core: Fix use-after-free in perf_release() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:20 +0100
[PATCH 4.10 22/27] target: Fix VERIFY_16 handling in sbc_parse_cdb Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:30 +0100
[PATCH 4.10 20/27] scsi: libiscsi: add lock around task lists to fix list corruption regression Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:30 +0100
[PATCH 4.10 18/27] target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:30 +0100
[PATCH 4.10 21/27] scsi: mpt3sas: Avoid sleeping in interrupt context Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:30 +0100
[PATCH 4.10 24/27] gfs2: Avoid alignment hole in struct lm_lockname Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:30 +0100
[PATCH 4.10 26/27] cgroup/pids: remove spurious suspicious RCU usage warning Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-24 19:30 +0100
Re: [PATCH 4.10 00/27] 4.10.6-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2017-03-25 01:10 +0100
Re: [PATCH 4.10 00/27] 4.10.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-26 10:30 +0200
Re: [PATCH 4.10 00/27] 4.10.6-stable review Guenter Roeck <linux@roeck-us.net> - 2017-03-25 05:20 +0100
Re: [PATCH 4.10 00/27] 4.10.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-26 11:10 +0200
csiph-web