I'm announcing the release of the 3.10.85 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 ------------ Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt | 4 Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt | 32 +-- Documentation/devicetree/bindings/spi/spi_pl022.txt | 2 Makefile | 2 arch/arc/include/asm/cmpxchg.h | 9 arch/arm64/kernel/vdso/Makefile | 4 arch/arm64/mm/context.c | 8 arch/arm64/mm/init.c | 2 arch/mips/kvm/kvm_mips_emul.c | 2 drivers/acpi/acpica/utxfinit.c | 10 drivers/ata/libata-core.c | 9 drivers/ata/libata-scsi.c | 3 drivers/base/firmware_class.c | 16 + drivers/base/regmap/regmap.c | 2 drivers/block/rbd.c | 4 drivers/bluetooth/btusb.c | 2 drivers/char/agp/intel-gtt.c | 2 drivers/char/tpm/tpm_ibmvtpm.c | 5 drivers/cpuidle/cpuidle.c | 3 drivers/cpuidle/governors/menu.c | 2 drivers/dma/mv_xor.c | 72 ++++-- drivers/dma/mv_xor.h | 1 drivers/gpu/drm/drm_crtc.c | 7 drivers/gpu/drm/qxl/qxl_cmd.c | 1 drivers/gpu/drm/radeon/radeon_gart.c | 12 - drivers/gpu/drm/radeon/radeon_irq_kms.c | 2 drivers/hwmon/mcp3021.c | 14 - drivers/i2c/busses/i2c-at91.c | 70 +++++- drivers/iio/dac/ad5624r_spi.c | 4 drivers/infiniband/ulp/isert/ib_isert.c | 32 ++- drivers/md/md.c | 2 drivers/md/persistent-data/dm-btree-remove.c | 6 drivers/md/persistent-data/dm-btree.c | 2 drivers/media/dvb-frontends/af9013.c | 4 drivers/media/dvb-frontends/cx24116.c | 8 drivers/media/dvb-frontends/s5h1420.c | 2 drivers/mmc/card/block.c | 10 drivers/mtd/maps/dc21285.c | 4 drivers/mtd/mtd_blkdevs.c | 5 drivers/net/wireless/ath/ath9k/main.c | 12 - drivers/pcmcia/topic.h | 16 + drivers/pinctrl/mvebu/pinctrl-armada-370.c | 4 drivers/pinctrl/mvebu/pinctrl-armada-xp.c | 37 +-- drivers/regulator/core.c | 2 drivers/scsi/ipr.h | 2 drivers/scsi/qla2xxx/qla_isr.c | 17 + drivers/staging/rtl8712/rtl8712_recv.c | 3 drivers/target/iscsi/iscsi_target.c | 104 ++++------ drivers/target/iscsi/iscsi_target_core.h | 7 drivers/target/iscsi/iscsi_target_erl0.c | 13 - drivers/target/iscsi/iscsi_target_login.c | 61 +++++ drivers/usb/core/devio.c | 65 +++--- drivers/usb/dwc3/ep0.c | 4 drivers/usb/dwc3/gadget.c | 4 drivers/usb/host/xhci-mem.c | 2 drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/option.c | 1 drivers/watchdog/omap_wdt.c | 7 fs/9p/vfs_inode.c | 3 fs/9p/vfs_inode_dotl.c | 3 fs/btrfs/inode-map.c | 2 fs/ext4/indirect.c | 2 fs/ext4/inode.c | 38 ++- fs/ext4/mballoc.c | 16 - fs/ext4/migrate.c | 17 + fs/ext4/super.c | 1 fs/fuse/inode.c | 2 fs/hpfs/super.c | 11 - fs/jbd2/checkpoint.c | 7 fs/jbd2/journal.c | 38 ++- fs/nfs/nfs3xdr.c | 2 fs/nfs/nfs4state.c | 2 fs/xfs/xfs_symlink.c | 2 include/acpi/actypes.h | 1 include/linux/jbd2.h | 4 include/linux/libata.h | 1 include/linux/nfs_xdr.h | 2 include/uapi/linux/usbdevice_fs.h | 3 kernel/trace/trace.h | 1 kernel/trace/trace_branch.c | 17 - kernel/trace/trace_events_filter.c | 10 lib/bitmap.c | 17 - net/9p/client.c | 3 net/ceph/osdmap.c | 2 net/mac80211/main.c | 3 net/sunrpc/backchannel_rqst.c | 2 sound/pci/hda/patch_realtek.c | 18 + sound/soc/codecs/wm8737.c | 6 sound/soc/codecs/wm8903.h | 2 sound/soc/codecs/wm8955.c | 2 sound/soc/codecs/wm8960.c | 2 91 files changed, 646 insertions(+), 339 deletions(-) AMAN DEEP (1): usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function Al Viro (2): 9p: forgetting to cancel request on interrupted zero-copy RPC 9p: don't leave a half-initialized inode sitting around Alan Stern (1): USB: usbfs: allow URBs to be reaped after disconnection Aleksei Mamlin (1): libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVER Alex Deucher (1): drm/radeon: take the mode_config mutex when dealing with hpds (v2) Arne Fitzenreiter (2): libata: add ATA_HORKAGE_NOTRIM libata: force disable trim for SuperSSpeed S238 Arun Chandran (1): regmap: Fix regmap_bulk_read in BE mode Axel Lin (3): ASoC: wm8737: Fixup setting VMID Impedance control register ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits ASoC: wm8903: Fix define for WM8903_VMID_RES_250K Brian King (1): ipr: Increase default adapter init stage change timeout Brian Norris (1): mtd: fix: avoid race condition when accessing mtd->usecount Catalin Marinas (1): arm64: Do not attempt to use init_mm in reset_context() Chad Dupuis (1): qla2xxx: Mark port lost when we receive an RSCN for it. Chris Metcalf (1): __bitmap_parselist: fix bug in empty string handling Chris Wilson (1): agp/intel: Fix typo in needs_ilk_vtd_wa() Chuck Lever (1): NFS: Fix size of NFSACL SETACL operations Claudio Cappelli (1): USB: option: add 2020:4000 ID Cyrille Pitchen (1): i2c: at91: fix a race condition when using the DMA controller Dan Carpenter (1): USB: devio: fix a condition in async_completed() Darrick J. Wong (1): ext4: don't retry file block mapping on bigalloc fs with non-extent file Dave P Martin (1): arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP Dennis Yang (1): dm btree remove: fix bug in redistribute3 Ding Wang (1): mmc: card: Fixup request missing in mmc_blk_issue_rw_rq Dmitry Monakhov (1): jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() Eric Sandeen (1): xfs: fix remote symlinks on V5/CRC filesystems Eryu Guan (2): ext4: be more strict when migrating to non-extent based file ext4: correctly migrate a file with a hole at the beginning Ezequiel Garcia (1): spi: pl022: Specify 'num-cs' property as required in devicetree binding Felix Fietkau (1): ath9k: fix DMA stop sequence for AR9003+ Filipe Manana (1): Btrfs: use kmem_cache_free when freeing entry in inode cache Firo Yang (1): md: fix a build warning Frediano Ziglio (1): drm/qxl: Do not cause spice-server to clean our objects Greg Kroah-Hartman (1): Linux 3.10.85 Haggai Eran (1): staging: rtl8712: prevent buffer overrun in recvbuf2recvframe Hon Ching \\(Vicky\\) Lo (1): vTPM: set virtual device before passing to ibmvtpm_reset_crq Ilya Dryomov (2): crush: fix a bug in tree bucket decode rbd: use GFP_NOIO in rbd_obj_request_create() JM Friedt (1): iio: DAC: ad5624r_spi: fix bit shift of output data value Jeff Layton (1): nfs: increase size of EXCHANGE_ID name string buffer Joe Perches (1): hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead Joe Thornber (1): dm btree: silence lockdep lock inversion in dm_btree_del() John Youn (1): usb: dwc3: Reset the transfer resource index on SET_INTERFACE Joseph Qi (1): jbd2: fix ocfs2 corrupt when updating journal superblock fails Linus Torvalds (1): Fix firmware loader uevent buffer NULL pointer dereference Lior Amsalem (1): dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup Lukas Czerner (1): ext4: fix reservation release on invalidatepage for delalloc fs Lv Zheng (1): ACPICA: Tables: Fix an issue that FACS initialization is performed twice Marcel Holtmann (1): Bluetooth: btusb: Fix memory leak in Intel setup routine Mauro Carvalho Chehab (3): af9013: Don't accept invalid bandwidth s5h1420: fix a buffer overflow when checking userspace params cx24116: fix a buffer overflow when checking userspace params Michal Hocko (1): ext4: replace open coded nofail allocation in ext4_free_blocks() Michal Kazior (1): mac80211: prevent possible crypto tx tailroom corruption Michel Dänzer (1): drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL Miklos Szeredi (1): fuse: initialize fc->release before calling it Mikulas Patocka (1): libata: increase the timeout when setting transfer mode Nicholas Bellinger (1): iscsi-target: Convert iscsi_thread_set usage to kthread.h Nicholas Mc Guire (1): MIPS: KVM: Do not sign extend on unsigned MMIO load Olga Kornievskaia (1): fixing infinite OPEN loop in 4.0 stateid recovery Peter Sanford (1): USB: cp210x: add ID for Aruba Networks controllers Rafael J. Wysocki (1): cpuidle / menu: Return (-1) if there are no suitable states Ryan Underwood (1): Disable write buffering on Toshiba ToPIC95 Sagi Grimberg (2): iser-target: Fix possible deadlock in RDMA_CM connection error iser-target: release stale iser connections Stefan Wahren (1): regulator: core: fix constraints output buffer Steven Rostedt (Red Hat) (3): tracing/filter: Do not WARN on operand count going below zero tracing/filter: Do not allow infix to exceed end of string tracing: Have branch tracer use recursive field of task struct Stevens, Nick (1): hwmon: (mcp3021) Fix broken output scaling Subbaraya Sundeep Bhatta (2): usb: dwc3: gadget: return error if command sent to DGCMD register fails usb: dwc3: gadget: return error if command sent to DEPCMD register fails Takashi Iwai (2): ALSA: hda - Add headset support to Acer Aspire V5 ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780 Theodore Ts'o (2): ext4: fix race between truncate and __ext4_journalled_writepage() ext4: call sync_blockdev() before invalidate_bdev() in put_super() Thomas Petazzoni (4): pinctrl: mvebu: armada-370: fix spi0 pin description pinctrl: mvebu: armada-xp: remove non-existing NAND pins pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functions pinctrl: mvebu: armada-xp: fix functions of MPP48 Tomas Winkler (1): mmc: block: Add missing mmc_blk_put() in power_ro_lock_show() Trond Myklebust (1): SUNRPC: Fix a memory leak in the backchannel code Uwe Kleine-König (2): mtd: dc21285: use raw spinlock functions for nw_gpio_lock watchdog: omap: assert the counter being stopped before reprogramming Vineet Gupta (1): ARC: add compiler barrier to LLSC based cmpxchg Will Deacon (1): arm64: vdso: work-around broken ELF toolchains in Makefile Zhao Junwang (1): drm: add a check for x/y in drm_mode_setcrtc Zidan Wang (1): ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]
Attachment:
signature.asc
Description: PGP signature