This is the start of the stable review cycle for the 3.14.57 release. There are 37 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 Nov 8 19:23:35 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.x/stable-review/patch-3.14.57-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.57-rc1 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> xen: fix backport of previous kexec patch Soeren Grunewald <soeren.grunewald@xxxxxxx> serial: 8250_pci: Add support for 12 port Exar boards Soeren Grunewald <soeren.grunewald@xxxxxxx> serial: 8250_pci: Add support for 16 port Exar boards Roman Gushchin <klamm@xxxxxxxxxxxxxx> md/raid5: fix locking in handle_stripe_clean_event() Doron Tsur <doront@xxxxxxxxxxxx> IB/cm: Fix rb-tree duplicate free and use-after-free Dāvis Mosāns <davispuh@xxxxxxxxx> mvsas: Fix NULL pointer dereference in mvs_slot_task_free NeilBrown <neilb@xxxxxxxx> Revert "md: allow a partially recovered device to be hot-added to an array." Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> md/raid10: submit_bio_wait() returns 0 on success Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> md/raid1: submit_bio_wait() returns 0 on success Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> crypto: api - Only abort operations on fatal signal Peter Zijlstra <peterz@xxxxxxxxxxxxx> module: Fix locking in symbol_put_addr() Cathy Avery <cathy.avery@xxxxxxxxxx> xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing) Laura Abbott <labbott@xxxxxxxxxxxxxxxxx> xhci: Add spurious wakeup quirk for LynxPoint-LP controllers Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> xhci: handle no ping response error properly Mike Snitzer <snitzer@xxxxxxxxxx> dm btree: fix leak of bufio-backed block in btree_split_beneath error path Joe Thornber <ejt@xxxxxxxxxx> dm btree remove: fix a bug when rebalancing nodes after removal Will Deacon <will.deacon@xxxxxxx> Revert "ARM64: unwind: Fix PC calculation" Ilya Dryomov <idryomov@xxxxxxxxx> rbd: prevent kernel stack blow up on rbd map Ilya Dryomov <idryomov@xxxxxxxxx> rbd: don't leak parent_spec in rbd_dev_probe_parent() Ronny Hegewald <ronny.hegewald@xxxxxxxxx> rbd: require stable pages if message data CRCs are enabled Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> iio: mxs-lradc: Fix temperature offset Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: don't try to recreate sysfs entries on resume Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> drm/i915: Restore lost DPLL register write on gen2-4 Ilia Mirkin <imirkin@xxxxxxxxxxxx> drm/nouveau/gem: return only valid domain when there's only one SeongJae Park <sj38.park@xxxxxxxxx> spi: fix pointer-integer size mismatch warning Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx> power: bq24190_charger: suppress build warning David S. Miller <davem@xxxxxxxxxxxxx> sfc: Fix memcpy() with const destination compiler warning. Jan Kara <jack@xxxxxxxx> mm: make sendfile(2) killable Paolo Bonzini <pbonzini@xxxxxxxxxx> x86/setup: Extend low identity map to cover whole kernel range Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxxxxxxxx> ASoC: wm8904: Correct number of EQ registers Vasant Hegde <hegdevasant@xxxxxxxxxxxxxxxxxx> powerpc/rtas: Validate rtas.entry before calling enter_rtas() Joerg Roedel <jroedel@xxxxxxx> iommu/amd: Don't clear DTE flags when modifying it Luca Coelho <luciano.coelho@xxxxxxxxx> iwlwifi: pci: add a few more PCI subvendor IDs for the 7265 series Johannes Berg <johannes.berg@xxxxxxxxx> iwlwifi: mvm: fix D3 firmware PN programming Johannes Berg <johannes.berg@xxxxxxxxx> iwlwifi: fix firmware filename for 3160 Johannes Berg <johannes.berg@xxxxxxxxx> iwlwifi: dvm: fix D3 firmware PN programming Felix Fietkau <nbd@xxxxxxxxxxx> ath9k: declare required extra tx headroom ------------- Diffstat: Makefile | 4 +- arch/arm64/kernel/stacktrace.c | 6 +-- arch/powerpc/kernel/rtas.c | 3 ++ arch/x86/kernel/setup.c | 8 ++++ arch/x86/xen/enlighten.c | 6 +-- crypto/ablkcipher.c | 2 +- crypto/algapi.c | 2 +- crypto/api.c | 6 +-- crypto/crypto_user.c | 2 +- drivers/block/rbd.c | 67 ++++++++++++++++------------ drivers/block/xen-blkfront.c | 3 +- drivers/gpu/drm/i915/intel_display.c | 2 + drivers/gpu/drm/nouveau/nouveau_gem.c | 5 ++- drivers/gpu/drm/radeon/radeon.h | 1 + drivers/gpu/drm/radeon/radeon_pm.c | 35 +++++++++------ drivers/infiniband/core/cm.c | 10 ++++- drivers/iommu/amd_iommu.c | 4 +- drivers/iommu/amd_iommu_types.h | 1 + drivers/md/md.c | 3 +- drivers/md/persistent-data/dm-btree-remove.c | 17 ++++--- drivers/md/persistent-data/dm-btree.c | 2 +- drivers/md/raid1.c | 2 +- drivers/md/raid10.c | 2 +- drivers/md/raid5.c | 6 ++- drivers/net/ethernet/sfc/selftest.c | 2 +- drivers/net/wireless/ath/ath9k/init.c | 1 + drivers/net/wireless/iwlwifi/dvm/lib.c | 2 +- drivers/net/wireless/iwlwifi/iwl-7000.c | 2 +- drivers/net/wireless/iwlwifi/mvm/d3.c | 12 ++--- drivers/net/wireless/iwlwifi/pcie/drv.c | 5 +++ drivers/power/bq24190_charger.c | 2 +- drivers/scsi/mvsas/mv_sas.c | 2 + drivers/spi/spi-gpio.c | 2 +- drivers/staging/iio/adc/mxs-lradc.c | 9 ++-- drivers/tty/serial/8250/8250_pci.c | 46 ++++++++++++++++++- drivers/usb/host/xhci-pci.c | 1 + drivers/usb/host/xhci-ring.c | 20 ++++++--- include/sound/wm8904.h | 2 +- kernel/module.c | 8 +++- mm/filemap.c | 9 ++-- 40 files changed, 218 insertions(+), 106 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html