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.8
Date: Thu, 24 Sep 2009 10:39:00 -0700	[thread overview]
Message-ID: <20090924173900.GC17077@kroah.com> (raw)

I'm announcing the release of the 2.6.30.8 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.7 and 2.6.30.8

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                                  |    2 
 arch/arm/mm/highmem.c                     |    8 +++
 arch/powerpc/include/asm/mmu-hash64.h     |    2 
 arch/powerpc/kernel/lparcfg.c             |    3 +
 arch/powerpc/kernel/rtas.c                |    7 ++-
 arch/powerpc/mm/slb.c                     |   16 +++++--
 arch/powerpc/platforms/pseries/reconfig.c |    9 +++-
 arch/x86/include/asm/processor.h          |   12 +++++
 arch/x86/include/asm/stackprotector.h     |    4 -
 arch/x86/include/asm/system.h             |    2 
 arch/x86/kernel/apic/es7000_32.c          |    2 
 arch/x86/kernel/cpu/common.c              |    2 
 arch/x86/kernel/head_32.S                 |    1 
 arch/x86/mm/pageattr.c                    |    8 +++
 drivers/ata/libata-core.c                 |    8 +++
 drivers/block/virtio_blk.c                |    3 +
 drivers/char/agp/intel-agp.c              |    9 ----
 drivers/char/tpm/tpm_tis.c                |   12 ++---
 drivers/input/joydev.c                    |   66 ++++++++++++++++++------------
 drivers/media/video/em28xx/em28xx-cards.c |    3 +
 drivers/net/mlx4/eq.c                     |   42 -------------------
 drivers/net/mlx4/main.c                   |    9 ++--
 drivers/net/mlx4/mlx4.h                   |    7 ---
 drivers/net/wireless/ath5k/base.c         |    2 
 drivers/pci/quirks.c                      |    3 +
 drivers/ps3/ps3stor_lib.c                 |   65 ++++++++++++++++++++++++++++-
 drivers/scsi/sg.c                         |    2 
 fs/binfmt_elf.c                           |   28 ++++++------
 fs/udf/lowlevel.c                         |    7 ++-
 ipc/shm.c                                 |    2 
 net/wireless/scan.c                       |    2 
 sound/pci/cs46xx/cs46xx_lib.h             |    2 
 sound/pci/oxygen/oxygen_io.c              |   11 -----
 sound/soc/codecs/wm8350.c                 |    2 
 34 files changed, 222 insertions(+), 141 deletions(-)

Bob Copeland (2):
      ath5k: write PCU registers on initial reset
      cfg80211: fix looping soft lockup in find_ie()

Brian King (1):
      powerpc/pseries: Fix to handle slb resize across migration

Christoph Hellwig (1):
      virtio_blk: don't bounce highmem requests

Clemens Ladisch (1):
      sound: oxygen: work around MCE when changing volume

Franklin Meng (1):
      V4L: em28xx: set up tda9887_conf in em28xx_card_setup()

Geoff Levand (1):
      powerpc/ps3: Workaround for flash memory I/O error

Greg Kroah-Hartman (1):
      Linux 2.6.30.8

Hugh Dickins (1):
      fix undefined reference to user_shm_unlock

Jack Steiner (1):
      x86, pat: Fix cacheflush address in change_page_attr_set_clr()

Jan Kara (1):
      udf: Use device size when drive reported bogus number of written blocks

Jason Gunthorpe (1):
      TPM: Fixup boot probe timeout for tpm_tis driver

Jean Delvare (1):
      PCI: Unhide the SMBus on the Compaq Evo D510 USDT

Jeremy Fitzhardinge (1):
      x86/i386: Make sure stack-protector segment base is cache aligned

Mark Brown (1):
      ASoC: Fix WM835x Out4 capture enumeration

Michal Schmidt (1):
      sg: fix oops in the error path in sg_build_indirect()

Nicolas Pitre (1):
      ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with highmem

Roel Kluin (1):
      x86: Fix x86_model test in es7000_apic_is_cluster()

Roland Dreier (1):
      mlx4_core: Allocate and map sufficient ICM memory for EQ context

Roland McGrath (1):
      binfmt_elf: fix PT_INTERP bss handling

Sophie Hamilton (1):
      ALSA: cs46xx - Fix minimum period size

Stephen Kitt (1):
      Input: joydev - decouple axis and button map ioctls from input constants

Tejun Heo (2):
      PCI: apply nv_msi_ht_cap_quirk on resume too
      libata: fix off-by-one error in ata_tf_read_block()

Zhenyu Wang (1):
      agp/intel: remove restore in resume


             reply	other threads:[~2009-09-24 17:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 17:39 Greg KH [this message]
2009-09-24 17:39 ` Linux 2.6.30.8 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=20090924173900.GC17077@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