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, 7 Oct 2012 08:45:48 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 3.0.45

I'm announcing the release of the 3.0.45 kernel.

All users of the 3.0 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                                       |    2 
 arch/x86/kernel/alternative.c                  |    2 
 drivers/char/ttyprintk.c                       |    2 
 drivers/firmware/efivars.c                     |   17 ++++++-
 drivers/infiniband/ulp/ipoib/ipoib_main.c      |    2 
 drivers/infiniband/ulp/ipoib/ipoib_multicast.c |   19 ++++----
 drivers/infiniband/ulp/srp/ib_srp.c            |    3 -
 drivers/md/dm.c                                |   56 ++++++++++++++++---------
 drivers/mtd/ubi/build.c                        |    5 ++
 drivers/net/can/mscan/mpc5xxx_can.c            |    4 -
 drivers/net/wireless/b43legacy/main.c          |    2 
 drivers/pci/setup-bus.c                        |   26 +++++++++++
 drivers/scsi/device_handler/scsi_dh_alua.c     |    3 -
 drivers/scsi/hpsa.c                            |    2 
 drivers/scsi/ibmvscsi/ibmvscsi.c               |    3 +
 drivers/scsi/isci/init.c                       |    1 
 drivers/scsi/isci/probe_roms.c                 |    1 
 drivers/scsi/scsi_sysfs.c                      |   30 ++++++-------
 drivers/staging/comedi/comedi_fops.c           |    5 +-
 drivers/staging/comedi/drivers/jr3_pci.c       |    2 
 drivers/staging/comedi/drivers/s626.c          |    2 
 drivers/staging/speakup/speakup_soft.c         |   13 +----
 drivers/tty/n_gsm.c                            |   15 ++++--
 drivers/tty/n_tty.c                            |    3 -
 drivers/tty/serial/8250_pci.c                  |    9 +++-
 drivers/tty/serial/amba-pl011.c                |   15 ++++++
 drivers/usb/host/xhci-pci.c                    |    1 
 drivers/usb/host/xhci-ring.c                   |    4 +
 drivers/usb/host/xhci.c                        |    2 
 drivers/usb/host/xhci.h                        |    1 
 drivers/usb/serial/ftdi_sio.c                  |    2 
 drivers/usb/serial/ftdi_sio_ids.h              |    5 ++
 drivers/usb/serial/option.c                    |    3 -
 drivers/usb/serial/qcaux.c                     |   10 +---
 fs/binfmt_elf.c                                |   19 +-------
 fs/dcache.c                                    |    6 ++
 include/linux/pci_ids.h                        |    1 
 37 files changed, 193 insertions(+), 105 deletions(-)

Antonio Ospite (1):
      USB: ftdi_sio: add TIAO USB Multi-Protocol Adapter (TUMPA) support

Artem Bityutskiy (1):
      UBI: fix autoresize handling in R/O mode

Avi Kivity (1):
      x86/alternatives: Fix p6 nops on non-modular kernels

Bart Van Assche (3):
      IB/srp: Fix use-after-free in srp_reset_req()
      IB/srp: Avoid having aborted requests hang
      SCSI: scsi_dh_alua: Enable STPG for unavailable ports

Ben Hutchings (1):
      staging: speakup_soft: Fix reading of init string

Benjamin Herrenschmidt (1):
      SCSI: ibmvscsi: Fix host config length field overflow

Bjørn Mork (2):
      USB: option: blacklist QMI interface on ZTE MF683
      USB: qcaux: add Pantech vendor class match

Dan Williams (2):
      isci: fix isci_pci_probe() generates warning on efi failure path
      SCSI: scsi_remove_target: fix softlockup regression on hot remove

Denys Vlasenko (1):
      coredump: prevent double-free on an error path in core dumper

Flavio Leitner (1):
      serial: set correct baud_base for EXSYS EX-41092 Dual 16950

Greg Kroah-Hartman (1):
      Linux 3.0.45

Ian Abbott (4):
      staging: comedi: s626: don't dereference insn->data
      staging: comedi: jr3_pci: fix iomem dereference
      staging: comedi: don't dereference user memory for INSN_INTTRIG
      staging: comedi: fix memory leak for saved channel list

Jiri Slaby (1):
      TTY: ttyprintk, don't touch behind tty->write_buf

Khalid Aziz (1):
      firmware: Add missing attributes to EFI variable attribute print out from sysfs

Larry Finger (1):
      b43legacy: Fix crash on unload when firmware not available

Linus Walleij (1):
      serial: pl011: handle corruption at high clock speeds

Michael Spang (1):
      Increase XHCI suspend timeout to 16ms

Mike Snitzer (1):
      dm: handle requests beyond end of device instead of using BUG_ON

Miklos Szeredi (1):
      vfs: dcache: fix deadlock in tree traversal

Patrick McHardy (1):
      IPoIB: Fix use-after-free of multicast object

Russ Gorby (2):
      n_gsm: added interlocking for gsm_data_lock for certain code paths
      n_gsm: memory leak in uplink error path

Sarah Sharp (1):
      xhci: Intel Panther Point BEI quirk.

Stanislav Kozina (1):
      Remove BUG_ON from n_tty_read()

Stephen M. Cameron (1):
      SCSI: hpsa: Use LUN reset instead of target reset

Wei Yongjun (1):
      can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()

Yinghai Lu (1):
      PCI: honor child buses add_size in hot plug configuration


Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ