public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.27.30
@ 2009-08-16 21:35 Greg KH
  2009-08-16 21:38 ` Greg KH
  2009-08-16 23:09 ` Thomas Backlund
  0 siblings, 2 replies; 7+ messages in thread
From: Greg KH @ 2009-08-16 21:35 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.27.30 kernel.  All users of the
2.6.27 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.27.29 and 2.6.27.30

The updated 2.6.27.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.27.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.27.y.git;a=summary

thanks,

greg k-h

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

 Makefile                           |    2 +-
 arch/parisc/kernel/cache.c         |   23 +++++++++++++++--------
 arch/parisc/kernel/pci-dma.c       |   12 ++++++++----
 arch/x86/kernel/pci-gart_64.c      |   10 ++++++++--
 block/Kconfig                      |   11 +++++++----
 drivers/firewire/fw-sbp2.c         |   10 +++++++++-
 drivers/hwmon/smsc47m1.c           |   11 +++++++++++
 drivers/i2c/chips/tsl2550.c        |   17 ++++++++++-------
 drivers/ieee1394/sbp2.c            |    1 +
 drivers/ieee1394/sbp2.h            |    8 +++++++-
 drivers/misc/Kconfig               |    4 +++-
 drivers/net/usb/asix.c             |    8 ++++++++
 drivers/scsi/libsas/sas_port.c     |   19 +++++++++++++++----
 drivers/usb/core/devio.c           |   10 ++++++----
 drivers/usb/serial/ftdi_sio.c      |    3 +++
 drivers/usb/serial/ftdi_sio.h      |   14 ++++++++++++++
 drivers/usb/storage/transport.c    |    2 +-
 drivers/usb/storage/unusual_devs.h |    7 +++++++
 fs/binfmt_flat.c                   |   17 ++++++++++++-----
 fs/compat_ioctl.c                  |    1 +
 fs/nfs/direct.c                    |   20 ++++++++++----------
 fs/nfs/read.c                      |    6 ++----
 fs/nfs/write.c                     |    6 ++----
 fs/proc/base.c                     |   27 ++++++++++++---------------
 fs/proc/task_mmu.c                 |    1 +
 fs/proc/task_nommu.c               |    1 +
 fs/sysfs/dir.c                     |    2 ++
 include/asm-parisc/tlbflush.h      |   13 ++++++-------
 include/asm-x86/irqflags.h         |    8 +++++++-
 include/linux/nfs_fs.h             |    5 ++---
 kernel/fork.c                      |   22 +++++++++++-----------
 mm/hugetlb.c                       |    2 +-
 mm/page_alloc.c                    |   13 +++++++++----
 net/socket.c                       |    2 +-
 34 files changed, 214 insertions(+), 104 deletions(-)

Alan Stern (1):
      USB: usbfs: fix -ENOENT error code to be -ENODEV

Dhaval Vasa (1):
      USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client

Eric Dumazet (1):
      execve: must clear current->clear_child_tid

Eric Sandeen (2):
      hugetlbfs: fix i_blocks accounting
      compat_ioctl: hook up compat handler for FIEMAP ioctl

Giacomo Lozito (1):
      USB: storage: raise timeout in usb_stor_Bulk_max_lun

Greg Kroah-Hartman (2):
      asix: new device ids
      Linux 2.6.27.30

H. Peter Anvin (1):
      x86: fix assembly constraints in native_save_fl()

Helge Deller (1):
      parisc: ensure broadcast tlb purge runs single threaded

Henrique de Moraes Holschuh (1):
      thinkpad-acpi: disable broken bay and dock subdrivers

Jean Delvare (1):
      hwmon: (smsc47m1) Differentiate between LPC47M233 and LPC47M292

John Stoffel (1):
      Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency, since udev depends on BSG

Linus Torvalds (2):
      flat: fix uninitialized ptr with shared libs
      Make sock_sendpage() use kernel_sendpage()

Mark Langsdorf (1):
      x86: enable GART-IOMMU only after setting up protection methods

Marko Hänninen (1):
      USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial converter cable

Mel Gorman (1):
      page-allocator: preserve PFN ordering when __GFP_COLD is set

Michael Buesch (1):
      USB: devio: Properly do access_ok() checks

Michele Jr De Candia (1):
      i2c/tsl2550: Fix lux value in dark environment

Oleg Nesterov (2):
      mm_for_maps: simplify, use ptrace_may_access()
      mm_for_maps: shift down_read(mmap_sem) to the caller

Peter Oberparleiter (1):
      sysfs: fix hardlink count on device_move

Rogerio Brito (1):
      USB: storage: include Prolific Technology USB drive in unusual_devs list

Stefan Richter (2):
      ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)
      firewire: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)

Tom Peng (1):
      SCSI: libsas: reuse the original port when hotplugging phys in wide ports

Trond Myklebust (1):
      NFS: Fix an O_DIRECT Oops...


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Linux 2.6.27.30
@ 2009-08-17 15:33 Greg KH
  2009-08-17 15:34 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2009-08-17 15:33 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.27.31 kernel.  It fixes a build
problem of the 2.6.27.30 kernel that shows up on 64bit architectures.
If you are not hitting this problem, there is no need to upgrade to this
kernel release.

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

The updated 2.6.27.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.27.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.27.y.git;a=summary

thanks,

greg k-h

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

 Makefile          |    2 +-
 fs/compat_ioctl.c |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Greg Kroah-Hartman (2):
      Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl"
      Linux 2.6.27.31


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

end of thread, other threads:[~2009-08-17 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-16 21:35 Linux 2.6.27.30 Greg KH
2009-08-16 21:38 ` Greg KH
2009-08-16 23:09 ` Thomas Backlund
2009-08-17  4:21   ` Willy Tarreau
2009-08-17  4:29     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-08-17 15:33 Greg KH
2009-08-17 15:34 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox