[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170803231737.202188456@linuxfoundation.org>
Date: Thu, 3 Aug 2017 16:17:30 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuahkh@....samsung.com, patches@...nelci.org,
ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.12 00/31] 4.12.5-stable review
This is the start of the stable review cycle for the 4.12.5 release.
There are 31 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 Sat Aug 5 23:17:23 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.12.5-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.12.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 4.12.5-rc1
Chris Brandt <chris.brandt@...esas.com>
mmc: tmio-mmc: fix bad pointer math
Al Viro <viro@...iv.linux.org.uk>
dentry name snapshots
Valentin Vidic <Valentin.Vidic@...Net.hr>
ipmi/watchdog: fix watchdog timeout set on reboot
Annie Cherkaev <annie.cherk@...il.com>
isdn/i4l: fix buffer overflow
Imre Deak <imre.deak@...el.com>
drm/i915: Fix scaler init during CRTC HW state readout
Ben Skeggs <bskeggs@...hat.com>
drm/nouveau/bar/gf100: fix access to upper half of BAR2
Ilia Mirkin <imirkin@...m.mit.edu>
drm/nouveau/disp/nv50-: bump max chans to 21
Sinclair Yeh <syeh@...are.com>
drm/vmwgfx: Limit max desktop dimensions to 8Kx8K
Sinclair Yeh <syeh@...are.com>
drm/vmwgfx: Fix gcc-7.1.1 warning
Ofer Heifetz <oferh@...vell.com>
md/raid5: add thread_group worker async_tx_issue_pending_all
Shaohua Li <shli@...com>
md/raid1: fix writebehind bio clone
Ming Lei <ming.lei@...hat.com>
md: remove 'idx' from 'struct resync_pages'
Mikulas Patocka <mpatocka@...hat.com>
dm integrity: test for corrupted disk format during table load
Mikulas Patocka <mpatocka@...hat.com>
dm integrity: fix inefficient allocation of journal space
Paul Mackerras <paulus@...abs.org>
KVM: PPC: Book3S HV: Fix host crash on changing HPT size
Paul Mackerras <paulus@...abs.org>
KVM: PPC: Book3S HV: Enable TM before accessing TM registers
Herbert Xu <herbert@...dor.apana.org.au>
crypto: authencesn - Fix digest_null crash
raveendra padasalagi <raveendra.padasalagi@...adcom.com>
crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
raveendra padasalagi <raveendra.padasalagi@...adcom.com>
crypto: brcm - Fix SHA3-512 algorithm failure
Frank Rowand <frank.rowand@...y.com>
scripts/dtc: dtx_diff - update include dts paths to match build
Benjamin Coddington <bcodding@...hat.com>
NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
NeilBrown <neilb@...e.com>
NFS: invalidate file size when taking a lock.
Chen-Yu Tsai <wens@...e.org>
mmc: sunxi: Keep default timing phase settings for new timing mode
Laurent Vivier <lvivier@...hat.com>
powerpc/pseries: Fix of_node_put() underflow during reconfig remove
Helge Deller <deller@....de>
parisc: Suspend lockup detectors before system halt
John David Anglin <dave.anglin@...l.net>
parisc: Extend disabled preemption in copy_user_page
John David Anglin <dave.anglin@...l.net>
parisc: Prevent TLB speculation on flushed pages on CPUs that only support equivalent aliases
Kai-Heng Feng <kai.heng.feng@...onical.com>
ALSA: hda - Add mute led support for HP ProBook 440 G4
Daniel Dadap <ddadap@...dia.com>
ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
ALSA: fm801: Initialize chip after IRQ handler is registered
Jan Kara <jack@...e.cz>
jfs: Don't clear SGID when inheriting ACLs
-------------
Diffstat:
Makefile | 4 +--
arch/parisc/kernel/cache.c | 36 ++++++++++------------
arch/parisc/kernel/process.c | 2 ++
arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 ++-
arch/powerpc/kvm/book3s_hv.c | 2 ++
arch/powerpc/platforms/pseries/reconfig.c | 1 -
crypto/authencesn.c | 5 ++++
drivers/char/ipmi/ipmi_watchdog.c | 7 +++--
drivers/crypto/Kconfig | 2 +-
drivers/crypto/bcm/spu2.c | 1 +
drivers/gpu/drm/i915/intel_display.c | 14 ++++-----
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gf100.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 4 +--
drivers/isdn/i4l/isdn_common.c | 1 +
drivers/isdn/i4l/isdn_net.c | 5 ++--
drivers/md/dm-integrity.c | 15 +++++++---
drivers/md/md.h | 1 -
drivers/md/raid1.c | 40 ++++++++++---------------
drivers/md/raid10.c | 6 ++--
drivers/md/raid5.c | 2 ++
drivers/mmc/host/sunxi-mmc.c | 8 +++--
drivers/mmc/host/tmio_mmc_pio.c | 19 ++++++------
fs/dcache.c | 27 +++++++++++++++++
fs/debugfs/inode.c | 10 +++----
fs/jfs/acl.c | 15 +++++-----
fs/namei.c | 8 ++---
fs/nfs/file.c | 2 +-
fs/nfs/nfs4proc.c | 2 +-
fs/notify/fsnotify.c | 8 +++--
include/linux/dcache.h | 6 ++++
include/linux/fsnotify.h | 31 -------------------
scripts/dtc/dtx_diff | 2 +-
sound/pci/fm801.c | 4 +--
sound/pci/hda/patch_conexant.c | 1 +
sound/pci/hda/patch_hdmi.c | 27 +++++++++++++++++
37 files changed, 186 insertions(+), 142 deletions(-)
Powered by blists - more mailing lists