public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [00/26] 3.0.3-stable review
@ 2011-08-16  2:45 Greg KH
  2011-08-16  2:42 ` [01/26] staging: rtl8192u: declare MODULE_FIRMWARE Greg KH
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Greg KH @ 2011-08-16  2:45 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: stable-review, torvalds, akpm, alan


This is the start of the stable review cycle for the 3.0.3 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 Wed, August 17, 2010, 12: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.3-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

 Documentation/virtual/lguest/lguest.c      |    3 +++
 Makefile                                   |    4 ++--
 drivers/gpu/drm/radeon/atombios_dp.c       |   12 ++++++++++++
 drivers/gpu/drm/radeon/radeon_connectors.c |   16 +++++++++-------
 drivers/gpu/drm/radeon/radeon_encoders.c   |    3 +++
 drivers/gpu/drm/radeon/radeon_mode.h       |    1 +
 drivers/hwmon/ibmaem.c                     |   15 ++++++++++-----
 drivers/net/wireless/ath/ath5k/base.c      |   23 ++++++++++++++---------
 drivers/staging/rtl8192u/r819xU_firmware.c |    9 +++------
 drivers/usb/class/usbtmc.c                 |    2 +-
 drivers/usb/core/config.c                  |   11 ++++++-----
 drivers/usb/host/pci-quirks.c              |    2 +-
 drivers/usb/host/xhci.c                    |   19 ++++++++++++++-----
 drivers/usb/musb/musb_gadget.c             |    5 +++++
 drivers/usb/serial/ftdi_sio.c              |    2 +-
 drivers/usb/serial/option.c                |   12 ++++++++++++
 drivers/usb/serial/qcserial.c              |    1 +
 drivers/usb/storage/unusual_devs.h         |   10 ++++++++++
 mm/vmalloc.c                               |    7 ++++---
 net/atm/br2684.c                           |    2 --
 sound/soc/samsung/jive_wm8750.c            |    2 +-
 sound/soc/tegra/tegra_pcm.c                |    9 +++++++--
 sound/soc/tegra/tegra_wm8903.c             |   15 +++++++++++----
 sound/usb/caiaq/audio.c                    |    6 ++++--
 tools/perf/util/config.c                   |    7 -------
 25 files changed, 135 insertions(+), 63 deletions(-)

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

end of thread, other threads:[~2011-08-16  2:52 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16  2:45 [00/26] 3.0.3-stable review Greg KH
2011-08-16  2:42 ` [01/26] staging: rtl8192u: declare MODULE_FIRMWARE Greg KH
2011-08-16  2:42 ` [02/26] USB: xhci: fix OS want to own HC Greg KH
2011-08-16  2:42 ` [03/26] xhci: Dont submit commands or URBs to halted hosts Greg KH
2011-08-16  2:42 ` [04/26] usb/config: use proper endian access for wMaxPacketSize Greg KH
2011-08-16  2:42 ` [05/26] usb: musb: fix oops on musb_gadget_pullup Greg KH
2011-08-16  2:42 ` [06/26] USB: assign instead of equal in usbtmc.c Greg KH
2011-08-16  2:42 ` [07/26] USB: ftdi_sio: fix minor typo in get_ftdi_divisor Greg KH
2011-08-16  2:42 ` [08/26] USB: usb-storage: unusual_devs entry for ARM V2M Greg KH
2011-08-16  2:42 ` [09/26] USB: Serial: Added device ID for Qualcomm Modem in Greg KH
2011-08-16  2:42 ` [10/26] USB: option driver: add PID for Vodafone-Huawei K3770 Greg KH
2011-08-16  2:42 ` [11/26] USB: option driver: add PID for Vodafone-Huawei K3771 Greg KH
2011-08-16  2:42 ` [12/26] USB: option driver: add PID for Vodafone-Huawei K4510 Greg KH
2011-08-16  2:42 ` [13/26] USB: option driver: add PID for Vodafone-Huawei K4511 Greg KH
2011-08-16  2:42 ` [14/26] atm: br2864: sent packets truncated in VC routed mode Greg KH
2011-08-16  2:42 ` [15/26] hwmon: (ibmaem) add missing kfree Greg KH
2011-08-16  2:42 ` [16/26] ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_desc Greg KH
2011-08-16  2:43 ` [17/26] ASoC: Fix binding of WM8750 on Jive Greg KH
2011-08-16  2:43 ` [18/26] ASoC: Tegra: tegra_pcm_deallocate_dma_buffer: Dont OOPS Greg KH
2011-08-16  2:43 ` [19/26] ASoC: Tegra: wm8903 machine driver: Allow re-insertion of Greg KH
2011-08-16  2:43 ` [20/26] ath5k: fix error handling in ath5k_beacon_send Greg KH
2011-08-16  2:43 ` [21/26] mm: fix wrong vmap address calculations with odd NR_CPUS values Greg KH
2011-08-16  2:43 ` [22/26] lguest: allow booting guest with CONFIG_RELOCATABLE=y Greg KH
2011-08-16  2:43 ` [23/26] drm/radeon/kms: dont enable connectors that are off in the Greg KH
2011-08-16  2:43 ` [24/26] drm/radeon/kms: fix regression is handling >2 heads on Greg KH
2011-08-16  2:43 ` [25/26] drm/radeon/kms: dont try to be smart in the hpd handler Greg KH
2011-08-16  2:43 ` [26/26] perf tools: do not look at ./config for configuration Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox