This is the start of the stable review cycle for the 3.10.68 release. There are 51 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:17:14 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.10.68-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.10.68-rc1 Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> target: Drop arbitrary maximum I/O size limit Sagi Grimberg <sagig@xxxxxxxxxxxx> iser-target: Fix implicit termination of connections Sagi Grimberg <sagig@xxxxxxxxxxxx> iser-target: Handle ADDR_CHANGE event for listener cm_id Sagi Grimberg <sagig@xxxxxxxxxxxx> iser-target: Fix connected_handler + teardown flow race Sagi Grimberg <sagig@xxxxxxxxxxxx> iser-target: Parallelize CM connection establishment Sagi Grimberg <sagig@xxxxxxxxxxxx> iser-target: Fix flush + disconnect completion handling Sagi Grimberg <sagig@xxxxxxxxxxxx> iscsi,iser-target: Initiate termination only once Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion Hannes Reinecke <hare@xxxxxxx> tcm_loop: Fix wrong I_T nexus association Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT Or Gerlitz <ogerlitz@xxxxxxxxxxxx> ib_isert: Add max_send_sge=2 minimum for control PDU responses Chris Moore <Chris.Moore@xxxxxxxxxx> IB/isert: Adjust CQ size to HW limits Tejun Heo <tj@xxxxxxxxxx> workqueue: fix subtle pool management issue which can stall whole worker_pool Martin Kaiser <lists@xxxxxxxxx> gpio: squelch a compiler warning Madper Xie <cxie@xxxxxxxxxx> efi-pstore: Make efi-pstore return a unique id Rob Herring <rob.herring@xxxxxxxxxxx> pstore/ram: avoid atomic accesses for ioremapped regions 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 Dan Carpenter <dan.carpenter@xxxxxxxxxx> pstore: d_alloc_name() doesn't return an ERR_PTR Aruna Balakrishnaiah <aruna@xxxxxxxxxxxxxxxxxx> pstore: Fail to unlink if a driver has not defined pstore_erase Steven Capper <steve.capper@xxxxxxxxxx> ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE Steven Capper <steve.capper@xxxxxxxxxx> ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> ARM: DMA: ensure that old section mappings are flushed from the TLB Laura Abbott <lauraa@xxxxxxxxxxxxxx> ARM: 7931/1: Correct virt_addr_valid Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> ARM: fix asm/memory.h build error Chen Gang <gang.chen@xxxxxxxxxxx> ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' in atomic_cmpxchg(). Chen Gang <gang.chen@xxxxxxxxxxx> ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.h Will Deacon <will.deacon@xxxxxxx> ARM: lpae: fix definition of PTE_HWTABLE_PTRS Cyril Chemparathy <cyril@xxxxxx> ARM: fix type of PHYS_PFN_OFFSET to unsigned long Vitaly Andrianov <vitalya@xxxxxx> ARM: LPAE: use phys_addr_t in alloc_init_pud() Cyril Chemparathy <cyril@xxxxxx> ARM: LPAE: use signed arithmetic for mask definitions Steve Capper <steve.capper@xxxxxxxxxx> ARM: mm: correct pte_same behaviour for LPAE. Douglas Anderson <dianders@xxxxxxxxxxxx> ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables 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 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) 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 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 ------------- Diffstat: Makefile | 4 +- arch/arm/include/asm/atomic.h | 52 ++-- arch/arm/include/asm/memory.h | 36 +-- arch/arm/include/asm/module.h | 2 + arch/arm/include/asm/page.h | 2 +- arch/arm/include/asm/pgtable-3level-hwdef.h | 1 + arch/arm/include/asm/pgtable-3level.h | 31 ++- arch/arm/include/asm/pgtable.h | 14 +- arch/arm/kernel/head.S | 2 +- arch/arm/kernel/module.c | 8 + arch/arm/mm/dma-mapping.c | 11 +- arch/arm/mm/mmu.c | 3 +- arch/arm/mm/proc-v7-3level.S | 9 +- arch/powerpc/xmon/xmon.c | 1 + drivers/firmware/efi/efi-pstore.c | 18 +- drivers/gpio/gpiolib-of.c | 2 +- drivers/infiniband/ulp/isert/ib_isert.c | 372 ++++++++++++++++++++-------- drivers/infiniband/ulp/isert/ib_isert.h | 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/iscsi/iscsi_target_login.c | 3 + drivers/target/loopback/tcm_loop.c | 29 ++- drivers/target/loopback/tcm_loop.h | 7 +- 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 +- drivers/vhost/scsi.c | 47 +++- fs/nfs/direct.c | 6 + fs/nfs/nfs4client.c | 2 +- fs/pstore/inode.c | 5 +- fs/pstore/ram.c | 15 +- fs/pstore/ram_core.c | 54 +++- kernel/workqueue.c | 39 +-- net/wireless/nl80211.c | 9 +- sound/core/seq/seq_dummy.c | 31 --- sound/soc/codecs/wm8960.c | 2 +- 44 files changed, 623 insertions(+), 322 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