lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 16 Aug 2009 14:35:23 -0700
From:	Greg KH <gregkh@...e.de>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...nel.org
Cc:	lwn@....net
Subject: Linux 2.6.27.30

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...

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ