I'm announcing the release of the 3.10.68 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 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, 622 insertions(+), 321 deletions(-) Ahmed S. Darwish (4): can: kvaser_usb: Do not sleep in atomic context can: kvaser_usb: Send correct context to URB completion can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT can: kvaser_usb: Fix state handling upon BUS_ERROR events Andy Shevchenko (1): spi: dw-mid: fix FIFO size Aruna Balakrishnaiah (1): pstore: Fail to unlink if a driver has not defined pstore_erase Ashay Jaiswal (1): regulator: core: fix race condition in regulator_put() Chen Gang (2): ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.h ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' in atomic_cmpxchg(). Chris Moore (1): IB/isert: Adjust CQ size to HW limits Clemens Ladisch (1): ALSA: seq-dummy: remove deadlock-causing events on close Cyril Chemparathy (2): ARM: LPAE: use signed arithmetic for mask definitions ARM: fix type of PHYS_PFN_OFFSET to unsigned long Dan Carpenter (1): pstore: d_alloc_name() doesn't return an ERR_PTR Douglas Anderson (1): ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables Greg Kroah-Hartman (1): Linux 3.10.68 Hannes Reinecke (1): tcm_loop: Fix wrong I_T nexus association Jochen Hein (1): Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) Joe Thornber (2): dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode dm cache: fix missing ERR_PTR returns and handling Johannes Berg (1): nl80211: fix per-station group key get/del and memory leak Laura Abbott (1): ARM: 7931/1: Correct virt_addr_valid Laurent Dufour (1): powerpc/xmon: Fix another endiannes issue in RTAS call from xmon Liu ShuoX (3): pstore: clarify clearing of _read_cnt in ramoops_context pstore: skip zero size persistent ram buffer in traverse pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz Madper Xie (1): efi-pstore: Make efi-pstore return a unique id Martin Kaiser (1): gpio: squelch a compiler warning Mika Westerberg (1): spi/pxa2xx: Clear cur_chip pointer before starting next message Mugunthan V N (1): drivers: net: cpsw: discard dual emac default vlan configuration Nicholas Bellinger (3): vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion target: Drop arbitrary maximum I/O size limit Or Gerlitz (1): ib_isert: Add max_send_sge=2 minimum for control PDU responses Peng Tao (1): nfs: fix dio deadlock when O_DIRECT flag is flipped Rob Herring (1): pstore/ram: avoid atomic accesses for ioremapped regions Russell King (2): ARM: fix asm/memory.h build error ARM: DMA: ensure that old section mappings are flushed from the TLB Sagi Grimberg (6): iscsi,iser-target: Initiate termination only once iser-target: Fix flush + disconnect completion handling iser-target: Parallelize CM connection establishment iser-target: Fix connected_handler + teardown flow race iser-target: Handle ADDR_CHANGE event for listener cm_id iser-target: Fix implicit termination of connections Steve Capper (1): ARM: mm: correct pte_same behaviour for LPAE. Steven Capper (2): ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE Tejun Heo (1): workqueue: fix subtle pool management issue which can stall whole worker_pool Trond Myklebust (1): NFSv4.1: Fix an Oops in nfs41_walk_client_list Vitaly Andrianov (1): ARM: LPAE: use phys_addr_t in alloc_init_pud() Will Deacon (1): ARM: lpae: fix definition of PTE_HWTABLE_PTRS Zidan Wang (1): ASoC: wm8960: Fix capture sample rate from 11250 to 11025
Attachment:
pgpgGjI6ELpAs.pgp
Description: PGP signature