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: Justin Forbes <jmforbes@linuxtx.org>,
	Zwane Mwaikambo <zwane@arm.linux.org.uk>,
	"Theodore Ts'o" <tytso@mit.edu>,
	Randy Dunlap <rdunlap@xenotime.net>,
	Dave Jones <davej@redhat.com>,
	Chuck Wolber <chuckw@quantumlinux.com>,
	Chris Wedgwood <reviews@ml.cw.f00f.org>,
	Michael Krufky <mkrufky@linuxtv.org>,
	Chuck Ebbert <cebbert@redhat.com>,
	Domenico Andreoli <cavokz@gmail.com>, Willy Tarreau <w@1wt.eu>,
	Rodrigo Rubira Branco <rbranco@la.checkpoint.com>,
	Jake Edge <jake@lwn.net>, Eugene Teo <eteo@redhat.com>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	alan@lxorguk.ukuu.org.uk
Subject: [patch 00/87] 2.6.29-stable review
Date: Tue, 9 Jun 2009 02:44:51 -0700	[thread overview]
Message-ID: <20090609094451.GA26439@kroah.com> (raw)


This is the start of the stable review cycle for the 2.6.29.5 release.
There are 87 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 June 11 09: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.29.5-rc1.gz
and the diffstat can be found below.


thanks,

greg k-h


 Documentation/filesystems/ext4.txt     |    5 +-
 Makefile                               |    2 +-
 arch/powerpc/mm/tlb_nohash_low.S       |    2 +-
 arch/sparc/kernel/of_device_32.c       |   21 ++++++-
 arch/sparc/kernel/of_device_64.c       |   21 ++++++-
 arch/sparc/kernel/smp_64.c             |    4 +-
 arch/x86/kernel/hpet.c                 |   41 +++++++++---
 arch/x86/kvm/mmu.c                     |    3 +-
 arch/x86/kvm/x86.c                     |    6 ++-
 arch/x86/mm/hugetlbpage.c              |    6 ++-
 arch/x86/pci/mmconfig-shared.c         |    6 +-
 crypto/api.c                           |    3 +-
 drivers/acpi/processor_idle.c          |    8 ++-
 drivers/block/xen-blkfront.c           |    6 +-
 drivers/char/random.c                  |   19 ++++--
 drivers/char/tpm/tpm_bios.c            |    3 +-
 drivers/crypto/padlock-aes.c           |    2 +-
 drivers/gpu/drm/r128/r128_cce.c        |    6 +-
 drivers/hid/usbhid/hid-core.c          |    2 +-
 drivers/hwmon/lm78.c                   |    2 +-
 drivers/ide/ide-io.c                   |    4 +-
 drivers/ide/ide-iops.c                 |   21 +++++-
 drivers/ide/ide-pci-generic.c          |   11 +++
 drivers/ide/ide-tape.c                 |    6 --
 drivers/mtd/devices/mtd_dataflash.c    |    2 +-
 drivers/net/Makefile                   |    2 +-
 drivers/net/bnx2.c                     |    2 +
 drivers/net/bonding/bond_alb.c         |   10 +---
 drivers/net/e1000/e1000_main.c         |    5 +-
 drivers/net/igb/igb_ethtool.c          |    4 +
 drivers/net/mac8390.c                  |   10 ++--
 drivers/net/macvlan.c                  |    9 ++-
 drivers/net/myri10ge/myri10ge.c        |    1 +
 drivers/net/r8169.c                    |  102 +++++++++++++++++-------------
 drivers/net/wireless/iwlwifi/iwl-sta.c |   21 +++---
 drivers/scsi/3w-xxxx.c                 |    5 +-
 drivers/scsi/3w-xxxx.h                 |    2 +-
 drivers/serial/icom.c                  |    2 +-
 drivers/serial/mpc52xx_uart.c          |    2 +-
 drivers/usb/class/cdc-acm.c            |    4 -
 drivers/usb/host/isp1760-hcd.c         |   24 +++++++-
 drivers/usb/serial/ftdi_sio.c          |    9 +---
 drivers/usb/serial/usb-serial.c        |    1 +
 fs/ext4/ext4.h                         |   30 +++++++++-
 fs/ext4/extents.c                      |   19 ++++--
 fs/ext4/file.c                         |    7 ++-
 fs/ext4/ialloc.c                       |   17 ++---
 fs/ext4/inode.c                        |  106 ++++++++++++++++++++++++++++++--
 fs/ext4/ioctl.c                        |   17 +++++-
 fs/ext4/namei.c                        |   18 +++++-
 fs/ext4/super.c                        |   25 ++++----
 fs/jbd2/revoke.c                       |   24 ++++++--
 fs/nfs/dir.c                           |    3 +-
 include/linux/ptrace.h                 |    1 +
 kernel/exit.c                          |   83 ++++++++++++-------------
 kernel/futex.c                         |   24 ++++---
 kernel/ptrace.c                        |   25 ++++----
 mm/hugetlb.c                           |   26 ++++----
 mm/slub.c                              |    3 +
 net/8021q/vlan_dev.c                   |    3 +-
 net/core/pktgen.c                      |    2 +-
 net/core/skbuff.c                      |    2 +-
 net/ipv4/route.c                       |   60 ++++++------------
 net/ipv4/tcp.c                         |    5 +-
 net/ipv4/tcp_input.c                   |    3 +
 net/mac80211/rc80211_minstrel.c        |    4 +-
 net/mac80211/rc80211_pid_algo.c        |   73 ++++++++++++----------
 net/rose/af_rose.c                     |   10 ---
 net/sched/sch_teql.c                   |    5 +-
 net/wimax/op-msg.c                     |   11 ++--
 net/wireless/reg.c                     |    7 ++
 net/xfrm/xfrm_state.c                  |    6 +-
 security/keys/request_key.c            |    9 ++-
 security/selinux/hooks.c               |    2 +-
 sound/pci/hda/patch_realtek.c          |    1 +
 sound/usb/usbaudio.c                   |    2 +-
 sound/usb/usbaudio.h                   |    2 +-
 sound/usb/usbmidi.c                    |   12 +++-
 sound/usb/usbquirks.h                  |    2 +-
 virt/kvm/kvm_main.c                    |    1 +
 80 files changed, 692 insertions(+), 385 deletions(-)

             reply	other threads:[~2009-06-09  9:50 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090609093848.204935043@blue.kroah.org>
2009-06-09  9:44 ` Greg KH [this message]
2009-06-09  9:38   ` [patch 01/87] xfrm: wrong hash value for temporary SA Greg KH
2009-06-09  9:38   ` [patch 02/87] tcp: fix MSG_PEEK race check Greg KH
2009-06-09  9:38   ` [patch 03/87] [PATCH 03/16] tcp: fix >2 iw selection Greg KH
2009-06-09  9:38   ` [patch 04/87] net: fix skb_seq_read returning wrong offset/length for page frag data Greg KH
2009-06-09  9:38   ` [patch 05/87] sch_teql: should not dereference skb after ndo_start_xmit() Greg KH
2009-06-09  9:38   ` [patch 06/87] net: fix length computation in rt_check_expire() Greg KH
2009-06-09  9:38   ` [patch 07/87] net: fix rtable leak in net/ipv4/route.c Greg KH
2009-06-09  9:38   ` [patch 08/87] Revert "rose: zero length frame filtering in af_rose.c" Greg KH
2009-06-09  9:38   ` [patch 09/87] pktgen: do not access flows[] beyond its length Greg KH
2009-06-09  9:38   ` [patch 10/87] myr10ge: again fix lro_gen_skb() alignment Greg KH
2009-06-09  9:38   ` [patch 11/87] vlan/macvlan: fix NULL pointer dereferences in ethtool handlers Greg KH
2009-06-09  9:39   ` [patch 12/87] mac8390: fix regression caused during net_device_ops conversion Greg KH
2009-06-09  9:39   ` [patch 13/87] bonding: fix alb mode locking regression Greg KH
2009-06-09  9:39   ` [patch 14/87] bonding: Remove debug printk Greg KH
2009-06-09  9:39   ` [patch 15/87] r8169: avoid losing MSI interrupts Greg KH
2009-06-09  9:39   ` [patch 16/87] sparc: Fix bus type probing for ESP and LE devices Greg KH
2009-06-09  9:39   ` [patch 17/87] sparc64: Fix smp_callin() locking Greg KH
2009-06-09  9:39   ` [patch 18/87] mm: SLUB fix reclaim_state Greg KH
2009-06-09  9:39   ` [patch 19/87] Fix oops on close of hot-unplugged FTDI serial converter Greg KH
2009-06-09 11:30     ` David Woodhouse
2009-06-09 13:42       ` Chuck Ebbert
2009-06-09  9:39   ` [patch 20/87] wimax: fix oops if netlink fails to add attribute Greg KH
2009-06-09  9:39   ` [patch 21/87] nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission Greg KH
2009-06-09  9:39   ` [patch 22/87] futex: setup writeable mapping for futex ops which modify user space data Greg KH
2009-06-09  9:39   ` [patch 23/87] xen/blkfront: allow xenbus state transition to Closing->Closed when not Connected Greg KH
2009-06-09  9:39   ` [patch 24/87] TPM: get_event_name stack corruption Greg KH
2009-06-09  9:39   ` [patch 25/87] icom: fix rmmod crash Greg KH
2009-06-09  9:39   ` [patch 26/87] KVM: Make paravirt tlb flush also reload the PAE PDPTRs Greg KH
2009-06-09  9:39   ` [patch 27/87] KVM: Fix PDPTR reloading on CR4 writes Greg KH
2009-06-09  9:39   ` [patch 28/87] cfg80211: fix race between core hint and drivers custom apply Greg KH
2009-06-09  9:39   ` [patch 29/87] drm/r128: fix r128 ioremaps to use ioremap_wc Greg KH
2009-06-09  9:39   ` [patch 30/87] drivers/serial/mpc52xx_uart.c: fix array overindexing check Greg KH
2009-06-09  9:39   ` [patch 31/87] x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or not Greg KH
2009-06-09  9:39   ` [patch 32/87] mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hugetlbfs Greg KH
2009-06-09  9:39   ` [patch 33/87] USB: isp1760: urb_dequeue doesnt always find the urbs Greg KH
2009-06-09  9:39   ` [patch 34/87] sound: usb-audio: make the MotU Fastlane work again Greg KH
2009-06-09  9:39   ` [patch 35/87] usb-serial: fix crash when sub-driver updates firmware Greg KH
2009-06-09  9:39   ` [patch 36/87] x86/pci: fix mmconfig detection with 32bit near 4g Greg KH
2009-06-09  9:39   ` [patch 37/87] mtd_dataflash: unbreak erase support Greg KH
2009-06-09  9:39   ` [patch 38/87] hwmon: (lm78) Add missing __devexit_p() Greg KH
2009-06-09  9:39   ` [patch 39/87] cpuidle: make AMC C1E work in processor_idle Greg KH
2009-06-09  9:39   ` [patch 40/87] cpuidle: fix AMD C1E suspend hang Greg KH
2009-06-09  9:39   ` [patch 41/87] ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2) Greg KH
2009-06-09  9:39   ` [patch 42/87] KVM: Explicity initialize cpus_hardware_enabled Greg KH
2009-06-09  9:39   ` [patch 43/87] ide_pci_generic: add quirk for Netcell ATA RAID Greg KH
2009-06-09  9:39   ` [patch 44/87] ide: fix OOPS during ide-cd error recovery Greg KH
2009-06-09  9:39   ` [patch 45/87] SELinux: BUG in SELinux compat_net code Greg KH
2009-06-09  9:39   ` [patch 46/87] e1000: add missing length check to e1000 receive routine Greg KH
2009-06-09  9:39   ` [patch 47/87] igb: fix LRO warning Greg KH
2009-06-09  9:39   ` [patch 48/87] iwlwifi: update key flags at time key is set Greg KH
2009-06-09  9:39   ` [patch 49/87] mac80211: minstrel, fix memory corruption Greg KH
2009-06-09  9:39   ` [patch 50/87] mac80211: pid, " Greg KH
2009-06-09  9:39   ` [patch 51/87] mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrel Greg KH
2009-06-09  9:39   ` [patch 52/87] bnx2: Fix panic in bnx2_poll_work() Greg KH
2009-06-09  9:39   ` [patch 53/87] random: make get_random_int() more random Greg KH
2009-06-09  9:39   ` [patch 54/87] HID: fix dropped device-specific quirks Greg KH
2009-06-09  9:39   ` [patch 55/87] [SCSI] 3w-xxxx: scsi_dma_unmap fix Greg KH
2009-06-09  9:39   ` [patch 56/87] powerpc: fix for long standing bug noticed by gcc 4.4.0 Greg KH
2009-06-09  9:39   ` [patch 57/87] ide-tape: remove back-to-back REQUEST_SENSE detection Greg KH
2009-06-09  9:39   ` [patch 58/87] ALSA: hda - fix audio on HP TX25xx series notebooks Greg KH
2009-06-09  9:39   ` [patch 59/87] cdc-acm: Fix long standing abuse of tty->low_latency Greg KH
2009-06-09  9:39   ` [patch 60/87] keys: Handle there being no fallback destination keyring for request_key() Greg KH
2009-06-09  9:39   ` [patch 61/87] crypto: padlock - Revert aes-all alias to aes Greg KH
2009-06-09  9:39   ` [patch 62/87] crypto: api - Fix algorithm module auto-loading Greg KH
2009-06-09  9:39   ` [patch 63/87] ptrace: kill __ptrace_detach(), fix ->exit_state check Greg KH
2009-06-09  9:39   ` [patch 64/87] ptrace: simplify ptrace_exit()->ignoring_children() path Greg KH
2009-06-09  9:39   ` [patch 65/87] ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() Greg KH
2009-06-09  9:39   ` [patch 66/87] ptrace: fix possible zombie leak on PTRACE_DETACH Greg KH
2009-06-09  9:39   ` [patch 67/87] x86: hpet: provide separate functions to stop and start the counter Greg KH
2009-06-09  9:39   ` [patch 68/87] x86: hpet: stop HPET_COUNTER when programming periodic mode Greg KH
2009-06-09  9:39   ` [patch 69/87] x86: hpet: fix periodic mode programming on AMD 81xx Greg KH
2009-06-09  9:39   ` [patch 70/87] ext4: dont inherit inappropriate inode flags from parent Greg KH
2009-06-09  9:39   ` [patch 71/87] ext4: tighten restrictions on inode flags Greg KH
2009-06-09  9:40   ` [patch 72/87] ext4: return -EIO not -ESTALE on directory traversal through deleted inode Greg KH
2009-06-09  9:40   ` [patch 73/87] ext4: Add fine print for the 32000 subdirectory limit Greg KH
2009-06-09  9:40   ` [patch 74/87] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl Greg KH
2009-06-09  9:40   ` [patch 75/87] ext4: Automatically allocate delay allocated blocks on close Greg KH
2009-06-09  9:40   ` [patch 76/87] ext4: Automatically allocate delay allocated blocks on rename Greg KH
2009-06-09  9:40   ` [patch 77/87] ext4: Fix discard of inode prealloc space with delayed allocation Greg KH
2009-06-09  9:40   ` [patch 78/87] ext4: Add auto_da_alloc mount option Greg KH
2009-06-09  9:40   ` [patch 79/87] ext4: Check for an valid i_mode when reading the inode from disk Greg KH
2009-06-09  9:40   ` [patch 80/87] jbd2: Update locking coments Greg KH
2009-06-09  9:40   ` [patch 81/87] ext4: really print the find_group_flex fallback warning only once Greg KH
2009-06-09  9:40   ` [patch 82/87] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode Greg KH
2009-06-09  9:40   ` [patch 83/87] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present Greg KH
2009-06-09  9:40   ` [patch 84/87] ext4: Fix sub-block zeroing for writes into preallocated extents Greg KH
2009-06-09  9:40   ` [patch 85/87] ext4: Use a fake block number for delayed new buffer_head Greg KH
2009-06-09  9:40   ` [patch 86/87] ext4: Clear the unwritten buffer_head flag after the extent is initialized Greg KH
2009-06-09  9:40   ` [patch 87/87] ext4: Fix race in ext4_inode_info.i_cached_extent Greg KH
2009-06-12 19:11   ` [patch 00/87] 2.6.29-stable review Fabio Comolli
2009-06-12 22:45     ` 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=20090609094451.GA26439@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=cavokz@gmail.com \
    --cc=cebbert@redhat.com \
    --cc=chuckw@quantumlinux.com \
    --cc=davej@redhat.com \
    --cc=eteo@redhat.com \
    --cc=jake@lwn.net \
    --cc=jmforbes@linuxtx.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mkrufky@linuxtv.org \
    --cc=rbranco@la.checkpoint.com \
    --cc=rdunlap@xenotime.net \
    --cc=reviews@ml.cw.f00f.org \
    --cc=stable@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=tytso@mit.edu \
    --cc=w@1wt.eu \
    --cc=zwane@arm.linux.org.uk \
    /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