public inbox for stable@vger.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.11.10
Date: Fri, 29 Nov 2013 11:09:48 -0800	[thread overview]
Message-ID: <20131129190948.GA30832@kroah.com> (raw)

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

I'm announcing the release of the 3.11.10 kernel.

All users of the 3.11 kernel series must upgrade.

Note, this is the LAST 3.11.x kernel to be releases, please move to
3.12.x at this point in time.  3.11.x is end-of-life, not to be updated
again.

The updated 3.11.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.11.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/ia64/include/asm/processor.h                   |    2 
 arch/s390/crypto/aes_s390.c                         |   19 +-
 arch/x86/kernel/process.c                           |    6 
 crypto/ansi_cprng.c                                 |    4 
 drivers/acpi/acpica/exoparg1.c                      |   48 +++++
 drivers/acpi/acpica/exstore.c                       |  166 ++++++++++++--------
 drivers/acpi/ec.c                                   |    3 
 drivers/acpi/pci_root.c                             |    5 
 drivers/acpi/processor_idle.c                       |   46 +----
 drivers/acpi/scan.c                                 |    2 
 drivers/acpi/video.c                                |    2 
 drivers/bluetooth/btusb.c                           |    1 
 drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc1.c |    4 
 drivers/gpu/drm/nouveau/core/engine/graph/ctxnvd7.c |    1 
 drivers/gpu/drm/nouveau/core/engine/graph/ctxnvd9.c |    1 
 drivers/hv/channel_mgmt.c                           |    5 
 drivers/idle/intel_idle.c                           |    2 
 drivers/net/can/c_can/c_can.c                       |    6 
 drivers/net/can/usb/kvaser_usb.c                    |   20 +-
 drivers/net/ethernet/atheros/alx/main.c             |    3 
 drivers/net/wireless/libertas/debugfs.c             |    6 
 drivers/net/wireless/rt2x00/rt2800lib.c             |   11 -
 drivers/net/wireless/rt2x00/rt2x00dev.c             |    3 
 drivers/net/wireless/rt2x00/rt2x00lib.h             |    2 
 drivers/net/wireless/rt2x00/rt2x00mac.c             |    7 
 drivers/net/wireless/rt2x00/rt2x00queue.c           |    4 
 drivers/pci/access.c                                |   19 +-
 drivers/platform/x86/thinkpad_acpi.c                |    7 
 drivers/scsi/aacraid/commctrl.c                     |    3 
 drivers/staging/comedi/comedi_fops.c                |    5 
 drivers/staging/zram/zram_drv.c                     |    6 
 drivers/usb/serial/mos7840.c                        |    4 
 fs/btrfs/relocation.c                               |   18 +-
 fs/exec.c                                           |    6 
 include/linux/binfmts.h                             |    3 
 include/linux/sched.h                               |   82 +++++++++
 include/linux/thread_info.h                         |    2 
 ipc/shm.c                                           |   37 +++-
 kernel/cpu/idle.c                                   |    9 -
 kernel/ptrace.c                                     |    3 
 kernel/trace/trace_event_perf.c                     |    2 
 net/sunrpc/clnt.c                                   |    2 
 security/integrity/ima/ima_policy.c                 |    1 
 44 files changed, 395 insertions(+), 195 deletions(-)

Aaron Lu (1):
      ACPI / video: Quirk initial backlight level 0

Andy Adamson (1):
      SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult

Ben Skeggs (1):
      drm/nvc0-/gr: fix a number of missing explicit array terminators...

Bjorn Helgaas (3):
      PCI: Allow PCIe Capability link-related register access for switches
      PCI: Remove PCIe Capability version checks
      PCI: Support PCIe Capability Slot registers only for ports with slots

Bob Moore (3):
      ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField refs.
      ACPICA: Return error if DerefOf resolves to a null package element.
      ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.

Dan Carpenter (1):
      libertas: potential oops in debugfs

Felix Fietkau (1):
      rt2x00: fix a crash bug in the HT descriptor handling fix

Gabor Juhos (1):
      rt2x00: rt2800lib: fix VGC adjustment for RT5592

Greg Kroah-Hartman (1):
      Linux 3.11.10

Greg Thelen (1):
      ipc,shm: fix shm_file deletion races

Hans de Goede (1):
      Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops"

Herbert Xu (1):
      crypto: s390 - Fix aes-cbc IV corruption

Ian Abbott (1):
      staging: comedi: avoid memleak for subdevice private

Jesper Nilsson (1):
      ipc,shm: correct error return value in shmctl (SHM_UNLOCK)

Johan Hovold (1):
      USB: mos7840: fix tiocmget error handling

Josef Bacik (1):
      Btrfs: relocate csums properly with prealloc extents

K. Y. Srinivasan (1):
      Drivers: hv: vmbus: Fix a bug in channel rescind code

Kees Cook (1):
      exec/ptrace: fix get_dumpable() incorrect tests

Mahesh Rajashekhara (1):
      aacraid: prevent invalid pointer dereference

Markus Pargmann (1):
      can: c_can: Fix RX message handling, handle lost message before EOB

Mimi Zohar (1):
      Revert "ima: policy for RAMFS"

Neil Horman (1):
      crypto: ansi_cprng - Fix off by one error in non-block size request

Olivier Sobrie (1):
      can: kvaser_usb: fix usb endpoints detection

Peter Zijlstra (1):
      sched, idle: Fix the idle polling state logic

Puneet Kumar (1):
      ACPI / EC: Ensure lock is acquired before accessing ec struct members

Rafael J. Wysocki (2):
      ACPI / hotplug: Fix handle_root_bridge_removal()
      ACPI / hotplug: Do not execute "insert in progress" _OST

Rashika Kheria (1):
      Staging: zram: Fix access of NULL pointer

Stanislaw Gruszka (2):
      rt2x00: check if device is still available on rt2x00mac_flush()
      rt2x00: fix HT TX descriptor settings regression

Steven Rostedt (1):
      perf/ftrace: Fix paranoid level for enabling function tracer

Takashi Iwai (1):
      thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32

hahnjo (1):
      alx: Reset phy speed after resume


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

             reply	other threads:[~2013-11-29 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-29 19:09 Greg KH [this message]
2013-11-29 19:10 ` Linux 3.11.10 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=20131129190948.GA30832@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