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:	Mon, 17 Dec 2012 11:36:09 -0800
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.11

I'm announcing the release of the 3.6.11 kernel.

Note, this is the LAST kernel in the 3.6.y series, it is now
end-of-life.  Please move to the 3.7.y kernel series at this time.

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/include/asm/hwcap.h                |    3 
 arch/arm/include/asm/vfpmacros.h            |   12 +-
 arch/arm/vfp/vfpmodule.c                    |    9 +
 arch/powerpc/platforms/pseries/eeh_driver.c |   35 ++++--
 arch/x86/kernel/hpet.c                      |    4 
 drivers/acpi/battery.c                      |   77 ++++++++++++++
 drivers/acpi/sleep.c                        |    8 +
 drivers/acpi/video.c                        |   14 ++
 drivers/acpi/video_detect.c                 |    8 +
 drivers/block/floppy.c                      |    5 
 drivers/edac/edac_mc.c                      |   14 ++
 drivers/edac/i82975x_edac.c                 |   11 --
 drivers/gpu/drm/i915/intel_bios.c           |   11 --
 drivers/gpu/drm/i915/intel_display.c        |   11 ++
 drivers/hwmon/fam15h_power.c                |    4 
 drivers/input/matrix-keymap.c               |    3 
 drivers/mmc/host/sh_mmcif.c                 |    8 -
 drivers/net/bonding/bond_main.c             |    7 +
 drivers/net/bonding/bond_sysfs.c            |    2 
 drivers/net/ethernet/8390/ne.c              |    1 
 drivers/net/ethernet/sis/sis900.c           |    2 
 drivers/net/irda/sir_dev.c                  |    2 
 drivers/net/usb/cdc_ncm.c                   |   22 +++-
 drivers/net/usb/ipheth.c                    |    5 
 drivers/pci/bus.c                           |    3 
 drivers/pci/pcie/aer/aerdrv_core.c          |   20 ++-
 drivers/pnp/pnpacpi/core.c                  |    3 
 drivers/staging/ipack/bridges/tpci200.c     |    2 
 drivers/usb/class/cdc-acm.c                 |   38 ++++++
 drivers/usb/host/ehci-q.c                   |   12 --
 drivers/usb/host/ehci-sched.c               |    4 
 drivers/usb/host/ohci-q.c                   |   19 +++
 drivers/usb/host/xhci-pci.c                 |    7 -
 drivers/usb/serial/cp210x.c                 |    1 
 drivers/usb/serial/ftdi_sio.c               |    3 
 drivers/usb/serial/ftdi_sio_ids.h           |    6 +
 drivers/usb/serial/option.c                 |   25 ++++
 drivers/usb/storage/Kconfig                 |    2 
 include/linux/mempolicy.h                   |   16 --
 kernel/rcutree.c                            |   15 +-
 kernel/trace/ftrace.c                       |    2 
 kernel/trace/ring_buffer.c                  |   16 ++
 kernel/workqueue.c                          |    4 
 mm/dmapool.c                                |   31 +----
 mm/mempolicy.c                              |   22 ----
 mm/shmem.c                                  |   26 ++--
 net/ipv4/icmp.c                             |    3 
 net/ipv4/inet_diag.c                        |  154 ++++++++++++++++++++++------
 net/ipv4/ip_fragment.c                      |   19 +--
 net/ipv4/route.c                            |    7 -
 net/ipv6/inet6_connection_sock.c            |    3 
 net/sctp/chunk.c                            |   20 ++-
 net/sctp/socket.c                           |    4 
 sound/soc/Makefile                          |    5 
 tools/perf/builtin-test.c                   |   38 ++----
 56 files changed, 564 insertions(+), 246 deletions(-)

Alan Cox (1):
      ne2000: add the right platform device

Alan Stern (2):
      USB: OHCI: workaround for hardware bug: retired TDs not added to the Done Queue
      USB: EHCI: bugfix: urb->hcpriv should not be NULL

Alexander Shiyan (1):
      irda: sir_dev: Fix copy/paste typo

Bjørn Mork (2):
      USB: option: blacklist network interface on Huawei E173
      net: cdc_ncm: add Huawei devices

Boris Ostrovsky (1):
      x86,AMD: Power driver support for AMD's family 16h processors

Chris Ball (1):
      Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"

Dan Carpenter (1):
      ftrace: Clear bits properly in reset_iter_read()

Dan Williams (1):
      cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)

Eric Dumazet (2):
      rcu: Fix batch-limit size problem
      ipv6: fix inet6_csk_update_pmtu() return value

Florian Fainelli (1):
      Input: matrix-keymap - provide proper module license

Francois Romieu (1):
      sis900: fix sis900_set_mode call parameters.

Greg Kroah-Hartman (2):
      USB: mark uas driver as BROKEN
      Linux 3.6.11

Guennadi Liakhovetski (1):
      mmc: sh-mmcif: avoid oops on spurious interrupts (second try)

Huang Ying (1):
      PCI/PM: Fix deadlock when unbinding device if parent in D3cold

Jan Beulich (1):
      x86: hpet: Fix masking of MSI interrupts

Jani Nikula (2):
      drm/i915: do not ignore eDP bpc settings from vbt
      drm/i915: do not default to 18 bpp for eDP if missing from VBT

Jay Purohit (1):
      usb/ipheth: Add iPhone 5 support

Jiri Kosina (1):
      floppy: destroy floppy workqueue before cleaning up the queue

Johannes Berg (1):
      ipv4: ip_check_defrag must not modify skb before unsharing

Julian Anastasov (1):
      ipv4: do not cache looped multicasts

Kamil Iskra (1):
      ACPI / battery: Correct battery capacity values on Thinkpads

Lan Tianyu (2):
      ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.
      ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist

Marek Szyprowski (1):
      mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

Markus Becker (1):
      USB: cp210x: add Virtenio Preon32 device id

Martin Teichmann (1):
      USB: ftdi_sio: Add support for Newport AGILIS motor drivers

Mauro Carvalho Chehab (2):
      i82975x_edac: Fix dimm label initialization
      edac: Fix the dimm filling for csrows-based layouts

Mel Gorman (1):
      tmpfs: fix shared mempolicy leak

Neal Cardwell (5):
      ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()
      inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state
      inet_diag: validate byte code to prevent oops in inet_diag_bc_run()
      inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()
      inet_diag: validate port comparison byte code to prevent unsafe reads

Paul Walmsley (1):
      ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set

Peter Korsgaard (1):
      usb: ftdi_sio: fixup BeagleBone A5+ quirk

Peter Ujfalusi (1):
      ASoC: dmaengine: Correct Makefile when sound is built as module

Rafael J. Wysocki (1):
      ACPI / PNP: Do not crash due to stale pointer use during system resume

Samuel Iglesias Gonsálvez (1):
      Staging: ipack/bridges/tpci200: avoid kernel bug when uninstalling a device

Sarah Sharp (1):
      xhci: Extend Fresco Logic MSI quirk.

Sarveshwar Bandi (1):
      bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setting of slave devices.

Steven Rostedt (2):
      ring-buffer: Fix NULL pointer if rb_set_head_page() fails
      ring-buffer: Fix race between integrity check and readers

Tejun Heo (1):
      workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s

Tommi Rantala (2):
      sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space fails
      sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall

Zhang Rui (1):
      ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000

Zheng Liu (1):
      perf test: fix a build error on builtin-test

li.rui27@....com.cn (1):
      USB: add new zte 3g-dongle's pid to option.c

nikolay@...hat.com (1):
      bonding: fix race condition in bonding_store_slaves_active


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