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:	Wed, 25 Jan 2012 14:34:34 -0800
From:	Greg KH <gregkh@...e.de>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net
Subject: Linux 2.6.32.55

I'm announcing the release of the 2.6.32.55 kernel.

All users of the 2.6.32 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                            |    2 -
 arch/score/kernel/entry.S           |    2 -
 arch/x86/mm/mmap.c                  |    4 +--
 block/scsi_ioctl.c                  |    7 +++++
 drivers/block/cciss.c               |    6 ++--
 drivers/block/ub.c                  |    3 --
 drivers/block/virtio_blk.c          |    4 +--
 drivers/cdrom/cdrom.c               |    3 --
 drivers/hid/hid-core.c              |    2 -
 drivers/i2c/busses/i2c-ali1535.c    |   11 +++++----
 drivers/i2c/busses/i2c-nforce2.c    |    2 -
 drivers/i2c/busses/i2c-sis5595.c    |    4 +--
 drivers/i2c/busses/i2c-sis630.c     |    6 ++++
 drivers/i2c/busses/i2c-viapro.c     |    7 ++++-
 drivers/ide/ide-floppy_ioctl.c      |    3 --
 drivers/media/video/v4l2-ioctl.c    |    6 ++++
 drivers/mtd/ubi/cdev.c              |    3 ++
 drivers/mtd/ubi/wl.c                |    7 +++--
 drivers/pci/msi.c                   |   10 ++++++++
 drivers/pnp/quirks.c                |   42 ++++++++++++++++++++++++++++++++++
 drivers/scsi/sd.c                   |    2 -
 drivers/scsi/sym53c8xx_2/sym_glue.c |    4 +++
 drivers/usb/class/cdc-wdm.c         |    4 +--
 drivers/xen/xenbus/xenbus_xs.c      |    6 ++++
 fs/ext4/super.c                     |    7 ++---
 fs/nfsd/export.c                    |    2 -
 fs/proc/uptime.c                    |    9 +++++--
 include/linux/blkdev.h              |    2 +
 include/linux/kernel.h              |   44 ++++++++++++++++++++++++++++++++++++
 include/linux/pci_regs.h            |    2 -
 include/linux/sunrpc/svcsock.h      |    2 -
 include/linux/videodev2.h           |    1 
 include/xen/interface/io/xs_wire.h  |    3 ++
 kernel/kprobes.c                    |    2 -
 net/sunrpc/svc.c                    |   10 +++-----
 net/sunrpc/svc_xprt.c               |   11 ++++++++-
 security/integrity/ima/ima_api.c    |    4 +--
 security/integrity/ima/ima_queue.c  |    1 
 sound/pci/hda/hda_local.h           |    7 ++++-
 sound/pci/hda/hda_proc.c            |    2 +
 sound/pci/hda/patch_sigmatel.c      |    2 -
 sound/pci/ice1712/amp.c             |    7 ++++-
 sound/usb/usx2y/usb_stream.c        |    6 +---
 43 files changed, 215 insertions(+), 59 deletions(-)

Alex Williamson (1):
      PCI: Fix PCI_EXP_TYPE_RC_EC value

Ananth N Mavinakayanahalli (1):
      kprobes: initialize before using a hlist

Artem Bityutskiy (1):
      UBI: fix use-after-free on error path

Bjorn Helgaas (1):
      PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB

Chase Douglas (1):
      HID: bump maximum global item tag report size to 96 bytes

Dan Carpenter (1):
      V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()

Dan Rosenberg (1):
      score: fix off-by-one index into syscall table

David Henningsson (1):
      ALSA: HDA: Fix internal microphone on Dell Studio 16 XPS 1645

David Sterba (1):
      USB: cdc-wdm: fix misuse of logical operation in place of bitop

Eric W. Biederman (1):
      PCI: msi: Disable msi interrupts when we initialize a pci device

Greg Kroah-Hartman (1):
      Linux 2.6.32.55

Ian Campbell (1):
      xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.

J. Bruce Fields (2):
      svcrpc: fix double-free on shutdown of nfsd after changing pool mode
      svcrpc: destroy server sockets all at once

Jean Delvare (1):
      i2c: Fix error value returned by several bus drivers

Joe Perches (1):
      kernel.h: add printk_ratelimited and pr_<level>_rl

Karsten Wiese (1):
      ALSA: snd-usb-us122l: Delete calls to preempt_disable

Ludwig Nussel (1):
      x86: Fix mmap random address range

Martin Schwidefsky (1):
      fix cputime overflow in uptime_proc_show

Paolo Bonzini (1):
      block: add and use scsi_blk_cmd_ioctl

Pavel Hofman (1):
      ALSA: ice1724 - Check for ac97 to avoid kernel oops

Richard Weinberger (1):
      UBI: fix nameless volumes handling

Robert Lukassen (1):
      USB: Fix 'bad dma' problem on WDM device disconnect

Roberto Sassu (1):
      ima: free duplicate measurement memory

Sasha Levin (1):
      nfsd: Fix oops when parsing a 0 length export

Stratos Psomadakis (1):
      sym53c8xx: Fix NULL pointer dereference in slave_destroy

Takashi Iwai (1):
      ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs

Xi Wang (1):
      ext4: fix undefined behavior in ext4_fill_flex_info()


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ