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:50:18 -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.6.1

I'm announcing the release of the 3.6.1 kernel.

All users of the 3.6 kernel series must upgrade.

The updated 3.6.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.6.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/arm/plat-omap/include/plat/omap-serial.h  |    4 
 drivers/char/ttyprintk.c                       |    2 
 drivers/firmware/efivars.c                     |   17 +
 drivers/hid/hid-core.c                         |   16 +
 drivers/hid/usbhid/hid-core.c                  |    6 
 drivers/infiniband/hw/qib/qib_keys.c           |    5 
 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/input/mouse/synaptics.c                |   31 ++
 drivers/mtd/ubi/attach.c                       |    2 
 drivers/mtd/ubi/build.c                        |    5 
 drivers/net/can/mscan/mpc5xxx_can.c            |    4 
 drivers/net/wireless/ath/ath9k/pci.c           |    5 
 drivers/net/wireless/b43legacy/main.c          |    2 
 drivers/remoteproc/Kconfig                     |    1 
 drivers/remoteproc/remoteproc_core.c           |   22 -
 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/rtl8712/rtl8712_recv.c         |    5 
 drivers/staging/speakup/speakup_soft.c         |   13 -
 drivers/tty/n_gsm.c                            |   26 +-
 drivers/tty/n_tty.c                            |    3 
 drivers/tty/serial/8250/8250_pci.c             |    9 
 drivers/tty/serial/amba-pl011.c                |   15 +
 drivers/tty/serial/omap-serial.c               |   12 -
 drivers/tty/vt/keyboard.c                      |    3 
 drivers/usb/gadget/printer.c                   |  128 +++++------
 drivers/usb/gadget/tcm_usb_gadget.c            |   33 +-
 drivers/usb/gadget/tcm_usb_gadget.h            |   14 -
 drivers/usb/host/ehci-timer.c                  |    6 
 drivers/usb/host/xhci-mem.c                    |    7 
 drivers/usb/host/xhci-pci.c                    |    1 
 drivers/usb/host/xhci-ring.c                   |  286 ++++++++++++++++++++++++-
 drivers/usb/host/xhci.c                        |   38 ++-
 drivers/usb/host/xhci.h                        |   20 +
 drivers/usb/otg/mxs-phy.c                      |   38 +++
 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 
 drivers/usb/serial/usb-serial.c                |    3 
 drivers/xen/xen-pciback/pci_stub.c             |    1 
 fs/binfmt_elf.c                                |   19 -
 include/linux/pci_ids.h                        |    1 
 security/yama/yama_lsm.c                       |    2 
 tools/hv/hv_kvp_daemon.c                       |   45 ++-
 55 files changed, 696 insertions(+), 249 deletions(-)

Alan Stern (1):
      USB: EHCI: convert warning messages to debug-level

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

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 (4):
      staging: speakup_soft: Fix reading of init string
      tools/hv: Fix file handle leak
      tools/hv: Fix exit() error code
      tools/hv: Check for read/write errors

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

Christopher Brannon (1):
      tty: keyboard.c: Remove locking from vt_get_leds.

Dan Carpenter (1):
      remoteproc: fix a potential NULL-dereference on cleanup

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

Elric Fu (4):
      xHCI: add cmd_ring_state
      xHCI: add aborting command ring function
      xHCI: cancel command after command timeout
      xHCI: handle command after aborting the command ring

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

Greg Kroah-Hartman (2):
      USB: serial: fix up bug with missing {}
      Linux 3.6.1

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

Kees Cook (1):
      Yama: handle 32-bit userspace prctl

Kevin Daughtridge (1):
      HID: keep dev_rdesc unmodified and use it for comparisons

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

Konrad Rzeszutek Wilk (1):
      xen/pciback: Restore the PCI config space after an FLR.

Larry Finger (2):
      staging: r8712u: Do not queue cloned skb
      b43legacy: Fix crash on unload when firmware not available

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

Matthieu CASTET (1):
      UBI: erase free PEB with bitflip in EC header

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

Mike Marciniszyn (1):
      IB/qib: Fix local access validation for user MRs

Mike Thompson (1):
      usb: otg: mxs-phy: Fix mx23 operation

Ohad Ben-Cohen (1):
      remoteproc: select VIRTIO to avoid build breakage

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

Russ Gorby (3):
      n_gsm: uplink SKBs accumulate on list
      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.

Sebastian Andrzej Siewior (2):
      usb: gadget: make g_printer enumerate again
      usb: gadget: initialize the strings in tcm_usb_gadget properly

Seth Forshee (1):
      Input: synaptics - adjust threshold for treating position values as negative

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

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

Sujith Manoharan (1):
      ath9k: Disable ASPM only for AR9285

Vikram Pandita (1):
      serial: omap: fix software flow control

Vivek Gautam (1):
      usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems

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

xiaojin (1):
      n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX


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