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:	Fri, 14 Dec 2012 15:01:13 -0800
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	alan@...rguk.ukuu.org.uk
Subject: [ 00/27] 3.7.1-stable review

This is the start of the stable review cycle for the 3.7.1 release.
There are 27 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Dec 16 22:16:56 UTC 2012.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.7.1-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 3.7.1-rc1

Kevin McKinney <klmckinney1@...il.com>
    Staging: bcm: Add two products and remove an existing product.

Eric Dumazet <edumazet@...gle.com>
    rcu: Fix batch-limit size problem

Alan Stern <stern@...land.harvard.edu>
    USB: EHCI: bugfix: urb->hcpriv should not be NULL

Zheng Liu <gnehzuil.liu@...il.com>
    perf test: fix a build error on builtin-test

Dan Williams <dcbw@...hat.com>
    cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)

Steven Rostedt <srostedt@...hat.com>
    ring-buffer: Fix race between integrity check and readers

Steven Rostedt <srostedt@...hat.com>
    ring-buffer: Fix NULL pointer if rb_set_head_page() fails

Dan Carpenter <dan.carpenter@...cle.com>
    ftrace: Clear bits properly in reset_iter_read()

Sarah Sharp <sarah.a.sharp@...ux.intel.com>
    xhci: Extend Fresco Logic MSI quirk.

Alan Stern <stern@...land.harvard.edu>
    USB: OHCI: workaround for hardware bug: retired TDs not added to the Done Queue

Lan Tianyu <tianyu.lan@...el.com>
    ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist

Zhang Rui <rui.zhang@...el.com>
    ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000

Rafael J. Wysocki <rafael.j.wysocki@...el.com>
    ACPI / PNP: Do not crash due to stale pointer use during system resume

Lan Tianyu <tianyu.lan@...el.com>
    ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.

Kamil Iskra <kamil@...ra.name>
    ACPI / battery: Correct battery capacity values on Thinkpads

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    USB: mark uas driver as BROKEN

Markus Becker <mab@...nets.uni-bremen.de>
    USB: cp210x: add Virtenio Preon32 device id

Peter Korsgaard <jacmet@...site.dk>
    usb: ftdi_sio: fixup BeagleBone A5+ quirk

Martin Teichmann <lkb.teichmann@...il.com>
    USB: ftdi_sio: Add support for Newport AGILIS motor drivers

Bjørn Mork <bjorn@...k.no>
    USB: option: blacklist network interface on Huawei E173

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

Jan Beulich <JBeulich@...e.com>
    x86: hpet: Fix masking of MSI interrupts

Rene Buergel <rene.buergel@...ard.de>
    ezusb: add dependency to USB

Dan Carpenter <dan.carpenter@...cle.com>
    telephony: ijx: buffer overflow in ixj_write_cid()

Boris Ostrovsky <boris.ostrovsky@....com>
    x86,AMD: Power driver support for AMD's family 16h processors

Linus Walleij <linus.walleij@...aro.org>
    clk: ux500: fix bit error

Marek Szyprowski <m.szyprowski@...sung.com>
    mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls


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

Diffstat:

 Makefile                            |  4 +-
 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/clk/ux500/u8500_clk.c       |  2 +-
 drivers/hwmon/fam15h_power.c        |  4 ++
 drivers/pnp/pnpacpi/core.c          |  3 ++
 drivers/staging/bcm/InterfaceInit.c |  3 +-
 drivers/staging/bcm/InterfaceInit.h |  2 +-
 drivers/staging/telephony/ixj.c     | 24 ++++++------
 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/misc/Kconfig            |  1 +
 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 +-
 kernel/rcutree.c                    | 15 ++++----
 kernel/trace/ftrace.c               |  2 +-
 kernel/trace/ring_buffer.c          | 16 ++++++--
 mm/dmapool.c                        | 31 ++++------------
 tools/perf/builtin-test.c           | 38 ++++++-------------
 28 files changed, 278 insertions(+), 95 deletions(-)


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