mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.7.1
Date: Mon, 17 Dec 2012 11:37:11 -0800	[thread overview]
Message-ID: <20121217193711.GA22167@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4054 bytes --]

I'm announcing the release of the 3.7.1 kernel.

All users of the 3.7 kernel series must upgrade.

The updated 3.7.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.7.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/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, 277 insertions(+), 94 deletions(-)

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

Bjørn Mork (1):
      USB: option: blacklist network interface on Huawei E173

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

Dan Carpenter (2):
      telephony: ijx: buffer overflow in ixj_write_cid()
      ftrace: Clear bits properly in reset_iter_read()

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

Eric Dumazet (1):
      rcu: Fix batch-limit size problem

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

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

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

Kevin McKinney (1):
      Staging: bcm: Add two products and remove an existing product.

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

Linus Walleij (1):
      clk: ux500: fix bit error

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

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

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

Rene Buergel (1):
      ezusb: add dependency to USB

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

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

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@zte.com.cn (1):
      USB: add new zte 3g-dongle's pid to option.c


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2012-12-17 19:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-17 19:37 Greg KH [this message]
2012-12-17 19:37 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121217193711.GA22167@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®