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.14.73
Date: Fri, 24 Jun 2016 10:39:50 -0700	[thread overview]
Message-ID: <20160624173950.GA10480@kroah.com> (raw)

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

I'm announcing the release of the 3.14.73 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

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

 Documentation/sysctl/fs.txt                  |   23 +
 Makefile                                     |    2 
 arch/arm/kernel/ptrace.c                     |    2 
 arch/mips/include/asm/processor.h            |    2 
 arch/parisc/kernel/unaligned.c               |   10 
 arch/powerpc/include/asm/reg.h               |    6 
 arch/powerpc/platforms/pseries/eeh_pseries.c |   51 ++-
 arch/x86/kvm/x86.c                           |    5 
 drivers/crypto/ccp/ccp-crypto-aes-xts.c      |   17 -
 drivers/net/ethernet/sfc/ef10.c              |   16 +
 fs/dcache.c                                  |    4 
 fs/ecryptfs/kthread.c                        |   13 
 fs/pipe.c                                    |   47 +++
 fs/xfs/xfs_inode.c                           |    2 
 include/linux/netfilter/x_tables.h           |   12 
 include/linux/pipe_fs_i.h                    |    4 
 include/linux/sched.h                        |    1 
 kernel/sysctl.c                              |   14 +
 net/ipv4/netfilter/arp_tables.c              |  328 ++++++++----------------
 net/ipv4/netfilter/ip_tables.c               |  361 ++++++++-------------------
 net/ipv6/netfilter/ip6_tables.c              |  355 +++++++-------------------
 net/ipv6/tcp_ipv6.c                          |    4 
 net/netfilter/x_tables.c                     |  245 ++++++++++++++++++
 net/netlink/af_netlink.c                     |    7 
 net/wireless/wext-core.c                     |   25 +
 25 files changed, 798 insertions(+), 758 deletions(-)

Al Viro (1):
      fix d_walk()/non-delayed __d_free() race

Bernhard Thaler (1):
      Revert "netfilter: ensure number of counters is >0 in do_replace()"

Dave Jones (1):
      netfilter: ensure number of counters is >0 in do_replace()

Edward Cree (1):
      sfc: on MC reset, clear PIO buffer linkage in TXQs

Florian Westphal (19):
      netfilter: x_tables: validate e->target_offset early
      netfilter: x_tables: make sure e->next_offset covers remaining blob size
      netfilter: x_tables: fix unconditional helper
      netfilter: x_tables: don't move to non-existent next rule
      netfilter: x_tables: validate targets of jumps
      netfilter: x_tables: add and use xt_check_entry_offsets
      netfilter: x_tables: kill check_entry helper
      netfilter: x_tables: assert minimum target size
      netfilter: x_tables: add compat version of xt_check_entry_offsets
      netfilter: x_tables: check standard target size too
      netfilter: x_tables: check for bogus target offset
      netfilter: x_tables: validate all offsets and sizes in a rule
      netfilter: x_tables: don't reject valid target size on some architectures
      netfilter: arp_tables: simplify translate_compat_table args
      netfilter: ip_tables: simplify translate_compat_table args
      netfilter: ip6_tables: simplify translate_compat_table args
      netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
      netfilter: x_tables: do compat validation via translate_table
      netfilter: x_tables: introduce and use xt_copy_counters_from_user

Greg Kroah-Hartman (2):
      xfs: fix up backport error in fs/xfs/xfs_inode.c
      Linux 3.14.73

Helge Deller (1):
      parisc: Fix pagefault crash in unaligned __get_user() call

Herbert Xu (1):
      netlink: Fix dump skb leak/double free

Jann Horn (1):
      ecryptfs: forbid opening files without mmap handler

Paolo Bonzini (1):
      KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS

Prasun Maiti (1):
      wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Ralf Baechle (1):
      MIPS: Fix 64k page support for 32 bit kernels.

Russell Currey (1):
      powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Russell King (1):
      ARM: fix PTRACE_SETVFPREGS on SMP systems

Thomas Huth (2):
      powerpc: Fix definition of SIAR and SDAR registers
      powerpc: Use privileged SPR number for MMCR2

Tom Lendacky (1):
      crypto: ccp - Fix AES XTS error for request sizes above 4096

Willy Tarreau (1):
      pipe: limit the per-user amount of pages allocated in pipes

Yuchung Cheng (1):
      tcp: record TLP and ER timer stats in v6 stats


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

             reply	other threads:[~2016-06-24 17:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-24 17:39 Greg KH [this message]
2016-06-24 17:39 ` Linux 3.14.73 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=20160624173950.GA10480@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.