All of lore.kernel.org
 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.10.11
Date: Sat, 7 Sep 2013 22:35:16 -0700	[thread overview]
Message-ID: <20130908053516.GA8177@kroah.com> (raw)

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

I'm announcing the release of the 3.10.11 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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

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

 Documentation/hwmon/k10temp                      |    1 
 Makefile                                         |    2 
 arch/arm/xen/enlighten.c                         |    1 
 arch/powerpc/Kconfig                             |    1 
 arch/powerpc/include/asm/page.h                  |   10 +++
 arch/powerpc/kernel/lparcfg.c                    |   22 +++-----
 arch/x86/mm/init.c                               |    4 -
 drivers/acpi/ec.c                                |    4 +
 drivers/base/memory.c                            |    2 
 drivers/base/regmap/regcache-rbtree.c            |    2 
 drivers/gpu/drm/i915/i915_reg.h                  |    2 
 drivers/gpu/drm/nouveau/core/include/subdev/mc.h |    7 +-
 drivers/gpu/drm/nouveau/core/subdev/mc/base.c    |    6 +-
 drivers/gpu/drm/nouveau/core/subdev/mc/nv04.c    |    3 -
 drivers/gpu/drm/nouveau/core/subdev/mc/nv44.c    |    3 -
 drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c    |    3 -
 drivers/gpu/drm/nouveau/core/subdev/mc/nv98.c    |    3 -
 drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c    |    3 -
 drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c              |   58 +++++++++++++++--------
 drivers/hwmon/Kconfig                            |    4 -
 drivers/hwmon/k10temp.c                          |    3 -
 drivers/misc/hpilo.c                             |    4 -
 drivers/misc/mei/hw-me.c                         |    8 +--
 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c    |   10 +++
 drivers/net/wireless/ath/ath9k/init.c            |    3 -
 drivers/net/wireless/ath/ath9k/main.c            |    3 -
 drivers/net/wireless/ath/carl9170/main.c         |    3 -
 drivers/net/wireless/iwlegacy/4965-mac.c         |    2 
 drivers/net/wireless/rt2x00/rt2800lib.c          |    3 -
 drivers/scsi/pm8001/pm8001_hwi.c                 |    4 -
 drivers/scsi/pm8001/pm80xx_hwi.c                 |    4 -
 drivers/staging/imx-drm/imx-drm-core.c           |    1 
 drivers/target/iscsi/iscsi_target.c              |   17 +++---
 drivers/target/iscsi/iscsi_target_login.c        |    9 +--
 drivers/target/target_core_spc.c                 |    9 ++-
 drivers/tty/hvc/hvsi_lib.c                       |    4 -
 drivers/usb/gadget/f_acm.c                       |    1 
 fs/jfs/jfs_dtree.c                               |   31 +++++++++---
 include/linux/regmap.h                           |    1 
 include/net/mac80211.h                           |    1 
 ipc/msg.c                                        |    5 +
 kernel/time/timer_list.c                         |   41 +++++++++-------
 kernel/workqueue.c                               |    9 +++
 mm/slab.h                                        |    2 
 net/mac80211/ibss.c                              |    1 
 net/mac80211/rc80211_minstrel_ht.c               |    3 +
 net/sunrpc/xdr.c                                 |    9 ++-
 sound/isa/opti9xx/opti92x-ad1848.c               |    8 ---
 sound/pci/hda/patch_hdmi.c                       |    3 +
 sound/pci/hda/patch_realtek.c                    |    1 
 50 files changed, 220 insertions(+), 124 deletions(-)

Andrey Vagin (1):
      memcg: check that kmem_cache has memcg_params before accessing it

Ben Skeggs (1):
      drm/nouveau/mc: fix race condition between constructor and request_irq()

Benjamin Herrenschmidt (1):
      powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisor

Dave Kleikamp (1):
      jfs: fix readdir cookie incompatibility with NFSv4

David Jander (1):
      regmap: rbtree: Fix overlapping rbnodes.

Eugene Surovegin (1):
      powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.

Fabio Estevam (1):
      imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id

Felix Fietkau (1):
      mac80211: add a flag to indicate CCK support for HT clients

Graham Williams (1):
      usb: acm gadget: Null termintate strings table

Greg Kroah-Hartman (1):
      Linux 3.10.11

Hans Verkuil (1):
      SCSI: pm80xx: fix Adaptec 71605H hang

Helmut Schaa (1):
      ath9k_htc: Restore skb headroom when returning skb to mac80211

Imre Deak (1):
      drm/i915: ivb: fix edp voltage swing reg val

Jakob Bornecrantz (1):
      drm/vmwgfx: Split GMR2_REMAP commands if they are to large

Johannes Berg (1):
      mac80211: add missing channel context release

Julien Grall (1):
      xen/arm: missing put_cpu in xen_percpu_init

Kevin Hilman (1):
      regmap: Add another missing header for !CONFIG_REGMAP stubs

Lan Tianyu (1):
      ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT

Mark Rusk (1):
      drivers/misc/hpilo: Correct panic when an AUX iLO is detected

Nathan Zimmer (1):
      timer_list: correct the iterator for timer_list

Nicholas Bellinger (4):
      target: Fix trailing ASCII space usage in INQUIRY vendor+model
      iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10
      iscsi-target: Fix iscsit_transport reference leak during NP thread reset
      iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject

Paul Mackerras (1):
      powerpc: Work around gcc miscompilation of __pa() on 64-bit

Russ Anderson (1):
      drivers/base/memory.c: fix show_mem_removable() to handle missing sections

Stanislaw Gruszka (1):
      iwl4965: fix rfkill set state regression

Sujith Manoharan (1):
      ath9k: Enable PLL fix only for AR9340/AR9330

Svenning Soerensen (1):
      IPC: bugfix for msgrcv with msgtyp < 0

Takashi Iwai (3):
      ALSA: hda - Fix NULL dereference with CONFIG_SND_DYNAMIC_MINORS=n
      ALSA: hda - Add inverted digital mic fixup for Acer Aspire One
      ALSA: opti9xx: Fix conflicting driver object name

Tejun Heo (1):
      workqueue: cond_resched() after processing each work item

Tomas Winkler (1):
      mei: me: fix hardware reset flow

Trond Myklebust (1):
      SUNRPC: Fix memory corruption issue on 32-bit highmem systems

Wei Hu (1):
      hwmon: (k10temp) Add support for Fam16h (Kabini)

Yinghai Lu (1):
      x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM


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

             reply	other threads:[~2013-09-08  5:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-08  5:35 Greg KH [this message]
2013-09-08  5:35 ` Linux 3.10.11 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=20130908053516.GA8177@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.