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, 18 Jan 2009 10:52:54 -0800
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
Subject: Linux 2.6.27.12

We (the -stable team) are announcing the release of the 2.6.27.11
kernel.

It contains a wide range of bugfixes, and all users of the 2.6.27 kernel
series are strongly encouraged to upgrade.

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

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/Kconfig                           |    3 
 arch/alpha/kernel/entry.S              |    8 -
 arch/alpha/kernel/systbls.S            |    2 
 arch/arm/kernel/calls.S                |    2 
 arch/cris/arch-v10/kernel/entry.S      |    2 
 arch/cris/arch-v32/kernel/entry.S      |    2 
 arch/h8300/kernel/syscalls.S           |    2 
 arch/ia64/ia32/ia32_entry.S            |    2 
 arch/ia64/include/asm/unistd.h         |    2 
 arch/ia64/kernel/entry.S               |    2 
 arch/ia64/kernel/sys_ia64.c            |    2 
 arch/m68k/kernel/entry.S               |    2 
 arch/m68knommu/kernel/syscalltable.S   |    2 
 arch/mips/kernel/scall32-o32.S         |    2 
 arch/mn10300/kernel/entry.S            |    2 
 arch/powerpc/Kconfig                   |    1 
 arch/powerpc/include/asm/systbl.h      |    2 
 arch/powerpc/platforms/pseries/Kconfig |    2 
 arch/s390/Kconfig                      |    1 
 arch/s390/kernel/compat_wrapper.S      |    4 
 arch/s390/kernel/entry.h               |   16 +--
 arch/s390/kernel/process.c             |    9 -
 arch/s390/kernel/signal.c              |   19 +--
 arch/s390/kernel/sys_s390.c            |   35 ++++--
 arch/s390/kernel/syscalls.S            |   12 +-
 arch/sh/kernel/sys_sh32.c              |    2 
 arch/sh/kernel/syscalls_32.S           |    4 
 arch/sh/kernel/syscalls_64.S           |    2 
 arch/sparc/kernel/entry.S              |    4 
 arch/sparc/kernel/systbls.S            |    4 
 arch/sparc64/kernel/syscalls.S         |    2 
 arch/sparc64/kernel/systbls.S          |    4 
 arch/x86/Kconfig                       |    2 
 arch/x86/kernel/head64.c               |    2 
 arch/x86/kernel/head_64.S              |    2 
 arch/x86/kernel/syscall_table_32.S     |    2 
 arch/x86/kernel/tlb_uv.c               |    9 -
 arch/x86/mm/fault.c                    |    2 
 arch/x86/mm/init_32.c                  |   18 ++-
 arch/x86/mm/init_64.c                  |   26 +++--
 drivers/dma/ioat_dma.c                 |   13 +-
 drivers/md/bitmap.c                    |    8 -
 drivers/md/dm-log.c                    |    5 
 drivers/md/dm-raid1.c                  |    6 -
 drivers/net/e1000e/e1000.h             |    5 
 drivers/net/e1000e/netdev.c            |   23 ++++
 drivers/net/e1000e/param.c             |   25 ++++
 drivers/net/wireless/iwlwifi/iwl-agn.c |   12 --
 drivers/net/wireless/iwlwifi/iwl-rx.c  |   29 +++--
 drivers/pci/pci-driver.c               |   90 +++++++++++------
 drivers/pci/pci.c                      |   72 +++++++++----
 drivers/pci/pci.h                      |    1 
 drivers/pci/pcie/portdrv_pci.c         |   21 +++-
 drivers/pci/probe.c                    |    3 
 drivers/pci/syscall.c                  |   12 --
 drivers/scsi/eata.c                    |   15 ++
 drivers/scsi/ibmvscsi/ibmvfc.c         |   25 +++-
 drivers/scsi/ibmvscsi/ibmvfc.h         |    6 -
 drivers/scsi/mvsas.c                   |    2 
 drivers/scsi/pcmcia/aha152x_stub.c     |    2 
 drivers/usb/host/isp1760-if.c          |   16 +--
 drivers/usb/misc/emi26.c               |    2 
 drivers/usb/storage/unusual_devs.h     |   23 ++++
 fs/affs/file.c                         |    2 
 fs/aio.c                               |   22 ++--
 fs/buffer.c                            |    6 -
 fs/compat.c                            |    6 -
 fs/dcache.c                            |    7 -
 fs/dcookies.c                          |   10 +
 fs/ecryptfs/inode.c                    |    3 
 fs/eventfd.c                           |    5 
 fs/eventpoll.c                         |   18 +--
 fs/exec.c                              |    2 
 fs/ext3/inode.c                        |    2 
 fs/ext3/namei.c                        |    3 
 fs/ext4/inode.c                        |    4 
 fs/ext4/namei.c                        |    3 
 fs/fcntl.c                             |   11 +-
 fs/filesystems.c                       |    2 
 fs/fuse/file.c                         |    4 
 fs/gfs2/ops_address.c                  |    2 
 fs/hostfs/hostfs_kern.c                |    2 
 fs/inotify_user.c                      |    9 -
 fs/ioctl.c                             |    2 
 fs/ioprio.c                            |    5 
 fs/jffs2/file.c                        |    2 
 fs/libfs.c                             |    2 
 fs/locks.c                             |    2 
 fs/minix/dir.c                         |    2 
 fs/namei.c                             |   48 +++++----
 fs/namespace.c                         |   13 +-
 fs/nfs/file.c                          |    2 
 fs/nfs/read.c                          |    6 -
 fs/nfsctl.c                            |    4 
 fs/open.c                              |   82 +++++++++------
 fs/pipe.c                              |    4 
 fs/quota.c                             |    3 
 fs/read_write.c                        |   49 ++++++---
 fs/readdir.c                           |    9 +
 fs/reiserfs/inode.c                    |    2 
 fs/select.c                            |   27 ++---
 fs/signalfd.c                          |    8 -
 fs/smbfs/file.c                        |    2 
 fs/splice.c                            |   12 +-
 fs/stat.c                              |   38 ++++---
 fs/super.c                             |    2 
 fs/sync.c                              |   32 ++++--
 fs/timerfd.c                           |   10 -
 fs/ubifs/file.c                        |    9 -
 fs/utimes.c                            |   11 +-
 fs/xattr.c                             |   53 ++++------
 include/linux/compat.h                 |   13 ++
 include/linux/fs.h                     |    5 
 include/linux/mm.h                     |    1 
 include/linux/pagemap.h                |    3 
 include/linux/radix-tree.h             |    2 
 include/linux/syscalls.h               |  171 ++++++++++++++++++++++-----------
 include/linux/time.h                   |    1 
 ipc/mqueue.c                           |   28 ++---
 ipc/msg.c                              |   12 +-
 ipc/sem.c                              |   18 ++-
 ipc/shm.c                              |    8 -
 kernel/acct.c                          |    2 
 kernel/capability.c                    |    4 
 kernel/cgroup.c                        |    6 -
 kernel/exec_domain.c                   |    3 
 kernel/exit.c                          |   17 +--
 kernel/fork.c                          |    4 
 kernel/futex.c                         |   17 +--
 kernel/hrtimer.c                       |    4 
 kernel/itimer.c                        |    7 -
 kernel/kexec.c                         |    5 
 kernel/module.c                        |   10 -
 kernel/posix-timers.c                  |   43 +++-----
 kernel/printk.c                        |    7 -
 kernel/ptrace.c                        |    2 
 kernel/sched.c                         |   30 ++---
 kernel/sched_clock.c                   |    5 
 kernel/signal.c                        |   59 ++++-------
 kernel/sys.c                           |   70 ++++++-------
 kernel/sys_ni.c                        |    1 
 kernel/sysctl.c                        |    4 
 kernel/time.c                          |   14 +-
 kernel/time/timekeeping.c              |    7 -
 kernel/timer.c                         |   18 +--
 kernel/uid16.c                         |   39 +++----
 mm/fadvise.c                           |   18 +++
 mm/filemap.c                           |   26 +++--
 mm/fremap.c                            |    4 
 mm/madvise.c                           |    2 
 mm/mempolicy.c                         |   24 ++--
 mm/migrate.c                           |    8 -
 mm/mincore.c                           |    4 
 mm/mlock.c                             |    8 -
 mm/mmap.c                              |    4 
 mm/mprotect.c                          |    4 
 mm/mremap.c                            |    6 -
 mm/msync.c                             |    2 
 mm/nommu.c                             |   10 -
 mm/swapfile.c                          |    4 
 net/socket.c                           |   59 +++++------
 security/device_cgroup.c               |    3 
 security/keys/keyctl.c                 |   22 ++--
 sound/pci/hda/patch_analog.c           |    1 
 sound/usb/caiaq/caiaq-device.h         |    1 
 sound/usb/caiaq/caiaq-midi.c           |   32 +++---
 167 files changed, 1227 insertions(+), 860 deletions(-)

Al Viro (1):
      fix switch_names() breakage in short-to-short case

Andi Kleen (1):
      x86: avoid theoretical vmalloc fault loop

Benjamin Herrenschmidt (1):
      powerpc: Enable syscall wrappers for 64-bit

Brian King (3):
      ibmvfc: Delay NPIV login retry and add retries
      ibmvfc: Improve async event handling
      powerpc: Disable Collaborative Memory Manager for kdump

Cliff Wickman (1):
      x86, UV: remove erroneous BAU initialization

Dan Williams (1):
      ioat: fix self test for multi-channel case

Daniel Drake (1):
      USB: unusual_devs.h additions for Pentax K10D

Duane Griffin (1):
      eCryptfs: check readlink result was not an error before using it

Evgeniy Dushistov (1):
      minix: fix add link's wrong position calculation

FUJITA Tomonori (1):
      SCSI: eata: fix the data buffer accessors conversion regression

Greg Kroah-Hartman (1):
      Linux 2.6.27.12

Heiko Carstens (43):
      Move compat system call declarations to compat header file
      Convert all system calls to return a long
      Rename old_readdir to sys_old_readdir
      Remove __attribute__((weak)) from sys_pipe/sys_pipe2
      Make sys_pselect7 static
      Make sys_syslog a conditional system call
      System call wrapper infrastructure
      s390: enable system call wrappers
      System call wrapper special cases
      System call wrappers part 01
      System call wrappers part 02
      System call wrappers part 03
      System call wrappers part 04
      System call wrappers part 05
      System call wrappers part 06
      System call wrappers part 07
      System call wrappers part 08
      System call wrappers part 09
      System call wrappers part 10
      System call wrappers part 11
      System call wrappers part 12
      System call wrappers part 13
      System call wrappers part 14
      System call wrappers part 15
      System call wrappers part 16
      System call wrappers part 17
      System call wrappers part 18
      System call wrappers part 19
      System call wrappers part 20
      System call wrappers part 21
      System call wrappers part 22
      System call wrappers part 23
      System call wrappers part 24
      System call wrappers part 25
      System call wrappers part 26
      System call wrappers part 27
      System call wrappers part 28
      System call wrappers part 29
      System call wrappers part 30
      System call wrappers part 31
      System call wrappers part 32
      System call wrappers part 33
      s390 specific system call wrappers

Jeff Kirsher (1):
      e1000e: fix IPMI traffic

Jiri Slaby (1):
      x86: fix RIP printout in early_idt_handler

Joerg Roedel (1):
      x86: default to SWIOTLB=y on x86_64

Jonathan Brassow (1):
      dm raid1: fix error count

Larry Finger (1):
      SCSI: aha152x_cs: Fix regression that keeps driver from using shared interrupts

Li Zefan (1):
      cgroups: fix a race between cgroup_clone and umount

Marcin Slusarz (1):
      USB: emi26: fix oops on load

Michael Kerrisk (1):
      inotify: fix type errors in interfaces

NeilBrown (1):
      md: fix bitmap-on-external-file bug.

Nguyen Anh Quynh (1):
      USB: another unusual_devs entry for another bad Argosy storage device

Nick Piggin (3):
      fs: symlink write_begin allocation context fix
      mm: fix assertion
      mm lockless pagecache barrier fix

Oliver Neukum (1):
      USB: storage: extend unusual range for 067b:3507

Paulo Afonso Graner Fessel (1):
      USB: storage: recognizing and enabling Nokia 5200 cell phoes

Rafael J. Wysocki (4):
      PCI: Rework default handling of suspend and resume
      PCI: Suspend and resume PCI Express ports with interrupts disabled
      PCI: handle PCI state saving with interrupts disabled
      PCI PM: Split PCI Express port suspend-resume

Ravikiran G Thirumalai (1):
      x86: fix incorrect __read_mostly on _boot_cpu_pda

Reinhard Nissl (1):
      mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3450856SS 0003

Sebastian Andrzej Siewior (1):
      USB: isp1760: use a specific PLX bridge instead of any bdridge

Serge E. Hallyn (1):
      devices cgroup: allow mkfifo

Suresh Siddha (1):
      x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOC

Takahiro Yasui (1):
      dm log: fix dm_io_client leak on error paths

Takashi Iwai (2):
      ALSA: caiaq - Fix Oops with MIDI
      ALSA: hda - Add quirk for HP6730B laptop

Thomas Gleixner (1):
      sched_clock: prevent scd->clock from moving backwards, take #2

Wu Fengguang (1):
      nfs: remove redundant tests on reading new pages

Zhu Yi (1):
      iwlwifi: use GFP_KERNEL to allocate Rx SKB memory

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