public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org, stable@kernel.org
Cc: stable-review@kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk
Subject: [patch 00/71] [00/@num@] 2.6.30.4-stable review
Date: Tue, 28 Jul 2009 16:47:56 -0700	[thread overview]
Message-ID: <20090728234756.GA11917@kroah.com> (raw)


This is the start of the stable review cycle for the 2.6.30.4 release.
There are 71 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 stable@kernel.org to
add your name to the list.  If you want to be off the reviewer list,
also email us.

Responses should be made by Thursday, July 30, 22: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/v2.6/stable-review/patch-2.6.30.4-rc1.gz
and the diffstat can be found below.


thanks,

greg k-h

--------------

 Documentation/RCU/rculist_nulls.txt                |    7 ++-
 Makefile                                           |    2 +-
 arch/parisc/include/asm/system.h                   |    4 +-
 arch/parisc/include/asm/tlbflush.h                 |   14 ++--
 arch/parisc/kernel/cache.c                         |   23 +++--
 arch/parisc/kernel/pci-dma.c                       |   12 ++-
 arch/powerpc/sysdev/mpic.c                         |   29 ++++---
 arch/x86/boot/video-vga.c                          |   44 +++++++---
 arch/x86/include/asm/fixmap.h                      |   10 +-
 arch/x86/include/asm/io_apic.h                     |    2 +
 arch/x86/include/asm/uaccess.h                     |    4 +-
 arch/x86/include/asm/uaccess_64.h                  |   10 +-
 arch/x86/kernel/apic/io_apic.c                     |   14 +---
 arch/x86/kernel/mfgpt_32.c                         |    2 +-
 arch/x86/kernel/setup.c                            |   13 +++
 arch/x86/mm/gup.c                                  |    9 ++-
 arch/x86/mm/srat_64.c                              |    6 +-
 arch/x86/pci/i386.c                                |    7 ++
 drivers/ata/libata-eh.c                            |    4 +
 drivers/char/vc_screen.c                           |    4 +
 drivers/hid/usbhid/hiddev.c                        |    4 +-
 drivers/hwmon/max6650.c                            |    1 +
 drivers/input/misc/wistron_btns.c                  |    9 ++
 drivers/isdn/gigaset/ev-layer.c                    |   44 +++++-----
 drivers/md/dm-raid1.c                              |    1 +
 drivers/mmc/host/mvsdio.c                          |    4 +-
 drivers/net/8139too.c                              |    1 +
 drivers/net/arm/ixp4xx_eth.c                       |    4 +-
 drivers/net/ehea/ehea_main.c                       |    2 +
 drivers/net/gianfar.c                              |    2 +
 drivers/net/plip.c                                 |    3 +
 drivers/net/ps3_gelic_net.c                        |    1 +
 drivers/net/ps3_gelic_wireless.c                   |    1 +
 drivers/net/smc91x.c                               |    1 +
 drivers/net/smsc911x.c                             |    1 +
 drivers/net/sunvnet.c                              |    2 +
 drivers/net/usb/kaweth.c                           |    3 +
 drivers/net/usb/pegasus.c                          |    3 +
 drivers/net/via-rhine.c                            |    1 +
 drivers/net/wireless/orinoco/main.c                |    3 +-
 drivers/scsi/sg.c                                  |    4 +
 drivers/scsi/zalon.c                               |    2 +-
 drivers/staging/rt2870/rt2870.h                    |    1 +
 .../rtl8187se/ieee80211/ieee80211_softmac_wx.c     |   12 ++--
 drivers/usb/core/devio.c                           |   57 +++++++------
 drivers/usb/core/hcd.h                             |    4 +
 drivers/usb/core/hub.c                             |   40 ++++++---
 drivers/usb/core/hub.h                             |    6 +-
 drivers/usb/core/message.c                         |   63 ++++++++++----
 drivers/usb/gadget/ether.c                         |   11 ++-
 drivers/usb/host/ehci-au1xxx.c                     |    2 +
 drivers/usb/host/ehci-fsl.c                        |    2 +
 drivers/usb/host/ehci-hcd.c                        |    2 +
 drivers/usb/host/ehci-ixp4xx.c                     |    2 +
 drivers/usb/host/ehci-orion.c                      |    2 +
 drivers/usb/host/ehci-pci.c                        |    2 +
 drivers/usb/host/ehci-ppc-of.c                     |    2 +
 drivers/usb/host/ehci-ps3.c                        |    2 +
 drivers/usb/host/ehci-q.c                          |   91 +++++++++++++++-----
 drivers/usb/host/ehci-sched.c                      |   12 ++-
 drivers/usb/host/ehci.h                            |    2 +
 drivers/usb/serial/ti_usb_3410_5052.c              |    3 +-
 fs/binfmt_elf.c                                    |    4 +-
 fs/bio.c                                           |   22 +++--
 fs/cifs/connect.c                                  |    1 +
 fs/cifs/dir.c                                      |    9 ++
 fs/ecryptfs/keystore.c                             |   13 +++
 fs/nfsd/vfs.c                                      |    3 +-
 fs/nilfs2/cpfile.c                                 |    5 +-
 fs/nilfs2/dat.c                                    |    9 --
 fs/nilfs2/segment.c                                |   30 ++-----
 fs/partitions/check.c                              |    2 +-
 include/linux/blkdev.h                             |    1 +
 include/linux/sched.h                              |    3 +-
 include/net/netfilter/nf_conntrack.h               |    4 +-
 kernel/freezer.c                                   |    7 ++
 kernel/sched.c                                     |    1 +
 kernel/sched_rt.c                                  |   18 ++++-
 kernel/trace/trace_functions.c                     |    2 +-
 mm/filemap.c                                       |    1 +
 mm/internal.h                                      |    4 +
 mm/nommu.c                                         |    3 +
 mm/page_alloc.c                                    |   26 +++++-
 mm/slab.c                                          |    2 +-
 mm/slob.c                                          |    2 +
 mm/slub.c                                          |    2 +
 mm/vmscan.c                                        |   11 ++-
 net/dsa/mv88e6xxx.c                                |    2 +-
 net/ipv4/netfilter/nf_nat_helper.c                 |   17 +++--
 net/netfilter/nf_conntrack_core.c                  |   36 +++++++--
 net/netfilter/nf_conntrack_proto_tcp.c             |    6 +-
 net/netfilter/nf_log.c                             |   22 +++--
 net/netfilter/xt_quota.c                           |    1 +
 net/netfilter/xt_rateest.c                         |    2 +-
 net/wireless/scan.c                                |    1 -
 sound/pci/ca0106/ca0106_main.c                     |    4 +-
 sound/pci/hda/patch_realtek.c                      |   33 ++++----
 sound/pci/hda/patch_sigmatel.c                     |    7 +-
 sound/pci/oxygen/virtuoso.c                        |    2 +
 sound/soc/codecs/wm8753.c                          |    2 +-
 sound/usb/usbaudio.c                               |   14 +++-
 101 files changed, 648 insertions(+), 321 deletions(-)

             reply	other threads:[~2009-07-28 23:49 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090728234029.868717854@mini.kroah.org>
2009-07-28 23:47 ` Greg KH [this message]
2009-07-28 23:40   ` [patch 01/71] SCSI: zalon: fix oops on attach failure Greg KH
2009-07-28 23:40   ` [patch 02/71] NFSD: Dont hold unrefcounted creds over call to nfsd_setuser() Greg KH
2009-07-28 23:40   ` [patch 03/71] sound: virtuoso: fix Xonar D1/DX silence after resume Greg KH
2009-07-28 23:40   ` [patch 04/71] sound: usb-audio: add workaround for Blue Microphones devices Greg KH
2009-07-28 23:40   ` [patch 05/71] fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b Greg KH
2009-07-28 23:40   ` [patch 06/71] dsa: fix 88e6xxx statistics counter snapshotting Greg KH
2009-07-28 23:40   ` [patch 07/71] gigaset: accept connection establishment messages in any order Greg KH
2009-07-28 23:40   ` [patch 08/71] cfg80211: fix refcount leak Greg KH
2009-07-28 23:40   ` [patch 09/71] Staging: prevent rtl8187se from crashing dev_ioctl() in SIOCGIWNAME Greg KH
2009-07-28 23:40   ` [patch 10/71] USB: handle zero-length usbfs submissions correctly Greg KH
2009-07-28 23:40   ` [patch 11/71] USB: ti_usb_3410_5052: fix duplicate device ids Greg KH
2009-07-28 23:40   ` [patch 12/71] USB: fix uninitialised variable in ti_do_download Greg KH
2009-07-28 23:40   ` [patch 13/71] USB: fix the clear_tt_buffer interface Greg KH
2009-07-28 23:40   ` [patch 14/71] USB: EHCI: use the new " Greg KH
2009-07-29 13:56     ` Alan Stern
2009-07-29 14:03       ` Greg KH
2009-07-29 14:24         ` Alan Stern
2009-07-29 14:44           ` Greg KH
2009-07-28 23:40   ` [patch 15/71] USB: fix memleak in usbfs Greg KH
2009-07-28 23:40   ` [patch 16/71] USB: RNDIS gadget, fix issues talking from PXA Greg KH
2009-07-28 23:40   ` [patch 17/71] USB: fix LANGID=0 regression Greg KH
2009-07-28 23:40   ` [patch 18/71] USB: EHCI: report actual_length for iso transfers Greg KH
2009-07-28 23:40   ` [patch 19/71] cifs: fix regression with O_EXCL creates and optimize away lookup Greg KH
2009-07-28 23:40   ` [patch 20/71] cifs: free nativeFileSystem field before allocating a new one Greg KH
2009-07-28 23:40   ` [patch 21/71] ALSA: ca0106 - Fix the max capture buffer size Greg KH
2009-07-28 23:40   ` [patch 22/71] ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs Greg KH
2009-07-28 23:40   ` [patch 23/71] ALSA: hda - Add quirk for Gateway T6834c laptop Greg KH
2009-07-28 23:40   ` [patch 24/71] ALSA: hda - Fix mute control with some ALC262 models Greg KH
2009-07-28 23:40   ` [patch 25/71] HID: hiddev, fix lock imbalance Greg KH
2009-07-28 23:40   ` [patch 26/71] mvsdio: fix handling of partial word at the end of PIO transfer Greg KH
2009-07-28 23:40   ` [patch 27/71] ASoC: Fix register cache initialisation for WM8753 Greg KH
2009-07-28 23:40   ` [patch 28/71] partitions: fix broken uevent_suppress conversion Greg KH
2009-07-28 23:40   ` [patch 29/71] vc: create vcs(a) devices for consoles Greg KH
2009-07-28 23:40   ` [patch 30/71] x86: Fix fixmap ordering Greg KH
2009-07-28 23:41   ` [patch 31/71] x86: Fix fixmap page order for FIX_TEXT_POKE0,1 Greg KH
2009-07-28 23:41   ` [patch 32/71] block: fix sg SG_DXFER_TO_FROM_DEV regression Greg KH
2009-07-28 23:41   ` [patch 33/71] nilfs2: remove unlikely directive causing mis-conversion of error code Greg KH
2009-07-28 23:41   ` [patch 34/71] nilfs2: fix hang problem of log writer which occurs after write failures Greg KH
2009-07-28 23:41   ` [patch 35/71] nilfs2: fix incorrect KERN_CRIT messages in case of " Greg KH
2009-07-28 23:41   ` [patch 36/71] nilfs2: fix disorder in cp count on error during deleting checkpoints Greg KH
2009-07-28 23:41   ` [patch 37/71] sched_rt: Fix overload bug on rt group scheduling Greg KH
2009-07-28 23:41   ` [patch 38/71] tracing/function: Fix the return value of ftrace_trace_onoff_callback() Greg KH
2009-07-28 23:41   ` [patch 39/71] x86/pci: insert ioapic resource before assigning unassigned resources Greg KH
2009-07-28 23:41   ` [patch 40/71] sched: fix nr_uninterruptible accounting of frozen tasks really Greg KH
2009-07-28 23:41   ` [patch 41/71] dm raid1: wake kmirrord when requeueing delayed bios after remote recovery Greg KH
2009-07-28 23:41   ` [patch 42/71] x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure Greg KH
2009-07-28 23:41   ` [patch 43/71] x86: Fix movq immediate operand constraints in uaccess_64.h Greg KH
2009-07-28 23:41   ` [patch 44/71] x86: Fix movq immediate operand constraints in uaccess.h Greg KH
2009-07-28 23:41   ` [patch 45/71] x86: Add quirk for Intel DG45ID board to avoid low memory corruption Greg KH
2009-07-28 23:41   ` [patch 46/71] x86-64: Fix bad_srat() to clear all state Greg KH
2009-07-28 23:41   ` [patch 47/71] parisc: ensure broadcast tlb purge runs single threaded Greg KH
2009-07-28 23:41   ` [patch 48/71] parisc: fix ldcw inline assembler Greg KH
2009-07-28 23:41   ` [patch 49/71] x86, setup (2.6.30-stable) fix 80x34 and 80x60 console modes Greg KH
2009-07-28 23:41   ` [patch 50/71] Staging: rt2870: Add USB ID for Sitecom WL-608 Greg KH
2009-07-28 23:41   ` [patch 51/71] vmscan: do not unconditionally treat zones that fail zone_reclaim() as full Greg KH
2009-07-28 23:41   ` [patch 52/71] x86: dont use access_ok() as a range check in get_user_pages_fast() Greg KH
2009-07-28 23:41   ` [patch 53/71] mm: mark page accessed before we write_end() Greg KH
2009-07-28 23:41   ` [patch 54/71] elf: fix one check-after-use Greg KH
2009-07-28 23:41   ` [patch 55/71] hwmon: (max6650) Fix lock imbalance Greg KH
2009-07-28 23:41   ` [patch 56/71] powerpc/mpic: Fix mapping of "DCR" based MPIC variants Greg KH
2009-07-28 23:41   ` [patch 57/71] netfilter: nf_log: fix sleeping function called from invalid context Greg KH
2009-07-28 23:41   ` [patch 58/71] netfilter: nf_conntrack: fix confirmation race condition Greg KH
2009-07-28 23:41   ` [patch 59/71] netfilter: nf_conntrack: fix conntrack lookup race Greg KH
2009-07-28 23:41   ` [patch 60/71] netfilter: nf_log: fix direct userspace memory access in proc handler Greg KH
2009-07-28 23:41   ` [patch 61/71] netfilter: xt_quota: fix incomplete initialization Greg KH
2009-07-28 23:41   ` [patch 62/71] netfilter: xt_rateest: fix comparison with self Greg KH
2009-07-28 23:41   ` [patch 63/71] netfilter: tcp conntrack: fix unacknowledged data detection with NAT Greg KH
2009-07-28 23:41   ` [patch 64/71] nf_conntrack: nf_conntrack_alloc() fixes Greg KH
2009-07-28 23:41   ` [patch 65/71] netdev: restore MAC address set and validate operations Greg KH
2009-07-28 23:41   ` [patch 66/71] netdev: restore MTU change operation Greg KH
2009-07-28 23:41   ` [patch 67/71] Input: wistron_btns - recognize Maxdata Pro 7000 notebooks Greg KH
2009-07-28 23:41   ` [patch 68/71] libata: fix follow-up SRST failure path Greg KH
2009-07-28 23:41   ` [patch 69/71] nommu: Provide mmap_min_addr definition Greg KH
2009-07-28 23:41   ` [patch 70/71] eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406) Greg KH
2009-07-28 23:41   ` [patch 71/71] eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-2407) Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090728234756.GA11917@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable-review@kernel.org \
    --cc=stable@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox