This is the start of the stable review cycle for the 2.6.23.X release. There are 40 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 us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. These patches are sent out with a number of different people on the Cc: line. If you wish to be a reviewer, please email [email protected] to add your name to the list. If you want to be off the reviewer list, also email us. Responses should be made by Friday 00:00:00 UTC. Anything received after that time might be too late. This set of patches focuses on drivers except for networking (those were in a different series). The diffstat of this review series is included below. thanks, greg k-h ----- drivers/acpi/sleep/main.c | 5 - drivers/ata/ahci.c | 143 ++++++++++++++++++++++++++++++++ drivers/ata/libata-core.c | 9 +- drivers/ata/libata-eh.c | 32 +++++-- drivers/char/drm/i915_irq.c | 2 drivers/char/drm/radeon_cp.c | 5 - drivers/char/drm/radeon_drv.h | 1 drivers/char/moxa.c | 4 drivers/char/rocket.c | 14 ++- drivers/hwmon/lm87.c | 4 drivers/hwmon/w83627hf.c | 78 +++++++++-------- drivers/ide/pci/cs5535.c | 2 drivers/ide/pci/serverworks.c | 1 drivers/ide/pci/siimage.c | 2 drivers/infiniband/core/uverbs_cmd.c | 8 + drivers/infiniband/hw/mthca/mthca_cmd.c | 6 + drivers/isdn/hardware/avm/b1.c | 28 ++---- drivers/isdn/hardware/avm/c4.c | 14 ++- drivers/md/bitmap.c | 2 drivers/md/dm-delay.c | 2 drivers/md/dm.c | 4 drivers/md/raid5.c | 17 +++ drivers/pci/msi.c | 2 drivers/scsi/hptiop.c | 5 - drivers/usb/core/hcd.h | 8 + drivers/usb/core/hub.c | 15 +++ drivers/usb/core/quirks.c | 81 ------------------ drivers/usb/core/urb.c | 2 drivers/usb/gadget/ether.c | 12 ++ drivers/usb/host/ehci-hcd.c | 8 + drivers/usb/serial/generic.c | 7 - drivers/video/platinumfb.c | 48 +++++----- include/linux/ide.h | 7 + include/linux/libata.h | 2 include/linux/usb/quirks.h | 7 - sound/core/Makefile | 3 sound/core/memalloc.c | 6 + sound/pci/emu10k1/emumixer.c | 4 sound/pci/hda/patch_sigmatel.c | 29 ++++-- sound/pci/rme9652/hdsp.c | 3 sound/usb/usbmixer.c | 2 41 files changed, 418 insertions(+), 216 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/
- Follow-Ups:
- [patch 40/40] ACPI: suspend: Wrong order of GPE restore.
- From: Greg Kroah-Hartman <[email protected]>
- [patch 39/40] ACPI: sleep: Fix GPE suspend cleanup
- From: Greg Kroah-Hartman <[email protected]>
- [patch 38/40] libata: backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA, part 2
- From: Greg Kroah-Hartman <[email protected]>
- [patch 37/40] libata: backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA
- From: Greg Kroah-Hartman <[email protected]>
- [patch 36/40] libata: add HTS542525K9SA00 to NCQ blacklist
- From: Greg Kroah-Hartman <[email protected]>
- [patch 35/40] radeon: set the address to access the GART table on the CPU side correctly
- From: Greg Kroah-Hartman <[email protected]>
- [patch 34/40] Char: moxa, fix and optimise empty timer
- From: Greg Kroah-Hartman <[email protected]>
- [patch 33/40] Char: rocket, fix dynamic_dev tty
- From: Greg Kroah-Hartman <[email protected]>
- [patch 32/40] hptiop: avoid buffer overflow when returning sense data
- From: Greg Kroah-Hartman <[email protected]>
- [patch 31/40] ide: Fix cs5535 driver accessing beyond array boundary
- From: Greg Kroah-Hartman <[email protected]>
- [patch 30/40] ide: Fix siimage driver accessing beyond array boundary
- From: Greg Kroah-Hartman <[email protected]>
- [patch 29/40] ide: Add ide_get_paired_drive() helper
- From: Greg Kroah-Hartman <[email protected]>
- [patch 28/40] ide: fix serverworks.c UDMA regression
- From: Greg Kroah-Hartman <[email protected]>
- [patch 27/40] i4l: fix random freezes with AVM B1 drivers
- From: Greg Kroah-Hartman <[email protected]>
- [patch 26/40] i4l: Fix random hard freeze with AVM c4 card
- From: Greg Kroah-Hartman <[email protected]>
- [patch 25/40] ALSA: hda-codec - Add array terminator for dmic in STAC codec
- From: Greg Kroah-Hartman <[email protected]>
- [patch 24/40] USB: usbserial - fix potential deadlock between write() and IRQ
- From: Greg Kroah-Hartman <[email protected]>
- [patch 23/40] USB: add URB_FREE_BUFFER to permissible flags
- From: Greg Kroah-Hartman <[email protected]>
- [patch 22/40] USB: mutual exclusion for EHCI init and port resets
- From: Greg Kroah-Hartman <[email protected]>
- [patch 20/40] USB: remove USB_QUIRK_NO_AUTOSUSPEND
- From: Greg Kroah-Hartman <[email protected]>
- [patch 21/40] usb-gadget-ether: prevent oops caused by error interrupt race
- From: Greg Kroah-Hartman <[email protected]>
- [patch 19/40] MSI: Use correct data offset for 32-bit MSI in read_msi_msg()
- From: Greg Kroah-Hartman <[email protected]>
- [patch 18/40] md: raid5: fix clearing of biofill operations
- From: Greg Kroah-Hartman <[email protected]>
- [patch 17/40] md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadata
- From: Greg Kroah-Hartman <[email protected]>
- [patch 16/40] dm: fix thaw_bdev
- From: Greg Kroah-Hartman <[email protected]>
- [patch 15/40] dm delay: fix status
- From: Greg Kroah-Hartman <[email protected]>
- [patch 14/40] libata: sync NCQ blacklist with upstream
- From: Greg Kroah-Hartman <[email protected]>
- [patch 13/40] ALSA: hdsp - Fix zero division
- From: Greg Kroah-Hartman <[email protected]>
- [patch 12/40] ALSA: emu10k1 - Fix memory corruption
- From: Greg Kroah-Hartman <[email protected]>
- [patch 11/40] ALSA: Fix build error without CONFIG_HAS_DMA
- From: Greg Kroah-Hartman <[email protected]>
- [patch 10/40] ALSA: fix selector unit bug affecting some USB speakerphones
- From: Greg Kroah-Hartman <[email protected]>
- [patch 09/40] ALSA: hda-codec - Avoid zero NID in line_out_pinsof STAC codecs
- From: Greg Kroah-Hartman <[email protected]>
- [patch 08/40] IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled up
- From: Greg Kroah-Hartman <[email protected]>
- [patch 07/40] IB/uverbs: Fix checking of userspace object ownership
- From: Greg Kroah-Hartman <[email protected]>
- [patch 06/40] hwmon/lm87: Disable VID when it should be
- From: Greg Kroah-Hartman <[email protected]>
- [patch 05/40] hwmon/lm87: Fix a division by zero
- From: Greg Kroah-Hartman <[email protected]>
- [patch 03/40] hwmon/w83627hf: Fix setting fan min right after driver load
- From: Greg Kroah-Hartman <[email protected]>
- [patch 04/40] hwmon/w83627hf: Dont assume bank 0
- From: Greg Kroah-Hartman <[email protected]>
- [patch 02/40] i915: fix vbl swap allocation size.
- From: Greg Kroah-Hartman <[email protected]>
- [patch 01/40] POWERPC: Fix platinumfb framebuffer
- From: Greg Kroah-Hartman <[email protected]>
- [patch 40/40] ACPI: suspend: Wrong order of GPE restore.
- Prev by Date: [patch 16/16] zd1211rw, fix oops when ejecting install media
- Next by Date: [patch 01/40] POWERPC: Fix platinumfb framebuffer
- Previous by thread: [patch 00/16] 2.6.23-stable review, network driver changes
- Next by thread: [patch 01/40] POWERPC: Fix platinumfb framebuffer
- Index(es):