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.14.21
Date: Thu, 9 Oct 2014 14:47:35 -0700	[thread overview]
Message-ID: <20141009214735.GA8638@kroah.com> (raw)

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

I'm announcing the release of the 3.14.21 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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/unicore32/include/asm/mmu_context.h |    4 
 drivers/block/drbd/drbd_nl.c             |    6 
 drivers/cpufreq/integrator-cpufreq.c     |    4 
 drivers/gpu/drm/i915/i915_gem_gtt.c      |   14 +
 drivers/md/raid5.c                       |   18 ++
 drivers/media/v4l2-core/videobuf2-core.c |   15 +-
 fs/cifs/cifsglob.h                       |    2 
 fs/cifs/file.c                           |    2 
 fs/cifs/readdir.c                        |    2 
 fs/cifs/smb1ops.c                        |    9 +
 fs/cifs/smb2maperror.c                   |    4 
 fs/cifs/smb2ops.c                        |    9 +
 fs/cifs/smb2pdu.c                        |    9 -
 fs/exec.c                                |    5 
 fs/hugetlbfs/inode.c                     |    5 
 fs/proc/task_mmu.c                       |    3 
 fs/udf/inode.c                           |   35 ++--
 include/linux/cpuset.h                   |   27 +--
 include/linux/hugetlb.h                  |   10 +
 include/linux/jiffies.h                  |   12 -
 include/linux/mm_types.h                 |    4 
 include/linux/plist.h                    |   45 ++++++
 include/linux/sched.h                    |    7 
 include/linux/swap.h                     |    8 -
 include/linux/swapfile.h                 |    2 
 include/linux/vmacache.h                 |   38 +++++
 include/media/videobuf2-core.h           |    4 
 init/Kconfig                             |    1 
 kernel/cpuset.c                          |    2 
 kernel/debug/debug_core.c                |   14 +
 kernel/events/core.c                     |    4 
 kernel/fork.c                            |   12 +
 kernel/time.c                            |   54 ++++---
 kernel/trace/ring_buffer.c               |    2 
 lib/plist.c                              |   52 +++++++
 mm/Makefile                              |    2 
 mm/compaction.c                          |   94 ++++++-------
 mm/filemap.c                             |   10 -
 mm/frontswap.c                           |   13 -
 mm/huge_memory.c                         |   11 -
 mm/hugetlb.c                             |   17 ++
 mm/mempolicy.c                           |   12 -
 mm/migrate.c                             |    5 
 mm/mmap.c                                |   55 ++++---
 mm/nommu.c                               |   24 ++-
 mm/page_alloc.c                          |   13 -
 mm/readahead.c                           |    4 
 mm/slab.c                                |    4 
 mm/slub.c                                |   16 --
 mm/swapfile.c                            |  224 ++++++++++++++++---------------
 mm/vmacache.c                            |  114 +++++++++++++++
 mm/vmscan.c                              |   32 ++--
 53 files changed, 749 insertions(+), 347 deletions(-)

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

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

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

Christoph Lameter (1):
      vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()

Dan Streetman (4):
      swap: change swap_info singly-linked list to list_head
      lib/plist: add helper functions
      lib/plist: add plist_requeue
      swap: change swap_list_head to plist, add swap_avail_head

David Rientjes (3):
      mm, compaction: avoid isolating pinned pages
      mm, compaction: determine isolation mode only once
      mm, compaction: ignore pageblock skip when manually invoking compaction

Davidlohr Bueso (1):
      mm: per-thread vma caching

Greg Kroah-Hartman (1):
      Linux 3.14.21

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

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

Jens Axboe (1):
      mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT

Joonsoo Kim (5):
      mm/compaction: disallow high-order page for migration target
      mm/compaction: do not call suitable_migration_target() on every page
      mm/compaction: change the timing to check to drop the spinlock
      mm/compaction: check pageblock suitability once per pageblock
      mm/compaction: clean-up code on success of ballon isolation

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

Lars Ellenberg (1):
      drbd: fix regression 'out of mem, failed to invoke fence-peer helper'

Linus Torvalds (1):
      mm: don't pointlessly use BUG_ON() for sanity check

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

Michal Hocko (1):
      mm: exclude memoryless nodes from zone_reclaim

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

Nishanth Aravamudan (1):
      hugetlb: ensure hugepage access is denied if hugepages are not supported

Pavel Shilovsky (1):
      CIFS: Fix SMB2 readdir error handling

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

Raghavendra K T (1):
      mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages

Steve French (1):
      Fix problem recognizing symlinks

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

Vladimir Davydov (2):
      mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim
      mm: vmscan: shrink_slab: rename max_pass -> freeable

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


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

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-09 21:47 Greg KH [this message]
2014-10-09 21:47 ` Linux 3.14.21 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=20141009214735.GA8638@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).