This is the start of the stable review cycle for the 3.4.82 release.
There are 25 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 Sat Feb 22 23:48:32 UTC 2014.
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.4.82-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

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

Paul Gortmaker <[email protected]>
    genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n

Steven Rostedt (Red Hat) <[email protected]>
    ring-buffer: Fix first commit on sub-buffer having non-zero delta

Krzysztof Kozlowski <[email protected]>
    power: max17040: Fix NULL pointer dereference when there is no platform_data

Mikulas Patocka <[email protected]>
    time: Fix overflow when HZ is smaller than 60

Oleg Nesterov <[email protected]>
    md/raid5: Fix CPU hotplug callback registration

Dan Carpenter <[email protected]>
    KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()

Mike Marciniszyn <[email protected]>
    IB/qib: Add missing serdes init sequence

Jens Axboe <[email protected]>
    block: add cond_resched() to potentially long running ioctl discard loop

Jan Moskyto Matejka <[email protected]>
    Modpost: fixed USB alias generation for ranges including 0x9 and 0xA

Raymond Wanyoike <[email protected]>
    usb: option: blacklist ZTE MF667 net interface

Alan Stern <[email protected]>
    usb-storage: enable multi-LUN scanning when needed

Alan Stern <[email protected]>
    usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB

Alan Stern <[email protected]>
    usb-storage: add unusual-devs entry for BlackBerry 9000

Ulrich Hahn <[email protected]>
    USB: ftdi_sio: add Tagsys RFID Reader IDs

Bjørn Mork <[email protected]>
    usb: ftdi_sio: add Mindstorms EV3 console adapter

Hartmut Knaack <[email protected]>
    staging:iio:ad799x fix error_free_irq which was freeing an irq that may not 
have been requested

Lars Poeschel <[email protected]>
    tty: n_gsm: Fix for modems with brk in modem status control

NeilBrown <[email protected]>
    lockd: send correct lock when granting a delayed lock.

Paul Bolle <[email protected]>
    raw: test against runtime value of max_raw_minors

Geert Uytterhoeven <[email protected]>
    spi: Fix crash with double message finalisation on error handling

Martin Schwidefsky <[email protected]>
    s390: fix kernel crash due to linkage stack instructions

Michael Holzheu <[email protected]>
    s390/dump: Fix dump memory detection

Johannes Berg <[email protected]>
    mac80211: fix fragmentation code, particularly for encryption

Eric W. Biederman <[email protected]>
    fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem

David Vrabel <[email protected]>
    xen-blkfront: handle backend CLOSED without CLOSING


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

Diffstat:

 Makefile                                |  4 +-
 arch/s390/kernel/head64.S               |  7 ++-
 arch/s390/mm/page-states.c              | 10 ++++
 block/blk-lib.c                         |  8 +++
 drivers/block/xen-blkfront.c            |  5 +-
 drivers/char/raw.c                      |  2 +-
 drivers/infiniband/hw/qib/qib_iba7322.c |  5 ++
 drivers/md/raid5.c                      | 90 ++++++++++++++++-----------------
 drivers/power/max17040_battery.c        |  5 +-
 drivers/spi/spi.c                       |  4 +-
 drivers/staging/iio/adc/ad799x_core.c   |  3 +-
 drivers/tty/n_gsm.c                     | 11 ++++
 drivers/usb/serial/ftdi_sio.c           |  3 ++
 drivers/usb/serial/ftdi_sio_ids.h       |  7 +++
 drivers/usb/serial/option.c             |  3 +-
 drivers/usb/storage/Kconfig             |  4 +-
 drivers/usb/storage/scsiglue.c          |  6 +++
 drivers/usb/storage/unusual_cypress.h   |  2 +-
 drivers/usb/storage/unusual_devs.h      |  7 +++
 fs/file.c                               |  2 +-
 fs/lockd/svclock.c                      |  8 +++
 kernel/irq/irqdesc.c                    |  1 +
 kernel/time/jiffies.c                   |  6 +++
 kernel/trace/ring_buffer.c              |  7 +++
 net/mac80211/tx.c                       |  2 +-
 scripts/mod/file2alias.c                |  4 +-
 virt/kvm/coalesced_mmio.c               |  8 +--
 27 files changed, 153 insertions(+), 71 deletions(-)


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

Reply via email to