stable.vger.kernel.org archive mirror
 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.16.5
Date: Thu, 9 Oct 2014 14:48:13 -0700	[thread overview]
Message-ID: <20141009214813.GA8710@kroah.com> (raw)

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

I'm announcing the release of the 3.16.5 kernel.

All users of the 3.16 kernel series must upgrade.

The updated 3.16.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.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/pci/fixup.c                    |    4 -
 arch/x86/include/asm/vga.h               |    6 --
 arch/x86/pci/fixup.c                     |    3 -
 drivers/cpufreq/integrator-cpufreq.c     |    4 -
 drivers/cpufreq/pcc-cpufreq.c            |    2 
 drivers/gpu/drm/i915/i915_gem_gtt.c      |   14 ++++++
 drivers/gpu/drm/i915/intel_opregion.c    |   16 +++++--
 drivers/gpu/vga/vgaarb.c                 |   38 +++++++++++++++++
 drivers/i2c/busses/i2c-qup.c             |   12 +++--
 drivers/i2c/busses/i2c-rk3x.c            |    2 
 drivers/md/raid5.c                       |   18 +++++++-
 drivers/media/v4l2-core/videobuf2-core.c |   15 ++++++
 drivers/usb/storage/uas-detect.h         |   67 +++++++++++++++++++------------
 drivers/video/fbdev/efifb.c              |   39 ------------------
 fs/cifs/smb1ops.c                        |    2 
 fs/cifs/smb2maperror.c                   |    2 
 fs/udf/inode.c                           |   35 +++++++++-------
 include/linux/jiffies.h                  |   12 -----
 include/media/videobuf2-core.h           |    4 +
 init/Kconfig                             |    1 
 kernel/events/core.c                     |    4 +
 kernel/fork.c                            |    5 +-
 kernel/time.c                            |   54 +++++++++++++-----------
 kernel/trace/ring_buffer.c               |    2 
 mm/huge_memory.c                         |   11 +++--
 mm/memcontrol.c                          |   36 ++++++++++++++--
 mm/migrate.c                             |    5 +-
 sound/soc/codecs/ssm2602.c               |    2 
 sound/soc/soc-core.c                     |    2 
 30 files changed, 259 insertions(+), 160 deletions(-)

Aaron Lu (1):
      ACPI / i915: Update the condition to ignore firmware backlight change request

Alexandru M Stan (1):
      i2c: rk3x: fix 0 length write transfers

Andrew Hunter (1):
      jiffies: Fix timeval conversion to jiffies

Andy Gross (1):
      i2c: qup: Fix order of runtime pm initialization

Arnd Bergmann (1):
      cpufreq: integrator: fix integrator_cpufreq_remove return type

Bruno Prémont (2):
      x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()
      vgaarb: Don't default exclusively to first video device with mem+io

Chris Wilson (1):
      drm/i915: Flush the PTEs after updating them before suspend

Greg Kroah-Hartman (1):
      Linux 3.16.5

Hans Verkuil (1):
      media: vb2: fix VBI/poll regression

Hans de Goede (4):
      uas: Only complain about missing sg if all other checks succeed
      uas: Log a warning when we cannot use uas because the hcd lacks streams
      uas: Disable uas on ASM1051 devices
      uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check

Jan Kara (1):
      udf: Avoid infinite loop when processing indirect ICBs

Johannes Weiner (1):
      mm: memcontrol: do not iterate uninitialized memcgs

Josh Triplett (1):
      init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu

Mel Gorman (2):
      mm: migrate: Close race between migration completion and mprotect
      mm: numa: Do not mark PTEs pte_numa when splitting huge pages

NeilBrown (1):
      md/raid5: disable 'DISCARD' by default due to safety concerns.

Peter Zijlstra (1):
      perf: fix perf bug in fork()

Rafael J. Wysocki (1):
      cpufreq: pcc-cpufreq: Fix wait_event() under spinlock

Stefan Kristiansson (1):
      ASoC: ssm2602: do not hardcode type to SSM2602

Steve French (1):
      Fix problem recognizing symlinks

Steven Rostedt (Red Hat) (1):
      ring-buffer: Fix infinite spin in reading buffer

Waiman Long (1):
      mm, thp: move invariant bug check out of loop in __split_huge_page_map

Xiubo Li (1):
      ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error.


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

             reply	other threads:[~2014-10-09 21:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-09 21:48 Greg KH [this message]
2014-10-09 21:48 ` Linux 3.16.5 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=20141009214813.GA8710@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;
as well as URLs for NNTP newsgroup(s).