stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [00/26] 3.0.10-stable review
@ 2011-11-19  0:00 Greg KH
  2011-11-18 23:58 ` [01/26] ALSA: hda - Dont add elements of other codecs to vmaster slave Greg KH
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Greg KH @ 2011-11-19  0:00 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds, akpm, alan

This is the start of the stable review cycle for the 3.0.10 release.
There are 26 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.

Responses should be made by Monday, November 21, 2011, 20:00:00 UTC.
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.10-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h


 Makefile                                  |    4 +-
 arch/powerpc/include/asm/sections.h       |    2 +-
 arch/powerpc/include/asm/synch.h          |    1 +
 arch/powerpc/kernel/kvm.c                 |    1 -
 arch/powerpc/kernel/setup_32.c            |    2 +
 arch/powerpc/kernel/setup_64.c            |    1 +
 arch/powerpc/lib/feature-fixups.c         |   23 ++++++
 arch/powerpc/platforms/ps3/interrupt.c    |   23 +++++-
 arch/powerpc/platforms/ps3/platform.h     |    1 +
 arch/powerpc/platforms/ps3/smp.c          |    2 +
 arch/sh/include/asm/page.h                |    5 +
 arch/x86/platform/mrst/mrst.c             |   24 ++++---
 arch/x86/xen/enlighten.c                  |    3 +-
 block/blk-map.c                           |    7 +-
 drivers/gpu/drm/i915/i915_debugfs.c       |    2 +-
 drivers/gpu/drm/i915/i915_gem.c           |    2 +-
 drivers/gpu/drm/i915/intel_display.c      |    4 +-
 drivers/gpu/drm/nouveau/nouveau_channel.c |    1 +
 drivers/gpu/drm/nouveau/nouveau_fence.c   |    2 -
 drivers/gpu/drm/radeon/atombios_dp.c      |    2 +-
 drivers/leds/led-class.c                  |    5 +-
 drivers/md/raid5.c                        |   32 +++++---
 drivers/mfd/twl-core.c                    |    2 +-
 drivers/net/wireless/b43/main.c           |    7 ++
 drivers/virtio/virtio_pci.c               |   11 ++-
 drivers/xen/gntalloc.c                    |    4 +-
 fs/hfs/trans.c                            |    2 +
 include/drm/drm_pciids.h                  |    2 +
 mm/backing-dev.c                          |    8 ++
 security/keys/user_defined.c              |    3 +-
 sound/pci/hda/hda_codec.c                 |   60 +++++++++-----
 sound/soc/codecs/wm8994.c                 |    2 +-
 sound/usb/mixer.c                         |  120 +++++++++++++++++------------
 33 files changed, 245 insertions(+), 125 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2011-11-19  0:00 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-19  0:00 [00/26] 3.0.10-stable review Greg KH
2011-11-18 23:58 ` [01/26] ALSA: hda - Dont add elements of other codecs to vmaster slave Greg KH
2011-11-18 23:58 ` [02/26] virtio-pci: fix use after free Greg KH
2011-11-18 23:58 ` [03/26] ASoC: Dont use wm8994->control_data in wm8994_readable_register() Greg KH
2011-11-18 23:58 ` [04/26] sh: Fix cached/uncaced address calculation in 29bit mode Greg KH
2011-11-18 23:58 ` [05/26] drm/i915: Fix object refcount leak on mmappable size limit error path Greg KH
2011-11-18 23:58 ` [06/26] drm/nouveau: initialize chan->fence.lock before use Greg KH
2011-11-18 23:58 ` [07/26] drm/radeon/kms: make an aux failure debug only Greg KH
2011-11-18 23:58 ` [08/26] ALSA: usb-audio - Check the dB-range validity in the later read, too Greg KH
2011-11-18 23:58 ` [09/26] ALSA: usb-audio - Fix the missing volume quirks at delayed init Greg KH
2011-11-18 23:58 ` [10/26] KEYS: Fix a NULL pointer deref in the user-defined key type Greg KH
2011-11-18 23:58 ` [11/26] hfs: add sanity check for file name length Greg KH
2011-11-18 23:58 ` [12/26] Revert "leds: save the delay values after a successful call to blink_set()" Greg KH
2011-11-18 23:58 ` [13/26] drm/radeon: add some missing FireMV pci ids Greg KH
2011-11-18 23:58 ` [14/26] drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3 Greg KH
2011-11-18 23:58 ` [15/26] sfi: table irq 0xFF means no interrupt Greg KH
2011-11-18 23:58 ` [16/26] x86, mrst: use a temporary variable for SFI irq Greg KH
2011-11-18 23:58 ` [17/26] b43: refuse to load unsupported firmware Greg KH
2011-11-18 23:58 ` [18/26] md/raid5: abort any pending parity operations when array fails Greg KH
2011-11-18 23:58 ` [19/26] mfd: Fix twl4030 dependencies for audio codec Greg KH
2011-11-18 23:58 ` [20/26] xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs Greg KH
2011-11-18 23:58 ` [21/26] xen-gntalloc: integer overflow in gntalloc_ioctl_alloc() Greg KH
2011-11-18 23:58 ` [22/26] xen-gntalloc: signedness bug in add_grefs() Greg KH
2011-11-18 23:58 ` [23/26] powerpc/ps3: Fix lost SMP IPIs Greg KH
2011-11-18 23:58 ` [24/26] powerpc: Copy down exception vectors after feature fixups Greg KH
2011-11-18 23:58 ` [25/26] backing-dev: ensure wakeup_timer is deleted Greg KH
2011-11-18 23:58 ` [26/26] block: Always check length of all iov entries in blk_rq_map_user_iov() Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).