linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ 00/42] 3.0.30-stable review
@ 2012-04-24 22:33 Greg KH
  2012-04-24 22:32 ` [ 01/42] Perf: fix build breakage Greg KH
                   ` (41 more replies)
  0 siblings, 42 replies; 45+ messages in thread
From: Greg KH @ 2012-04-24 22:33 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds, akpm, alan

This is the start of the stable review cycle for the 3.0.30 release.
There are 42 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 Thu Apr 26 22:32:52 UTC 2012.
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.30-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
 Makefile                                   |    4 +-
 crypto/sha512_generic.c                    |    2 +-
 drivers/bluetooth/ath3k.c                  |    2 +
 drivers/bluetooth/btusb.c                  |    1 +
 drivers/hwmon/fam15h_power.c               |   39 ++++++++++++++++
 drivers/media/rc/winbond-cir.c             |    1 +
 drivers/net/davinci_mdio.c                 |    5 ++
 drivers/net/wireless/rt2x00/rt2800usb.c    |   35 +++++++-------
 drivers/pci/quirks.c                       |   34 ++++++++++++++
 drivers/spi/spi.c                          |    2 +-
 drivers/tty/amiserial.c                    |    4 +-
 drivers/tty/serial/clps711x.c              |   14 +++---
 drivers/tty/serial/pch_uart.c              |    4 +-
 drivers/usb/core/hub.c                     |    3 --
 drivers/usb/core/message.c                 |    6 +--
 drivers/usb/gadget/f_fs.c                  |    2 +-
 drivers/usb/host/ehci-hcd.c                |    7 ++-
 drivers/usb/misc/yurex.c                   |   10 ++--
 drivers/usb/musb/omap2430.c                |    9 ++--
 drivers/usb/serial/cp210x.c                |    9 ++--
 drivers/usb/serial/sierra.c                |    6 ++-
 drivers/uwb/hwa-rc.c                       |    3 +-
 drivers/uwb/neh.c                          |   12 ++++-
 drivers/xen/gntdev.c                       |    2 +-
 drivers/xen/xenbus/xenbus_probe_frontend.c |   69 +++++++++++++++++++++-------
 fs/btrfs/ctree.h                           |    2 +-
 fs/eventpoll.c                             |    4 ++
 fs/ext4/extents.c                          |    2 +-
 fs/jbd2/commit.c                           |    4 +-
 fs/lockd/clnt4xdr.c                        |    2 +-
 fs/lockd/clntxdr.c                         |    2 +-
 fs/nfsd/nfs3xdr.c                          |   22 ++++-----
 fs/ocfs2/alloc.c                           |    2 +-
 fs/ocfs2/refcounttree.c                    |   12 ++---
 fs/ocfs2/suballoc.c                        |    4 +-
 mm/swap_state.c                            |    2 +-
 net/wireless/util.c                        |    2 +-
 sound/pci/hda/patch_conexant.c             |    9 +++-
 tools/perf/util/hist.c                     |    4 +-
 39 files changed, 252 insertions(+), 106 deletions(-)


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

end of thread, other threads:[~2012-04-26 21:16 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-24 22:33 [ 00/42] 3.0.30-stable review Greg KH
2012-04-24 22:32 ` [ 01/42] Perf: fix build breakage Greg KH
2012-04-24 22:32 ` [ 02/42] crypto: sha512 - Fix byte counter overflow in SHA-512 Greg KH
2012-04-24 22:32 ` [ 03/42] hwmon: fam15h_power: fix bogus values with current BIOSes Greg KH
2012-04-25 19:46   ` Ben Hutchings
2012-04-26 21:16     ` Greg KH
2012-04-24 22:32 ` [ 04/42] ALSA: hda/conexant - Dont set HP pin-control bit unconditionally Greg KH
2012-04-24 22:32 ` [ 05/42] ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR Greg KH
2012-04-24 22:32 ` [ 06/42] xen/gntdev: do not set VM_PFNMAP Greg KH
2012-04-24 22:33 ` [ 07/42] xen/xenbus: Add quirk to deal with misconfigured backends Greg KH
2012-04-24 22:33 ` [ 08/42] USB: yurex: Remove allocation of coherent buffer for setup-packet buffer Greg KH
2012-04-24 22:33 ` [ 09/42] USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb Greg KH
2012-04-24 22:33 ` [ 10/42] uwb: fix use of del_timer_sync() in interrupt Greg KH
2012-04-24 22:33 ` [ 11/42] uwb: fix error handling Greg KH
2012-04-24 22:33 ` [ 12/42] davinci_mdio: Fix MDIO timeout check Greg KH
2012-04-24 22:33 ` [ 13/42] media: rc-core: set mode for winbond-cir Greg KH
2012-04-24 22:33 ` [ 14/42] cfg80211: fix interface combinations check Greg KH
2012-04-24 22:33 ` [ 15/42] mm: fix s390 BUG by __set_page_dirty_no_writeback on swap Greg KH
2012-04-24 22:33 ` [ 16/42] jbd2: use GFP_NOFS for blkdev_issue_flush Greg KH
2012-04-24 22:33 ` [ 17/42] USB: serial: cp210x: Fixed usb_control_msg timeout values Greg KH
2012-04-24 22:33 ` [ 18/42] pch_uart: Fix dma channel unallocated issue Greg KH
2012-04-24 22:33 ` [ 19/42] drivers/tty/amiserial.c: add missing tty_unlock Greg KH
2012-04-24 22:33 ` [ 20/42] USB: sierra: avoid QMI/wwan interface on MC77xx Greg KH
2012-04-24 22:33 ` [ 21/42] EHCI: always clear the STS_FLR status bit Greg KH
2012-04-24 22:33 ` [ 22/42] USB: fix deadlock in bConfigurationValue attribute method Greg KH
2012-04-24 22:33 ` [ 23/42] usb: gadget: eliminate NULL pointer dereference (bugfix) Greg KH
2012-04-24 22:33 ` [ 24/42] usb: musb: omap: fix crash when musb glue (omap) gets initialized Greg KH
2012-04-24 22:33 ` [ 25/42] usb: musb: omap: fix the error check for pm_runtime_get_sync Greg KH
2012-04-24 22:33 ` [ 26/42] PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs Greg KH
2012-04-24 22:33 ` [ 27/42] ext4: fix endianness breakage in ext4_split_extent_at() Greg KH
2012-04-24 22:33 ` [ 28/42] Bluetooth: Add support for Atheros [04ca:3005] Greg KH
2012-04-24 22:33 ` [ 29/42] Dont limit non-nested epoll paths Greg KH
2012-04-24 22:33 ` [ 30/42] spi: Fix device unregistration when unregistering the bus master Greg KH
2012-04-24 22:33 ` [ 31/42] rt2x00: Properly identify rt2800usb devices Greg KH
2012-04-24 22:33 ` [ 32/42] rt2800usb: Add new device ID for Belkin Greg KH
2012-04-24 22:33 ` [ 33/42] rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP Greg KH
2012-04-24 22:33 ` [ 34/42] rt2800: Add support for the Fujitsu Stylistic Q550 Greg KH
2012-04-24 22:33 ` [ 35/42] rt2x00: Identify rt2800usb chipsets Greg KH
2012-04-24 22:33 ` [ 36/42] nfsd: fix compose_entry_fh() failure exits Greg KH
2012-04-24 22:33 ` [ 37/42] btrfs: btrfs_root_readonly() broken on big-endian Greg KH
2012-04-24 22:33 ` [ 38/42] ocfs2: ->l_next_free_req breakage " Greg KH
2012-04-24 22:33 ` [ 39/42] ocfs: ->rl_used " Greg KH
2012-04-24 22:33 ` [ 40/42] ocfs2: ->rl_count endianness breakage Greg KH
2012-04-24 22:33 ` [ 41/42] ocfs2: ->e_leaf_clusters " Greg KH
2012-04-24 22:33 ` [ 42/42] lockd: fix the endianness bug 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).