stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net
Subject: Linux 3.1.3
Date: Mon, 28 Nov 2011 04:07:35 +0900	[thread overview]
Message-ID: <20111127190735.GA11899@kroah.com> (raw)

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

I'm announcing the release of the 3.1.3 kernel.

All users of the 3.1 kernel series must upgrade.

The updated 3.1.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.1.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/kernel/head.S                      |    2 
 arch/s390/include/asm/kvm_host.h            |    2 
 arch/s390/kvm/diag.c                        |    2 
 arch/s390/kvm/intercept.c                   |    3 -
 arch/s390/kvm/interrupt.c                   |    1 
 arch/s390/kvm/kvm-s390.c                    |   10 ++--
 arch/s390/kvm/sigp.c                        |    6 +-
 drivers/base/core.c                         |    3 +
 drivers/base/node.c                         |   14 +++--
 drivers/gpu/drm/i915/i915_reg.h             |    9 +++
 drivers/gpu/drm/i915/intel_display.c        |   42 +++++++++++++++--
 drivers/media/video/saa7164/saa7164-cards.c |   66 ++++++++++++++++++++++++++++
 drivers/media/video/saa7164/saa7164-dvb.c   |    1 
 drivers/media/video/saa7164/saa7164.h       |    1 
 drivers/misc/Kconfig                        |   15 +++---
 drivers/misc/pch_phub.c                     |   22 ++++++++-
 drivers/misc/spear13xx_pcie_gadget.c        |    2 
 drivers/net/wireless/libertas/if_spi.c      |    1 
 drivers/net/wireless/rt2x00/rt2x00.h        |    1 
 drivers/net/wireless/rt2x00/rt2x00dev.c     |   22 ++++++++-
 drivers/scsi/aacraid/linit.c                |    4 +
 drivers/scsi/hpsa.c                         |    5 ++
 drivers/scsi/scsi_scan.c                    |    6 --
 drivers/tty/hvc/hvc_dcc.c                   |    2 
 drivers/tty/serial/Kconfig                  |   14 ++---
 drivers/tty/serial/pch_uart.c               |   13 ++++-
 drivers/tty/tty_ldisc.c                     |   30 +++++++++---
 drivers/usb/class/cdc-acm.c                 |    8 ++-
 drivers/usb/core/hub.c                      |    6 ++
 drivers/usb/core/quirks.c                   |   27 +++++++++++
 drivers/usb/gadget/Kconfig                  |    9 ++-
 drivers/usb/gadget/pch_udc.c                |    6 ++
 drivers/usb/host/ehci-sched.c               |   15 ++++--
 drivers/usb/host/pci-quirks.c               |    7 +-
 drivers/usb/host/xhci-mem.c                 |    5 --
 drivers/usb/host/xhci-ring.c                |   13 ++---
 drivers/usb/host/xhci.c                     |   34 +++++++-------
 drivers/usb/serial/ark3116.c                |   10 ++--
 drivers/usb/serial/ftdi_sio.c               |   14 ++++-
 drivers/usb/serial/option.c                 |   23 +++++++++
 drivers/usb/serial/pl2303.c                 |    1 
 drivers/usb/serial/pl2303.h                 |    4 -
 drivers/usb/storage/protocol.c              |    7 +-
 fs/nfs/dir.c                                |    2 
 fs/nfs/file.c                               |   32 +++++++++++++
 fs/nfs/inode.c                              |    2 
 fs/nfs/nfs3proc.c                           |    1 
 fs/nfs/nfs4proc.c                           |    1 
 fs/nfs/proc.c                               |    1 
 fs/super.c                                  |    2 
 include/linux/nfs_fs.h                      |    3 +
 include/linux/nfs_xdr.h                     |    1 
 include/linux/shrinker.h                    |    1 
 kernel/irq/spurious.c                       |    2 
 net/batman-adv/translation-table.c          |   24 +++++++++-
 net/batman-adv/types.h                      |    4 -
 net/ipv6/ip6_tunnel.c                       |    8 ++-
 net/mac80211/rx.c                           |    9 ++-
 net/mac80211/util.c                         |    4 +
 net/wireless/nl80211.c                      |    3 -
 net/wireless/reg.c                          |    3 +
 sound/pci/hda/hda_eld.c                     |    5 --
 sound/pci/hda/patch_cirrus.c                |   23 +++++----
 sound/pci/hda/patch_hdmi.c                  |   15 +++---
 65 files changed, 488 insertions(+), 148 deletions(-)

Alan Stern (3):
      USB: XHCI: resume root hubs when the controller resumes
      USB: workaround for bug in old version of GCC
      usb-storage: Accept 8020i-protocol commands longer than 12 bytes

Andrew Worsley (1):
      USB: Fix Corruption issue in USB ftdi driver ftdi_sio.c

Antonio Quartulli (3):
      batman-adv: fix tt_local_reset_flags() function
      batman-adv: correctly set the data field in the TT_REPONSE packet
      batman-adv: unify hash_entry field position in tt_local/global_entry

Axel Lin (1):
      pcie-gadget-spear: Add "platform:" prefix for platform modalias

Bart Hartgers (1):
      USB: ark3116 initialisation fix

Catalin Marinas (1):
      ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processors

Claudio Scordino (1):
      drivers/base/node.c: fix compilation error with older versions of gcc

Cornelia Huck (1):
      KVM: s390: Fix RUNNING flag misinterpretation

Don Zickus (2):
      usb, xhci: Clear warm reset change event during init
      usb, xhci: fix lockdep warning on endpoint timeout

Edward Donovan (1):
      genirq: Fix irqfixup, irqpoll regression

Ferenc Wagner (1):
      USB: option: add PID of Huawei E173s 3G modem

Gertjan van Wingerde (1):
      rt2x00: Fix sleep-while-atomic bug in powersaving code.

Greg Kroah-Hartman (1):
      Linux 3.1.3

Havard Skinnemoen (1):
      USB: cdc-acm: Fix disconnect() vs close() race

James Bottomley (1):
      fix WARNING: at drivers/scsi/scsi_lib.c:1704

Jeff Layton (1):
      nfs: when attempting to open a directory, fall back on normal lookup (try #5)

Jesper Juhl (1):
      Net, libertas: Resolve memory leak in if_spi_host_to_card()

Jesse Barnes (2):
      drm/i915: fix IVB cursor support
      drm/i915: always set FDI composite sync bit

Jiri Slaby (3):
      TTY: ldisc, allow waiting for ldisc arbitrarily long
      TTY: ldisc, move wait idle to caller
      TTY: ldisc, wait for ldisc infinitely in hangup

Johannes Berg (3):
      mac80211: fix NULL dereference in radiotap code
      mac80211: fix bug in ieee80211_build_probe_req
      nl80211: fix HT capability attribute validation

Josh Boyer (2):
      ip6_tunnel: copy parms.name after register_netdevice
      USB: add quirk for Logitech C600 web cam

Luis R. Rodriguez (1):
      cfg80211: fix bug on regulatory core exit on access to last_request

Matthew Garrett (1):
      hpsa: Disable ASPM

Mikulas Patocka (1):
      vmscan: fix shrinker callback bug in fs/super.c

Peter Chen (1):
      PM / driver core: disable device's runtime PM during shutdown

Sarah Sharp (1):
      xhci: Set slot and ep0 flags for address command.

Simon Wunderlich (2):
      batman-adv: remove references for global tt entries
      batman-adv: add sanity check when removing global tts

Stephen Boyd (1):
      tty: hvc_dcc: Fix duplicate character inputs

Takashi Iwai (1):
      ALSA: hda - Fix the connection selection of ADCs on Cirrus codecs

Thomas Poussevin (1):
      USB: EHCI: fix HUB TT scheduling issue with iso transfer

Tomoya MORINAGA (6):
      pch_phub: Support new device LAPIS Semiconductor ML7831 IOH
      pch_phub: Fix MAC address writing issue for LAPIS ML7831
      pch_uart: Fix hw-flow control issue
      pch_uart: Fix DMA resource leak issue
      pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
      USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOH

Tony Jago (1):
      saa7164: Add support for another HVR2200 hardware revision

Vasily Averin (1):
      aacraid: controller hangs if kernel uses non-default ASPM policy

Wu Fengguang (1):
      ALSA: hda - fix ELD memory leak

sordna (1):
      USB: quirks: adding more quirky webcams to avoid squeaky audio

wangyanqing (1):
      USB: serial: pl2303: rm duplicate id

zheng.zhijian@zte.com.cn (1):
      USB: option: release new PID for ZTE 3G modem


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

             reply	other threads:[~2011-11-27 19:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-27 19:07 Greg KH [this message]
2011-11-27 19:07 ` Linux 3.1.3 Greg KH
2011-11-28 17:37 ` Dmitry Nezhevenko
2011-11-28 19:40   ` Chuck Ebbert
2011-11-28 19:51     ` Chuck Ebbert
2011-11-28 23:50   ` Greg KH
2011-11-29 11:11     ` Dmitry Nezhevenko

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=20111127190735.GA11899@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --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;
as well as URLs for NNTP newsgroup(s).