This is the start of the stable review cycle for the 3.10.5 release.
There are 99 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 Aug  4 10:00:45 UTC 2013.
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.5-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <[email protected]>
    Linux 3.10.5-rc1

Yinghai Lu <[email protected]>
    x86: Fix /proc/mtrr with base/size more than 44bits

Xiong Zhang <[email protected]>
    drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_list

Michael Witten <[email protected]>
    perf tools: Revert regression in configuration of Python support

Nicholas Bellinger <[email protected]>
    iscsi-target: Fix iscsit_sequence_cmd reject handling for iser

Nicholas Bellinger <[email protected]>
    iscsi-target: Fix iscsit_add_reject* usage for iser

Sergey Senozhatsky <[email protected]>
    radeon kms: do not flush uninitialized hotplug work

David Vrabel <[email protected]>
    xen/evtchn: avoid a deadlock when unbinding an event channel

Al Viro <[email protected]>
    livelock avoidance in sget()

Gianluca Anzolin <[email protected]>
    tty_port: Fix refcounting leak in tty_port_tty_hangup()

Oleg Nesterov <[email protected]>
    mm: mempolicy: fix mbind_range() && vma_adjust() interaction

Rong Wang <[email protected]>
    usb: gadget: udc-core: fix the typo of udc state attribute

Rick Farina (Zero_Chaos) <[email protected]>
    USB: serial: ftdi_sio: add more RT Systems ftdi devices

Larry Finger <[email protected]>
    rtlwifi: Initialize power-setting callback for USB devices

Alex Deucher <[email protected]>
    drm/radeon/atom: initialize more atom interpretor elements to 0

Alex Deucher <[email protected]>
    drm/radeon: fix audio dto programming on DCE4+

Maarten Lankhorst <[email protected]>
    drm/nouveau: fix semaphore dmabuf obj

Ben Widawsky <[email protected]>
    drm/i915: fix missed hunk after GT access breakage

Daniel Vetter <[email protected]>
    drm/i915: fix up gt init sequence fallout

Chris Wilson <[email protected]>
    drm/i915: Serialize almost all register access

Kamal Mostafa <[email protected]>
    drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight

Daniel Vetter <[email protected]>
    drm/i915: correctly restore fences with objects attached

Chris Wilson <[email protected]>
    drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()

Konstantin Khlebnikov <[email protected]>
    drm/i915: fix long-standing SNB regression in power consumption after 
resume v2

Chris Wilson <[email protected]>
    drm/i915: Fix incoherence with fence updates on Sandybridge+

Guenter Roeck <[email protected]>
    Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"

Chris Wilson <[email protected]>
    drm/i915: Fix write-read race with multiple rings

Daniel Vetter <[email protected]>
    drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/a

Alex Deucher <[email protected]>
    drm/radeon: improve dac adjust heuristics for legacy pdac

Mark Kettenis <[email protected]>
    drm/radeon: fix combios tables on older cards

Ondrej Zary <[email protected]>
    drm/radeon: Another card with wrong primary dac adj

Alex Deucher <[email protected]>
    drm/radeon: fix endian issues with DP handling (v3)

Alex Deucher <[email protected]>
    drm/radeon: allow selection of alignment in the sub-allocator

Christian König <[email protected]>
    drm/radeon: fix UVD fence emit

Alex Deucher <[email protected]>
    drm/radeon/hdmi: make sure we have an afmt block assigned

Mikulas Patocka <[email protected]>
    dm verity: fix inability to use a few specific devices sizes

Mikulas Patocka <[email protected]>
    dm ioctl: set noio flag to avoid __vmalloc deadlock

Hannes Reinecke <[email protected]>
    dm mpath: fix ioctl deadlock when no paths

Lan Tianyu <[email protected]>
    ACPI / video: ignore BIOS initial backlight value for Fujitsu E753

Toshi Kani <[email protected]>
    ACPI / memhotplug: Fix a stale pointer in error path

Rafael J. Wysocki <[email protected]>
    ACPI / scan: Do not try to attach scan handlers to devices having them

Rafael J. Wysocki <[email protected]>
    ACPI / scan: Always call acpi_bus_scan() for bus check notifications

Daniel Mack <[email protected]>
    regmap: cache: bail in regmap_async_complete() for bus-less maps

K. Y. Srinivasan <[email protected]>
    Drivers: hv: balloon: Do not post pressure status if interrupted

K. Y. Srinivasan <[email protected]>
    Drivers: hv: balloon: Fix a bug in the hot-add code

K. Y. Srinivasan <[email protected]>
    Tools: hv: KVP: Fix a bug in IPV6 subnet enumeration

Harshula Jayasuriya <[email protected]>
    nfsd: nfsd_open: when dentry_open returns an error do not propagate as 
struct file

Anton Blanchard <[email protected]>
    powerpc/modules: Module CRC relocation fix causes perf issues

Vakul Garg <[email protected]>
    crypto: caam - Fixed the memory out of bound overwrite issue

Dan Carpenter <[email protected]>
    svcrdma: underflow issue in decode_write_list()

Tejun Heo <[email protected]>
    libata: make it clear that sata_inic162x is experimental

Youquan Song <[email protected]>
    ata: Fix DVD not dectected at some platform with Wellsburg PCH

NeilBrown <[email protected]>
    md/raid10: remove use-after-free bug.

NeilBrown <[email protected]>
    md/raid5: fix interaction of 'replace' and 'recovery'.

NeilBrown <[email protected]>
    md/raid1: fix bio handling problems in process_checks()

NeilBrown <[email protected]>
    md: Remove recent change which allows devices to skip recovery.

Kees Cook <[email protected]>
    x86: make sure IDT is page aligned

H. Peter Anvin <[email protected]>
    x86, suspend: Handle CPUs which fail to #GP on RDMSR

Konrad Rzeszutek Wilk <[email protected]>
    xen/blkback: Check device permissions before allowing OP_DISCARD

Jan Beulich <[email protected]>
    xen-netfront: pull on receive skb may need to happen earlier

Josef Bacik <[email protected]>
    Btrfs: re-add root to dead root list if we stop dropping it

Josef Bacik <[email protected]>
    Btrfs: fix lock leak when resuming snapshot deletion

Stefan Behrens <[email protected]>
    Btrfs: fix wrong write offset when replacing a device

Dirk Brandewie <[email protected]>
    cpufreq / intel_pstate: Change to scale off of max P-state

Karlis Ogsts <[email protected]>
    staging: android: logger: Correct write offset reset on error

Ian Abbott <[email protected]>
    staging: comedi: COMEDI_CANCEL ioctl should wake up read/write

Ian Abbott <[email protected]>
    staging: comedi: fix a race between do_cmd_ioctl() and read/write

Alan Stern <[email protected]>
    USB: global suspend and remote wakeup don't mix

William Gulland <[email protected]>
    usb: Clear both buffers when clearing a control transfer TT buffer.

Jóhann B. Guðmundsson <[email protected]>
    USB: misc: Add Manhattan Hi-Speed USB DVI Converter to sisusbvga

Johan Hovold <[email protected]>
    USB: ti_usb_3410_5052: fix dynamic-id matching

Felipe Balbi <[email protected]>
    usb: dwc3: gadget: don't prevent gadget from being probed if we fail

Huang Rui <[email protected]>
    usb: dwc3: fix wrong bit mask in dwc3_event_type

Ruchika Kharwar <[email protected]>
    usb: dwc3: fix the error returned with usb3_phy failure

Johan Hovold <[email protected]>
    USB: mos7840: fix memory leak in open

Roger Quadros <[email protected]>
    USB: EHCI: Fix resume signalling on remote wakeup

Sarah Sharp <[email protected]>
    xhci: Avoid NULL pointer deref when host dies.

Oleksij Rempel <[email protected]>
    xhci: fix null pointer dereference on ring_doorbell_for_active_rings

George Cherian <[email protected]>
    usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 
1.0

Steven Rostedt (Red Hat) <[email protected]>
    tracing: Remove locking trace_types_lock from 
tracing_reset_all_online_cpus()

Oleg Nesterov <[email protected]>
    tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()

Alexander Z Lam <[email protected]>
    tracing: Miscellaneous fixes for trace_array ref counting

Alexander Z Lam <[email protected]>
    tracing: Fix error handling to ensure instances can always be removed

Saurav Kashyap <[email protected]>
    SCSI: qla2xxx: Properly set the tagging for commands.

Ewan D. Milne <[email protected]>
    SCSI: sd: fix crash when UA received on DIF enabled device

Jeff Skirvin <[email protected]>
    SCSI: isci: Fix a race condition in the SSP task management path

Gregory CLEMENT <[email protected]>
    ARM: 7722/1: zImage: Convert 32bits memory size and address from ATAG to 
64bits DTB

Nicolin Chen <[email protected]>
    ASoC: wm8962: Remove remaining direct register cache accesses

Richard Zhao <[email protected]>
    ASoC: tegra: correct playback_dma_data setup

Chih-Chung Chang <[email protected]>
    ASoC: max98088 - fix element type of the register cache.

Fabio Estevam <[email protected]>
    ASoC: sglt5000: Fix the default value of CHIP_SSS_CTRL

Clemens Ladisch <[email protected]>
    firewire: fix libdc1394/FlyCap2 iso event regression

David Henningsson <[email protected]>
    ALSA: hda - Guess what, it's two more Dell headset mic quirks

David Henningsson <[email protected]>
    ALSA: hda - Yet another Dell headset mic quirk

Ren Bigcren <[email protected]>
    USB: storage: Add MicroVault Flash Drive to unusual_devs

Nicholas Bellinger <[email protected]>
    iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser

Nicholas Bellinger <[email protected]>
    iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED

Joern Engel <[email protected]>
    iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow

Nicholas Bellinger <[email protected]>
    iser-target: Fix isert_put_reject payload buffer post

Vineet Gupta <[email protected]>
    mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots


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

Diffstat:

 Makefile                                     |   4 +-
 arch/arm/boot/compressed/atags_to_fdt.c      |  44 +++-
 arch/powerpc/include/asm/module.h            |   5 +-
 arch/powerpc/kernel/vmlinux.lds.S            |   3 -
 arch/x86/kernel/acpi/sleep.c                 |  18 +-
 arch/x86/kernel/cpu/mtrr/generic.c           |  21 +-
 arch/x86/kernel/cpu/mtrr/main.c              |  16 +-
 arch/x86/kernel/head_64.S                    |   2 +-
 drivers/acpi/acpi_memhotplug.c               |   1 +
 drivers/acpi/scan.c                          |  13 +-
 drivers/acpi/video.c                         |   8 +
 drivers/ata/Kconfig                          |   2 +-
 drivers/ata/ata_piix.c                       |   2 +-
 drivers/ata/sata_inic162x.c                  |  14 ++
 drivers/base/regmap/regmap.c                 |   2 +-
 drivers/block/xen-blkback/blkback.c          |  13 +-
 drivers/cpufreq/intel_pstate.c               |  12 +-
 drivers/crypto/caam/caamhash.c               |   2 +-
 drivers/firewire/core-cdev.c                 |   3 +
 drivers/firewire/ohci.c                      |  10 +-
 drivers/gpu/drm/i915/i915_dma.c              |  17 +-
 drivers/gpu/drm/i915/i915_drv.c              |  13 +-
 drivers/gpu/drm/i915/i915_drv.h              |   4 +-
 drivers/gpu/drm/i915/i915_gem.c              |  54 ++++-
 drivers/gpu/drm/i915/intel_display.c         |  39 +++-
 drivers/gpu/drm/i915/intel_panel.c           |   3 +-
 drivers/gpu/drm/i915/intel_pm.c              |  45 +++-
 drivers/gpu/drm/i915/intel_ringbuffer.c      |   9 +-
 drivers/gpu/drm/nouveau/nv17_fence.c         |   2 +-
 drivers/gpu/drm/nouveau/nv50_fence.c         |  14 +-
 drivers/gpu/drm/radeon/atom.c                |   5 +
 drivers/gpu/drm/radeon/atombios_dp.c         |  43 +++-
 drivers/gpu/drm/radeon/evergreen_hdmi.c      |   8 +-
 drivers/gpu/drm/radeon/r600.c                |   2 +-
 drivers/gpu/drm/radeon/r600_hdmi.c           |   6 +
 drivers/gpu/drm/radeon/radeon.h              |   1 +
 drivers/gpu/drm/radeon/radeon_combios.c      | 159 +++++---------
 drivers/gpu/drm/radeon/radeon_gart.c         |   1 +
 drivers/gpu/drm/radeon/radeon_irq_kms.c      |   9 +-
 drivers/gpu/drm/radeon/radeon_object.h       |   2 +-
 drivers/gpu/drm/radeon/radeon_ring.c         |   1 +
 drivers/gpu/drm/radeon/radeon_sa.c           |   7 +-
 drivers/hv/hv_balloon.c                      |  21 +-
 drivers/infiniband/ulp/isert/ib_isert.c      | 119 +++++++---
 drivers/infiniband/ulp/isert/ib_isert.h      |   1 +
 drivers/md/dm-ioctl.c                        |   3 +
 drivers/md/dm-mpath.c                        |   8 +-
 drivers/md/dm-verity.c                       |   5 +-
 drivers/md/dm.c                              |   9 +-
 drivers/md/md.c                              |  14 --
 drivers/md/raid1.c                           |  53 +++--
 drivers/md/raid10.c                          |   8 +-
 drivers/md/raid5.c                           |  15 +-
 drivers/md/raid5.h                           |   1 +
 drivers/net/wireless/rtlwifi/pci.c           |  13 --
 drivers/net/wireless/rtlwifi/ps.c            |  12 +
 drivers/net/wireless/rtlwifi/ps.h            |   1 +
 drivers/net/wireless/rtlwifi/usb.c           |   2 +
 drivers/net/xen-netfront.c                   |  31 ++-
 drivers/scsi/isci/task.c                     |   9 +-
 drivers/scsi/qla2xxx/qla_iocb.c              |  11 +-
 drivers/scsi/sd.c                            |  22 +-
 drivers/staging/android/logger.c             |   4 +-
 drivers/staging/comedi/comedi_fops.c         |  32 ++-
 drivers/target/iscsi/iscsi_target.c          | 313 ++++++++++++---------------
 drivers/target/iscsi/iscsi_target.h          |   2 +-
 drivers/target/iscsi/iscsi_target_configfs.c |   2 +-
 drivers/target/iscsi/iscsi_target_core.h     |   4 +-
 drivers/target/iscsi/iscsi_target_erl0.c     |   8 +-
 drivers/target/iscsi/iscsi_target_erl1.c     |  26 +--
 drivers/target/iscsi/iscsi_target_util.c     |  27 ++-
 drivers/target/iscsi/iscsi_target_util.h     |   3 +-
 drivers/tty/tty_port.c                       |   5 +-
 drivers/usb/core/hub.c                       |  48 +++-
 drivers/usb/core/hub.h                       |   3 +
 drivers/usb/dwc3/core.c                      |   2 +-
 drivers/usb/dwc3/core.h                      |   4 +-
 drivers/usb/dwc3/gadget.c                    |   1 +
 drivers/usb/gadget/udc-core.c                |   2 +-
 drivers/usb/host/ehci-hub.c                  |   1 +
 drivers/usb/host/xhci-pci.c                  |   1 -
 drivers/usb/host/xhci-ring.c                 |   2 +-
 drivers/usb/host/xhci.c                      |  13 +-
 drivers/usb/misc/sisusbvga/sisusb.c          |   1 +
 drivers/usb/serial/ftdi_sio.c                |  31 ++-
 drivers/usb/serial/ftdi_sio_ids.h            |  34 ++-
 drivers/usb/serial/mos7840.c                 |  25 ++-
 drivers/usb/serial/ti_usb_3410_5052.c        |   2 +-
 drivers/usb/storage/unusual_devs.h           |   7 +
 drivers/xen/evtchn.c                         |  21 +-
 fs/btrfs/extent-tree.c                       |  13 ++
 fs/btrfs/scrub.c                             |   2 +-
 fs/nfsd/vfs.c                                |   5 +-
 fs/super.c                                   |  25 +--
 include/linux/firewire.h                     |   1 +
 include/target/iscsi/iscsi_transport.h       |   9 +-
 include/uapi/linux/firewire-cdev.h           |   4 +-
 kernel/trace/trace.c                         |  33 ++-
 kernel/trace/trace_events.c                  |  21 +-
 mm/memory.c                                  |   9 +-
 mm/mempolicy.c                               |   6 +-
 mm/mmap.c                                    |   2 +-
 net/sunrpc/xprtrdma/svc_rdma_marshal.c       |  20 +-
 sound/pci/hda/patch_realtek.c                |   3 +
 sound/soc/codecs/max98088.c                  |   2 +-
 sound/soc/codecs/sgtl5000.c                  |   2 +-
 sound/soc/codecs/wm8962.c                    |  24 +-
 sound/soc/tegra/tegra20_ac97.c               |   6 +-
 sound/soc/tegra/tegra20_spdif.c              |   4 +-
 tools/hv/hv_kvp_daemon.c                     |   5 +-
 tools/perf/config/utilities.mak              |   2 +-
 111 files changed, 1121 insertions(+), 698 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to