[PATCH 3.14 00/33] 3.14.32-stable review

From: Greg Kroah-Hartman
Date: Tue Feb 03 2015 - 18:20:01 EST


This is the start of the stable review cycle for the 3.14.32 release.
There are 33 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 Thu Feb 5 23:12:18 UTC 2015.
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/v3.0/stable-review/patch-3.14.32-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 3.14.32-rc1

Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>
target: Drop arbitrary maximum I/O size limit

Tejun Heo <tj@xxxxxxxxxx>
workqueue: fix subtle pool management issue which can stall whole worker_pool

Ilya Dryomov <idryomov@xxxxxxxxxx>
rbd: fix rbd_dev_parent_get() when parent_overlap == 0

Liu ShuoX <shuox.liu@xxxxxxxxx>
pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz

Liu ShuoX <shuox.liu@xxxxxxxxx>
pstore: skip zero size persistent ram buffer in traverse

Liu ShuoX <shuox.liu@xxxxxxxxx>
pstore: clarify clearing of _read_cnt in ramoops_context

Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>
ARM: DMA: ensure that old section mappings are flushed from the TLB

Bob Paauwe <bob.j.paauwe@xxxxxxxxx>
drm/i915: Only fence tiled region of object.

Mugunthan V N <mugunthanvnm@xxxxxx>
drivers: net: cpsw: discard dual emac default vlan configuration

Ashay Jaiswal <ashayj@xxxxxxxxxxxxxx>
regulator: core: fix race condition in regulator_put()

Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>
spi/pxa2xx: Clear cur_chip pointer before starting next message

Joe Thornber <ejt@xxxxxxxxxx>
dm cache: fix missing ERR_PTR returns and handling

Joe Thornber <ejt@xxxxxxxxxx>
dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode

Johannes Berg <johannes.berg@xxxxxxxxx>
nl80211: fix per-station group key get/del and memory leak

Mathy Vanhoef <vanhoefm@xxxxxxxxx>
mac80211: properly set CCK flag in radiotap

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFSv4.1: Fix an Oops in nfs41_walk_client_list

Peng Tao <tao.peng@xxxxxxxxxxxxxxx>
nfs: fix dio deadlock when O_DIRECT flag is flipped

Jochen Hein <jochen@xxxxxxxxxx>
Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)

Peter Hutterer <peter.hutterer@xxxxxxxxx>
Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd

Paul Osmialowski <p.osmialowsk@xxxxxxxxxxx>
i2c: s3c2410: fix ABBA deadlock by keeping clock prepared

Ilya Dryomov <idryomov@xxxxxxxxxx>
rbd: drop parent_ref in rbd_dev_unprobe() unconditionally

Clemens Ladisch <clemens@xxxxxxxxxx>
ALSA: seq-dummy: remove deadlock-causing events on close

Laurent Dufour <ldufour@xxxxxxxxxxxxxxxxxx>
powerpc/xmon: Fix another endiannes issue in RTAS call from xmon

Ahmed S. Darwish <ahmed.darwish@xxxxxxxxx>
can: kvaser_usb: Fix state handling upon BUS_ERROR events

Ahmed S. Darwish <ahmed.darwish@xxxxxxxxx>
can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT

Ahmed S. Darwish <ahmed.darwish@xxxxxxxxx>
can: kvaser_usb: Send correct context to URB completion

Ahmed S. Darwish <ahmed.darwish@xxxxxxxxx>
can: kvaser_usb: Do not sleep in atomic context

Peter Ujfalusi <peter.ujfalusi@xxxxxx>
ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration

Qais Yousef <qais.yousef@xxxxxxxxxx>
ASoC: soc-compress.c: fix NULL dereference

Aurelien BOUIN <a_bouin@xxxxxxxx>
ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers

Zidan Wang <b50113@xxxxxxxxxxxxx>
ASoC: wm8960: Fix capture sample rate from 11250 to 11025

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
spi: dw-mid: fix FIFO size

Kees Cook <keescook@xxxxxxxxxxxx>
x86, build: replace Perl script with Shell script


-------------

Diffstat:

Makefile | 4 ++--
arch/arm/mm/dma-mapping.c | 11 ++++++++-
arch/powerpc/xmon/xmon.c | 1 +
arch/x86/boot/compressed/Makefile | 2 +-
arch/x86/tools/calc_run_size.pl | 39 --------------------------------
arch/x86/tools/calc_run_size.sh | 42 +++++++++++++++++++++++++++++++++++
drivers/block/rbd.c | 25 ++++++---------------
drivers/gpu/drm/i915/i915_gem.c | 7 ++++++
drivers/i2c/busses/i2c-s3c2410.c | 23 ++++++++++++++-----
drivers/input/mouse/synaptics.c | 7 +++---
drivers/input/serio/i8042-x86ia64io.h | 8 +++++++
drivers/md/dm-cache-metadata.c | 9 ++++----
drivers/md/dm-thin.c | 6 +++++
drivers/net/can/usb/kvaser_usb.c | 28 ++++++++++++-----------
drivers/net/ethernet/ti/cpsw.c | 22 ++++++++++++++++++
drivers/regulator/core.c | 4 +++-
drivers/spi/spi-dw-mid.c | 1 -
drivers/spi/spi-pxa2xx.c | 2 +-
drivers/target/target_core_device.c | 8 +++----
drivers/target/target_core_file.c | 11 ++++++++-
drivers/target/target_core_iblock.c | 2 +-
drivers/target/target_core_sbc.c | 15 -------------
drivers/target/target_core_spc.c | 5 +----
fs/nfs/direct.c | 6 +++++
fs/nfs/nfs4client.c | 2 +-
fs/pstore/ram.c | 15 ++++++++-----
kernel/workqueue.c | 42 +++++++++++------------------------
net/mac80211/rx.c | 2 +-
net/wireless/nl80211.c | 9 ++++----
sound/core/seq/seq_dummy.c | 31 --------------------------
sound/soc/codecs/wm8960.c | 2 +-
sound/soc/fsl/fsl_esai.h | 2 +-
sound/soc/omap/omap-mcbsp.c | 2 +-
sound/soc/soc-compress.c | 9 +++++---
34 files changed, 210 insertions(+), 194 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/