This is the start of the stable review cycle for the 3.0.89 release.
There are 23 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:19:28 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.0.89-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.0.89-rc1
Wanpeng Li <[email protected]>
mm/memory-hotplug: fix lowmem count overflow when offline pages
Michael S. Tsirkin <[email protected]>
virtio_net: fix race in RX VQ processing
Michael S. Tsirkin <[email protected]>
virtio: support unlocked queue poll
David Vrabel <[email protected]>
xen/evtchn: avoid a deadlock when unbinding an event channel
Al Viro <[email protected]>
livelock avoidance in sget()
Rick Farina (Zero_Chaos) <[email protected]>
USB: serial: ftdi_sio: add more RT Systems ftdi devices
Alex Deucher <[email protected]>
drm/radeon/atom: initialize more atom interpretor elements to 0
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
Toshi Kani <[email protected]>
ACPI / memhotplug: Fix a stale pointer in error path
Anton Blanchard <[email protected]>
powerpc/modules: Module CRC relocation fix causes perf issues
Tejun Heo <[email protected]>
libata: make it clear that sata_inic162x is experimental
Ian Abbott <[email protected]>
staging: comedi: COMEDI_CANCEL ioctl should wake up read/write
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
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
zhangwei(Jovi) <[email protected]>
tracing: Fix irqs-off tag display in syscall tracing
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
Chih-Chung Chang <[email protected]>
ASoC: max98088 - fix element type of the register cache.
Ren Bigcren <[email protected]>
USB: storage: Add MicroVault Flash Drive to unusual_devs
-------------
Diffstat:
Makefile | 4 +-
arch/powerpc/include/asm/module.h | 5 +-
arch/powerpc/kernel/vmlinux.lds.S | 3 -
drivers/acpi/acpi_memhotplug.c | 1 +
drivers/ata/Kconfig | 2 +-
drivers/ata/sata_inic162x.c | 14 +++
drivers/gpu/drm/radeon/atom.c | 5 ++
drivers/gpu/drm/radeon/radeon_combios.c | 151 ++++++++++----------------------
drivers/net/virtio_net.c | 5 +-
drivers/scsi/qla2xxx/qla_iocb.c | 11 ++-
drivers/scsi/sd.c | 22 ++---
drivers/staging/comedi/comedi_fops.c | 7 +-
drivers/usb/core/hub.c | 9 ++
drivers/usb/host/xhci-ring.c | 2 +-
drivers/usb/host/xhci.c | 6 +-
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/ti_usb_3410_5052.c | 2 +-
drivers/usb/storage/unusual_devs.h | 7 ++
drivers/virtio/virtio_ring.c | 59 +++++++++++--
drivers/xen/evtchn.c | 21 +----
fs/super.c | 25 +++---
include/linux/virtio.h | 4 +
kernel/trace/trace_syscalls.c | 3 +
mm/page_alloc.c | 4 +
sound/soc/codecs/max98088.c | 2 +-
27 files changed, 249 insertions(+), 191 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