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,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@kernel.org
Cc: lwn@lwn.net
Subject: Linux 2.6.30.2
Date: Sun, 19 Jul 2009 21:08:13 -0700	[thread overview]
Message-ID: <20090720040813.GC11940@kroah.com> (raw)

I'm announcing the release of the 2.6.30.2 kernel.  All users of the
2.6.30 kernel series are very strongly encouraged to upgrade.

I'll also be replying to this message with a copy of the patch between
2.6.30.1 and 2.6.30.2

The updated 2.6.30.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.30.y.git
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.30.y.git;a=summary

thanks,

greg k-h

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

 Makefile                         |    7 +++--
 arch/alpha/include/asm/percpu.h  |    6 ++--
 arch/blackfin/kernel/irqchip.c   |   50 ++++++++-------------------------------
 arch/blackfin/kernel/setup.c     |    3 +-
 arch/blackfin/mach-common/head.S |   16 ++++++------
 arch/blackfin/mach-common/smp.c  |   13 +++++-----
 arch/x86/include/asm/pci.h       |    2 -
 block/blk-core.c                 |   10 +++----
 drivers/block/floppy.c           |    5 +++
 drivers/md/md.c                  |    8 ++++--
 drivers/md/raid5.c               |    3 +-
 drivers/net/tun.c                |    4 ++-
 drivers/pci/iova.c               |   26 +++++++++++++++++---
 fs/fuse/dev.c                    |    2 -
 fs/fuse/file.c                   |    2 -
 include/asm-generic/percpu.h     |    4 +++
 include/linux/mm.h               |    2 -
 include/linux/percpu-defs.h      |    3 +-
 include/linux/personality.h      |    5 +++
 include/linux/security.h         |    2 +
 kernel/futex.c                   |   43 ++++++++++++++++++---------------
 kernel/resource.c                |    2 -
 kernel/sysctl.c                  |    2 -
 lib/dma-debug.c                  |    2 -
 mm/Kconfig                       |   19 ++++++++++++++
 mm/mmap.c                        |    3 ++
 net/ipv4/arp.c                   |    7 +----
 security/Kconfig                 |   22 -----------------
 security/security.c              |    3 --
 29 files changed, 143 insertions(+), 133 deletions(-)

Christoph Lameter (1):
      security: use mmap_min_addr indepedently of security models

Csaba Henk (1):
      fuse: fix return value of fuse_dev_write()

David Woodhouse (2):
      Fix pci_unmap_addr() et al on i386.
      Fix iommu address space allocation

Eric W. Biederman (1):
      Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"

Eugene Teo (1):
      Add '-fno-delete-null-pointer-checks' to gcc CFLAGS

Greg Kroah-Hartman (1):
      Linux 2.6.30.2

Jiri Slaby (1):
      floppy: fix lock imbalance

Joerg Roedel (1):
      dma-debug: fix off-by-one error in overlap function

Julien Tinnes (1):
      personality: fix PER_CLEAR_ON_SETID (CVE-2009-1895)

Linus Torvalds (1):
      Don't use '-fwrapv' compiler option: it's buggy in gcc-4.1.x

Mariusz Kozlowski (1):
      tun/tap: Fix crashes if open() /dev/net/tun and then poll() it. (CVE-2009-1897)

Mike Frysinger (2):
      Blackfin: redo handling of bad irqs
      Blackfin: fix command line corruption with DEBUG_DOUBLEFAULT

Miklos Szeredi (1):
      fuse: fix bad return value in fuse_file_poll()

NeilBrown (4):
      blocK: Restore barrier support for md and probably other virtual devices.
      md/raid5: suspend shouldn't affect read requests.
      md: fix error path when duplicate name is found on md device creation.
      md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.

Sonic Zhang (2):
      Blackfin: fix accidental reset in some boot modes
      Blackfin: fix deadlock in SMP IPI handler

Sonny Rao (1):
      futexes: Fix infinite loop in get_futex_key() on huge page

Tejun Heo (1):
      alpha: fix percpu build breakage

Thomas Gleixner (1):
      futex: Fix the write access fault problem for real

Zhang Rui (1):
      kernel/resource.c: fix sign extension in reserve_setup()


             reply	other threads:[~2009-07-20  4:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-20  4:08 Greg KH [this message]
2009-07-20  4:08 ` Linux 2.6.30.2 Greg KH
2009-07-20 14:13 ` Linux 2.6.30.2: does not boot Wolfgang Walter
2009-07-20 14:38   ` Kiko Piris
2009-07-20 15:09   ` Greg KH
2009-07-20 18:03     ` Damien Wyart
2009-07-20 18:16       ` Linus Torvalds
2009-07-20 18:21         ` Sam Ravnborg
2009-07-20 20:31         ` Damien Wyart
2009-07-21  0:13         ` Stephen Rothwell
2009-07-21  0:28           ` Linus Torvalds
2009-07-21  4:09             ` Stephen Rothwell
2009-07-20 19:23       ` Alejandro Riveira Fernández
2009-07-20 19:42         ` Greg KH
2009-07-20 19:50           ` Alejandro Riveira Fernández
2009-07-20 21:34             ` Greg KH
2009-07-20 19:29       ` Kiko Piris
2009-07-20 19:50         ` Linus Torvalds
2009-07-20 21:19           ` Kiko Piris
2009-07-20 22:02             ` Linus Torvalds
2009-07-20 22:04               ` Linus Torvalds
2009-07-20 22:14               ` Kiko Piris
2009-07-21  0:42               ` Wolfgang Walter
2009-07-21 20:42               ` Bastian Blank
     [not found]                 ` <4A6746B9.9010603@ubuntu.com>
2009-07-23  0:49                   ` current binutils trunk fails to build bootable kernel image for some configurations Alan Modra
2009-07-23  5:05                     ` Sam Ravnborg
2009-07-23  6:01                       ` Alan Modra
2009-07-20 20:29   ` Linux 2.6.30.2: does not boot Marcel Beister

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=20090720040813.GC11940@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --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